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

* {
margin:0;
padding:0;
}

body
{
	background-image: url(images/fond.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#conteneur
{
position: absolute;
left: 50%;
margin-left: -485px;
width: 970px;
height: 510px;
top: 50%;
margin-top: -225px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
color: #5e5e5e;
}

#menu_gauche
{
position: absolute;
top: 0px;
left: 0px;
width: 483px;
height: 645px;
background-image: url(images/menu_gauche.png);
}

#menu_droit
{
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 9px;
	z-index: 9001;
}

a
{
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #036;
	
}

#menu_droit_bas
{
font-size: 9px;
position: absolute;
bottom: 62px;
left: 30px;
text-align: left;
z-index: 6000;
}

#menu_agence {
	position: absolute;
	right: 28px;
	bottom : 26px;
	z-index: 9003;
	font-size: 9px;
	
}

#flash
{
text-align: center;
overflow: hidden;
}

#pasflash {
	padding-left: 400px;
	padding-top: 150px;
	padding-right: 90px;
	text-align: justify;
}

#pasflash a {
	text-decoration: underline;
	font-style: italic;
	color: #333;
	
}

#bloc-flash
{
	position: absolute;
	top: 0px;
	z-index: 9000;
	visibility: visible;
}

h1
{
font-size: 10px;	
}


/*--------------------------------------------------------------- LES FONDS --------------------------------- */

#fond_accueil {
	width: 100%;
	height: 100%;
	background-image: url(images/fonds/fond-accueil.png);
	background-repeat: no-repeat;
}

#fond_internet {
	width: 100%;
	height: 100%;
	background-image: url(images/fonds/fond-internet.png);
	background-repeat: no-repeat;
}

#fond_pao {
	width: 100%;
	height: 100%;
	background-image: url(images/fonds/fond-pao.png);
	background-repeat: no-repeat;
}

#fond_pages-jaunes {
	width: 100%;
	height: 100%;
	background-image: url(images/fonds/fond-pages-jaunes.png);
	background-repeat: no-repeat;
}
