﻿body
{
    margin : 0;
    padding : 0;
    background-color : #fff;
    font-family : Verdana;
    font-size : 9pt;
}

br
{
	line-height:6px;
}

td#ConteneurLeft
{
	background-image:url('images/master/barre_couleurs.gif');
	background-repeat:repeat-y;
	width:10px;
	height:100%;
	/*float:left;*/
}
td#ConteneurMiddle
{
	width:970px;
	background-color: #D0E4F0;
	/*float:left;*/
}
td#ConteneurRight
{
	background-image:url('images/master/barre_couleurs.gif');
	background-repeat:repeat-y;
	width:10px;
	height:100%;
	/*float:left;*/
	
	
}

div#TitrePromos
{
	text-align:center;
	font-size:22px;
	margin-top:0px;
	margin-bottom:10px;	
}

div#pageacc
{
    position : relative;
    width : 1000px;
	height:100%;
    margin : 0 auto;

}

div#acceuil_footer
{
	position:relative;
    top : 0px;
    left : 0px;
    height : 34px;
    width : 1004px;
    border-top : solid 1px #fff;
    background-color : #1f3576;
    z-index: 2;
}

div#Promo1
{

}

div#Promo2
{

}

div#Promo3
{
	margin-bottom:0px;
}

hr.LigneSeparation
{
	width:50%;
	color:#abc5e0;
	margin-top:0px;
	margin-bottom:0px;
}




/*** conteneur general de tarifs *******************************************************/
Table.TableGeneral
{
	width:85%;
}

/*** Image **/
td.TarifLeft
{
	width:15%;
}
/***Separation ***/
td.TarifMiddle
{
	width:5%;
}
/*** zone de description + tarifs ****/
td.TarifRight
{
	font-family:Arial;	
	width:80%;
}    

/*** les lignes de textes de description ...*******************************************/
.LigneDescriptionHotel{width:100%;font-size:12px;}
.LigneTarifsPromo{width:100%;text-align:center;font-weight:bold;color:#B72D23;font-size:13px;}
.LigneEtoilePromos{width:100%;margin-bottom:10px;font-style:italic;display:block;float:left;width:70%;}

/**** Le tableau des prix **************************************************************/
table.TableTarifsSaison
{
	text-align:center;
	border:1px solid black;
	font-size:12px;
	background-color:White;
}

/**** Nom Chambre ***/
.tdTarifsSaison0
{

	text-align:left;
	width:200px;
}

.tdTarifsSaison0 span
{	
	padding-left:8px;
}

/**** Tarif Reference ***/
.tdTarifsSaison1
{
	width:100px;
	text-decoration:line-through;
	color:Red;
	font-weight:bold;

}

/**** Tarifs Promo ****/
.tdTarifsSaison2
{
	width:100px;
	font-weight:bold;

}

/********************************* Le bouton réserver******************************/
div#conteneurReserver
{	
	display:block;
	text-align:right;
	padding:5px;
	float:left;
	width:25%;
	
}

div#conteneurReserver span
{
	border:1px solid black;
	padding:3px;
	background-color:White;
	
}

a#BoutonReserver
{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:Blue;
}
/*********************************************************************************/