A {
	FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: none
}
A.haut {
	FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold;
	text-decoration:underline overline;
	COLOR: #CCCCCC;
}
.Titres {
	font-family: Verdana;
	font-size: 18px;
	font-style: bold;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}
.SousTitres {
	font-family: Verdana;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
.SousTitresNoirs {
	font-family: Verdana;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.Contenu {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
.ContenuNoir {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.ContenuPetit {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
.Rubrique {
	font-family: Verdana;
	font-size: 12px;
	font-style: bold;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
}
.Rubrique:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: bold;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
}
ul.puces
{
    list-style-type:none;
}
.puces li
{
    background:transparent url(images/puce1.gif) no-repeat top left;
    padding-left:35px;
    height:55px;
}
ul.pucespetites
{
    list-style-type:none;
}
.pucespetites li
{
    background:transparent url(images/puce1.gif) no-repeat top left;
    padding-left:35px;
    height:35px;
}
