/* CSS Document */

body {
background-color:#c30000;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
margin:0;
}

.lien .texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	}
	
	
a:link {
color: #000000; text-decoration: underline;
}


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

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

a.lien2:link {
color: #FFCC00; text-decoration: underline;
}


a.lien2:visited {
color: #FFCC66; text-decoration: underline;
} 

a.lien2:hover {
color: #FFFF00; text-decoration: underline;
}




.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	}
	
.texte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texte3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FF6600;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texte4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FF9933;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.bordure {
	border: 2px solid #C30000;
}

.texte_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	}
	
.bordure2 {
	border: 2px solid #850000;
}
.text_ref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9933;
}

.Style9 {color: #FFCC00}
.Style12 {color: #FF9933; font-size: 10px;}

.imgLeft{ float:left; padding-right:10px;}
.imgRight{ float:right; padding-left:10px;}

.center{text-align:center;}
