@charset "iso-8859-1";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style : normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* BLOCS */
#conteneur {	
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
#entete {
	display: none;
}
#menu {
	display: none;
}
#corps {
	width: 580px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: center;
}
#colDroite {
	display: none;
}
#pied {
	display: none;
}

/* LIENS GENERAUX */
a:visited {
	color: #006600;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #CC0066;
	text-decoration: underline;
	font-weight:bold;
}
a {
	color: #006600;
	text-decoration: none;
	font-weight:bold;
}

/* TITRES */
H1 {
	margin: 3px 0px 6px 0px;
	color: #336600;
	font-size: 1.5em;
}	

H2 {
	margin-top: 0px;
	margin-bottom: 1px;
	color: #339900;
	font-size: 1em;
}	
H3 {
	margin-top: 0px;
	padding-top:0px;
	color: #009999;
	font-size: 0.90em;
}
