/*****************************/
/* Style général des balises */
/*****************************/
body {	
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
	background-image: url("/img/background.jpg");
	color:#5E4A2C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #FFCC33;
	background-color:inherit;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:red;
	background-color:inherit;
	text-decoration:underline;
}

a img,:link img,:visited img { 
	border:none;
}

h1, h2, h3, h4 {
	margin:0;
}

h1 {
	text-align:center;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 25px;
}

h1 a:hover {
	color:inherit;
	background-color:inherit;
	text-decoration:none;
	cursor:default;
}

h2, h3, h4 {
	margin-top:10px;
	margin-bottom:5px;
}

h2 {
	font-size: 18px;
	font-weight:bold;
}

h2 a:hover {
	color:inherit;
	background-color:inherit;
	cursor:default;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

p {
	text-align: justify;
	margin:0 0 5px 0;
}

p:first-letter {
	padding-left: 25px;
}

ol, ul, li {
	margin: 0px !important;
	margin: auto;
}


/*********************/
/* Styles génériques */
/*********************/

.contenu {
	position: relative;
	margin: 0;
	text-align: left;
}

.logo {
	height: 200px;
	text-align: center;
	vertical-align: middle;
	color: black;
	margin-bottom: 35px;
}

.ligne {
	height: 37px;
}

.ligneMenu  {
	line-height:38px;
}

.corps {
	min-height: 824px;
	margin-left: 175px;
	padding-left: 10px;
	/*color:#CC0000;*/
	color:#FFCC33;
}

.menu {
	position: absolute;
	width: 175px;
	left:0;
	margin: 0;
	padding: 0;
}

.pied {
	height: 15px;
	text-align: right;
	background-color: black;
	color: #736F6E;
	font-size: 10px;
	font-style: italic;
}



/**********************/
/* Styles spécifiques */
/**********************/
h2.ssTitre {
	display:block;
	text-align:center;
}

.monde {
	margin-right:20px;
	margin-bottom:30px;
}

.monde > p {
	margin-left: 20px;
}

.info {
	text-align:center;
	color:red;
	font-size:10px;
}

.suiv {
	float:right;
}

.prec {
	float:left;
}

.lienPhoto {
	font-size:12px;
}


ol.niv1 {
	list-style-type:upper-roman;
}

ol.niv2 {
	list-style-type:upper-alpha;
}

ol.niv3 {
	list-style-type:decimal;
}

ol.niv4 {
	list-style-type:lower-alpha;
}

ol.niv5 {
	list-style-type:lower-roman;
}

ol.niv1 > li {
	margin-bottom:20px;
}

ol.niv1 h2 a:hover, ol.niv2 h2 a:hover {
	cursor:pointer;
	color:red;
}

ol.niv3 h2 {
	font-weight:normal;
}

ol.niv3 h3 {
	font:inherit;
	font-style:italic;
}

div.galerie{
	margin-left:50px;
}

ul.galerie {
	margin-bottom:10px;
}

.galerie h2 {
	font-size:16px;
}

.sous_type {
	font-size: 15px;
	font-weight: bold;
}

.menu_haut {
	background-image: url("/img/menu_haut.gif");
	height: 6px;
	width: 160px;
	font-size:1px;
}

.menu_milieu {
	background-image: url("/img/menu_milieu.gif");
	width: 160px;
	min-height: 104px;
	text-align:center;
	font-size:15px;
	color:#990000;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu_milieu li {
	margin:0;
	padding:10px 0 10px 0;
}

.menu_milieu a {
	color:#990000;
}

.menu_milieu a:link {
	color:#990000;
}

.menu_milieu a:hover {
	color:red;
	background-color:inherit;
	text-decoration:underline;
}
.menu_bas {
	background-image: url("/img/menu_bas.gif");
	height: 7px;
	width: 160px;
	font-size:1px;
}

ul.dl {
	padding-bottom:20px;
}

ul.dl2 {
	list-style-type:square;
	padding-bottom:20px;
}

ul.dl2 > li {
	padding-bottom:5px;
}

.dl2 ul {
	list-style-type: disc;
}

.liens ul {
	padding-bottom:20px;
}
.liens li {
	padding-top:5px;
	padding-bottom:5px;
}






