
body {
	background-color:#121212;
	/*background-color:#fff;*/
	background-position: top center;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;	
	margin:0px;		
}


 a img {
	border:none;	
}

.clear {
	float:none;
	clear:both;
}

#haut {
	background-image:url(../img/fondplanche.jpg);
	/*background-image:url(../img/fondplancheblanc.jpg);*/
	background-repeat:repeat-x;
	background-position: center;
	height: 212px;
	min-width:980px;
}


#centre {
	width:940px;
	height:212px;
	margin: 0 auto 0 auto;
}

#centre .logo {
	margin-top:20px;
	margin-left:40px;
}

#menu {	
	float:right;	
}

#menu .rubrique {
	float:left;
	width:171px;
	height:74px;
}

#menu a {
	text-decoration:none;
	color:white;
	font-size: 16px;
}


#corps {
	width:550px;	
	margin-left:auto;
	margin-right:auto;	
	margin-top:20px;	
	background-color:#2d2d2d;
	color:#FFF;
	border: 1px solid; 
	border-color: #FFF;

}

.intro {
	text-align:center;
	font-size:20px;
}



form {
	width: 500px;
	margin: 0 auto ;
	padding-top:10px;
}


 label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}


 .largeurfix input, .largeurfix textarea {
	width: 250px;
	margin-left: 12px;
	padding: 2px 4px;
}

 textarea {
	resize:none;
}


.btnenvoyer {
	float:right;
	margin-right: 65px;
	margin-bottom:20px;
}


.cache {
	display:none;
}


.erreur {
	color:red;
}









