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

/*
---------------------------------------
GLOBAL STRUCTURE
---------------------------------------
*/

html, body { /*Pour forcer ces deux elements a prendre toute la place par defaut*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 100%; /*Pour la mise a echelle des tailles en em*/
	font:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

a{
	text-decoration: none;
}
body {
	font-size: .75em; /*une taille des polices par defaut pas trop grande*/
	background:#FFFFFF url(bg_body_intro.jpg) no-repeat top center;
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

#global2{
    position:relative;
	width:884px;
	height:670px;
	background:none;
	margin: 0 auto;
	
}

.footer{
    position:relative;
	width:884px;
	height:auto;
	margin:0px auto;
	background:none;
	margin-top:0px;
	text-align:left;
	color:#9E9FA1;
	font-size:10px;
}

.footer a{
	color:#CD2A21;
}

.footer img{
	float:right;
}

.footer span{
	width:500px;
	float:left;
}


h1.logo {
	position:absolute;
	top:95px;
	left:15px;
	display:block;
}

h1.logo a {
	display:block;
	width:145px;
	height:80px;
	text-indent:-9999px;
}

h2.accroche {
	visibility:hidden;
}
.flashgallery {
	color: #4C5DA3;
    height: 220px;
    left: 167px;
	padding: 90px 20px 0;
    position: absolute;
    top: 191px;
    width: 510px;
	text-align: center;
	    font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
.flashgallery h3{
	font-size: 12px;
	color: #2b235e;
	margin-top: 20px;
}
.flashgallery a {
	color: #4C5DA3;
	
}
.flashgallery h2 a{
    display: block;
	font-size: 21px;
    font-weight: bold;
	
}

.flashgallery h3 a:hover {
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}

span.tel {
	position:absolute;
	top:637px;
	display:block;
	font:bold italic 1.3em "Times New Roman", Times, serif;
	color:white;
	padding-left:25px;
}

a:hover.lienOffres, a:hover.lienEntrez {
	margin-left:1px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

a.lienEntrez {
	position:absolute;
	top:635px;
	left:792px;
	display:block;
	background:transparent url(puce_entrez.jpg) no-repeat 0px 3px;
	font:bold italic 1.6em "Times New Roman", Times, serif;
	color:white;
	padding-left:25px;
}


#footer,#footer1{
	display: none;
}

