/**************CONTENEUR GAUCHE************************************/
/**************TITRE  PAGE************************************/
#titre_campings{
position:relative;
width:200px;
height :39px;
}
/**************************************************/
#img_campings{
position:relative;
width:200px;
height :140px;
text-align:center;
margin:0px 0px 0px 0px;
}
/**************CONTENEURS SOUS IMAGE CADRE************************************/
#lien_campings{
position:relative;
width:200px;
height :35px;
text-align:center;
font-size : 12px;
margin:5px 0px 0px 0px;
}
#bloc_vide_campings{
position:relative;
width:200px;
height :145px;
text-align:center;
margin:5px 0px 0px 0px;
}
/**************CONTENEUR DROITE************************************/
/**************TEXTE************************************/
#texte_campings{
position:relative;
width:610px;
height :80px;
text-align: justify;
color:#F0F9A2;/*JAUNE*/
margin:5px 0px 0px 10px;
background:transparent;
}
.camping-gras{
font-size : 18px;
color:#FFFFFF;/*BLANC*/
font-weight: bold;
}
.camping-souligne{
color:#FFFFFF;/*BLANC*/
font-size : 14px;
text-decoration:underline
}
/**************ADRESSES DES CAMPINGS************************************/
.conteneur_campings{
position:relative;
width:610px;
height :80px;
color:#FFFFFF;/*BLANC*/
margin:10px 0px 0px 10px;
}
.camping_1, .camping_2{
width:290px;
height :80px;
}
.camping_1{
float:left;
}
.camping_2{
float:right;
}
.logo_camping{
position:absolute;
width:90px;
height :80px;
margin:0px 0px 0px 0px;
}
.adresse_camping{
position:absolute;
width:200px;
height :80px;
text-align: center;
font-size : 12px;
color:#F0F9A2;/*JAUNE*/
margin:0px 0px 0px 90px;
}