@charset "iso-8859-1";

/* 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;
}

/* 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: 70px;
	background-image: url("pic/logo_noso4.jpg");		 
	background-repeat: no-repeat;
	background-color: white;
	margin: 0;
	padding-left: 10px;				
	border: 2px solid #0066B2;
}

#header h1 {
	margin: 0;
	padding: 0;
	/*margin-left: 180px;*/
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 2px;
  font-size: 200%;
	text-align: right;
  color: #0066B2;
}

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

/* La partie gauche (menu contextuel, etc) ------------------------------*/
#menu {
	float: left;
	/*width: 181px;*/
	width: 25%;
	padding: 5px 10px 10px 10px;
	background-color: #0066B2;		
	/*border-right: 3px solid #0066B2;*/
	voice-family: "\"}\""; /* hach IE5*/
  voice-family: inherit;
  width: 170px;
}

/* titre zone menu */
#menu h1 {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 115%;
	color: #F7AD31;
}

/* paragraphe zone menu */
#menu p {
	margin: 0 0 3px 0;
	padding: 5px 10px 5px 10px;  /* haut droite bas gauche*/
	background-color: #F9F9F9;
	border: 1px solid #0066B2;
}	

a, #menu a {
 	/*color:#047cc4;*/
  /*color: #007bbd;*/
	color: #0066B2;
	text-decoration: none;
}

a:hover, #menu a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/	
	color: #F7AD31;
}

strong {
	font-weight: bold;
}

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

table {          
  width: 500px;
  border-collapse: collapse;
 	margin: 5px 10px 15px 10px ; /* haut droite bas gauche*/
  padding: 10px;
	background-color: white;
  color: black;
  border: 1px solid #0066B2;
	text-align: left;
  font-size: 95%;
}

td, th {
  border: 1px solid #0066B2;
 	padding: 1px 5px 1px 5px ; /* haut droite bas gauche*/
}

table.form {          
  width: 100%;
  border-collapse: collapse;
 	margin: 5px 5px 5px 5px ; /* haut droite bas gauche*/
  padding: 10px;
	background-color: white;
  border: 1px solid #0066B2;
  color: black;
	text-align: left;
  font-size: 95%;
}

table.form th {
  border: 1px solid #0066B2;
 	padding: 2px 5px 2px 5px ; /* haut droite bas gauche*/
}

table.form td {
  border: 1px solid #0066B2;
 	padding: 2px 5px 2px 5px ; /* haut droite bas gauche*/
}




/* tableau "barre de navigation"*/
.table-menu {
	text-align: center;
	border: none;
}

.td-titre {
	font-weight: bold;
}

.td-menu {
	text-align: center;
	border: none;
	background-color: #FAFCFF;
}


/* la partie droite (corps de la page) -------------------------------- */
#contenu {
	margin-left: 200px;
	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: 0 10px 5px 0; /* haut droite bas gauche*/
	font-size: 140%;
 	text-align: center;
	color: #F7AD31;
}

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

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

#contenu p {
	margin: 0 0 2px 30px;
	background-color:white;
	padding: 10px 20px 10px 10px; /* haut droite bas gauche*/
	width:420px;
	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: 2px 5px 3px 3px;
	background-color: #F9F9F9;
  border-top: 1px solid #0066B2;
  font-size: 90%;
	text-align: center;
  color: #0066B2;
}

