/* sommaire */

/* 	1.background
		2.blocks
		3.titles
		4.text
		5.links
		6.images
		7.lightbox
*/

/* 1. background  */

body {
	font-family: Arial;
	font-size: 12px;
}

#content {
	background: transparent url('images/juniorjaune.jpg') no-repeat 500px 220px;
}

/* 2. blocks  */

#header p {
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	line-height: 0px;
	width: 700px;
	text-decoration: underline;
	color: #00A8E3;
}

#footer {
	text-align: center;
	width: 700px;
	font-size: 10px;
}

div #menu {
  font-family: arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
	list-style: none;	
	text-align: center;
	padding: 0;
	width: 130px;
	height: 140px;
	position: absolute;
	top: 265px;
	left: 530px;
}

#menu li {
    height: 30px;
    width: 125px;
    text-align: center;
    background-image: url(images/menu_bleu.jpg);
    background-repeat: no-repeat;
    line-height: 29px;
    vertical-align: middle;
}

#menu li.up{
    height: 30px;
    width: 125px;
    text-align: center;
    background-image: url(images/menu_rose.jpg); 
    background-repeat: no-repeat;
}

#menu a {
	display: block;
	font-family: arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

div #langue {
	list-style: none;	
	text-align: left;
	padding: 0;
	width: 80px;
	height: 35px;
	position: absolute;
	top: 270px;
	left: 590px;
}

#langue li {
    height: 20px;
    width: 80px;
    text-align: left;
    background-image: url("images/fleche2.jpg");
    background-repeat: no-repeat;
    background-position: left;
    line-height: 20px;
    vertical-align: middle;
}

#langue a {
	display: block;
	font-size: 15px;
	padding-left: 15px;
}


#home {
	margin: 150px 0 0 100px;
	line-height: 170px;
	vertical-align: top;
}

/* 3. titles  */



/* 4. text */

#content p {
	margin: 45px 0 0 45px;
	width: 378px;
	}

#contentnews p {
	margin: 45px 0 0 45px;
	width: 378px;
	}

#text {
	width: 400px;
	height: auto;
	margin: 45px 0 0 45px;
}

.boldblue {
	font-weight: bold;
	color: #00A8E3;
}

.small {
	font-size: 10px;
	font-style: italic;
}

.download {
	text-decoration: underline;
	font-family: arial;
	font-size: 11px;
	color: black;
}

#envoi p {
	margin: 45px 0 0 45px;
	width: 600px;
	}


/* 5. links */

a:link, a:visited, a:hover, a:active {
	color: #00A8E3;
	text-decoration: none;
	font-weight: bold;
}

/* 6. images  */	

.gallery{
	margin: 40px 0 0 0;
}

.goodies{
	margin: 60px 0 0 0;
	padding: 5px;
}

.goodies img{
	padding: 5px;
}


.gallery img{
	padding: 5px;
}

a img{ 
	border: none;
}

#home img {
	line-height: 170px;
	vertical-align: top;
}


/* 7. lightbox  */	

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}