@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
}

.global {	
	background-color:white;
}


.centrage {
	left:50%;
	margin-left:-475px;
	width:950px;
	background-color:white;
	padding-top:5px;
}

.header {
	z-index:10;
	width:950px;
}


.menu {
	position:absolute;
	top:0px;
	left:0px;
	width:676px;
	height:97px;	
}
.menu_bouton {
	float:left;	
}
.menu_vague {
	position:absolute;
	top:0px;
	left :676px;
}
.connect_astris {
	position:absolute;
	top:0px;
	left :730px;
}
.selection_langue {
	position:absolute;
	top:9px;
	left:868px;
}
.header_HotInfos {
	position:absolute;
	top:125px;
	width:950px;
}
.Bouton_Onglet {
	position:absolute;
	bottom:0px;
	left:10px;
}


.contenu {
	width:950px;
	clear:both;
	z-index:20;
}
.colonne {
	float:right;
	width:300px;
	right:-1px;
	margin-top:10px;
	border : 1px solid black;
}

.champ_input {
	height:20px;	
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	font-style:normal;
	font-weight:bold;
	text-decoration : none ;
}



/* FOOTER */
.footer {
	clear:both;
	left:50%;
	margin-left:-476px;
	width:952px;	
	z-index:100px;
	padding-top:60px;
	height:64px;
	background-image:url(../Images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
}
.footer_top {
	width:952px;	
	z-index:100px;
	height:11px;
	background-image:url(../Images/footer_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.footer_texte {
	width:950px;	
	text-align:center;
	border-left: 1px solid #dee3ed;	
	border-right: 1px solid #dee3ed;
	height:100%;
}

.boutons_menu {
	width:961px;
	clear:both;
}