.bgnorepeat { 
background-repeat: no-repeat; 
} 

.bgnorepeaty { 
background-repeat:repeat-x;
} 


.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ED8000;
	font-weight: bold;
	font-size: 16px;
}

.texte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #212121;
	text-align:justify;
}

.textedroit {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #212121;
	text-align:right;
}

.texterouge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align:justify;
}

.textecentre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #212121;
	text-align:center;
}

.petitexte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #808080;
	text-align:justify;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ED8000;
}

.titre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #4C4C4C;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align:center;
	color: green;
	text-decoration: none;
	font-weight: bold;
}
a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align:center;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align:center;
	color: #212121;
	text-decoration: underline;
	font-weight: bold;
}

.menu {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #212121;
}

