/**************CONTENEUR GAUCHE************************************/
/**************TITRE  PAGE************************************/
#titre_club_house{
position:relative;
width:200px;
height :39px;
}
/**************************************************/
#img_club_house_gauche{
position:relative;
width:200px;
height :140px;
text-align:center;
margin:0px 0px 0px 0px;
}
/**************CONTENEUR HORAIRES************************************/
#titre_horaires{
position:relative;
width:200px;
height :20px;
text-align:center;
font-size : 16px;
color:#F0F9A2;/*JAUNE*/
margin:5px 0px 0px 0px;
text-decoration:underline
}
#horaires{
position:relative;
width:200px;
height :160px;
text-align:left;
font-size : 13px;
color:#FFFFFF;
margin:5px 0px 0px 0px;
}
#horaires strong{
color:#F0F9A2;/*JAUNE*/
}
/**************CONTENEUR DROITE************************************/
/**************TEXTE************************************/
#texte_club{
position:relative;
width:610px;
height :90px;
text-align: justify;
color:#F0F9A2;/*JAUNE*/
margin:5px 0px 0px 10px;
}
#texte_club strong{
font-size : 18px;
color:#FFFFFF;/*BLANC*/
}
/**************LES MENUS RESTAURANT************************************/
#conteneur_carte_menu{
position:relative;
width:610px;
height :220px;
font-weight:bold;
color:#FFFFFF;
margin:0px 0px 0px 10px;	
background-color:#d3d601;
}
.titre_tarifs {
text-decoration:underline;
margin-left:5px;
font-size:1.2em;
}
table.restauration{
background-color:#306807;
margin:15px 0px 0px 5px;
border-collapse: collapse;
empty-cells: show;
border: 3px solid #F0F9A2;/*JAUNE*/
}
tr.club_house {
color:#FFFFFF;
}
th {
width:200px;
color:#F0F9A2;/*JAUNE*/
border-bottom:4px white solid;
font-size:1.2em;
}
th{
padding:4px 0px;
}
.pair {
background-color:#306707;/*VERT FONCE*/
padding:4px 6px;
}
.impair {
background-color:#377709;
border-right:4px white solid;
border-left:4px white solid;
padding:4px 6px;
}
.prix_produit {
float:right;
}
td.ligne_menu {
text-align:center;
padding:4px 6px;
}
/**************IMAGES DU CLUB HOUSE************************************/
#images_club_house{
position:relative;
width:610px;
height :90px;
text-align: justify;
color:#F0F9A2;/*JAUNE*/
margin:15px 0px 0px 10px;
}
.photos_club_house{
float:left;
width:203px;
height :90px;
text-align: center;
}
