body {
background-color: #B2B2B2;
padding: 0 100px 20px 100px;
margin-top: 0px;
    }
#container {
width:100%;
height:100%;
background:#FFF url(images/shadow_bg.jpg) left repeat-y;
font: 75%/1.5 Arial, Helvetica, sans-serif;
border-right: 1px black;
}
#titre {
font-size: 2em;
font-family:sans-serif;
}
#header {
width:100%;
}
#barre_verticale1{
color: ffffff;
padding-top:20px;
float:left;
width:98%;
height:40px;
background: url(images/first_menu.png) no-repeat;
}
#barre_verticale2{
float:left;
width:2%;
height:59px;
background: url(images/menu_end.png) no-repeat;
}
#sommet_header {
width: 100%;
height:50px;
font-size:large;
color: white;
background-image: url(images/bg_barre.jpg);
}
#entete {
width:100%;
height: 178px;
/*background: url(images/bg_header.png) repeat-x;*/
background-image: -moz-linear-gradient(100% 100% 90deg, #676767, #181818);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#181818), to(#676767));
}
#entete a{
color: white;
font: 1.2em arial, sans;
}
#sidebar {
position:relative;
float:left;
width:25%;
height: 100%;
margin-left: 5px;
padding-right: 5px;
}
#content {
float:right;
position:relative;
width:73%;
height:100%;
background:white;
}
#footer {
clear:both;
height:80px;
text-align: center;
background-image: url(images/footer_bg.jpg);
}
#menu_titre {
border-bottom: solid #088A00;
font-size: 1.8em;
font-family: serif;
color:gray;
width: 90%;
}
#titre_article {
  color: #666666;
  font-size: 2em;
  text-shadow: 3px 3px 3px #ddccb5;
}
#footer_article {
    background: #E5E5E5;
    color:#4D4D4D;
    padding-right: 5px;
    text-align:right;
    width:auto;
    height:17px;
}
#blocune {
float:left;
width: 60%;
}
#bloc1 {
width: 100%;
float:left;
}
#bloc2 {
width: 38%;
float:right;
}
#titre_bloc {
color:#666666;
font-size: 2em;
font-family: serif;
}
#search_field {
border: 0px;
font-size: 1.3em;
color: #7F7F7F;
}
#search_bouton {
border:0px;
background: #FFFFFF;
height: 30px;
}
h1 { /** gros titre */
  font-family: serif;         /* On se permet un changement de police : pas plus de deux par page, et à utiliser avec parcimonie (c'est le cas) */
  color: gray;
  font-size:larger;
  letter-spacing: 0.2em;
  text-shadow: 3px 3px 3px #ddccb5;      /* On espace les caractères pour que ce soit joli :-) */
}
a {
  color: #1B67BD;
  text-decoration: none;
}
a.pagination {
border: solid 1px #E6E6FA;
font-size: 1em;
text-decoration: none;
}

a.titre {
  color: #666666;
  font-size: 2em;
  text-shadow: 3px 3px 3px #ddccb5;
  text-decoration: none;            /* Suppression du soulignement normal */
}
img {
	border: none;
}
#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: 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;
	padding-bottom: 0.7em;
}
