/*/////////////////////////////////////
///// Général
/////////////////////////////////////*/
body
{
background-color:#FFCC08;
}

/*/////////////////////////////////////
///// Texte
/////////////////////////////////////*/
.Date16
{
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.Date24
{
	font-size: 24px;
	font-weight: bold;
}
.texte
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textecentury
{
	color: #886F44;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.textecenturynoir
{
	color: #000000;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.textecenturyblanc
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.textecenturygros
{
	color: #000000;
	font-size: 13px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.textecenturymini
{
	color: #000000;
	font-size: 9px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.Blanc14
{
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.Orange11
{
	color: #EA663A;
	font-size: 11px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.Orange13
{
	color: #EA663A;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.Orange20
{
	color: #EA663A;
	font-size: 20px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.Orange16
{
	color: #EA663A;
	font-size: 16px;
	font-family: "Century Gothic", Verdana, "Trebuchet MS", Arial;
}
.Style2 {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.noir11 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
.Style3 {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #336600;
}
/*/////////////////////////////////////
///// Liens
/////////////////////////////////////*/

a {text-decoration:underline; color:#000000; }
a:hover {text-decoration:none; color:#000000; }

a.liennoirunderline {
    color:#000000;
	text-decoration:underline;
}
a.liennoirunderline:hover {     
	color:#000000;     
	text-decoration:none;    
}
a.liennoir {
    color:#000000;
	text-decoration:none;
}
a.liennoir:hover {     
	color:#000000;     
	text-decoration:underline;    
}
a.lienmarronunderline {
    color:#655232;
	text-decoration:underline;
}
a.lienmarronunderline:hover {     
	color:#655232;     
	text-decoration:none;    
}
a.lienorange {
    color:#EA663A;
	text-decoration:none;
}
a.lienorange:hover {     
	color:#EA663A;     
	text-decoration:underline;    
}
a.lienaide {
    color:#99CC00;
	text-decoration:none;
}
a.lienaide:hover {     
	color:#99CC00;     
	text-decoration:underline;    
}
a.lienblanc {
    color:#FFFFFF;
	text-decoration:none;
}
a.lienblanc:hover {     
	color:#FFFFFF;     
	text-decoration:underline;    
}

