* { 
padding:0; 
margin:0; 
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	background-color:#E4E4E4;
}

#gene{
	width: 800px;
	margin:auto;
}


#div_log{
	margin:15px 0 50px 0; 
	text-align:center;
}

#societe{
	padding-left:35px;
}

.div_men{
	background-color:#023757; 
	border-left:1px solid #023757; 
	border-right:1px solid #023757;  
	margin-left:29px; 
	width:158px;
}

.men_gr{
	background-image:url(../img/men_gr.jpg); 
	background-repeat:no-repeat; 
	width:158px; 
	height:20px; 
	padding-top:5px; 
	text-align:center;
	border-top:1px solid #023757; 
	}
	
.men_gr2{
	background-image:url(../img/men_gr2.jpg); 
	background-repeat:no-repeat; 
	width:158px; 
	height:20px; 
	padding-top:5px; 
	text-align:center;
	border-top:1px solid #023757; 
	}
	
.men_gr3{
	background-image:url(../img/men_gr3.jpg); 
	background-repeat:no-repeat; 
	width:158px; 
	height:20px; 
	padding-top:5px; 
	text-align:center;
	border-top:1px solid #023757; 
	}
	
.men_bl{
	background-image:url(../img/men_bl.jpg); 
	background-repeat:no-repeat; 
	width:158px; 
	height:19px; 
	padding-top:5px; 
	text-align:center;
	border-top:1px solid #023757; 
	}
	
.div_hom{
	float:left; 
	width:597px; 
	background-color:#FFFFFF; 
	border-left:1px solid #ccc;
}

.tit_home{
	text-align:right; 
	font-weight:bold; 
	padding-right:10px;
	margin-top:-23px;
}

.tit_pg{
	 border-top:1px solid #003366;
	 border-bottom:1px solid #003366;
	 padding:3px 0px 3px 10px;
	 margin-bottom:5px;
	 background-color:#EBEBEB;
}

.div_news{
	padding:10px 0px 10px 15px; 
	line-height:17px; 
	text-align:justify; 
	border-bottom:1px solid #ccc;
}

.minip{
	padding:1px; 
	border:1px solid #CCCCCC;
}

/* txt */
h1 {
	font-size : 1.3em; 
}

h2 {
	font-size : 1.2em; 
}

h3 {
	font-size : 1.1em; 
}

h4 {
	font-size : 1em; 
}

h5 {
	font-size : 1em; 
}

.it{
	font-style:italic;
}



.contenu{
	display:none;
	visibility:hidden;
}

/* lien */
a:link, a:visited, a:active {
	color:#023757;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}

a.blc:link, a.blc:visited, a.blc:active {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
a.blc:hover{
	text-decoration: none;
	color:#ccc;
	font-weight:bold;
}

/* CLEAR */
.clear {
	clear : both; 
	display : block; 
	height : 1px; 
	overflow : hidden; 
} 
.clear5 {
	clear : both; 
	display : block; 
	height : 5px; 
	overflow : hidden; 
} 
.clear15 {
	clear : both; 
	display : block; 
	height : 15px; 
	overflow : hidden; 
} 
.clear10 {
	clear : both; 
	display : block; 
	height : 10px; 
	overflow : hidden; 
}



#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#002D62;
	filter:alpha(opacity=60);
	-moz-opacity: 0.40;
	opacity: 0.40;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #002D62;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #fff;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#FFCC7F;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
    background-color: #fff;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* MENU */
.ddmx {
    font: 11px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #003366;
    font: 12px arial;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #ccc;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #003366;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #003366;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	width:125px;
}



