/* feuille de style */

html {
-moz-box-sizing:border-box;
box-sizing:border-box;
font-size: 75%;
}

body {
background:#FFFFFF url(/assets/images/accueil_fond.jpg) repeat-x left;
margin:0;
padding:0;
font:normal 1em Arial, Helvetica, sans-serif;
}
#page {

width: 1423px;
margin: 0 auto;
}

a:link {color: #00a1e3 ; text-decoration: underline ;}
a:visited {color: #00a1e3 ; text-decoration: underline ;}
a:hover {color: #006db1 ; text-decoration: underline ;}



/* positionnement */

#vuepiscine {
position: absolute;
top: 0;
left: 393px;
}

#logo {
position: absolute;
top: 20px;
left: 20px;
}

#presentation {
position: absolute;
top: 250px;
left: 270px;
width: 340px;
}

#coldroite {
position: absolute;
background-color: #f5f0f2;
padding:6px;
top: 20px;
left: 465px;
width: 200px;
}

#presentation ul {
magin: 0;
}

#bulles {
position: absolute;
top: 100px;
left: 600px;
}

#actualite {
position: absolute;
top: 550px;
left: 270px;
width: 430px;
}



#footer {
position: absolute;
top: 980px;
left: 200px;
color: #0069AE;
font-size: 0.8em;
}

ul#accueil_menu {
position: absolute;
top: 200px;
left: 60px;
background:url(/assets/images/menu_fd.png);
padding: 35px 0 0 0;
margin:0;
width: 206px;
height: 265px;
list-style-type:none;http://www.lapiscine-paysdelandi.com/manager/index.php?a=27&id=2#
}

/*  menu  */
ul#accueil_menu li
{
margin-left: 30px;
margin-top:5px;
}

ul#accueil_menu li a
{
background:url(/assets/images/puce_menu.gif) left no-repeat;
padding:7px 0 0 18px;
text-decoration: none ;
font: bolder 1em Arial, Helvetica, sans-serif;
color:#0069AE;
}

ul#accueil_menu li a:hover,  ul#accueil_menu  li.active a{
background:url(/assets/images/puce_menu_hover.gif) left no-repeat;
text-decoration:underline;
}

/* actualité */
#actualite p {
color:#E3006B;
font:bolder 1.5em  Arial, Helvetica, sans-serif;
letter-spacing:1px;
margin:0 0 -3px 10px;
}

#actualite_news {
width: 100%;
border: solid 2px #E3006B;
background-color:#FFFFFF;
padding: 10px;
font:bolder 1em  Arial, Helvetica, sans-serif;
}
img, div, a, li, ul { behavior: url(iepngfix.htc) } /* pour pngfix  */



/* styles pour Lightbox ------------------------------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

