/* General ==================================================================*/

body {
	background: none;
	font-size: 12px;
}

p {
	margin: 5px 0 10px;
	line-height: 1.5em;	
}


a:link, a:visited{
	color: black;
}


/* Structure =================================================================*/
#page {
	background: none;
}

#entete {
	display: none;
}

#gauche{
	display: none;
	}

#droite {
	margin-left: 0;
}

#pied{
	display: none;
	}


