@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
	background-color: #FACC7E;
}

.txt_bold {
	color:#660000;
	font-style:normal;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.txt_tit1 {
	color:#660000;
	font-style:italic;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.txt_rem {
	color:#660000;
	font-style:italic;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}


#conteneur{
	width:900px;
	background-color: #FFFF66;
	color: #FFFF66;
	text-align: center;
	margin-top: 0px;
	height: auto;
	position: absolute;
	left: 27px;
	top: 10px;
	z-index: 18;
	margin-left: 50px;
	visibility: visible;
}
#conteneur_index{
	width:900px;
	background-color: #000000;
	color: #CCCCCC;
	margin-left: 10px;
	text-align: center;
	margin-top: 0px;
	height: auto;
	position: absolute;
	left: 64px;
	top: 11px;
	z-index: 18;
	visibility: visible;
}
#boite_titre_pa{
	height:210px;
	float: left;
	width: 900px;
	text-align: center;
	border-bottom-width: thin;
	vertical-align: middle;
	padding-top: 0px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
}

#boite_2{
	width: 900px;
	float: left;
	color: #660000;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
}

#boite_bati{
	width: 900px;
	float: left;
	background-color: #000000;
	margin-top: 0px;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}
#boite_logo{
	width: 900px;
	float: left;
	background-color: #121212;
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

#barreMenus {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 80px;
	height: 0px;
	text-align: center;
	margin-top: 0px;
	
 }
#barreMenus a{
	display: block;
	color:#FF6600;
	text-decoration:none;
	text-align:center;
	width:105px;
	font-size: small;
	font-weight: normal;
	margin-left: 0px;
	padding: -10px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0px;
 }
#barreMenus li{
	float:left;
	text-decoration: 0;
	list-style-type: none;
	line-height: 17px;
	} 
 
 #barreMenus a:hover{
	display:block;
	color:#660000;
	font-weight: bold;
	text-decoration: none;
	background-color: #F6A923;
	margin-top: 9px;
	font-size: small;
}
 #barreMenus a:active{
	font-weight:bold;
	color: #990000;
	font-size: small;
}

#indexMenus {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: auto;
	text-align: center;
	width: 600px;
	margin: 0px;
	left: 100px;
	padding-left: 0px;
	
 }
#indexMenus a{
	display: block;
	color:#FACC7E;
	text-decoration:none;
	text-align:center;
	width:85px;
	font-size: small;
	font-weight: normal;
	margin-left: 0px;
	padding: -10px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0px;
 }
 
 
#indexMenus li{
	float:left;
	text-decoration: 0;
	list-style-type: none;
	line-height: 17px;
	} 
 
 #indexMenus a:hover{
	display:block;
	color:#000000;
	font-weight: bold;
	background-color: #FACC7E;
	margin-top: 9px;
	font-size: small;
}

