/* LINK */
a { cursor:pointer; }
a:link    { color:#777; text-decoration: none; }
a:visited { color:#777; text-decoration: none; }
a:hover,
a.active  { color:#777; text-decoration: underline; }

/* OTHERS */
*   { margin:0; padding:0; }
img { border:0; }
p   { margin:0; padding:0 0 15px; }
ul  { margin:0; padding:0; }
h1  { font:1.8em Helvetica; font-weight:bold; margin:5px 0 15px; }
h2  { font:1.6em Helvetica; font-weight:bold; margin:5px 0 15px; }
h3  { font:1.4em Helvetica; font-weight:bold; margin:5px 0 15px; }
.clear { clear:both; }
strong { color:#817f7f; }

hr {
	color: #817f7f;
	background-color: #817f7f;
	height: 1px;
	border: 0;
}

/* form elements */
.form,.fieldset,.send { float:left; margin:0; padding:0; }
.warning,.label,.input,.text { float:left; margin:0 0 5px 0; padding:3px; }

.fieldset { text-align:left;width:265px; padding-left:20px; border:none; }
.label    { width:100%; padding:3px 0 0; margin:0; }
.input    { width:225px; padding:1px 5px 0 5px; color:#817f7f; }
.text     { width:229px; height:80px; border:1px solid #AFAFAF; padding:2px 5px; overflow:auto; font:1em arial; color:#777; }
.send     { padding:0 5px; }

.fieldset div.block {
	font-weight:bold;
	padding:10px 0 15px;
	width:100%;
}

/* BODY */
body {
	background:url('images/background.jpg') top left repeat;
	margin:0;padding:0;
	font:62.5%/1.6em arial, "lucida console", sans-serif;
	color:#817f7f;
}

#wrapper {
	margin:50px auto;
	width:860px;
}
#wrapper-left {
	float:left;
	width:760px;
}
#wrapper-right {
	float:right;
	background:url('images/logo.png') top right no-repeat;
	width:100px;
	height:383px;
}	
* html #wrapper-right {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
}
#wrapper-right a {
	display:block;
	width:100px;
	height:383px;
	outline:none;
}

#menu {
	float:left;
	color:#fff;
	font-size:1.2em;
	padding:185px 0 0;
	width:340px;
}
#menu .category {
	float:left;
	font-weight:bold;
	font-size:1.3em;
	text-align:right;
	padding:20px 0 0;
	width:100%;
}
#menu .pages {
	float:left;
	text-align:right;
	padding:0;
	width:100%;
}
#menu .pages span {
	display:inline;
	padding:0 5px;
}
#menu a {
	color:#fff;
}
#menu a.active {
	text-decoration:underline;
}

#content {
	float:right;
	width:370px;
}
#content-top {
	float:left;
	position:relative;
	width:370px;
	height:224px;
}
#content-bottom {
	float:left;
	position:relative;
	width:370px;
	height:41px;
}
#content-top .hover,
#content-bottom .hover {
	position:absolute;
	top:0; right:-4px;
	width:374px;
}
#content-top .hover {
	background:url('images/haut.png') no-repeat;		
	height:224px;
}
* html #content-top .hover {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/haut.png');
}
#content-bottom .hover {
	background:url('images/bas.png') no-repeat;		
	height:41px;
}
* html #content-bottom .hover {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bas.png');
}

#content-body {
	float:left;
	background:#fff;
	text-align:justify;
	margin:0 3px 0 4px;
	padding:30px 28px 25px 50px;
	font-size:1.2em;
	width:285px;
}
* html #content-body {
	margin:0 0 0 2px;
}
#content-body h1 {
	float:left;
	font-size:1.6em;
	font-weight:normal;
	text-align:right;
	width:100%;
}
* html #content-body h1 {
	margin:0;
}
#content-body ul,
#content-body ol {
	margin:0 0 0 30px;
}

/* REFERENCES */
#references {	
	float:right;
	margin:15px 0 0;
	width:180px;
}
#references h3 {	
	float:left;
	text-align:right;
	font-weight:normal;
	width:100%;
}
#references img {	
	float:right;
	margin:0 0 10px 10px;
	width:50px;
}

/* NEWS */
.news-close {
	float:left;
	padding-bottom:10px;
}
.news-open {
    float:left;
	padding:0;
}

.news-close .date,
.news-close .title,
.news-open .date,
.news-open .title {
	float:left;
	width:160px;
}
.news-close .date {
	font-size:0.8em;	
}
.news-open .date {
	float:none;
	color:#93117E;
	font-size:0.9em;		
}

.news-open h1,
.news-open .date {
    font-style:italic;
	width:100%;
}
.news-open img {
	float:left;
	margin:5px 20px 10px 0;
}

.news-close .title a {
	float:left;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 0 8px;
} 
.news-close .title a:hover {
	text-decoration:underline;
} 

.news-close .content {
	float:left;
	font-size:0.9em;
	width:160px;
}
.news-close .subtitle {
	color:#93117E;
}
.news-close .desc p {
	padding:0;
}
.news-close .more {
	float:left;
	padding:5px 0 0;
	width:160px;
} 
.news-close .more a {
	font-size:0.9em;
}
.news-close .more a:hover {
	text-decoration:underline;
}

.all {
	border-bottom:1px solid #817f7f;
	padding:0 0 27px;
	margin:0 0 20px;
	width:100%;
}
.all .date,
.all .title,
.all .content,
.all .more {
	width:100%;
}

#footer {
	float:right;
	color:#565656;
	padding:5px 12px 0 0;	
}
#footer a {
	color:#565656;
	text-decoration:underline;
}

/* LIGHTBOX */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99990;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999100;
	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: 99910;
}
#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: auto;
	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;
	margin:0 0 8px 0;
	padding: 0;	
}