/**** type=Fixed ****/

/**** valid W3C 04-03-2008 ****/

/*** Reset ***/
body  {
	padding: 0;
	margin: 0;
	background-color:transparent;
	color: #000;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}

ol,ul,li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
form,p,table {
	padding:0;
	margin: 0;
}

h1,h2, h3 {
	padding:0;
	margin: 0;
}

img {
	border:0;
}

.carte a img {
	border: solid 1px #4B4B41;
}

a { outline:none;}


a:link, a:visited  { color: #7e7f80; font-weight: normal; text-decoration: none; background: transparent }

a:hover { text-decoration: underline }


/*** Structure ***/

#global {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	min-height:100%;
	height:auto !important; 
	height:100%;
	margin: 0 auto -2em;
	text-align: left;
	background-color:#ffffff;
}


#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:201px;
	height:138px;
	z-index:50;
}

#header {
	position:absolute;
	top:0px;
	width:941px;
	height:138px;
	text-align: left;
	background:url(../img/header.gif);
	background-position:left;
	background-repeat:no-repeat;
	/*z-index:0;*/
}


#menu {	/*lvl-1*/
	position:absolute;
	left:205px;
	top:116px;
	width:700px;
	height:18px;
	background-color:transparent;
	text-align:center;
	z-index:10;
}




#content {
	position:absolute;
	top:138px;
	width:940px;
	background-color:#FFFFFF;
}

#teaser1{
	float:left;
	width:470px;
	height:300px;
	background-color:transparent;
	}
#teaser2{
	float:left;
	width:470px;
	height:300px;
	overflow:hidden;
	}	
#actus,#nouveautes,#catalogues{
	float:left;
	width:470px;
	background:no-repeat;
	background-position:top left;
	}
#actus{
	margin-top:11px;
	background-image:url(../img/titreactus.gif);
	}
#nouveautes{
	margin-top:11px;
	padding-top:31px;
	text-align:center;
	background-image:url(../img/titrenouveau.gif);
	}
#catalogues{
	margin-top:11px;
	padding-top:31px;
	background-image:url(../img/titrecat.gif);
	}						

.col1 {
	float:left;
	top:0px;
	width: 150px;
	background-color:transparent;
	}
	
.col2 { /*col1+col1*/
	float:left;
	top:0px;
	width: 300px;
	background-color:transparent;
	}
.col3 { /*col1*3*/
	float:left;
	top:0px;
	width:450px;
	background-color:transparent;
	}	
	
#fabemi{
	float:right;
	margin-top:20px;
	padding-right:5px;
	padding-left:5px;
	width:195px;
	text-align:left;
	background-color:transparent;
	border-left:#FFCC00 solid 1px;
	}
	 
#footer {
	float:left;
	top:350px;
	width:940px;
	height:20px;
	text-align:right;
	background-color:#f8b322;
	}
	
.push {
	clear:both;
	height:2em;
	}

	
#menu ul{
	display:block;
	margin-top: 0px;
	line-height:18px;
	width:700px;
	z-index:10;
}

#menu li{
	display:block;
	float:left;
	width:133px;
	z-index:10;
}

#fabemi ul{
	margin-bottom:10px;
}

#fabemi li{
	margin-top:5px;
	margin-bottom:5px;
}

.menugauche  { color: green; font-size: 12px; font-weight: bold; vertical-align:top }

.descriptif { font-size: 11px; color: white; margin-top: 5px; margin-bottom: 5px; padding-left: 10px; padding-right: 10px}
.technique  { color: #905909; font-size: 11px; padding-right: 10px; padding-left: 10px }



/**** Navigation ****/

#menu li a:link, #menu li a:visited {
	display:block;
	float:left;
	width:123px;	
	background-color:transparent;
	color: #000;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	padding-left:4px;
}

#menu li a:hover {
	display:block;
	width:130px;	
	color: #ffffff;
	background-color:#DA2A35;
	text-decoration:none;
}

#menu li a.current{
	display:block;
	width:130px;		
	color: #ffffff;
	text-decoration:none;
	background-color:#DA2A35;
}


#footer a:link, #footer a:visited {
	background-color:transparent;
	color: #3a3f3a;
	font-weight: normal;
	text-decoration:none;
}

#footer a:hover {
	color: #000;
	text-decoration:underline;
}

/*liens actus*/
#actus a:link, #actus a:visited {
	background: transparent;
	color: #f8971c;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

#actus a:hover{
	color: #DA2A35;
	text-decoration:underline;
}

/*liens nouveautés*/
#nouveautes a:link, #nouveautes a:visited {
	background: transparent;
	color: #f8971c;
	font-weight: bold;
	font-size:10px;
	text-align:left;
	text-decoration:none;
}

#nouveautes a:hover{
	color: #DA2A35;
	text-decoration:underline;
}

a:link.aide, a:visited.aide {
	background: transparent;
	color: #f8971c;
	font-weight: bold;
	font-size:10px;
	text-align:left;
	text-decoration:none;
}

a:hover.aide{
	color: #DA2A35;
	text-decoration:underline;
}


/*liens docs*/
#catalogues a:link, #catalogues a:visited {
	background: transparent;
	color: #616561;
	font-weight: normal;
	font-size: 10px;
	text-decoration:none;
}

#catalogues a:hover{
	color: #3a3f3a;
	text-decoration:underline;
}

/*liens corporate*/
#fabemi a:link, #fabemi a:visited {
	display:block;
	width:130px;
	height:9px;
	background: transparent;
	color: #DA2A35;
	font-weight:bold;
	font-size:9px;
	line-height:9px;
	text-decoration:none;
}

#fabemi a:hover{
	color: #f8971c;
	text-decoration:underline;
}


a:link.orange, a:visited.orange {
	background: transparent;
	color: #f8971c;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

a:hover.orange{
	color: #DA2A35;
	text-decoration:underline;
}

/**** Typos ****/


H1.big {
	color: #981013; 
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
	padding-left:15px;
	padding-top:8px;
}

H2.big {
	background-color:transparent;
	color: #333333; 
	font-weight: bold;
	font-size: 14px;
	padding-left:15px;
	font-style: normal;
}

H2.fiche {
	background-color:transparent;
	color: #333333; 
	font-weight: bold;
	font-size: 10px;
	padding-left:15px;
	font-style: normal;
}



blockquote {
	color: #7C7565;
	font-size:14px;

}		
		
.imagesnew{
	float:left;
	margin-bottom:4px;
	margin-left:6px;
	width:130px;
}

.imagesnew h1{
	color: #000; 
	font-weight: bold;
	font-size: 10px;
	text-align:left;
	text-transform:uppercase;
}

.imagesnew p{
	color: #888; 
	font-weight: normal;
	font-size: 10px;
	text-align:left;
}

p.bodycopy {
	background-color:transparent;
	color: #000000; 
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	padding-left:15px;
	}

p.bodycopy strong{
	color: #f8971c; 
	}	
	
p.gris {
	background-color:transparent;
	color: #969696; 
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3em;
	padding-top:30px;
	}
	
p.orange {
	background-color:transparent;
	color: #f8971c; 
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3em;
	padding-top:30px;
	}	

#fabemi h1 {
	display:block;
	float:left;
	width:130px;
	background-color:transparent;
	color : #000; 
	font-weight: bold;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	}		

#footer p {
	background-color:transparent;
	color : #000; 
	font-weight: normal;
	font-size: 9px;
	font-style: normal;
	line-height: 19px;
	padding-right:20px;
	}
	

ul.news{
	display:block;
	width:278px;
}

li.news{
	color: #423e24;
	font-weight: normal;
	font-size: 11px;
	padding-left:18px;
	padding-bottom:18px;
}

ul.groupe{
	display:block;
	width:278px;
	padding-left:15px;
}

li.gtitre{
	display:block;
	width:145px;
	color: #981013;
	font-weight: bold;
	font-size: 12px;
	border-left:solid #4f4e53 10px;
	background-color:#8f8778;
	padding-top:6px;
	margin-top:9px;
}

a.lienpdfrouge{
	color: #d01111;
}




/**** Formulaires ****/

.input {
			border: 1px solid #99b3b4;
			width: 220px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}

/**** Tableaux ****/
.contacts {
float:left;
margin-top:12px;
margin-left:15px;
width: 380px;
height: auto;
font: normal 11px Verdana;
color : #000;
background-color:#FBD585;
text-align: left;
}

.centrales {
float:left;
margin-top:12px;
width:525px;
font: normal 11px Verdana;
color : #000;
background-color:#E1DFD3;
text-align: left;
}

.fiche {
width:auto;
}

.carte{
float:left;
width:196px;
text-align:center;
}


.coords {
float:left;
width:156px;
}

span.centrales {
	color: #c41426;
	font-weight: normal;
	font-size: 11px;
	text-align:left;
	background-color:#fff;
}


span.nom {
	display:block;
	width:151px;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
}
span.adresse,span.phone,span.fax,span.email,span.responsable,span.tech{
	display:block;
	width:151px;
	font-weight:normal;
	padding-left:5px;
	padding-bottom:5px;
}

span.responsable,span.tech{
	display:block;
	width:151px;
	font-weight:normal;
	padding-left:5px;
	padding-top:15px;
}

span.email a:link, span.email a:visited {
	background-color:transparent;
	color: #c41426;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
}

span.email a:hover {
	background-color:transparent;
	color: #8f8778;
	text-decoration:underline;
}
				
	
