#Layer1, #Layer2, #Layer3 {
	width:136px;
	height:31px;
	z-index:1;
	float:left;
	margin-left:30px;
	text-align:center;
}
.hiddenPic {display:none;}
h1, h2, h3 {
display:none;
margin:0px;
padding:0px;}
/***************************************************************************************************/
/*********************************************Formulaires*******************************************/
/***************************************************************************************************/
input {
	border-width:1px; border-color:#9FA390; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4c4c41;
	text-decoration: none;
}
	
input.bouton {
	border-width:1px; border-color:#A50022;
	background-color:#D4BE9F; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}



/***************************************************************************************************/
/*******************************************CENTRER UN SITE*****************************************/
/***************************************************************************************************/
html, body {
background-image:url(../../images/fondpage.gif);
margin:0px; /* pour éviter les marges */
text-align: center; /* Pour centrer avec IE*/
padding:0px;
}

div#general {/* div contenant tout le site*/
margin-left: auto; /* Pour centrer avec Firefox & co */
margin-right: auto;
text-align: left; /* Pour remettre normal */
width: 980px; /* Tout à fait ce que l'on veut ici... */
padding:0px;

background-image:url(../../images/general/top-nav01.gif);
background-position:left;
background-repeat:repeat-y;

}
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
a:hover {
text-decoration: underline;
}

hr {
clear:both; visibility:hidden; margin:0px; padding:0px; height:0px;
}
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
.collonnes{
float:left;
text-align:left;
}

#centrepage {

background-image:url(../../images/general/top-nav01.gif);
background-position:left;
background-repeat:repeat-y;

}
.baspagelogo {
background-image:url(../../images/general/bas-logo.gif);
background-position:right bottom;
background-repeat:no-repeat;}


.menupromo{margin-left:25px; height:324px; width:603px; background-image:url(../../images/promotions/menu-fond.gif); background-repeat:no-repeat;}
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
.tarifrouge {
background-color:#B02A3E;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:center;

}
.tarifrougefonce {
background-color:#97002B;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:center;

}
.tarifgrisfonce {
background-color:#B5B5B5;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding:5px;

}
.tarifgrisclaire {
background-color:#CBCBCB;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding:5px;

}

div#liste hr {
	visibility:visible;
	color: #990000;
	background-color: #990000;
	height: 1px;
	width: 250px;
	margin: 0;
	padding: 0;
	border: 0;
}