
body { 	
	margin:  0;	
	padding: 0;
	background-color: #1d3247;	
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

/*img*/
.right{
	float:right;
}

.center{
	float: center;
}

.c1{
	background-color: #78c2cb;	
}
.c2{
	background-color: #759798;	
}
.c3{
	background-color: #d7a959;	
}
.c4{
	background-color: #d6c6a2;	
}
.c5{
	background-color: #8f94c3;	
}
.c6{
	background-color: #93a7da;	
}
.c7{
	background-color: #acc3e5;	
}


/* h*/
/* Titres */
h1 { 
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	margin-top: -5px;
	color: #000000;
}

h1 a {
	border: none;
	text-decoration: none; 
	color: #000000;	
	background-color: #FFFFFF;
}

h1 a:hover {
	border: none;
	text-decoration: none;  
	color: #000000;
	background-color: #FFFFFF;	
}

h2 { 
	font: 35px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #DDDDDD;
	padding-bottom: 2px;
	color: #000000;
}

h2 a { 
	border: none; 
	text-decoration: none; 
	color: #000000;
}

h2 a:hover { 
	border: none; 
	text-decoration: none; 
	color: #BB1313;
	background-color: #FFFFFF;
}



h4 { 
	font: 12px Arial, Helvetica, sans-serif; 
}


/* /h */




textarea {	
	width: 600px;
	height: 150px;
	border: 1px solid #DDDDDD;
	background-color: #F3F3F3; 
}

.field label {
	display: block;
}


fieldset {
	border: none;
}
	

#form {
	background-color: #F6F6F6;
	border-right: 1px solid #525252;    
	border-left: 1px solid #525252;    
	border-top: 1px solid #525252;    
	border-bottom: 1px solid #525252;	
}

table{
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #999;
}

td {
	border: 1px solid #DDDDDD;
	background-color:#FDFDFD;
	padding: 2px;
	margin: 2px;	
}


/* link */
a {
	text-decoration: none;
	color: #323435;
}

/*6b0b00  850F0F*/

a:hover {
	border-bottom: 1px dotted #323435;
	text-decoration: none;
	color: #000000;
}

textarea:hover, select:hover, input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
	border: 1px solid #CDCDCD;
}


#page {
	width: 900px;
	margin: 0 auto;
	padding: 5px 15px 5px 15px;
	background-color: #4d6b8a;
			-moz-box-shadow: 0px 0px 8px rgba(0,0,0,1);
  	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,1);
  	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,1);
}

#sideLeft {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 5px 5px 5px;
	border-right: 1px solid #DDD;
	font: 10px Arial, Helvetica, sans-serif;
}

#sideLeft h1 {
	text-align:center;
	font: bold 38px Arial, Helvetica, sans-serif;
}

#sideLeft h2 {
	text-align:center;	
	font: 20px Arial, Helvetica, sans-serif;
	border-bottom: 0px;
}

#sideRight {
	float: right;
	width: 500px;
	margin-bottom: 10px;
	padding: 20px 5px 5px 5px;
	text-align: Left;
	font: 10px Arial, Helvetica, sans-serif;
}

#sideRight h3 {
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 0px;
	text-indent: 0px;
	margin-left: 0px;
}
#menu {
	padding: 10px 10px 10px 10px;
	font: bold 25px Verdana, Arial, Helvetica, sans-serif;
}

#menu ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu li{
	padding: 10px 0px 10px 40px;

} 

#top {
	height: 140px;
	margin-top: 14px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-left: 16px;
	text-align: Right;
	background-image: url("./pics/top.png");
	background-repeat: no-repeat;
}

#top img{
			-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}


/* sidebar */
#sidebar {	
	float: left;
	position: fixed;
	width: 175px;
	height: 270px;
	border:3px solid #DDDDDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;		
	background-color: #112335;
	margin-bottom: 30px;
	margin-left: 14px;
	margin-top: 3px;
	padding-bottom: 40px;
	font-size: 15px;
			-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}

#sidebar h2{
	color: #DDD;
	padding-left: 8px;
}
#sidebar ul {
	list-style: none;
	list-style-image: none;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 10px;
}

#sidebar li{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: 1px solid #DDDDDD;
	
}
#sidebar h3 {
	margin-top: -10px;
	margin-bottom: 0px;
}


.radiusTL{
	background-color: #759798;
	border-top:1px solid #DDDDDD;
	-moz-border-radius: 5% 0 0 0;
}

.radiusBL{
	margin-bottom: 15px;
	background-color: #acc3e5;
	border-bottom:1px solid #DDDDDD;
	-moz-border-radius: 0 0 0 5%;
}
/* /sidebar */

/* footer */	
#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-bottom: 8px;
	text-align: center;
	color: #DDD;
}

#footer img {
	border: none;
	margin-right: auto;
	margin-left: auto;
	display: inline;
}

#footer .img_bans a {	
	border: none;
	color: #000000;
}

#footer .img_bans a:hover {
	border: none;	
	color: #000000;
}
/* /footer */
#container {
	float: left;	
	width: 500px; 
	marg: 40px auto;
	margin-right:40px;
	margin-bottom: 50px;
	margin-left: 215px;
	margin-top:4px;
	border: 3px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 40px;
	padding-right: 120px;
	padding-top: 10px;
	padding-bottom: 15px;
	background: #959796 url(pics/wood-repeat.jpg);
			-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}

#container h3{
	font: normal 40px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 3px solid #FFF;
	color: #FFF;
}
#container p{
	color: #FFF;
	font: 22px bold Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	text-align: justify;
}
ul.gallery { 
	list-style: none;
}


ul.gallery li a {
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 1px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 15px #333;

}
ul.gallery li a.pic-1 {
	z-index: 1;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
}
ul.gallery li a.pic-2 {
	z-index: 5;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}
ul.gallery li a.pic-3 {
	z-index: 3;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
}
ul.gallery li a.pic-4 {
		z-index: 4;
		-webkit-transform: rotate(14deg);
 		-moz-transform: rotate(14deg);
	}
ul.gallery li a.pic-5 {
		z-index: 2;
		-webkit-transform: rotate(-12deg);
 		-moz-transform: rotate(-12deg);
	}
ul.gallery li a.pic-6 {
		z-index: 6;
		-webkit-transform: rotate(5deg);
 		-moz-transform: rotate(5deg);
	}
ul.gallery li a:hover {
	z-index: 10;
	-moz-box-shadow: 3px 5px 15px #333;
}


/* end galerie polaroide */




#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%;  /* Trick IE into showing hover */ display: block; }
#prevLink { background: transparent; left: 0; float: left;}
#nextLink { background: transparent; 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; }
