@import "style.css";
@import "formulaire.css";
/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

/*-- CONTAINER GLOBAL ------------------------------------------------------*/
#container {
	/*position: relative;*/
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 730px;
}
/*--- HEADER ---------------------------------------------------------------*/
#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 730px;
	height: 100px;
	top: 0;
	left: 0;
	z-index:1;
}
#lalangue {
	z-index: 10;
	position: relative;
	top: 3px;
	right: 10px;
	height:20px;
	width: 730px;
	text-align:right;
}

#logo {
	z-index: 10;
	width: 240px;
	height: 50px;
	position: relative;
	top: 20px;
	left: 5px;
	float:left;
}


#pub_h {
   	position: relative;
	top: 5px;
	left: -5px;
   	height:60px;
	width:468px;
	z-index:3;
	float:right;
}
/*--- NAVIGATION HORIZONTALE -------------------------------------------------*/

#main_nav_container {
	clear:both;
	z-index: 1;
	position: relative;
	top: 0;
	left: -4px;
	float: right;
	width: 721px;
	height : 40px;
	padding: 0;
	margin: 0px 0 0 0;
	overflow: hidden;
}

#main_nav_list {
	/*float: right;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	list-style-type:none;
	width:100px;*/
}
#main_nav_list li {
	/*height: 40px;
	float: left;
	margin: 0;
	padding: 0;*/
}
/*---LEFT ---------------------------------------------*/
#pub_gauche {
   	margin:30px;
}
#incontournables {
   	padding-left:25px;
	font-family: Arial, sans-serif;

   	font-size: 10px;
   	color: #000000;
   	text-align:left;
   	line-height: 14px;

}
/*--- NAVIGATION HORIZONTALE ITEMS ---------------------------------------------*/
#main_nav_list a {
	/*background: transparent;
	margin: 0;
	---padding: 6px 19px 0 24px;
	display: block;
	float: left;
	height: 40px;
	line-height: 22px;
	text-align: left;
	---overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;	*/
}
#main_nav_list a.main_nav_item:hover {
	/*background: transparent;*/
}
/*-- MAIN CONTENER: contient tout entre les headers et footers -------------*/
#main_container {
	padding: 0;
	margin: 20px 20px 20px 5px;	
}

/*--- Le MAIN CONTENER cotient des sous-contener --------------------------*/
#sub_container2 {
	/*position: relative;*/
	float: right;
	margin: 25px 0px 20px 20px;	
	padding: 0;
	width: 505px;
}
#content_container {
	clear: both;
	overflow: hidden;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	width: 500px;
}
#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}

/*--- FOOTER ---------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 0;
	width: 730px;
	height: 65px;
	clear: both;
}
#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: right;
}
/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
}

/*style de tableaux*/
table.fin {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.gris {
	color: #014182;
	font-size: 12px;
}


