@charset "utf-8";
/* CSS Document */
.header_felco {
	width: 970px;
	height: 150px;
	position: relative;
	color: #0000;
	float: left;
	background:url(../image_look/fond_bandeau_felco.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 10px;
}

.header_creolr {
	width: 970px;
	height: 150px;
	position: relative;
	color: #0000;
	float: left;
	background:url(../image_look/fond_bandeau_creolr.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 10px;
}

.header_creomp {
	width: 970px;
	height: 150px;
	position: relative;
	color: #0000;
	float: left;
	background:url(../image_look/fond_bandeau_creomp.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 10px;
}

.header_creoaq {
	width: 970px;
	height: 150px;
	position: relative;
	color: #0000;
	float: left;
	background:url(../image_look/fond_bandeau_creoaq.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 10px;
}


.header_admin {
	width: 970px;
	height: 150px;
	position: relative;
	color: #0000;
	float: left;
	background:url(../image_look/fond_bandeau_admin.jpg);
	background-repeat:no-repeat;
	margin: 0;
	margin-bottom: 2px;

}


.header_lettre1 {
color: #fd0004;
font: bold 20px Arial, Helvetica, sans-serif;
}

h1#header2col span, h1#header2col-oc span, h1#header3col span, h1#header3col-oc span{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
z-index:0;
}

.titrebandeau {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
z-index:0;
}

.siglebandeau {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
z-index:0;
}

.menuhaut {
	font: bold 10px/11px Arial, sans-serif;
	position:relative;
	padding-right:200px;
    /*float:right;*/
	height: 10px;
	z-index:100;
	margin:6px 0 10px 0;
}
.menuhaut ul {
	padding:0;
	list-style-type:none;
	height: 10px;
	margin: 0;
}
.menuhaut li{
	float:right;
	width:auto;
	position:relative;
}
.menuhaut a {
	display:block;
	text-decoration:none; 
	text-align: center;
	color:#b23a36;
	border:1px solid #fd0004; 
	border-width:0 1px 0 0;
	font-size:11px; 
	padding:2px 4px; 
}

.menuhaut a:hover {
	color:#fd0004;
	border:1px solid #fd0004; 
	border-width:0 1px 1px 0;
}

.menuhaut li a#recherche {
	font-size:12px; 
	color:#000000;
}
.menuhaut li a#recherche:hover {
	font-size:12px;
	border-bottom:1px solid #000; 
}

