/* 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:425px;
}

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

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

 /* Pavé texte principal */



#pave li {
	margin-left:0px;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	font-weight:normal;
	text-indent: 0pt;
	list-style-type: none;
	line-height: 15px;

}

#gauche-theme li {

}

.theme-liste {
}

#pave li a {
	display:list-item;
	list-style-type: none;
	background-image:  url(../img/theme-off.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	padding-left:25px;
	text-decoration: none;
	margin-left:0px;
}
#pave li a:hover {
	display:list-item;
	list-style-type: none;
	background-image:  url(../img/theme-on.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	text-decoration:underline;
}
