/* Start of CMSMS style sheet 'header' */
/* Header
---------------------------------------------*/

#header {
	background-color:#4a4a4a;
	margin:0 auto;
	width:860px;
	height:74px;
}

#titre_principal {
	float:left;
	padding:22px 0 0 22px;
	text-shadow: #000 0 0 0;
	font-size:2.5em;
	font-weight:700;
	color:#fff;
}

* html #titre_principal {
	padding:44px 0 0 22px;
}

*+html #titre_principal {
	padding:44px 0 0 22px;
}

#logo_filieres {
	background:transparent url(uploads/images/logo_filieres.png) no-repeat 0 0 !important;
	background:transparent url(uploads/images/logo_filieres.gif) no-repeat 0 0;
	position:relative;
	left:467px;
	top:39px;
	width:106px;
	height:35px;
}

* html #logo_filieres {
	left:10px;
}

*+html #logo_filieres {
	left:10px;
}

#bandeau_recherche {
	background:transparent url(uploads/images/bandeau_recherche.png) no-repeat 0 0;
	margin:0 auto;
	width:860px;
	height:45px;
}

#recherche {
	left:190px;
	position:relative;
	top:12px;
	width:655px;
}

* html #recherche {
	left:610px;
}

*+html #recherche {
	left:610px;
}
/* End of 'header' */

