/* CSS Document */


/* lien standard */
A:hover {
		color:#999999; 
		text-decoration:none;}
a{
		color:#333333; 
		text-decoration:underline}
		

/* lien Menu Haut*/
a.lien_season
{
color:#000000;
text-decoration:none;
	}
	
a.lien_season:hover
	{
color:#ee4e08;
text-decoration:none;
	}


/* Partie Gauche*/
.edito {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 11px;
	}

.mailing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 11px;
	}

.avenir {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 11px;
	}
	
.titregauche {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	}
	

/* Formulaire*/
.text_form {
color:#666666;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
border:1 dotted #ee4e08;
	}

.input_form {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-color:#ee4e08;
	border:1 dotted #999999;
	padding: 3px;
	}

.box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}

/* Contenu*/

.titre{
	font-family: Georgia, "Times New Roman", Times, serif;s
	font-size: 12px;
	font-weight: bold;
	}
	
.text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
	
/* Pub*/	
	
.fond_pub {
	background-color: #fee3ce;
	
	}
	
-->