@charset "utf-8";
/* CSS Document */

html
{
	width: 100%;
	height: 100%;
	margin: auto ;
	position: relative;
}

body
{
	width: 100%;
	height: 100%;
	margin: auto ;
	padding: 0 ;
	position: relative;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: url(img/bg0.jpg);
}

div#conteneur
{
	width: 1000px ;
	margin: auto ;
	height:100%;

	text-align: left ;
	background: #ffffff ;
}

div#header
{
	height: 172px ;
	margin: 0 ;
	position: relative;
	background: url(img/header_intro.jpg);
}

div#header #header_link
{
	width: 240px;
	height: 25px;

	left: 8px;
	bottom: 14px;

	cursor: pointer;

	display: block;

	position: absolute;
}

div#contenuintro
{

	height:313px;
	vertical-align:middle;
	margin-top:auto;
	margin-bottom:auto;

}

div#billboard {
	float:right;
	height: 313px ;
	width: 587px;
	background: url(img/billboard.jpg);
}

ul#menuintro
{

	text-align:left;
	float:left;
	list-style-type:none;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	margin-left:5px;

}

ul#menuintro li
{

	text-align: left ;
}

ul#menuintro li#menuintro_txt
{
	font: 20px "Verdana";
	font-weight:bold;
	color:#3b519a;
	text-align:center;

	padding-bottom: 20px;
}

ul#menuintro li#menuintro1 a
{
	width: 325px ;
	line-height: 74px ;
	display: block ;
	text-decoration: none ;
	background: url(img/btn_internaute.jpg) repeat-x 0 0 ;
}



ul#menuintro li#menuintro2 a
{
	width: 325px ;
	line-height: 74px ;
	display: block ;
	text-decoration: none ;
	background: url(img/btn_ecom.jpg) repeat-x 0 0 ;
}



ul#menuintro li#menuintro3 a
{
	width: 325px ;
	line-height: 74px ;
	display: block ;
	text-decoration: none ;
	background: url(img/btn_entreprise.jpg) repeat-x 0 0 ;
}



div#bgfooter {
	width:100%;
	height:127px;
	bottom:0;
	left:0px;
	text-align: center ;
	position:fixed;
	background: url(img/footer/bgfooter.jpg);
	z-index:0;
}

div#footerVersion {
	bottom:0;
	color:#666666;
	font-size:80%;
	margin:0;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:1;
}

div#footer {
	/* background: url(img/bgfooter.jpg); */
	width: 1000px ;
	margin: auto;
	text-align: left ;
	bottom:0;
	height:127px;
	position:relative;
}

div#imgmoneo{
	top: 0px ;
	height: 61px ;
	width: 317px;
	background: url(img/footer/img_moneo.gif);
	position:relative;
}


ul#menufooter {
	padding: 0;
	margin: 0;
	margin-left: 0px;
	height: 66px;
	width: 100%;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	list-style-position: inside;
	position: relative;
	top: 0px;
	z-index: 1;
}

ul#menufooter li {
	float: left ;
	text-align: center ;
}

ul#menufooter li a {
	display: block;
	text-decoration: none;
}

ul#menufooter li#bordG {
	width: 244px;
	height: 66px;
	/* background: url(img/footer/logo.png) repeat-x 0 0 ; */
}

ul#menufooter li#menu1 a {
	width: 158px;
	height: 66px;
	background: url(img/footer/btn_legales.gif) repeat-x 0 0 ;
}

ul#menufooter li#menu2 a {
	width: 178px;
	height: 66px;
	background: url(img/footer/btn_qui.gif) repeat-x 0 0 ;
}

ul#menufooter li#menu3 a {
	width: 149px;
	height: 66px;
	background: url(img/footer/btn_contact.gif) repeat-x 0 0 ;
}

ul#menufooter li#menu4 a {
	width: 143px;
	height: 66px;
	background: url(img/footer/btn_presse.gif) repeat-x 0 0 ;
}

ul#menufooter li#menu5 a {
	width: 124px;
	height: 66px;
	background: url(img/footer/btn_plan.gif) repeat-x 0 0 ;
}



