@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans serif;
	font-size:11px;
	background-color:#144360;
	color:#153447;
}

p {
	margin-left:0px;
	line-height:17px;
}

a {
	color:#2c739f;
}
a:hover {
	color:#c37c00;
}

h1 {
	font-size:22px;
	color:#dca125;
	padding-left:0px;
	padding-top:10px;
}

h2 {
	font-size:14px;
	color:#2c739f;
	padding-left:0px;
	padding-top:10px;
}

.texte_jaune {
	color:#dca125;
}

.texte_bleu {
	color:#2c739f;
}

.texte_rouge {
	color:#e64829;
}

#wrapper {
	width:100%;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-color:#e3e3e3;
}

#container {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

#header {
	width:955px;
	height:324px;
}

/******************** MENU UTILITAIRE **************************/

#menuu {
	z-index:1;
	position:absolute;
	margin-top:8px;
	padding-left:690px;
	width:300px;
}

#menuu a {
	color:#FFFFFF;
	text-decoration:none;
}

#menuu a:hover {
	color:#e9b63e;
	text-decoration:underline;
}

/********************** MENU PRINCIPAL **************************/

#menup {
	width:955px;
	height:95px;
}

.ie8 #menup {
	height:97px;
}

#menup ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:1;
}

#menup ul li{
position: relative;
display: inline;
float: left;
}

#menup ul li ul{
line-height:20px;
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menup ul li ul li{
display: list-item;
float: none;
padding:0px;
margin:0px;
}

#menup ul li a{
display: inline;
text-decoration:none;
padding:0px;
color: #101010;
text-align:center;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
/*.h_menu ul li ul li ul{ 
left: 159px; 
top: 0;
}
*/
#menup ul li ul li ul a{
	margin-top:0px;
}

#menup ul li ul li ul a:hover{
	margin-top:0px;
}


/* Sub level menu links style */
#menup ul li ul li a{
line-height:20px;
font-weight:normal;
display: block;
width: 225px; /*width of sub menu levels*/
color: #ffffff;
padding:6px;
text-decoration: none;
background-color:#da8b02;
text-decoration:none;
font-weight:normal;
border:1px solid #c37c00;
font-size:10pt;
text-align:left;
margin-top:-2px;
}

#menup ul li a:hover{
color: #101010;
background-color:#eace74;
background-image:none;
text-align:left;
margin-bottom:-2px;
}

#menup ul li ul li a:hover{
background-color: #eace74;
color: #101010;
background-image:none;
text-align:left;
margin-top:-2px;
}

/*Background image for top level menu list links */
#menup .mainfoldericon{
}

/*Background image for subsequent level menu list links */
#menup .subfoldericon{
	background-image:url(../intranet/image_intra/fleche.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#menup .subfoldericon:hover{
	background-image:url(../intranet/image_intra/fleche2.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#menup p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menup ul li { float: left; height: 1%; }
* html #menup ul li a { height: 1%; }
/* End */
/********************* CONTENU ********************************/

#content {
	width:953px;
	background-color:#FFFFFF;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/********************MENU SECONDAIRE *****************************/
/********************MENU SECONDAIRE *****************************/
.menu0 {
	width:240px;
	float:left;
}

a.menu0{
width:220px;
display:block;
text-decoration:none;
color:#2c556e;
font-weight:bold;
background-image:url(../img/bg_ms.gif);
background-repeat:repeat-x;
padding-left:20px;
padding-top:10px;
padding-bottom:10px;
}

a.menu0:hover{
display:block;
text-decoration:none;
color:#000000;
background-color:#FFFFFF;
background-image:none;
}

a.menu1{
font-size:9pt;
text-decoration:none;
display:block;
background-color:#ffffff;
color:#2c556e;
padding-left:50px;
padding-bottom:8px;
padding-top:8px;
border-bottom:1px solid #c1c1c1;
width:190px;
}
a.menu1:hover{
text-decoration:none;
color:#da8b02;
}

a.menu2 {
	padding-left:60px;
	margin:10px;
	display:block;
}

/******************************************************************/

/******************************************************************/

#contenu {
	width:712px;
	min-height:520px;
	height:auto !important;
	height:520px;
	float:left;
	background-image:url(../img/bgcontenu.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position:bottom;
}

.ie6 #contenu { width:690px; }

#logos {
	width:953px;
	clear:both;
	background-color:#FFFFFF;
	height:90px;
	text-align:center;
}

/********************** FOOTER *********************************/
#footer {
	width:100%;
	height:60px;
	background-image:url(../img/footer.gif);
	background-repeat:repeat-x;
	text-align:right;
}

#footertext {
	width:955px;
	margin-left:auto;
	margin-right:auto;
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
	color:#e9b63e;
}