/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
	background-color: #FFFFFF;
	line-height: normal;
}
.textform{
	color: #000099;
}
.textform_rouge{
	color: #FF0000;
}

.titre_1 {
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}
.titre_2 {
	color: #000099;
	font-style: italic;
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
}
.titre_3 {
	color: #FF0000;
	font-style: italic;
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
}

.h1{
	color: #990000;
	font-weight: lighter;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.ul{
	color: #990000;
	text-align: left;
}
.lign_col_maj{
	background-color:#333300;
	color: #66CC00;
	font-family: Arial, Helvetica, sans-serif;
}	
.tit_photo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	font-size: small;		
	}
.bold{
	font-weight: bold;
	}
	
.mini{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
	font-style: oblique;
	font-weight: normal;
	font-size: xx-small;	
	}
.tit_page{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;	
	}
#boite_form{
	width:702px;
	height: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	background-color: #FF9900;
	padding: 3px;
}
#boite_1{
	height:105px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000099;
	text-align: center;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#conteneur{
	width:98%;
	background-color: #FFFFFF;
	margin-left: 10px;
	padding-top: 20px;
	position: absolute;
	padding-left: 0px;
	text-align: center;
	top: -12px;
	left: 31px;
}
#boite_2{
	width: 98%;
	text-align: left;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
}


#barreMenus {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;
	margin-top: -5px;
	height: 10px;
	text-align: center;
	width: 900px;
	
 }
#barreMenus a{
	display: block;
	color:#FF9900;
	text-decoration:none;
	line-height: 15px;
	text-align:center;
	width:150px;
	font-size: small;
	font-weight: bold;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 7px;
	margin-bottom: 0px;
 }
#barreMenus li{
	float:left;
	text-decoration: none;
	list-style-type: none;
	line-height: 25px;
	color: #FF6600;
	} 
 
 #barreMenus a:hover{
	display:block;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF9900;
	line-height: 16px;
	margin-top: 9px;
	font-size: small;
}
 #barreMenus a:active{
	font-weight:bold;
	color: #FFFFFF;
	font-size: small;
	background-color: #FF6600;
 
 	}
