@charset "utf-8";
/* CSS Document */


/* GENERAL *****************************************************************************/

body {
	background-image:url(../accueil/_imgs/fondh.gif);
	background-repeat:repeat-x;
	background-position:center 0;
}
#accueil{
	width:980px;
	margin:0 auto 0 auto;
}
#accueil h2{
	display:none;
}
#bandeauflash{
	height:300px;
	color:#FFFFFF;
	z-index:10;
}
#bandeauflash a{
	color:#fff;
}
#header{
	border-bottom:1px solid #FFFFFF;
}
#blocs{
	text-align:left;
	font-size:11px;
	overflow:auto;
	width:960px;
}
#blocs .txt{
	height:80px;
}
#blocs .liens div{
	margin-bottom:3px;
}


#accueil h3{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}

#blocs .liens h3 a{
	color:#004989;
	font-size:12px;
	background-image:url(../_imgs/fleche1.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:17px;
	display:block;
}
#blocs .liens h3 a:hover{
	color:#FF6600;
	background-image:url(../_imgs/fleche2.gif);
	text-decoration:none;
}

#blocQui{
	width:152px;
	height:200px;
	background-image:url(../accueil/_imgs/bloc_qui.gif);
	background-repeat:no-repeat;
	float:left;
	padding:12px 22px 0 18px;
}
#blocSolutions{
	width:152px;
	height:200px;
	background-image:url(../accueil/_imgs/bloc_solutions.gif);
	background-repeat:no-repeat;
	float:left;
	padding:12px 22px 0 18px;
	float:left;	
}
#blocRealisations{
	width:152px;
	height:200px;
	background-image:url(../accueil/_imgs/bloc_realisations.gif);
	background-repeat:no-repeat;
	padding:12px 22px 0 18px;	
	float:left;
}
#blocValeurs{
	width:152px;
	height:200px;
	background-image:url(../accueil/_imgs/bloc_valeurs.gif);
	background-repeat:no-repeat;
	padding:12px 22px 0 18px;
	float:left;
}
#blocActualites{
	width:152px;
	height:200px;
	background-image:url(../accueil/_imgs/bloc_une.gif);
	background-repeat:no-repeat;
	float:left;
	padding:12px 22px 0 18px;	
}
#blocActualites.salon{
	width:152px;
	height:200px;
	background-image:url(../accueil/_imgs/bloc.gif);
	background-repeat:no-repeat;
	float:left;
	padding:12px 22px 0 18px;	
}

#accueil #footer{
	border:none;
	margin-top:-10px;
}
