/*Body Style*/
body{
	font-family					: verdana, arial,trebuchet ms ,sans-serif, trebuchet MS 	;
	background-color			: #e2e0e1	;
	margin						: 0px		;
	padding						: 0px		;
	font-size					: 12px		;
	background-image    		: url('http://www.evaandoli.com/src/bg_global_header.gif')	;
	background-repeat			: repeat-y				;
	background-position			: center	;
	}

/*Style du Header*/
#header_conteneur{
		display						: block						;
		width						: 100%						;
		height						: 190px						;
		background-repeat			: repeat-y					;
		background-position			: center					;
		}

#header_site{
		position			: absolute			;
		display				: block				;
		left				: 50%				;
		margin-left			: -489px			;
		width				: 979px				;
		height				: 190px				;
		background-color	:	white;
		}


/*Style du Central. Permet d'avoir un site centré*/
#conteneur_global{
		min-height			: 100%				;
		height				: 100%				;
		}

#central_site{
		position			: relative			;
		display				: block				;
		left				: 50%				;
		margin-left			: -490px			;
		width				: 980px				;
		min-height			: 100%				;
		height				: 100%				;
		//min-height		: 100%				;
		//height			: 100%				;
		//margin-bottom		: -20px				;
		}


/*Style Pied de page*/
#footer_conteneur{
		display				: block		;
		width				: 100%		;
		height				: 50px		;
		text-align			: center	;
		color				: #000000	;
		}

/*Utilisataion du Clear Both pour rétablir le flux des float*/
	.clearfloat {
		clear		: both	;
		height		: 0		;
		font-size	: 1px	;
		line-height : 0px	;
		}