/* CSS Document */
/*------------------------------ Redefinition  ---------------------------------------*/
hr{
	color: #71A6AD;
	background-color: #71A6AD;
	height: 1px;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

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


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

#titre_offres{
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	font-style: normal;
	line-height: normal;
	color: #71A6AD;
	margin-bottom: 10px;
}


/*-------------------- offre principale ---------------*/

#corps_offres #offre_principale{
	float:left;
	border: 2px solid #CDDFE2;
	background-color: #CDDFE2;
	width: 585px;
}

#offre_principale img{
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* colonne 1*/
#offre_principale #offre_principale_colonne1{
	float:left;
	width: 340px;
}

#offre_principale #offre_principale_colonne1 .titre_colonne1, .texte_colonne1{
	float:left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}


#offre_principale #offre_principale_colonne1 .titre_colonne1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	width: 140px;
	height: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	background-color: #88B0B6;
}

#offre_principale #offre_principale_colonne1 .texte_colonne1{
	font-size: 11px;
	font-style: normal;
	color: #568E97;
	width: 138px;
}
/*--------------------------------------------------------*/


/* colonne 2*/
#offre_principale #offre_principale_colonne2{
	float:left;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 8px;
	border-left-width: 10px;
	width: 230px;
	border-right-width: 5px;
}

#offre_principale #offre_principale_colonne2 #titre_colonne2{
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	color: #71A6AD;
	font-weight: bold;
	margin-bottom: 10px;
}

#offre_principale #offre_principale_colonne2 #texte_colonne2{
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-align: justify;
}

#offre_principale #offre_principale_colonne2 #pave_colonne2{
	font-size: 11px;
	border: 1px solid #71A6AD;
	padding: 5px;
	margin-top: 8px;
	color: #71A6AD;
}

#offre_principale #offre_principale_colonne2 #telephone_colonne2{
	font-size: 17px;
	margin-top: 8px;
	text-align: center;
	color: #FFFFFF;
	background-color: #88B0B6;
	font-weight: bold;
}

#offre_principale .legende{
	font-size: 10px;
	color: #88B0B6;
	line-height: 12px;
	text-align: right;
	border-top-width: 8px;
	border-right-width: 4px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}

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




/*-------------------- offre principale ---------------*/

#offres_secondaires{
	float:right;
}

#offres_secondaires .encart{
	background-color: #9BC1C5;
	margin-bottom: 8px;
	width: 290px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 12px;
}

#offres_secondaires .encart a{
	color: #FFFFFF;
}

#offres_secondaires .encart a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#offres_secondaires .offres_secondaires_titre{
	font-size: 18px;
	clear: both;
	margin-bottom: 8px;
}

#offres_secondaires .offres_secondaires_texte{
	font-size: 14px;
	margin-bottom: 8px;
	color: #417A83;
	font-weight: bold;
	line-height: 15px;
}

#offres_secondaires .offres_secondaires_prix{
	font-size: 32px;
	margin-bottom: 8px;
	font-weight: bold;
}

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




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

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


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