/*************************/
/* SÉLECTEURS UNIVERSELS */
/*************************/

* {
	background-color:#FFF;
	background-image:none;
	color:#000;
}

html,body {
	margin:auto;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
	background-color:#FFF;
}

/********************/
/* BLOCS PRINCIPAUX */
/********************/

div#wrapwebsite {
	position:relative;
	width:auto;
	margin:auto;
	margin-top:15px;
	text-align:left;
	background-color:#FFF;
}


div#wrapheader ul#menuhaut li a {
	background-color:#000;
	color:#FFF;
	display:block;
	text-decoration:none;
	width:auto;
	padding:6px;
}

div#wrapwebsite div#wrapcontent {
	background-color:#B2C33A;
	width:400px;
	float:right;
}
