@charset "UTF-8";


label { width: 100px; float: left;text-align: right;padding-right:20px; }
label.error{
	float: none;
	color: #F90;
	padding-left: 1em;
	vertical-align: top;
	font-weight: bold;
}
}

input.btnEnvoyer{
	margin-left:200px;
}
input.error{
	border:1px solid #FFF;
	font-weight: bold;
	color: #F90;
}
label.valid {
	height:16px;
	width:16px;
}

div.errorMessage{
	color:#F60;
	font-size: 14px;
	font-weight: bold;
}



body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #c9c9b5;
	text-align: justify;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 16px;
	background-color: #36342f;
}
#global {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fond_repet.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #CCC;
}
#header {
	height: 255px;
	width: 920px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFD403;
	background-image: url(../images/acie_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
	padding-top: 20px;
}
#header a{
	color: #FFD403;
}
#header a:hover{
	color: #FFF;
}
#menu {
	width: 980px;
	position: relative;
	height: 45px;
}

#menu #accueil a{
	width: 170px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	background-image: url(../images/accueil.jpg);
	display: block;
	float: left;
}
#menu #accueil a:hover{
	background-image: url(../images/accueilr.jpg);
}
#menu #presentation a{
	width: 147px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	background-image: url(../images/presentation.jpg);
	display: block;
	float: left;
}
#menu #presentation a:hover{
	background-image: url(../images/presentationr.jpg);
	
}
#menu #ressources a{
	width: 149px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	background-image: url(../images/ressources.jpg);
	display: block;
	float: left;
}
#menu #ressources a:hover{
	background-image: url(../images/ressourcesr.jpg);
}
#menu #references a{
	width: 150px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	background-image: url(../images/ref.jpg);
	display: block;
	float: left;
}
#menu #references a:hover{
	background-image: url(../images/refr.jpg);
}
#menu #veille a{
	width: 191px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	background-image: url(../images/veille.jpg);
	display: block;
	float: left;
}
#menu #veille a:hover{
	background-image: url(../images/veiller.jpg);
}
#menu #contact a{
	width: 173px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	background-image: url(../images/contact.jpg);
	display: block;
	float: left;
}
#menu #contact a:hover{
	background-image: url(../images/contactr.jpg);
}
#centre {
	width: 980px;
	position: relative;
	height: auto;
	background-color: #36342f;
}
#contenu {
	width: 920px;
	position: relative;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

#retourligne {
	clear:both;
}
#footer {
	height: 35px;
	width: 960px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #726e64;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-left: 20px;
}
#footer a{
	color: #726e64;
	font-weight: normal;
}
#footer a:hover{
	color: #FFD403;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e97521;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #ffd402;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #ffd402;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #ffd402;
	text-decoration: none;
}
.mise_en_gras_jaune {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffd402;
}
.mise_en_gras_bleu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0060a9;
}
.mise_en_gras {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}
.titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bordure {
	border: 2px solid #FFFFFF;
}
.texte-footer {
	font-size: 9px;
}
