/* CSS Document */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*  --------------------------- fin du reset  ----------------------------------------*/

#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: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#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;	
}

/*---------------------------------------------------- FIN LIGHTBOX -----------------------------------------*/
body{
	background: url("http://www.jeremyscherrer.fr/images/fondMain.jpg") repeat scroll center top #9eb2bb;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: white;
}

header{
	background: url("../images/banniere.jpg") no-repeat scroll center top #292E30;
	height:142px;
	padding-bottom: 10px;
	text-align:center;
	background-color:#292E30;
}


nav{height:46px; background: url("http://www.jeremyscherrer.fr/images/menu-bg.png") repeat-x scroll center top #9eb2bb; text-align: center; box-shadow:0 12px 25px #BFCED5; margin-bottom:45px;}

nav ul{width:950px; margin:0 auto; height:30px; padding:8px 0 0;}

nav li{
	float: left;
	width: 115px;
	margin-right: 24px;
	line-height: 30px;
}	

nav .cv{margin-right: 0;}	

nav li a{
	display: block;
	color: black;
	text-shadow: 1px 1px 1px #848484;
	text-decoration: none;
	font-weight: bold;
	font-size: 119%;
}

nav li a:hover{
	background: rgba(40, 57, 64, 0.8);	
	color: white;
	font-weight:normal;
	border-radius: 15px;
	-moz-border-radius: 10px;
}

.selected{background: rgba(40, 57, 64, 0.8); color:white; font-weight:normal; border-radius:15px; -moz-border-radius:10px;}
.separation{clear:both; height:25px;}
.separationFine{height:25px;}

#creations{
	margin:auto;
	width: 950px;
	/*max-height: 500px;
	overflow: auto;
	box-shadow: 2px 2px 11px #3C555F;*/
	padding:0;
}

#creations #containerImages{margin:0 auto; text-align:center;}

#creations #containerImages .lienImageCrea img{width:200px; padding:0; margin:0 45px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}

#creations #containerImages .lienImageCrea img:hover{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);}

#creations #containerImages .infosCrea{width:780px; background-color:#292E31; margin:0 auto; /*clear:both; margin:20px auto 25px;*/ border-radius:15px; -moz-border-radius:10px;}

#creations #containerImages .infosCrea h3{text-align:center; margin:10px 0;}
#creations #containerImages .infosCrea p{text-align:left; margin: 3px 15px;}

footer{margin:20px 0 10px;}

footer #copyright{color:#000; text-align:center; line-height:25px; font-size:11px;}
 
footer #copyright img{margin:0 7px -9px;}
