/* 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:15px;
	padding-left:0px;
	font-weight:normal;
	text-indent: 0pt;
	list-style-type: disc;
	padding-bottom:0px;
	padding-top:4px;
}
 /* UL pour thème des formulaires */

#pave ul {
	
	background-image:  url(../img/theme-on.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	padding-left:20px;
	text-decoration: none;
	margin-left:0px;
	font-weight:bold;
	padding-bottom:5px;
	color:#000000;

}
