html 
{
	overflow: hidden;
	height: 87%;
	/*font-size: 100%; /*  -> évite un bug de redimensionnement du texte dans IE. */
}
body 
{
	background: #add8e6;
	background: height: 100%;
	margin: 5px 0px 5px 0px:;
}
#contenair 
{
	width: 1200px;
	height: 100%;
	margin: 0px auto 0px auto;
	vertical-align: middle;
	padding: 0 20px 0 20px; /*  -> retrait par défaut */
}	
#entete
{
	width: auto;
	display: block;
	height: 70px;
	background: #6495ed;
}
#entete p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	line-height: 1.2em;
	position: relative;
	text-align: center;
	text-decoration: none;
}
#entete p img.left{
	display:inline-block
	width:125px;
	position:absolute;
	left:0;
}
#entete p img.right{
	display:inline-block
	width:125px;
	position:absolute;
	right:20;
	top:-58;
}
#contenu	
{
   width:1160px;
	display:block;
	height: 100%;
	overflow: auto;
	margin: 0px auto 0px auto;
	padding: 0 20px 0 20px; /* Marges intérieures: haut droite bas gauche en pixels*/
	background: #fff; /* Fond de couleur blanc en hexadécimal*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em; /* -> taille du texte de base */
	line-height: 1.25; /* -> hauteur de ligne */
	color: navy;
	border: 0;
}
#contenu p.centr
{
	text-align: center;
	float: none;
}
#contenu p
{
	text-align: justify; /* Pour navigateur internet explorer*/
}
#contenu tr.presentation td.presentation
{
border-width: 0px
}
#contenu img.image
{
	display: block; 
	margin-left: auto; 
	margin-right:10px;
	margin-bottom:10px;
	max-width: 300px;
	height: auto;
	float:left;
	}
#contenu img.display
{
	display: block; 
	margin: auto; 
	max-width: 300px;
	height: auto;
	}
	
#contenu p.impor
{
	border-width: 1px;
	border-style: dotted;
	border-color: blue;
	border-radius: 10px/10px;	
	background: #e6e6fa;
	padding:10px;
}
#contenu p.vert
{
	border-width: 1px;
	border-style: dotted;
	border-color: green;
	color:green;
	border-radius: 10px/10px;	
	background: #d2fdd4;
	text-align: center;
	margin-left: 15%;
	margin-right:15%;
}
#contenu p.rouge
{
	border-width: 1px;
	border-style: dotted;
	border-color: #8b0000;
	border-radius: 10px/10px;	
	color: #8b0000;
	background: #faebd7;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}

#contenu p.gris
{
	border-width: 1px;
	border-style: dotted;
	border-color: black;
	border-radius: 10px/10px;	
	color: black;
	background: #dcdcdc;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}
#contenu acronym
{
	color: #8b008b;
}
#contenu ul
	{
	text-align: left;
	margin: 0.5px 0.5px 0.5px 2px;
	}
#contenu h1 
{
	line-height: 40px; /* hauteur de ligne */
	font-size: 1.5em; /* Taille du texte en relatif (conseillé)*/
	color: navy;
	font-style: italic;
	border-bottom: 1px solid #00569D;*/ /* bordure basse du type ligne */
	margin-bottom: 20px;
}
#contenu h2 	
{
	font-size: 1.2em;
	color: white;
	margin-bottom: 12px;
	font-style: italic;
	background-color: #6495ed;
}
#contenu h3 
{
	font-size: 1.1em;
	color: navy;
	font-style: italic;
	text-decoration: underline red;
}

#contenu table 
{
	font-size: 0.9em;
	color: navy;
	width: 100%;
	text-align: center; /* Pour navigateur internet explorer*/
	border-collapse:collapse;/*-fusionne les bordures*/
	padding:2px;
}
#contenu th 
{	
	border: 1px solid navy;
	text-align: center; /* Pour navigateur internet explorer*/
	border-collapse:collapse;
	padding:2px;
	color:navy;
	background-color: #e6e6fa;
}
#contenu tr td 
{
	color: navy;
	border: 1px solid navy;
	text-align: left; /* Pour navigateur internet explorer*/
	border-collapse:collapse;
	padding:2px;
}
#contenu tr:nth-child(odd) /*alterner couleur tableau une ligne sur deux*/
{
    background-color: #f3f3f3;
}	
#contenu a:link
{
	color: green;
	/*font-weight: bold;*/
	text-decoration: underline;
}
#contenu a:hover
{
	color: red;
	text-decoration: underline;
}
#contenu a:visited
{
	color: gray;
	text-decoration: none;
}
#contenu p.news
{
	border-width: 1px;
	border-style: dashed;
	border-color: red;
	background: #e6e6fa;
	padding:10px;
}

p.texte  
{
	margin-left:20px;	
	text-align: left;
}
  /*------------------------------------options pour Menu*-------*/  
#menu, #menu ul 
{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	line-height: 24px;
	text-align: center;
}
#menu 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
}
#menu a 
{
	display: block;
	font-size: 0.9em;
	padding: 0;
	/*background: #6495ed;*/
	background:navy;
	color: white;
	text-decoration: none;
	width: 149px;
}
#menu li
{
	float : left; 
	/*border-right : 1px solid white; */
}
html>body #menu li
{
	/*border-right: 1px solid transparent; */
	border-right: 1px solid white;
}
#menu li ul 
{
	position: absolute; 
	width: 149px; 
	left: -999em;
	z-index:10;
}
/*#menu li ul li 
{
	border-top : 1px solid white; 
}*/
html>body #menu li ul li 
{
	border-top : 1px solid transparent; 
}
#menu li ul ul 
{
	margin: 0 0 0 0;
	border-left: 1px solid white;
}
html>body #menu li ul ul 
{
	border-left : 1px solid transparent ;
}
#menu a:hover 
{
	color: white; 
	background: #4682b4; 
}
#menu li:hover ul ul, #menu li.sfhover ul ul 
{
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  
{
	left: auto;
	min-height: 0;
}
/*-----fin options pour Menu-------*/ 
#pied
{
	width:auto;
	display:block;
	margin: 0px auto 0px auto;
	height:20px;
	background-color: #6495ed;
	color: white;
	text-align: center;
}
#pied span
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 1em;
}
#pied a:link
{
	color: fuchsia;
	text-decoration: none;
}
/*-----------------------style pour span-----------*/
a.span {
	position: relative;
	border-bottom: 1px dashed White;
	text-decoration: none;	
}
a:hover.span {
	color: white;
	text-decoration: none;	
}
a.span span {
	display: none;
}
a:hover.span span {
	display: inline;
	position: absolute;
	width: auto;
	z-index: 3;
	padding: 2px 2px 2px 2px;
	color:white;
	background-color: #00569D;
}
/*---------------fin style pour span-----------*/
/*---------------style pour formulaire*/

#contenu fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	border: 1px solid navy;
	border-radius: 5px;
	width: 400px;
	margin:auto;
	font-size: 1em;
}
#contenu form {
 background-color:#FAFAFA;
 padding:5px;
 width:auto;
 font-size: 1em;
 }
#contenu legend {
	color: navy;
	font-weight: bold;
	font-size: 1em;
}
#contenu label {
 margin-top:5px;
 display:block;
 font-size: 1em;
 }
#contenu label.inline {
 display:inline;
 margin-right:10px;
 }
#contenu input, textarea, select, option {
	background-color: #f0f8ff;
	color: navy;
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
	border: 1px solid #f0f8ff;
	border-radius: 5px;
	width: 390px;
	box-shadow: 1px 1px 2px #C0C0C0 inset;
}
#contenu select[required], input[required]{
	border: 1px solid red;
}
/*#contenu select {
 color: navy;
 margin-top:5px;
 }*/
#contenu input[type=submit], input[type=reset] {
 width:390px;
 margin-left:5px;
 margin-top:20px;
 box-shadow:1px 1px 1px #C0C0C0;
 cursor:pointer;
 background-color:navy;
 color:white;
 font-size: 1em;
 }
 /*--------------fin formulaire------*/