

/*La suite concerne les balises de base*/


body
{
	width:765px;
	margin:auto;
	margin-top:0px;
	margin-bottom:10px;
	background-color:#000000;
	background-image : url("images/fond.jpg");
	background-attachment : fixed;
	background-repeat : repeat-y;
	background-position : center top;
	color:white;
	font-family:Papyrus, Georgia, serif;
	font-size:1em;
}

img
{
	border:none;
}

p
{
	text-align:center;
	font-style:italic;
}

table
{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	width : 612px; /* Problème de 3 pixels sous IE6 */
}

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

a:hover 
{
	text-decoration:underline; 
}

ol, li
{
	text-align:center;
	font-style:italic;
}

fieldset
{
	border : 1px solid white;
	text-align : center;
}

legend
{
	border : 1px solid white;
}

a img
{
	border:1px dashed black;
}

a img:hover
{
	border:1px dashed white;
}

/*La suite concerne les id*/


#header
{
	width:765px;
	height:115px;
	margin-left:0px;
	margin-top:0px;
	background:url("images/header1.jpg");
}

#logo
{
	width:150px;
	height:125px;
	clear:both;
	float:left;
	margin-left:0px;
	margin-top:0px;
	background:url("images/logo.jpg");
}

#titre
{
	height:49px;
	margin-left:150px;
	margin-top:0px;
	padding:0;
	background:url("images/titre.jpg");
}

#menu
{
	background:url("images/menu.jpg");
	background-repeat : no-repeat;
	width:150px;
	height:1040px;
	clear:both;
	float:left;
	margin-left:0px;
	margin-top:0px;
}

#menu a
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover
{
	text-decoration:underline;
}

#corps
{
	margin-left:150px;
	margin-top:0px;
	padding:0;
}

#footer
{
	width:765px;
	height:35px;
	clear:both;
	margin-right:0px;
	margin-top:0px;
	padding-top:5px;
	background:url("images/copi.jpg");
	background-repeat:no-repeat;
}

#code
{
	margin:auto;
	text-align:center;
	color:#FFFFFF;
	border:#FFFFFF 1px;
	border-style:dashed;
}

#pasencore
{
	border : 1px dashed white;
	width : 300px;
	color : #EE2222;
	margin : auto;
	text-decoration : blink;
	font-size : 1.2em;
	font-weight : bold;
}

#image_accueil
{
	background:url("images/parte1.jpg");
	width:468px;
	height:350px;
	margin:auto;
}

#image_accueil:hover
{
	background:url("images/parte2.jpg");
}

#newsletter
{
	width : 50%;
	margin : auto;
}


/*La suite concerne les class*/


.p_sans_marge
{
	margin:0px;
	font-weight:bold;
	font-size:1.2em;
}

.titre
{
	text-indent:45px;
	padding-top:10px;
	font-size:1.5em;
}

.important
{
	font-size:1.2em;
	font-weight:bold;
}

.line
{
	background:url("images/line.jpg");
	width:auto;
	height:1px;
	background-repeat:repeat-x;
}

.copiright
{
	font-size:0.8em;
}

td .copiright
{
	font-size:0.6em;
}

.alinea
{
	text-align:left;
	text-indent:25px;
}

.text_menu
{
	text-align:center;
	font-size:100%;
	color:blue;
	font-style:italic;
}

.sousmenu
{
	width:150px;
	height:30px;
	margin:auto;
}

a .page
{
	border : 1px solid white;
	margin : 2px;
	padding-left : 5px;
	padding-right : 5px;
}

a .pagesel
{
	border : 1px solid #CCCCCC;
	margin : 2px;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #FFFFFF;
	color : #000000;
}

a .page:hover
{
	background-color : #CCCCCC;
	text-decoration : none;
}

.taille
{
	font-size : 0.8em;
	color : #CCCCCC;
}


/*La suite concerne le script lightbox*/


#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 200;
	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;
}

#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;
}
	

/* Min-Width */
.lbWidth 
{ /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
}

* html .lbContent
{ /* IE6 */
	margin-left: -790px;
	position:relative;
}

* html .lbMinWidth 
{ /* IE6 */
	padding-left: 790px;
}
	
	
/* Clearfix */	
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 




