@charset "utf-8";

/* caractéristiques générales du corps de la page */
html, body {			
	margin: 0;
	padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	color: black; 
	/*background: #F0ECE5;*/
  background: white;
}

/* conteneur */
#conteneur {
	position: relative; /* on positionne le conteneur */
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 80%;
	/*border: 1px solid yellow;*/
}

/* en-tete générale de la page */
#header {														
	height: 45px;
	background-image: url("../img/logo.jpg");		 
	background-repeat: no-repeat;
	background-color: white;
	margin: 0;
  padding-left: 10px;				
	/*border: 1px solid #0066B2;*/
  border-bottom: 1px solid #0066B2;
}

#header h1 {
	margin: 0;
	padding: 0;
	/*margin-left: 180px;*/
	padding-top: 10px;
	/*padding-left: 100px;*/
	padding-bottom: 2px;
  font-size: 150%;
	text-align: right;
  color: #6882B1; 
}

/* corps de la page */
#corps {	 
	margin: 5px 0 10px 0; /* haut droite bas gauche*/
  padding: 0;
  /*border: 1px solid #0066B2*/
  border-bottom: 1px solid #0066B2;
  border-left: 1px solid #0066B2;
  border-right: 1px solid #0066B2;
	background-color: #F9F9F9;
}

a {
	text-decoration: none;
	/*font-weight: bold;*/	
	color: #647FB1;
}
a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/	
	color: #FCAD03;
}

strong {
	font-weight: bold;
}

.erreur {
	font-weight: bold;
	color: red;
}


/* corps de la page -------------------------------- */
#contenu {
  margin: 0;
  padding: 0;
	/* margin-left: 20px;
	padding-left:10px;
	padding-top:15px; */
  voice-family: "\"}\""; /* hach IE5*/
  voice-family: inherit;
	margin-top: 0px;  
}

html>body>conteneur>corps #contenu { 
  margin-top: 0px;
}

#contenu h1 {
	position: relative;
 	margin: 10px 30px 5px 30px; /* haut droite bas gauche*/
	font-size: 130%;
 	text-align: left;
	color: #647FB1;
  border-bottom: 1px solid #FCAD03; 
  }

#contenu h2 {
	position: relative;
 	margin: 10px 10px 5px 25px; /* haut droite bas gauche*/
	font-size: 110%;
 	text-align: left;
	color: #F7AD31;
}

#contenu p {
	margin: 0 30px 2px 30px;
	background-color:white;
	padding: 10px 20px 10px 10px; /* haut droite bas gauche*/
	/*width:420px;*/
  /*width: 90%;*/
	text-align: left;
	/*border: 1px solid #0066B2;*/
}

#contenu ul {
	margin: 0 0 10px 30px;
	background-color:white;
	padding: 10px 20px 10px 30px; /* haut droite bas gauche*/
	width:400px;
	/*text-align: left;*/
	list-style-type: square;
	border: 1px solid #0066B2;
}





/* le pied de page) -------------------------------- */
 #pied {
	clear: both;
  padding: 0;
  margin:0;
	/*padding: 2px 5px 3px 3px;*/
	background-color: white ;
  border-top: 1px solid #0066B2;;
  font-size: 90%;
	text-align: center;
  color: #0066B2;
}
