/* CSS Document */

/*------------------------------ Redefinition  ---------------------------------------*/
hr{
	color: #5CA0D3;
	background-color: #5CA0D3;
}


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



/*------------------------------ Mise en forme globale --------------------------------*/
#colonne2{
	margin-left: 30px;
	width:700px;
	float:right;
	color:#285469;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#colonne2 a{
	color:#DC5F1B;
	font-weight: normal;
}

#colonne2 a:hover{
	color:#5CA0D3;
	text-decoration: none;
}
/*------------------------------------------------------------------------------------*/



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

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

/*------------------------------ Menus ----------------------------------------------*/
#menuGauche .actif{
	background-color: #5CA0D3;
	color: #000000;
}

#menuGauche a{
	background-color: #5CA0D3;
}

#menuGauche a:hover, #plan a:hover{
	color: #000000;
}

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



/*------------------------------ Classes ----------------------------------------------*/

.nom_activites {
	font-size: 11px;
	font-weight: bold;
	background-position: left center;
	color: #FFFFFF;
	padding-left: 12px;
	background-image: url(../images/fond_titre_activites.jpg);
}

.type_activites{
	color: #235981;
	width: 670px;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
}

.colonne_gauche{
	float: left;
	width: 500px;

}

.colonne_droite{
	float: right;

}

.nom_activites_prestataire{
	font-size: 22px;
	color:#5CA0D3;
	margin-right: 5px;
	font-weight: bold;
	line-height: 22px;
}

.commentaire_activites_prestataire {
	float:left;
	color:#5CA0D3;
	font-weight: bold;
	width: 180px;
}

.descriptif_activites_prestataire {
	font-size: 12px;
	color:#1A4260;
	text-align: justify;
	float: left;
	width: 310px;
}

.visuel_activites_prestataire {
	text-align: center;
	width: 180px;
}

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