#header{
	background-color:	rgb(176,0,20);
	height: 			115px;
	width: 				100%;
	margin-bottom:		1px;
}
#socialbar{
	display:			block;
	float:				left;
	height:				35px;
	width:				100%;
}
#socialbar .ico{
	float:				right;
	margin:				4px 10px 0px 0px;
	padding:			0px;
	color:				rgb(255,255,255);
}
#socialbar .ico ul{
	float:				right;
}
#socialbar .ico li{
	margin:				0px;
	padding:			0px;
	display:			inline-block;
	list-style:			none;
	font-size:			8px;
	font-weight:		bold;
	vertical-align:		middle;
}
#socialbar .ico li img{
	height:				25px;
	width:				25px;
}
.ico span{
	line-height:		8px;
	padding:			5px;
}
#navbar{
	display:			block;
	float:				left;
	padding:			0px 0px 0px 0px;
	background-color:	rgb(226,0,26);
	height:				74px;
	width:				100%;
}

.button{
	display:			block;
	width:				130px;
	height:				45px;
	color:				rgb(255, 252,0);
}
.button-select{
	display:			block;
	float:				left;
	background-color:	rgb(176,0,20);
	height:				35px;
	width:				10px;
}
.button-titre{
	display:			inline-block;
	float:				right;
	width:				115px;
	line-height:		15px;
	height:				45px;
}
.recherche{
	display: 			block;
	text-align:			left;
	width:				220px;
	height:				38px;
	color:				rgb(255, 252,0);
	vertical-align:		middle;
}

#navigation {
	margin-top:			20px;
	color:				rgb(255, 252,0);
}

ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.nav-main {
	z-index: 597;
	float:right;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: url(images/dropdown-bg-hover.gif) repeat-x left top;
}



ul.nav-main li {
	display:		inline-block;
	height:			45px;
	width:			125px;
	color:				rgb(255, 252,0);
}

ul.nav-main li a {
	display:block;
	height: 35px;
	color:				rgb(255, 255,255);
	text-decoration:none;
}


ul.nav-main li a:hover {
	background-color:	rgb(176,0,20);
}



ul.nav-main *.list {
	padding-right: 18px;
}

ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:5px;
	top: 35px; 
	left: 0;
	z-index: 598;
	background-color:	rgb(176,0,20);
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:115px; 
	background: none;
	font-size:	11px;
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:105px;	
}