
/*************************************************************************************
 *                                Définition des balises générales                   *
 *************************************************************************************/

* { background: none; }
 
html, body {
	margin: 0;
	padding: 0;
	background: none;
	color: #2d2d2d;
	height: 100%;
	width: 100%;
}

body {
	font: 12px/170% helvetica;
	color: #2d2d2d;
	height: 98%;
}

img { border: 0px solid black; }

#contenant-menu { display: none; }
