/* CSS Document */

h1 { /* Titre */
	font-size: 12px;
	color: #CC0000;
	line-height: 130%;
	margin:0;
	margin-bottom:10px;
}

h2 { /* Descriptif */
	font-size: 11px;
	color: #CC0000;
	line-height: 140%;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:10px;
}
h3 { /* Post-scriptum */
	font-size: 11px;
	color: #008800;
	line-height: 140%;
	font-weight: normal;
	margin:0;
	margin-bottom:10px;
}

 /* Blocs principaux droite-gauche */

#droite {
	margin-right:10px;
	margin-left:565px;
}

#droite ul {
	margin-left:5px;
}

#gauche {
	width: 540px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

 /* Pavé texte principal */



#pave li {
	margin-left:10px;
	padding-left:0px;
	font-weight:normal;
	text-indent: 0pt;
	list-style-type: disc;
	padding-bottom:3px;
}