/*  
cris.e css stylesheet
*/
@font-face{
    font-family: "Dakota";
    src: url("fonts/dakota-regular-webfont.woff") format("woff"),url('../fonts/dakota-regular-webfont.ttf') format('truetype');
}

body 
{
	/*background: url('images/common/himalaya.jpg') 50%;*/
	background-color: #cd3529;
	margin: 0; 
    margin-top:8px;
	font: 100% arial ; 
	color: #000; 
	background-attachment: fixed;
}

a:link
{
    color: #000066;
    text-decoration:none;
    font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:active {
	color:#0063DC;
	text-decoration:underline;
	font-weight: bold;
	/*border-bottom:#000066 1px dotted;*/
}

#Bot a:link,#Bot a:visited,#Bot a:hover,#Bot a:active {
	color:#000;
	text-decoration:none;
	}

#menu{
	width: 190px;
	height:22px;
	margin:auto; /*(800-180)*/
	margin-bottom: 5px;
	text-align: center;
	background-color: #bd3529;
	/*background: url('images/common/menu-bg.png');*/
	border-radius:8px;
	-moz-border-radius:8px;
	box-shadow: 1px 1px 2px #222;
}
#menu a {
	font-family: Palatino, "Palatino linotype",serif; 
	font-size:13px;
	color:#000;
	Text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	color:#fff;
    text-shadow: 1px 1px 1px #111;
	/*border:#fff 1px solid;*/
}

blockquote
{
	color:#fff;
	background:  url('images/common/bquote.png') 120% no-repeat ;
	height:135px;
	width:600px;
	margin: auto;
	/*padding: 15px;*/
	font-family: Georgia, serif;
    font-size:12px;
    
	/*border-bottom-left-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-top-left-radius: 64px 32px;
    border-top-right-radius: 8px 8px;
    box-shadow: 4px 4px 10px #fff;
    -webkit-box-shadow: 4px 4px 10px #ff0000;*/
}
#bcontent
{
	top: 50px;
	height:123px;
	width:565px;
	margin: auto;
	text-align:justify;
	line-height: 1.45em;
}

#container {
	top:5px;
	/*background: url('images/common/divbg-bd3529.png');*/
	background-color:#bd3529;
	margin: 0 auto; 
	padding-left: 155px;
	width: 800px; 	
	position: relative; 
	text-align: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 4px 4px 8px #222;
}
#container-text {
	margin: 0 auto; 
	width: 700px; 	
	position: relative; 
	text-align: justify;
	font:14px Palatino, "Palatino linotype",serif;
}

#container a:link img, #container a:visited img, #container a:hover img, #container a:active img 
{

	background: #fff/*url(images/timbre.png) repeat-x*/;	
	padding:3px;	
	border: #fff 1px solid;
	
}


#lien
{
	text-align: center;
	border-bottom: #555 1px dashed;
}

.transparency
{
	filter:alpha(opacity=80);
   -moz-opacity:0.8;
   -khtml-opacity: 0.8;
   opacity: 0.8;
}

h2
{
	text-align: center;
	margin:0px 0px -15px 0px;
}
h3
{
	text-align: center;
	margin:0px 0px 25px 0px;
	font-style:italic;
	font-weight:300;
}

#sidebar
{ 
	top: 24px;
	position: absolute;
	float: left; 
	height: 660px;
	width: 200px;
	margin-left:-180px;  /*positionnement visuel*/
	font-size:0.9em;
	/*border: #000 1px solid;*/
	line-height: 15px;
	background: url('images/common/Paper-51.png');
}
#sidebar a:link img, #sidebar a:visited img, #sidebar a:active img 
{
	border: #000 1px solid;
	background:none;
	padding:0;
}
#sidebar a:hover img
{
	border: #fff 1px solid;
	background:none;
	padding:0;
}

#sidebarright
{ 
	top: 0px;
	position: absolute;
	float: left; 
	height: 1600px;
	width: 100px;
	margin-left: 810px;  /*positionnement visuel*/
	font-size:0.9em;
	border: #000 2px solid;
	line-height: 15px;
	background: url('images/common/flag.png')top left;
}

#pointille
{
	border-bottom: #555 1px dashed;
}

#footer{
	text-align:center;
	font-size:13px;
	font-family: 'Trebuchet ms', sans-serif;
	}

.dakota
{
    font-family:Dakota;
}

.cptr{
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform:rotate(-4deg);
	transform:rotate(-4deg);
	border:#fff 4px solid;
	box-shadow: 2px 2px 8px #222;
}

.cptr2{
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform:rotate(4deg);
	transform:rotate(4deg);
	border:#fff 4px solid;
	box-shadow: 2px 2px 8px #222;
}
.cptr3{
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-o-transform:rotate(2deg);
	transform:rotate(2deg);
	border:#fff 4px solid;
	box-shadow: 2px 2px 8px #222;
	margin-top:-25px;
}
.cptr4{
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform:rotate(-2deg);
	transform:rotate(-2deg);
	border:#fff 4px solid;
	box-shadow: 2px 2px 8px #222;
	margin-top:-25px;
}

/* LIGHTBOX CSS PART (not made by me)*/
#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%; background-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

