/* CSS Document IE7 */

body {
	margin: 0; 
	text-align: left;
	background-image:url(../img/flocon2.png);
	/*background-color:#132939;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

body a{
	color: #2E4861;
	font-size: 12px;
}

/* DIV Haut */
#en-tete {
	position:absolute;
	left: 490px;
	width: 280px;
	height: 30px;
	top:15px;
	color:#FFF;
	text-align:right;
	font-size:11px;
}

#en-tete a{
	color:#FFF;
}

#theme {
	position:absolute;
	left: 560px;
	width: 200px;
	height: 60px;
	background: url(../img/theme_ete_hover.png) no-repeat;
}
#theme:hover {
	background: url(../img/theme_ete_hover.png) no-repeat;
}

#randoxygene {
	position:absolute;
	left: 382px;
	width: 200px;
	height: 60px;
	background: url(../img/randoxygene.png) no-repeat;
}
#randoxygene:hover {
	background: url(../img/randoxygene.png) no-repeat;
}

#page {
	background-image: url(../img/bg_page_hiver.png);
}