@charset "utf-8";
/* CSS Document */

/** FIN CONTAINER **/


/** HEADER **/
#header{
	height: 115px;/*115*/
	background: url(../img/layout/default/header_bg.jpg) top no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
#header h1{
	margin-left: 1px;
}

#logo{
	padding-left:10px;
	float:left;
}

#header_top{
	width: 521px;
	height: 69px;
	float: left;
	background: url(../img/layout/default/header_top_bg.jpg) top right no-repeat;
}
#pub_1{
	text-align:center;
	height: 55px;
}

#menu_0{
}
#menu_0_list{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu_0_list li{
	display: inline;
}
#menu_0_list li img{
	margin-left: 11px;
}

#theme{
	float:left;
	height:32px;
	width:49px;/*70*/
	/*float: right;*/
	/*margin-right: 5px;
	margin-top: 6px;*/
}
#theme_col_1{
	/*float: left;*/
	float:right;
}
#theme_col_2{
	float:right;
	/*float: left;*/
}
#theme_col_1 ul, #theme_col_2 ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#theme_col_1 ul li, #theme_col_2 ul li{
	display: block;
	width: 12px;
	height: 12px;
	float:right;
}

#user_top{
	width: 203px;/*204*/
	height: 68px;/*69*/
	float: left;/*right*/
	text-align: right;
	margin-left:1px;
	margin-top:1px;
	margin-right: 0px;/*15*/
	/*background: url(../../img/layout/default/login/login_bg.gif) top center no-repeat;*/
	background: url(../img/layout/default/login/login_bg.jpg) top center no-repeat;
	/*border-bottom:solid #717274 1px;*/
}
/* change le fond de user top */
#user_top_loginok{
	width: 204px;
	height: 69px;
	float: right;
	text-align: left;
	margin-right: 16px;	
	background: url(../img/layout/default/login/login_ok_bg.jpg) top center no-repeat;
}
#user_section{
	float: left;
	margin-top: 5px;
	margin-left: 1px;
	margin-bottom:1px;
	margin-right:1px;
	width: 201px;/*165*/
	height: 58px;
}
#user_section ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
input.user_login{
	/*background:url(../../img/layout/default/login/champ_login.gif) left no-repeat;*/
	background:url(../img/layout/default/login/champ_password.gif) left no-repeat;
	border:medium none;
	color:#333333;
	margin:0;
	padding:0px;
	width:72px;/*87*/
	height:16px;/*18*/
	/*margin-right:19px;*/
	line-height: 9px;
	font-family: verdana, sans-serif;
	font-size: 9px;
}

input.user_pass{
	background:url(../img/layout/default/login/champ_password.gif) left no-repeat;
	/*background-repeat:no-repeat;*/
	border:medium none;
	color:#333333;
	margin:0;
	padding:0;
	width:72px;
	height:16px;
	line-height: 9px;
	font-family: verdana, sans-serif;
	font-size: 9px;
}
span.user_section_name{
	color:#333333;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: white;
	margin-left: 3px;
}
span.user_section_logout a{
	color:#999999;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
	margin-left: 3px;
}
#menu_1{
	float: left;
	text-align: left;
	/*background: url(../img/layout/menu1/separation.gif) top repeat-x;*/
	width: 725px;
	height:44px;
}
#menu_1 ul, #menu_1_list{
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
}
#menu_1 ul li, #menu_1_list li{
	display:inline;
	float:left;
	padding-right:2px;
}
#menu_1 ul li a, #menu_1_list a{
	text-align:center;
	color:#FFFFFF;
	padding-top:17px;
	padding-left:1px;
	padding-right:2px;
	background-image:url(../img/layout/default/menu1/lien_bg.jpg);
	background-repeat:repeat-x;
	display:block;
	width:85px;
	height:24px;
	text-decoration:none;
	
	font-size:10px;
	text-indent:inherit;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
}
#menu_1 ul li a:hover, #menu_1_list a:hover{
	background-image:url(../img/layout/default/menu1/lien_over_bg.jpg);
	background-repeat: repeat-x;
}
/** FIN HEADER **/
