@charset "iso-8859-1";
/* CSS Document */

	div#principal {
	border-radius: 10px;
	width : 1024px;
	height: 768px;
	margin: 0 auto;
	top: 0px;
	visibility: inherit;
	z-index: auto;
      }
	  
    div#liens {
	width : 180px;
	height: auto;
	margin-top: -250px;
	position : fixed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #123366;
      }

    div#contenu {
	border-radius: 10px;
	background: #123366;
	width : 740px;
	height: auto;
	margin-top: 224px;
	margin-left: 280px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F4F3F0;
	border-right-color: #F4F3F0;
	border-bottom-color: #F4F3F0;
	border-left-color: #F4F3F0;
	cursor: default;
      }	
	    
    div#header {
	border-radius: 10px;
	width : auto;
	height: auto;
	top: -20px;
	right: auto;
	position: fixed;

	margin-right: auto;
	margin-left: 180px;
	max-width: 844px;
	z-index: 0;
	visibility: visible;

	background-image: none;
	background-repeat: repeat;
	     }



/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	background: #6A6458;
	width: 844px;
	height: 16px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 0px;
	left: 0;
	text-align: center;
	margin-top:0px;
}

#menuDeroulant li
{
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	background: #105fa4;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #f3c609;
	text-decoration: none;
}

#menuDeroulant li a:hover {
	background-color: #090988;
}
#menuDeroulant li a:active {
	background-color: #FFFF00;
}

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 120px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFFF00;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("images/fondTR.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #3366FF;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

p.titre, li.titre, div.titre
	{mso-style-name:"titre";
	mso-style-noshow:yes;
	mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:16.0pt;
	mso-bidi-font-size:19.0pt;
	font-family:"Cambria","serif";
	mso-ascii-font-family:Cambria;
	mso-ascii-theme-font:major-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:major-fareast;
	mso-hansi-font-family:Cambria;
	mso-hansi-theme-font:major-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:major-bidi;
	color:#efc902;
	mso-themecolor:text2;
	mso-themeshade:191;
	font-weight:bold;}

