/* www.helji.com graphiste developpeur photographe*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #000; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* CSS Document */
*{
margin:0;
padding:0;
border:0;
}

body {	
background-color:#ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;	
}

A { color:#000000; text-decoration:none; }
A:hover { color:#9a000f; text-decoration:none; }

.conteneur {	
height:500px;
width:800px;
margin-left:auto;
margin-right:auto;
}
#header {	
height:230px;
width:800px;
margin-left:auto;
margin-right:auto;
}
.corps {
/*height:155px;*/
margin-top:auto;
width:700px;
margin-left:auto;
margin-right:auto;
}
#indexdroit{
	float:left;
	width:135px;
	
}
#indexdroitmarge{
	width:115px;
	margin-left:auto;
	margin-right:auto;
}
#indexgauchemarge{
	width:545px;
	margin-left:auto;
	margin-right:auto;
	
}
#indexgauche{
	float:left;
	width:565px;
	text-align:left;
	background-image:url(/images/sep_vert.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}
#presentationgauche{
	text-align:left;
	font-size:10px;
	color:#9a000f;
	margin-right:10px;
}
h1{
	font-size:10px;
	font-weight:bold;
	color:#999999;
	text-align:left;
}
h2{
	text-align:left;
	font-size:10px;
	color:#9a000f;
}
p{
	text-align:center;
	font-size:10px;
	color:#9a000f;
}
.pied{
	clear:both;
	width:800px;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-image:url(/images/separateur2.jpg);
	background-repeat:no-repeat;
}

#logo{
	margin-left:10px;
	margin-top:40px;
}

#navigation {
	margin-top:30px;
	width: 800px ;
	list-style: none ;
	margin-left: auto;
	margin-right: auto;
	height:30px;
	background-image:url(/images/separateur.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0;
	font-size:12px;
	font-weight:bold;
	
	}
#navigation li {
	display: inline ;
	padding-left: 50px;
	padding-right: 50px;
	
	}
#presentation A{
	color:#CDCDCD; 
	text-decoration:none;
}

#presentation A:hover { 
	color:#9a000f; 
	text-decoration:none; 
}

#web A{
	color:#CDCDCD; 
	text-decoration:none;
}

#web A:hover { 
	color:#009900; 
	text-decoration:none; 
}

#print A{
	color:#CDCDCD; 
	text-decoration:none;
}

#print A:hover { 
	color:#0066FF; 
	text-decoration:none; 
}

#photos A{
	color:#CDCDCD; 
	text-decoration:none;
}

#photos A:hover { 
	color:#FF9900; 
	text-decoration:none; 
}

#perso A{
	color:#CDCDCD; 
	text-decoration:none;
}

#perso A:hover { 
	color:#FF0066; 
	text-decoration:none; 
}
