body  {
	background-color:#333333;
	width: auto;
	height:720px;
	text-align:center;
	margin: 0 auto 0 auto;
	border:0px none blue;
	}

div.cadre_index {
	background-image:  url(images/index/bg_logo.jpg);
	background-repeat:no-repeat;
	margin: 10px auto 0 auto;
	width:960px;
	height:730px;
	border:0px none blue;
	}
	
div.lien_marge {
	position:relative;
	width:958px;
	height:610px;
	border:1px none blue;
	}

div.lien_boite {
	position:relative;
	float:left;
	width:958px;
	height:53px;
	border:1px none red;
	}

div.lien_marge_gauche {
	position:relative;
	float:left;
	width:173px;
	height:51px;
	border:1px none yellow;
	}

div.lien_fr {
	position:relative;
	background-image:url(images/index/bouton_fr.png);
	float:left;
	width:106px;
	height:51px;
	border:0px none white;
	}
div.lien_fr:hover {
	position:relative;
	background-image:url(images/index/bouton_fr_over.png);
	float:left;
	width:106px;
	height:51px;
	border:0px none white;
	}

div.lien_en {
	position:relative;
	background-image:url(images/index/bouton_en.png);
	float:left;
	width:106px;
	height:51px;
	border:1px none white;
	}
div.lien_en:hover {
	position:relative;
	background-image:url(images/index/bouton_en_over.png);
	float:left;
	width:106px;
	height:51px;
	border:0px none white;
	}

div.lien_espace_milieu {
	position:relative;
	float:left;
	width:385px;
	height:51px;
	border:0px none yellow;
	}

a:link    {text-decoration:none}
a:visited {text-decoration:none}
a:hover   {text-decoration:underline}
a:active  {text-decoration:underline}