@charset "utf-8";

html > body {
	overflow: visible !important;
}
body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-size: 10pt;
	}

body {
	background-image: url(img/fond.jpg);
	background-repeat: repeat;
}


.main1 {
	top: 0px;
	border-left:  solid 2px;
	border-right:  solid 2px;
	border-color: #D2D2D2;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}


.entete {
	float: left;
	width:680px;
	height: 140px;
	background-image: url(img/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: justify;
	margin-top:20px;
}

.bar {
	float: left;
	width:200px;
	height: 140px;
	background-color: #fff;
	color: #000000;
	margin-left: 10px;
	margin-top: 5px;
}

.content{
	padding-top: 10px;
	border-color: #D2D2D2;
	width:900px;
	min-height:82%;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	color: #000000;
	clear:both;
	border-top:  solid 2px;
	border-color: #D2D2D2;
}

.foot {
	color: #999999;
	clear:both;
	border-top:  solid 2px;
	border-bottom:  solid 2px;
	border-color: #D2D2D2;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}



a {
color: #FF9933;
}

a:hover{
color: #FF6633;
}

a:visited{
color: #4B4B4B;
}


#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
}


/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}
h2 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline; color: #17A; }
a:visited { text-decoration: underline; color: #035; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}



