/* CSS Document */
.hide {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.bg_none{
	background:none;
}
.bold{
	font-weight:bold;
}
#page {
	width: 930px;
	margin: 0px auto;
	text-align: left;
	background: #F1F2EC;
}
/*************************************************************************************************************************************
*************************************************** HEADER ***************************************************************************
**************************************************************************************************************************************/
#header {
	padding: 7px 14px 0 16px; 
}
#header h1 {
	display: none;
}
#header .logo{
	padding: 9px 0 15px 0;
}
#header .logo2{
	display: none;
}
#header .float_right img{
	padding: 0 0 12px 0;
}
#header .float_right ul{
	padding: 5px 0 8px 0;
}
#header .float_right ul li{
	display: inline;
	padding: 0 0 0 4px;
	background: url(../images/css/sepa_orange_li.png) no-repeat 0px 3px;
	font-size: 92%;
}
#header .float_right ul li.first{
	background: none;
	padding: 0;
}
#header .float_right ul li a {
	color: #E59138;
}
#header .float_right ul li .lien {
	color: #E59138;
}

.bordeaux {
	background-color: #8B2112;
}
.bleu {
	background-color: #003366;
}

/****************************************************
******************** zone nav 
******************************************************/
.zone_nav {
	background: url(bg_zone_nav.png) repeat-x #E89838;
	min-height: 44px;
	margin: 0 -14px 0 -16px;
	height: auto;
}
/*********************
*   Recherche
**********************/
.zone_nav form {
	float: right;
	width: 166px;
	margin: 5px 0 0 0;
}
.zone_nav form label {
	display: none;
}
.zone_nav form .input {
	border: 0px;
	background: url(../images/css/bg_input.png) no-repeat;
	margin: 0 -3px 0 0;
	padding: 2px 23px 0 5px;
	min-height: 17px;
	width: 130px;
	z-index:200;
	position:relative;
}
.zone_nav form .bt {
	display: none;
}
/************************
*    NAV
************************/
.menu {
	position:relative;
	font-size:0.9em;
	height:2.5em;
	margin:0;
	padding:0;
	list-style-type:none;
	border: 0;
	z-index:100;
    margin-right:175px; /* pour la barre de recherche */
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none; /* for Firefox */

}
.menu li {
	float:left;
	position:relative;
	font-size: 127.5%;
	font-weight: bold;
}
.menu li a, .menu li a:visited {
	display:block;
	text-decoration:none;
	float:left;
	color: #002745;
	width: 102px;
	padding: 6px 0 0 0;
	text-align: center;
	border: 0px solid #CF7200;
	border-width: 0 1px 0 0 ;
	min-height: 37px;
	height: auto;
}
.menu li li a, .menu li li a:visited {
	border-width: 0 ;	
}
/*
* html .menu li a, .menu li a:visited {
	width:7em;
	w\idth:6em; /* hack for IE5.5 */
	_width:9.3em;
}
*/
.menu li a.drop, .menu li a.drop:visited {
	font-weight:bold;
}
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:0em;
	left:0em;
	height:0;
	overflow:hidden;
	width: 150px;
	border: 1px solid #152D62;
	border-top: 0px solid #152D62;
	background: #294D95;
	font-size: 110%;
    margin-top:-1px;
}
.menu table {
	margin:-1px;
	border-collapse:collapse;
	font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu li:hover a,
.menu li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(survol_li_nav.png) repeat-x #244386;
	border: 0px;
	width: 103px;
}
.menu li:hover ul,
.menu li a:hover ul {
	visibility:visible;
	height:auto;
	left:0;
	top:3.1em;
	overflow:visible;
	width: 190px;
	border: 1px solid #152D62;
	background: #294D95;
}
.menu li:hover ul li a,
.menu li a:hover ul li a {
	display:block;
	text-decoration:none;
	height:auto;
	color: #fff;
	padding: 6px 0 0 8px;
	background: url(sepa_li_nav.gif) no-repeat;	
	font-size: 12px;
	width:182px;
	text-align:left;
	min-height:20px;
	overflow: hidden;
	word-wrap: break-word;
}
.menu li:hover ul li.first a,
.menu li a:hover ul li.first a {
	color: #fff;
	background: #294D95;
	text-decoration: none;
	font-weight: bold;	
}
* html .menu li a:hover ul li a {
	width:auto;
	w\idth:9em; /* hack for IE5.5 */
	_width:152px;
}
.menu li:hover ul li a.drop,
.menu li a:hover ul li a.drop {
	font-weight:bold;
}
/*.menu li:hover ul li ul,
.menu li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:9.5em;
	height:0;
	overflow:hidden;
	height:auto;
}*/
.menu li:hover ul li a:hover,
.menu li a:hover ul li a:hover {
	color: #294D95;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
}
/*.menu li:hover ul li:hover ul,
.menu li a:hover ul li a:hover ul {
	visibility:visible;
	color:#000;
	border:1px solid #ddd;
	height:auto;
	background:#fff;
	width:9.5em;
} 
.menu li:hover ul li:hover ul.left,
.menu li a:hover ul li a:hover ul.left {
	left:-9.3em;
}
.menu li:hover ul li:hover ul li a,
.menu li a:hover ul li a:hover ul li a {
	display:block;
	height:auto;
}
.menu li:hover ul li:hover ul li:hover a,
.menu li a:hover ul li a:hover ul li a:hover {
	text-decoration:underline;
}*/

/*************************************************************************************************************************************
*************************************************** FOOTER **************************************************************************
**************************************************************************************************************************************/
#footer {
	padding: 5px 12px 6px 10px;
}
#footer ul {
	float: right;
	padding: 5px 0 0 0;
}
#footer ul li{
	display: inline;
	background: url(../images/css/sepa_orange_li2.png) no-repeat 0px 3px;
	padding: 0 0 0 6px;
	color: #F88F00;
}
#footer ul li.first{
	background: none;
	padding: 0;
}
#footer ul li a {
	color: #F88F00;
}

/*************************************************************************************************************************************
*************************************************** STRUCTURE HOME ******************************************************************
**************************************************************************************************************************************/
#conteneur {
	padding: 8px 0 1px 7px;
}
/**********************************************
**************** CENTRE ***************
**********************************************/
.centre {
	float: left;
	width: 605px;
	margin: 0 0 0 0;
}
/** COL GAUCHE **/
.col_gauche {
	float: left;
	width: 916px;
	margin: 0 0 0 0;
}
.col_gauche2 {
	float: left;
	width: 600px;
	margin: 0 0 0 0;
}
.col_centre {
clear:all;
margin:0 6px 0 0;
	width: 305px;
	float: right;
}
/**********************************************
**************** COL DOITE ***************
**********************************************/
.col_droite {
	width: 305px;
	float: left;
}
/*************************************************************************************************************************************
*************************************************** STRUCTURE PAGES ****************************************************************
**************************************************************************************************************************************/
.pages #conteneur {
	padding: 8px 6px 0 6px;
}
/** OPTION TXT **/
.option_txt {
	float: right;
	margin: -5px 1px -1px 0;
}
.option_txt a:hover{
	text-decoration: none;
}
/** FIL ARINE**/
.fil_ariane {
	padding: 0 0 0 17px;
}
.fil_ariane, .fil_ariane a {
	color: #000000;
}
.fil_ariane .encour {
	font-weight:bold;
}
/**********************************************
**************** COL GAUCHE ***************
**********************************************/
.pages .col_gauche {
	width: 259px;
	margin: 0 6px 0 0;
}
/**************
*    	NAV VER
****************/
.nav_verticale {
	border: 1px solid #D5D5D4;
	margin: 0 0 11px 0;
	padding: 5px 0 8px 0;
	overflow: hidden;
	word-wrap: break-word;
}
.nav_verticale h3 {
	color: #013467;
	font-size: 124%;
	margin-bottom:1px;
}
.nav_verticale h3 a, .nav_verticale h3 a:hover {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 16px;
}
.nav_verticale h3 a:hover {
	border: 1px solid #F79821;
	/* background: url(../images/css/bg_hover_nav_ver.png) repeat-x #f7951f;*/
	background-color: #f9b54b;
	color: #002745;
	padding: 4px 0 4px 15px;
}
.nav_verticale h3.encour a, 
.nav_verticale h3.encour a:hover{
	border: 1px solid #F79821;
	padding: 4px 0 4px 15px;
	/* background: url(../images/css/bg_hover_nav_ver.png) repeat-x #f7951f;*/
	background-color: #f9b54b;
	color: #002745;
}
.nav_verticale li {
	color: #294D95;
	font-size: 110%;
	font-weight: bold;
	background: url(../images/css/sepa_li_nav_ver.png) no-repeat;
	margin-bottom:1px;
}
.nav_verticale li span {
	background: url(../images/css/puce_bleu.png) no-repeat 0px 2px;
	padding: 0 0 0 14px;
}
.nav_verticale li a{
	color: #294D95;
	display: block;
	padding: 4px 1px 3px 16px;
}
.nav_verticale li a:hover{
	text-decoration: none;
	border: 1px solid #F79821;
	padding: 3px 0 2px 15px;
	/* background: url(../images/css/bg_hover_nav_ver.png) repeat-x #f7951f;*/
	background-color: #f9b54b;
	color: #002745;
}
.nav_verticale li.encour a, 
.nav_verticale li.encour a:hover{
	border: 1px solid #F79821;
	padding: 3px 0 2px 15px;
	/* background: url(../images/css/bg_hover_nav_ver.png) repeat-x #f7951f;*/
	background-color: #f9b54b;
	color: #002745;
}
.nav_verticale li.encour span,
.nav_verticale li.open span {
	background: url(../images/css/puce_bleu_open.png) no-repeat 0px 4px;
}
.nav_verticale li.encour li,
.nav_verticale li.open li{
	font-size: 92%;
	background: none;
}
.nav_verticale li.encour li a,
.nav_verticale li.open li a{
	background: transparent;
	font-weight: normal;
	border: 0;
	padding: 4px 0 5px 30px;
}
.nav_verticale li.encour li a:hover,
.nav_verticale li.open li a:hover{
	background: #fff;
	font-weight: bold;
	border: 1px solid #396EA4;
	padding: 3px 0 4px 29px;
}
.nav_verticale li.encour li.encour,
.nav_verticale li.open li.encour,
.nav_verticale li.open li.open{
	background: #fff;
	font-weight: bold;
	border: 1px solid #396EA4;
	padding: 3px 0 4px 29px;
	display: block;
	color: #002745;
}
/**********************************************
**************** COL CENTRE ***************
**********************************************/
.pages .col_centre {
	width: 444px;
	margin: 0 6px 0 0;
}
.one_col .col_centre {
	width: 100%;
	margin: 0 0 0 0;
}
.deux_col .col_centre {
	width: 653px;
	margin: 0 0 0 0;
}
/**********************************************
**************** COL DROITE ***************
**********************************************/
.pages .col_droite {
	width: 203px;
}
.infobox .online_editor form.recherche .input {
	background: url(../images/css/bg_input2_hebreu.png) no-repeat;
	padding: 1px 5px 0 20px;
}
.online_editor .liste_resulats2 table tr th{
	padding: 9px 9px 7px 30px;
}

