/* RESET */

body, ul, li, ol, form, h1, h2, h3, h4, h5, h6, div, span, p { padding:0; margin:0;}
ul{list-style-type:none;}
body { font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#491416; background:#491416;}
a { border:none; text-decoration:none; color:#cc5600;}



/* STRETCH */
#headerW { width:100%; height:275px; background:url(../images/bckgrd-header.jpg) center top repeat-x;}
#contentWH { width:100%; height:355px; background:url(../images/bckgrd-home.jpg) center top repeat-x; padding:38px 0 0 0;}
#contentWP { width:100%; background:url(../images/bckgrd-page.jpg) center top repeat; padding:38px 0 0 0;}
#footerW { width:100%; background:#491416; padding:15px 0 15px 0;}
#contentWPFooter { width:100%; height:164px; background:url(../images/end-content.jpg) center top repeat-x;}


/* HEADER */
#header { width:980px; z-index:50; position:absolute; left: 50%; margin-left: -490px; display:block;height:275px; }
#headerLogo { float:left; height:75px; width:496px; background:url(../images/logo.jpg) right top no-repeat; display:block; text-indent:-20000px;}
#headerSlogan { float:right; background:url(../images/slogan.jpg) left top no-repeat; height:75px; display:block; text-indent:-20000px; width:484px;}
#headerAnimation { clear:both;}


/* TITRE */
.titrePresentation, .titreVoyance, .titreTravaux, .titreCoordonnees, .titreDynamique { display:block; text-indent:-20000px; width:600px; height:50px;}
.titrePresentation { background:url(../images/titre-presentation.png) left top no-repeat;}
.titreVoyance { background:url(../images/titre-voyance.png) left top no-repeat;}
.titreTravaux { background:url(../images/titre-travaux.png) left top no-repeat;}
.titreCoordonnees { background:url(../images/titre-coordonnees.png) left top no-repeat;} 
.titreDynamique { background:url(../images/titre-dynamique.png) left top no-repeat;} 

/* HOME */
#content { width:980px; z-index:50; position:relative; left: 50%; margin-left: -490px;}

#homeBienvenue { float:left; width:234px;}
	#homeBienvenue h2 { width:234px; height:71px; display:block; text-indent:-20000px; background:url(../images/home-titre-bienvenue.png) left top no-repeat;}
#homeContent { float:left; width:339px; padding:0 29px 0 0; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; line-height:16px;}
#homeContent p { padding:0 0 15px 0;}
#homeTravaux { float:left; width:288px;}
	.homeTitreVoyance { width:388px; height:45px; display:block; text-indent:-20000px; background:url(../images/home-titre-voyances.png) left top no-repeat;}
	.homeTitreTravaux { width:388px; height:45px; display:block; text-indent:-20000px; background:url(../images/home-titre-travaux.png) left top no-repeat;}

/* PAGE */
#pageLeft { width:600px; padding:0 50px 0 68px; float:left;}
#pageRight { width:257px; float:left;}
	#pageRight h3 { width:257px; height:220px; background:url(../images/alienor-voyance-decoupe-page_20.png) left top no-repeat; display:block; text-indent:-20000px;}
	
#contentPage { padding:0 0 0 8px; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; line-height:16px;}
#contentPage p { padding:0 0 15px 0;}


/* MENU */
#menu { z-index:10; position:absolute; padding:243px 0 0 72px;}

ul#topnav {	margin: 0; padding:0;	float:left;	width: 100%;	list-style: none;}
ul#topnav li {	float: left;	margin: 0; padding: 0;	position: relative}
ul#topnav li a {	float: left;	text-indent: -9999px;	height:32px; outline:none;}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; outline:none; }
	
	#menu #topnav .accueil {width:72px;  background:url(../images/menu-accueil.png);}
	#menu #topnav .accueil:hover, #menu #topnav .accueil_active {width:72px; background:url(../images/menu-accueil-h.png);}
	
	#menu #topnav .presentation {width:107px;  background:url(../images/menu-presentation.png);}
	#menu #topnav .presentation:hover, #menu #topnav .presentation_active {width:107px; background:url(../images/menu-presentation-h.png);}
	
	#menu #topnav .dynamique {width:150px;  background:url(../images/menu-dynamique.png);}
	#menu #topnav .dynamique:hover, #menu #topnav .dynamique_active {width:150px; background:url(../images/menu-dynamique-h.png);}
	
	#menu #topnav .voyance {width:82px;  background:url(../images/menu-voyance.png);}
	#menu #topnav .voyance:hover, #menu #topnav .voyance_active {width:82px; background:url(../images/menu-voyance-h.png);}
	
	#menu #topnav .travaux {width:135px;  background:url(../images/menu-travaux.png);}
	#menu #topnav .travaux:hover, #menu #topnav .travaux_active {width:135px; background:url(../images/menu-travaux-h.png);}
	
	#menu #topnav .coordonnees{width:111px;  background:url(../images/menu-coordonnees.png);}
	#menu #topnav .coordonnees:hover, #menu #topnav .coordonnees_active {width:111px; background:url(../images/menu-coordonnees-h.png);}

	ul#topnav li .sub {
	position: absolute;
	top: 55px; left: 0;
	background: #000;
	padding:10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{	list-style: none;	margin: 0; padding: 0;	width: 200px;	float: left}
ul#topnav .sub ul li {	width: 100%;	color: #fff}
ul#topnav .sub ul li h2 {	font-size: 14px;	font-weight: normal}
ul#topnav .sub ul li h2 a {	background-image: none;}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}

/* FOOTER */
#footer { clear:both; width:980px; color:#868686; font-size:10px; line-height:16px; position:absolute; left: 50%; margin-left: -490px; display:block; text-align:right;}
#footer .tow a, #footer .tow a:hover { color:#fff; text-decoration:none;}	
	#footer strong { font-size:11px; background:url(../images/picto-tow.png) right 1px no-repeat; padding:0 13px 0 0; color:#fff;}
#footer a, #footer a:hover { color:#868686; text-decoration:none;}


/* CLASS */
.clear { clear:both;}
.left { float:left;}
.contentSeparation { background:url(../images/content-separation.png) left top no-repeat; width:839px; height:28px; clear:both;}
.aFleche { text-decoration:none; color:#fff; background:url(../images/afleche.png) right 5px no-repeat; padding:0 10px 0 0; color:#c40600;}
.ulServices { float:left; width:156px; padding:2px 0 0 19px; line-height:22px;}
.ulServices li  {   padding:2px 0 2px 15px; background:url(../images/li-bullet.png) left 8px no-repeat;line-height:20px;}

.ulList { }
.ulList li  {   padding:2px 0 10px 25px; background:url(../images/li-bullet.png) left 8px no-repeat;line-height:20px;}

.ulVoyance { padding:0 0 0 10px;}
.ulVoyance li  {   padding:2px 0 2px 25px; background:url(../images/li-bullet.png) left 8px no-repeat;line-height:20px;}

.ulTravaux { padding:0 0 0 10px; float:left; width:125px;}
.ulTravaux li  {   padding:2px 0 2px 25px; background:url(../images/li-bullet.png) left 8px no-repeat;line-height:20px;}

.ulTravaux2 { padding:0 0 0 5px; float:left; width:145px;}
.ulTravaux2 li  {   padding:2px 0 2px 25px; background:url(../images/li-bullet.png) left 8px no-repeat;line-height:20px;}

.imageFancy img { border:3px solid #0b1900; margin:5px;}
.imageRight { margin:0 5px 0 0;}



.sousTitre { font-size:15px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#4b4b4b;}
