/* -------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------  C S S - D E - L' E N T Ê T E - D E - L' I N D E X ---------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------- */

#header	{
	height: 52px;
	border-bottom: thin solid black;
	color: #fff;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.9);
	background-color:#000000;
	border-bottom: 1px solid rgb(0, 0, 0);
	
	background: -moz-linear-gradient(90deg, #5a5959 0%, #161616 19.1%, #000000 100%) black;
	background: -o-linear-gradient(90deg, #5a5959 0%, #161616 19.1%, #000000 100%) black;
	background: -webkit-gradient(linear, left bottom, left top, from(#5a5959), color-stop(0.191, #161616), to(#000000)) black;
	
	-pie-background: linear-gradient(90deg, #5a5959 0%, #161616 19.1%, #000000 100%) black;
	behavior: url(pie/PIE.htc);
}

#header>.container_12 {
	height: 52px;
	background-image: url(../images/header_bg_2.jpg);
}

#header .logo {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	/* Bordure blanche à droite */
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	margin-right: 8px;
}

.ie #header .logo {
	border-right: 1px solid #50778f;
}

#header .titre {
	font: 29px 'FnyderRegular';
	margin: 0;
	padding: 0;
	margin-top: 4px;
}

.ltIE9 #header .titre	{
	/* Ombre portée IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=200,strength=3,color=14191a);
}

#header .logo img {
	margin-top: 5px;
}

#header .sous_titre {
	margin-top: 7px;
}

#header .sous_titre form {
	margin-top: 4px;
	width: 190px;
}

#header .sous_titre form input {
	display: inline-block;
	float: left;
	margin-top: 0;
	margin-right: 6px;
}

#lien_langue{
	color:white;
}
#lien_langue:hover{
	color:#2DA100;
}
#nav_principal li.link a {
	width:20;
}

.pluspetit	{
	font-size: 16px;
}