/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF300;
		font-size: 12px;
}

table{
	font-size: 13px;
	font-weight: bold;

}


ul {list-style-type: none;
margin: 0;
padding: 0;}

li{
margin-top:10px;
margin-left:15px;


}
.menu a{
	display: block;
	height: 15px;
	width: 130px;
	text-decoration: none;
	color: #000;
	text-indent: 15px;
	background-image:url(../img/puce.gif);
	background-position: left center;
	background-repeat: no-repeat;
		font-size: 12px;
	font-weight: bold;
	color: #3B117A;

}
	 
.menu a:hover{
background-image:url(../img/puce1.gif);
background-position: left center;
background-repeat: no-repeat;
}


.titres {
	font-size: 13px;
	font-weight: bold;
	color: #E80082;
}

.piedpage {
	font-size: 12px;
}


.historique {
	text-align: justify;
}

.titres2 {

	font-size: 13px;
	font-weight: bold;
	color: #A0067C;
}

.cadre {
	border: 1px solid #000000;
}

