/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */

/***************** STRUCTURE *****************/
body,html{
	height:100%;
	min-height: 100%;
	scrollbar-base-color: #627881;
	overflow:hidden;
}
body{
	margin:0;
	padding:0;
	font-size:62.5%;
	background:#5c7a81;
}
#container{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(../images/charte/bg-container2.gif) no-repeat scroll left bottom;
}
#entrez{
	position:absolute;
	left:145px;
	bottom:230px;
	width:171px;
	height:54px;
}
