/* CSS Document */
/***********************************
MENU PRINCIPAL
***********************************/
#menu_haut{
	position:relative;
	margin-right:7px;
	margin-bottom:1px;
	height:43px;
}

#menu_haut li{
	display:inline;
	list-style:none;
}
/****ETAT NORMAL****/
.menu_pal{
	height:28px;
	witdh:636px;
	float:left;
	text-align :left;
	float:right;
}
.menu_pal ul{
	margin:0px;
	padding:0px;
	float:left;
	witdh:636px;
}
.menu_pal li{
	margin:0px;
	padding:0px;
}
.menu_ghe{
	background-image:url(../img/bg_menupal-ghe.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:6px;
	height:28px;
	float:left;
	margin-right:0px;
	margin-left:0px;
}
.menu_cte{
	background-image:url(../img/bg_menupal-cte.gif);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	height:28px;
	padding-top:10px;
	margin-left:0px;
	margin-right:0px;
}
.menu_cte a{
	text-decoration:none;
	font-weight:bold;
	font-size:98%;
	color:#314952;
}
.menu_dte{
	background-image:url(../img/bg_menupal-dte.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:7px;
	height:28px;
	float:left;
	margin-left:0px;
	margin-right:0px;
}
/****ETAT ACTIF****/
.menu_ghe_act{
	background-image:url(../img/bg_menupal-ghe-act.gif);
	background-repeat:no-repeat;
	width:6px;
	height:28px;
	float:left;
	margin-left:0px;
}
.menu_cte_act{
	background-image:url(../img/bg_menupal-cte-act.gif);
	background-repeat:repeat-x;
	float:left;
	height:28px;
	padding-top:10px;
	margin-left:0px;
}
.menu_cte_act a{
	text-decoration:none;
	font-weight:bold;
	font-size:98%;
	color:#ff9900;
}
.menu_dte_act{
	background-image:url(../img/bg_menupal-dte-act.gif);
	background-repeat:no-repeat;
	width:6px;
	height:28px;
	float:left;
}
/****SOUS MENU****/

.ss_menu_pal{
	position:absolute;
	left:8px;
	top:28px;
	background-color:#314952;
	background-image:url(../img/bg_menupal-ghe-act2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:885px;
	height:15px;
	margin-top:0px;
	padding:0px;
	text-align:left;
	z-index:0;
}
ul.ss_menu_position{
	position:absolute;
	left:10px;
	top:28px;
	z-index:1;
	padding-left:0px;
	margin-top:5px;
	color:#ffffff;
	float:none;
	padding:0px;
	text-align:left;
	width:885px;
}

ul.ss_menu_position a{
	color:#ffffff;
	font-weight:bold;
	font-size:80%;
	text-decoration:none;
}
ul.ss_menu_position a:hover{
	text-decoration:underline;
}
li.orange a{
	color:#FF9900;
}
.ariane{
	margin-left:10px;
	color:#000000;
	font-weight:normal;
	font-size:80%;
	float:left;
	padding-top:5px;
}
.ariane a{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.ariane a:hover{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
.ariane-actif{
	font-weight:bold;
}

.ariane .imp{
	position:absolute;
	top:3px;
	z-index:90;
	left:822px;
	height:12px;
	line-height:12px;
}

#ariane .imp a{
	color:#314952;
	font-weight:bold;
	text-decoration:none;
	border:0px;
}

#ariane .imp a:hover{
	color:#9ccf00;
	font-weight:bold;
	text-decoration:underline;
	border:0px;
}

.txt{
	float:left;
	text-align:left;
	width:400px;
	font-size:0.9em;
	margin-left:15px;
	margin-bottom:10px;
}

.txt a{
	color:#314952;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	margin-right:5px;
}
.txt a:hover{
	color:#9ccf00;
	font-weight:bold;
	text-decoration:underline;
	padding-left:5px;
	padding-right:5px;
	margin-right:5px;
}
/***********************************
MENU DU BAS
***********************************/
#menu_bas{
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color:#f5f5f5;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding-bottom:1px;
	text-align:center;
	font-size:85%;
	color:#999999;
}

#menu_bas li{
	display:inline;
	list-style:none;
	margin-left:10px;
}

#menu_bas a:link{
	color:#999999;
	text-decoration:none;
}
#menu_bas a:visited{
	color:#999999;
	text-decoration:none;
}
#menu_bas a:active{
	color:#999999;
	text-decoration:none;
}
#menu_bas a:hover{
	color:#999999;
	text-decoration:underline;
}
.menu_bas{
	margin-bottom:5px;
	padding-right:5px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#999999;
}
.menu_basnobord{
	margin-bottom:5px;
	padding-right:5px;
}
.menu_bas a:link{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
.menu_bas a:visited{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
.menu_bas a:hover{
	color:#999999;	
	font-weight:bold;
	text-decoration:underline;
}
.menu_bas a:active{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
.menu_basnobord a:link{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
.menu_basnobord a:visited{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
.menu_basnobord a:hover{
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
}
.menu_basnobord a:active{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
/***********************************
MENU DES SOUS SOUS PAGES
***********************************/
ul.csc-menu{
	padding-top:50px;
	padding-left:0px;
}
ul.csc-menu li{ 
	display:inline;
	margin-left:20px;
}

/***********************************
MENU ANNEXE DU HAUT
***********************************/
/*.menuannexeghe{
	float:left;
	background-image:url(../img/menuannexe_ghe.gif);
	background-repeat:no-repeat;
	width:8px;
	height:26px;
}
.menuannexe{
	background-image:url(../img/menuannexe_cte.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding-top:5px;
	height:26px;
	float:left;
}
.menuannexedte{
	background-image:url(../img/menuannexe_dte.gif);
	background-repeat:no-repeat;
	width:8px;
	height:26px;
	float:left;
}
.menuannexe ul{
	margin:0px;
	padding:0px;
}
.menuannexe li{
	margin:0px;
	padding:0px
}
.menu_annexe{
	text-align:left;
	margin-left:0px;
	margin-right:0px;

}
.menu_annexe a{
	font-size:80%;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.menu_annexe a:hover{
	color:#000000;	
	font-weight:bold;
	font-size:80%;
	text-decoration:underline;
}*/


