/* ---------------------------- Mise en page -------------------------------- */ 
html, body				{ padding:0px; margin:0px; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color:#FFFFFF; background-image:url(fond.jpg); height:100%;}
td 						{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
html 					{ height:100%; }
#top 					{ text-align: center; background-image:url(fond-top.jpg); min-width:1000px; height:160px; border-bottom:2px solid #02203e;}
#top_img				{ margin-left: auto;  margin-right: auto; min-width: 1000px; width: 1000px; margin-top:-155px; position:relative;}
#corps 					{ margin-left: auto;  margin-right: auto; width: 950px; margin-top:-35px; background-color:#FFFFFF; overflow:hidden; background-image:url(forme.jpg);}
html>body #corps 		{ /* r�tablissement autres navigateurs que IE*/ height:auto; min-height: 78%; }
#page 					{ padding:3px; margin-top:20px; display:inline; float:left; width:790px;}
#bottom 				{ background-color:#FFFFFF; margin-left: auto;  margin-right: auto; width: 950px; color: #666666; height: 21px; font-size: 12px; text-align:center; background-image:url(forme.jpg); border-bottom:2px solid #9bd5f3;}
#cpb 					{ margin-top:-65px; height:50px; margin-left:-860px;}
/* ---------------------------- Menu -------------------------------- */ 
#menu 					{ text-align:left; padding:2px; width:150px; display:inline; float:left;}
#menu ul				{ padding: 0; width: 146px; margin:0px; font-size: 14px; }
#menu ul li a			{ text-decoration:none; color: #FFFFFF; margin-left: 6px;}
#menu ul li				{ position:relative; list-style: none; border-bottom:2px solid #9bd5f3;}
#menu ul li:hover		{ background-color:#196f96;}
#menu li.sousmenu		{ background: #033b54; }
#menu ul ul				{ position: absolute; top:0px; left:146px; display:none; width: 180px; border:1px solid #033b54;}
#menu ul ul li a		{ text-decoration:none; color: #FFFFFF;}
#menu ul ul li			{ list-style: none; border-bottom:2px solid #9bd5f3; background-color:#033b54; }
#menu ul ul li:hover	{ background-color:#196f96; }
#menu ul.niveau1 li.sousmenu:hover ul.niveau2	{ display:block; background-color:#FFFFFF; }
/* ---------------------------- Liens -------------------------------- */ 
a:link 					{ color: #24759f; text-decoration: none; }
a:visited 				{ color: #24759f; text-decoration: none; }
a:hover 				{ color: #000000; font-weight: inherit; }
a:active 				{ color: #24759f; text-decoration: none; }
/* ---------------------------- Liens bottom -------------------------------- */ 
a.bottom:link 			{ color: #666666; text-decoration: none; }
a.bottom:visited 		{ color: #666666; text-decoration: none; }
a.bottom:hover 			{ color: #666666; text-decoration: underline; }
a.bottom:active 		{ color: #666666; text-decoration: none; }