.navig {
	float: left;
	padding: 10px;
	padding-left: 0px;	
	width: 150px;
}

.contenu {
	padding: 10px;
	margin-left: 180px;
//	text-align: justify;
}

.contenu, .navig, a {
	font-family: Lucida Grande, Verdana, Arial;
	color: #09066C;
	font-size: 10pt;
	text-decoration: none;
}

.pied {
	font-family: Lucida Grande, Verdana, Arial;
	color: #666666;
	font-size: 8pt;
}

.titre {
	color: #A53A4E;
	font-size: 14pt;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.sous-titre {
	color: #A53A4E;
	font-size: 12pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

.centre {
	padding: 4px;
	margin: 10px;	
	border: 1px solid black;
}

.droite {
	float: right;
	padding: 4px;
	margin: 10px;	
	border: 1px solid black;	
}

.gauche {
	float: left;
	padding: 4px;
	margin: 10px;	
	border: 1px solid black;	
}

a, .fond_rouge {
	display:block;
	padding: 4px;
	margin: 1px;
	background-color: #C694A3;
	background-image: url(images/b_rouge.gif);
	background-repeat: repeat-x;
}

a:hover, .on {
	color: white;
	background-color: #09066C;
	font-weight: bold;
	background-image: url(images/b_bleu.gif);
	background-repeat: repeat-x;
}

.legende {
	padding: 4px;
	background-color: #DDDDDD;
	width: 160px;;
}

.o {
	list-style-image: url(images/li_vert.gif);
}

.l {
	list-style-image: url(images/li_jaune.gif);
}

.f {
	list-style-image: url(images/li_rouge.gif);
}