@charset "utf-8";
/* CSS Document */
/*****************************/
/*** END Core html setup stuff ***/
/*****************************/
*{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	font-size:12px;
	font-family:Helvetica, Arial;	
}
/*****************************/
/*** Core html setup stuff ***/
/*****************************/

form {
  margin: 0;
  padding: 0;
}

a:link {
color:#666;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
color:#666;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
color:#21a234;
	text-decoration: none;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

body{
	background:#E5E7E6;
	line-height: 1.2em;
	text-align:left;
	color:#112031;
}


/*****************************/
/*** END Core html setup stuff ***/
/*****************************/
div#mainContainer{
	margin:0 auto;
	width:100%;	
	height:720px;
	background: url(../../images/img_fond.jpg) 0 0 repeat-x;
}
.contenu{
	width:900px;
	/*height: auto;*/
	height:870px;
	background-color:#FFFFFF;
	
}
.logo{
	width:900px;
	height:72px;
	margin-bottom: -28px;
}
.menutop{
	width:285px;
	height:25px;
	background: url(../../images/fond_topmenu.gif) 0 0 no-repeat;
	padding-top: 4px;	
	/*float:left;*/
	z-index:200;
	margin-left:615px;
}
.langue{
background: url(../../images/fond_topmenu.gif) 0 0 no-repeat;
	width:25px;
	height:25px;
z-index:201;
padding-top: 5px;
float:right;
padding-right: 10px;
}

.mainmenu{
	z-index:2;
	background: url(../../images/filet_menu.gif) 0 0 no-repeat;
	width:490px;
	height:30px;
	padding-top:15px;
	padding-left: 420px;
	margin-left:0px;
}
.animf{
	z-index:1;
	width:900px;
	margin-bottom: 0px;
}
.mainbody{	
	margin-left:30px;
	width:360px;
	float:left;
	padding-top:30px;
}
.img_news{
	float:right;
	width:510px;
	padding-bottom:10px;
	z-index:30;
	padding-top:30px;
}
.news{
	float:right;
	width:510px;
	
	z-index:30;
	
	
	
}

/******************************/
/***** Rollover Menus *********/
/******************************/
#eclients {
	left:-360px;
	position:relative;
	top:80px;
	width:162px;
	height:16px;
	z-index:3;
	background-color:#21a234;
	display:block;
}
#surcab {
	position:relative;
	left:53px;
	top:42px;
	width:162px;
	height:16px;
	z-index:3;
	background-color:#21a234;
	display:block;
}
#surex {
	position:relative;
	left:214px;
	top:26px;
	width:162px;
	height:16px;
	z-index:4;
	background-color:#21a234;
	display:block;
}
#contact {
	position:relative;
	left:370px;
	top:10px;
	width:162px;
	height:16px;
	z-index:5;
	background-color:#21a234;
	display:block;
}
/***********************************/