


.clear {
	clear:both;
	display: blockr;
	padding:0px;
	margin:0px;
	overflow: hidden;
	height:1px; /*Permet de garder le fond sour Mozilla*/
}


/* COMMON */
 
*{
	margin: 0px;
	padding: 0px;
}

html body {     
	background-color: #c95500;
	text-align:center;	
	
	background-image: url("../img/flt_body.jpg");
	background-repeat: repeat-x;
}

html body, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style : normal;
	text-decoration: none;
	color: #000;
}

img {
	border: 0px;
}

h1
{
	font-weight:bold;
	font-size:20px;
	color: #c06425;
}

li
{
	margin-left: 20px;
}

a:link, a:visited{
	font-weight: normal;
	font-style : normal;
	text-decoration: none;
	color: #c06425;
}

a:hover{
	font-weight: normal;
	font-style : normal;
	text-decoration: underline;
	color: #c06425;
}


/* DIV */

div#cont_main {
	z-index:0;
  position: relative;
	margin-left: auto;
	margin-right: auto;  	
	width: 1056px;
	text-align:left;		
	
	background-image: url("../img/bg.gif");
	background-repeat: repeat-y;
}

div#cont_header
{
	z-index:1;
	position: relative;
	width: 1056px;
	height: 238px;
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	text-align:left;	
}


img#head_link {
	z-index:3;  
	position: absolute;
	top:0px;
	left:0px;
	width: 550px;
	height: 238px;
}

div#cont_footer {
	z-index:1;
 	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	Xmargin-top: -150px;
	Xmargin-top: -30px;
	
	background-image: url("../img/footer.png");
  _background-image: url("../img/footer.gif");	/* hack ie6 */  
	background-repeat: no-repeat;
	
	width: 1056px;
	height: 313px;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	font-style : normal;
	text-decoration: none;
	color: #000;		

}

div#cont_footer a{
  text-decoration: none;	
  color: #000;
	font-weight: bold;
}

div#cont_footer a:hover{
  text-decoration: underline;
  color: #000;
	font-weight: bold;
}


div#cont_page {
	z-index:1;
	position: relative;
	width:1056px;
  Xborder: 1px solid red;
  
	Xbackground-image: url("../img/footer.png");
  X_background-image: url("../img/footer.gif");	/* hack ie6 */
  Xbackground-position:bottom center;
  Xbackground-repeat :no-repeat;    
}
 


td#frame_left {	
	width:215px;
	text-align:left;  
	
	background-image: url("../img/bg_left.png");
	_background-image: url("../img/bg_left.gif"); /* hack ie6 */
	background-repeat: repeat-y;
	
	Xborder: 1px solid blue;
	
}


td#frame_main {
	width:671px;
	text-align:left;
}

td#frame_right {	
	width:32px;
	text-align:left;  
 	
	background-image: url("../img/bg_right.png");
	_background-image: url("../img/bg_right.gif");	/* hack ie6 */
	
	background-repeat: repeat-y;	
}

/* index */
div#main_bienvenue
{
	position: relative;
	width: 649px;	
	height: 337px;
	background-image: url("../img/bg_lastNews.gif");
}


/* bloc reserver */
img#head_reserver
{
	width: 649px;
	height: 59px;
	display: block;
}

img#foot_reserver
{
  width: 570px;
	height: 10px;
	display: block;
	margin-left: 32px;
}

div#main_reserver
{
  width: 560px;
  _width: 570px; /* hack ie6 */
  +width: 570px; /* hack ie7 */
  
	min-height: 50px;
	_height: 50px;
	background-color: #f2dfd3;
	margin-left: 32px;
	padding:5px;
}

/* MENU */

div#nav
{
	position:relative;
  margin-left:72px;	
	width:141px;  
}

div.navElt 
{
	color : #914b18;
	font-weight : normal;
	text-decoration : none;
	height: 20px;

	margin-top:2px;
	margin-bottom:2px;
	margin-left:4px;

	Xborder:1px solid red;
}



/* COMMON */

.onglet_title {
	z-index:3;
  float:left;	
  width: 741px;
  height: 31px;
  
  padding-left:30px;
  padding-top:6px;
  font-size: 15px;
  
  display:inline;  
	clear:both;	
	position: relative;
	text-align:left;
	font-weight: bold;
  color: #057606;
  
  background-image: url("../img/bg_titlegen.gif");
	background-repeat: no-repeat;
	
	Xborder:1px solid red;
	
	margin-bottom: 20px;
}

.onglet_title_2 {
	z-index:3;
  float:left;	
  width: 725px;
  height: 30px;
  
  padding-left:30px;
  font-size: 14px;
  
  display:inline;  
	clear:both;	
	position: relative;
	text-align:left;
	font-weight: bold;
  color: #057606;
  
  background-image: url("../img/bg_sstitlegen.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	
	Xborder:1px solid red;
	
	margin-bottom: 20px;
}

  



.hr {
	z-index:3;
	clear:both;
	position: relative;
	margin-top:11px;
	margin-bottom:20px;
	border-bottom:solid 1px #53AE45;
	width:643px;
	height:14px;
	text-align:left;
  color: #53AE45;	 
  font-weight: bold;
}