
/*structure générale du site*/

* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
}

.clear {
	clear:both;
}

#top {
	width:100%;
	height:127px;
	background:url(../_img/general/fd_top.gif) top left repeat-x;
}

#container_middle {
	width:100%;
	height:424px;
	overflow:hidden;
}

#middle2 {
	width:100%;
	height:424px;
}

#middle {
	width:1600px;
	height:424px;
	position:relative;
	left:50%;
	margin-left:-800px;
	
}

#bottom {
	width:100%;
	height:32px;
	background:url(../_img/general/fd_bottom.gif) top left repeat-x;
}

#container {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-475px;
	width:950px;
	height:auto;
	z-index:2;
}

#logo {
	position:relative;
	top:12px;
	left:0;
	width:228px;
	height:229px;
	z-index:3;
}

/*------------------------------------------menu_top------------------------------*/

#menu_top {
	position:absolute;
	top:65px;

	left:208px;
	width:780px;
	height:62px;
	z-index:2;
}

#menu_top ul{
	float:left;
	list-style-type: none;
}
#menu_top li {
	display: inline;
}
#menu_top a.menu1,
#menu_top a.menu2,
#menu_top a.menu3,
#menu_top a.menu4,
#menu_top a.menu5,
#menu_top a.menu1_on,
#menu_top a.menu2_on,
#menu_top a.menu3_on,
#menu_top a.menu4_on,
#menu_top a.menu5_on {
  	display: block;
	line-height: 42px;
	text-decoration: none;
	float: left;
}
#menu_top  a.menu1 {
	width: 143px;
	background: url(/_img/general/menu1.gif) no-repeat 0 0;
}
#menu_top a.menu1_on, #menu_top a.menu1:hover {
	width: 143px;
	background: url(/_img/general/menu1.gif) no-repeat 0 -42px;
}
#menu_top a.menu2 {
	width: 143px;
	background: url(/_img/general/menu2.gif) no-repeat 0 0;
}
#menu_top a.menu2_on, #menu_top a.menu2:hover {
	width: 143px;
	background: url(/_img/general/menu2.gif) no-repeat 0 -42px;
}
#menu_top a.menu3 {
	width: 143px;
	background: url(/_img/general/menu3.gif) no-repeat 0 0;
}
#menu_top a.menu3_on, #menu_top a.menu3:hover {
	width: 143px;
	background: url(/_img/general/menu3.gif) no-repeat 0 -42px;
}
#menu_top a.menu4 {
	width: 143px;
	background: url(/_img/general/menu4.gif) no-repeat 0 0;
}
#menu_top a.menu4_on, #menu_top a.menu4:hover {
	width: 143px;
	background: url(/_img/general/menu4.gif) no-repeat 0 -42px;
}
#menu_top a.menu5 {
	width: 142px;
	background: url(/_img/general/menu5.gif) no-repeat 0 0;
}
#menu_top a.menu5_on, #menu_top a.menu5:hover {
	width: 142px;
	background: url(/_img/general/menu5.gif) no-repeat 0 -42px;
}



/*----------------menu haut---------------*/

.smenu {
	position:absolute;
	top:62px;
	*top: 42px;
	-top: 42px;


	background:url(../_img/pix_repeat.gif) repeat-y;
	font: 12px normal Arial, Helvetica, sans-serif;
	color: #8DA5E6;
	padding: 8px 0 8px 0;


	/*filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward);*/
}

.smenu a {
	font-size:12px;
	font-weight:bold;
	color: #8DA5E6;
	text-decoration: none;
	padding: 6px 0 6px 12px;

}

.smenu a:hover {
	color: #646464;
	text-decoration: none;
}

.sm {

	height: 13px;
	margin: 0 6px 0 6px;
}



/*------------------------------------------menu_left------------------------------*/

#menu_left {
	position:absolute;
	top:246px;
	left:0;
	width:209px;
	height:340px;
}

#menu_left a.acces,
#menu_left a.acces_on {
  	display: block;
	line-height: 49px;
	text-decoration: none;
}
#menu_left a.acces {
	width: 165px;
	background: url(/_img/general/acces_investisseurs.gif) no-repeat 0 0;
}
#menu_left a.acces:hover {
	width: 165px;
	background: url(/_img/general/acces_investisseurs.gif) no-repeat 0 -49px;
}

#menu_left #ombre {
	float:left;
	width:20px;
	height:305px;
}

#menu_left #fond_blanc {
	float:left;
	width:189px;
	height:340px;
	background-color:#FFFFFF;
	position:relative;
}

#menu_left #fond_blanc #liens_top {
	position:absolute;
	top:10px;
	left:10px;
}

#menu_left #fond_blanc #liens_top h1 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#8c3c8c;
	border-bottom:1px solid #cac0b6;
	padding-bottom:9px;
	width:160px;
}

#menu_left #fond_blanc #liens_top ul {
	list-style-type:none;
	margin-top:13px;
}

#menu_left #fond_blanc #liens_top ul li {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	padding-bottom:5px;
}

#menu_left #fond_blanc #liens_top ul li a {
	color:#666a6a;
	text-decoration:none;
	padding-left:16px;
}

#menu_left #fond_blanc #liens_top ul li a:hover {
	color:#8ea6e6;
}

#menu_left #fond_blanc #liens_top ul li a.on {
	color:#8ea6e6;
	background:url(../_img/general/puce_bulle.gif) center left no-repeat;
	font-weight:bold;
}

#menu_left #fond_blanc #lien_bottom {
	position:absolute;
	top:241px;
	left:12px;
}

/*------------------------------------------content------------------------------*/

#content {
	position:absolute;
	top:135px;
	left:218px;
	width:721px;
	height:auto;
}

#content #fond_ombres {
	behavior:url(../_css/iepngfix.htc);
	background:url(../_img/general/ombre_fond_content.png) top left no-repeat;
}

#content_text {
	padding-top:23px;
	margin-left:57px;
	width:610px;
	padding-bottom:100px;
	color:#000000;
}

#content_text h1 {
	background:url(../_img/general/puce_titre.gif) top left no-repeat;
	padding-left:26px;
	color:#8b3c8c;
	font:bold 25px Arial, Helvetica, sans-serif;
	padding-bottom:16px;
	border-bottom:1px solid #cbcbcb;
	width:580px;
	margin-bottom:28px;
}

/*------------------------------------------menu_bottom------------------------------*/

#menu_bottom {
	float:right;
	padding-right:20px;
	padding-bottom:20px;
}

#menu_bottom ul {
	list-style-type:none;
}

#menu_bottom ul li {
	float:left;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#676767;
	background:url(../_img/general/puce_menu_bottom.gif) center left no-repeat;
	padding-left:10px;
	margin-left:20px;
}

#menu_bottom ul li a {
	text-decoration:none;
	color:#676767;
}

#menu_bottom ul li a.on, #menu_bottom ul li a:hover {
	text-decoration:underline;
}

#ombre_top {
position: absolute;
top: -22px;
left: -16px;
-top: -22px;
*top: -22px;


}
#menu_top table{
position: absolute;


bottom:0;
}