/*------------------------------ Mise en forme globale --------------------------------*/

#frise{
	float:left;
	width: 390px;
	min-height:95px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}

#frise div{
	margin-left: 15px;
	margin-right: 10px;
}

#frise #titre{
	color: #71A6AE;
	font-size: 15px;
	font-weight: bold;
	margin-top: 105px;
	line-height: 16px;
}

#frise #texte{
	font-size: 12px;
	line-height: normal;
	margin-top: 5px;
}
/*------------------------------------------------------------------------------------*/



/*------------------------------ En-tetes et navigation --------------------------------*/
#bandeau {
	background-image: url(../images/bandeaux/presentation.jpg);
}

/*------------------------------------------------------------------------------------*/

/*----------------------------mentions bas de pages -------------------------------*/
#mentions{
	color: #CC8E42;
	font-size: 10px;
	margin-top: 40px;
	text-align: center;
}
/*--------------------------------------------------------------------------------------*/

/*------------------------------ Menus ----------------------------------------------*/
#menuGauche .actif{
	background-color: #D7A568;
	color: #9A6729;
}


#menuGauche a{
	background-color: #D7A568;
}

#menuGauche a:hover{
	color: #9A6729;
}
/*------------------------------------------------------------------------------------*/



/*------------------------------ Carte ------------------------------------------------*/
#carte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #D7A568;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#carte a{
	color:#FFFFFF;
	text-decoration: none;
}

#carte a:hover{
	text-decoration: none;
	color: #9A6729;
}

/*------------------------------------------------------------------------------------*/
