@import url("reset.css");

body{
	font-family: Arial, Helvetica, sans-serif; 
	width	:	100%; 
	margin	:	0 auto;
	font-size:	1em;		
	height 	:	100%;
	background-color:#ffffff;
	color	:	#515151;
}
#global{
	height:100%;
}

/******************************************************
					HEADER
	***************************************************/
#header{
	height	:	210px;
	min-width:	880px;
	margin-right:auto;
	margin-left:auto;
	width	:	100%;
}

#container{
	color	:	#000000;
	font-size:	0.8em;
	font-weight:normal;
	text-decoration:none;
}

#header #container{
	height	:	100%;
	margin-left:auto;
	margin-right:auto;
	width	:	880px;
	/*background-color: #FFEEEE;*/
}

#header #container #logo{}
#header #container #logo img{
	/*left	:	-15px;*/
	position:	relative;
	top		:	38px;
}


/******************************************************
					CONTENU
	***************************************************/
#content{
	margin-left	:	auto;
	margin-right:	auto;
	width		:	880px;
	position	:	relative;
	top			:	-33px;
}
