@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;
}
#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;
}
/*--- HEADER ---------------------------------------------------------------*/
#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 730px;
	height: 220px;
	top: 0;
	left: 0;
}

#logo {
   background: url(../assets/pict/header/logo.gif) no-repeat;
   position:relative;
   float:left;
   width:200px;
   height: 60px;
   top: 25px;
   left: 6px;
   z-index: 1000;

}

#header_txt {
	position:relative;
   	float:right;
   	width:400px;
	height: 60px;
   	top: 40px;
   	right: 5px;
   	z-index: 1000;
	font-size:10px;
}

#key_visual {
	clear:both;
	z-index: 2;
	position: absolute;
	top: 25px;
	left: 5px;
	width: 720px;
	height: 220px;
}


/*--- NAVIGATION HORIZONTALE -------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	position: relative;
	top: 0;
	left: 4px;
	float: left;
	width: 721px;
	padding: 0;
	margin: 25px 0 0 0;
	overflow: hidden;
}

#main_nav_list {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	list-style-type: none;
}

#main_nav_list li {
	height: 28px;
	float: left;
	margin: 0;
	padding: 0;
}
/*---LEFT ---------------------------------------------*/

/*--- NAVIGATION HORIZONTALE ITEMS ---------------------------------------------*/
#main_nav_list a {
	background: transparent;
	margin: 0;
	padding: 2px 19px 0 24px;
	display: block;
	float: left;
	height: 28px;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}

html>body #main_nav_list a {
	height: 26px;
}



/*--- Le MAIN CONTENER cotient des sous-contener --------------------------*/

.sub_nav_container {
	clear: both;
	margin: 0;
	padding: 0;
}
.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	text-align: left;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	width: 160px;
	padding: 0 0 0 20px;
	display: block;
}

/*--- 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;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
}


