body {
	background: #dde7f1;
	font-family: Tahoma, Trebuchet MS, Helvetica, sans-serif;
	margin:0 0 0 0px;
	color:#142d48;
	line-height:25px;
}

div#all{
	/*background: #cdcecd url(../img/bg.jpg) no-repeat ;*/
	width:100%;
	float:center;
	font-family: arial rounded mt bold, arial, verdana;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	border:0px dotted white;
}

div#top{
	background: #fff url(../img/BG.jpg) ;
	/*border-bottom:1px solid #c9c9c9;*/
	width:100%;
	height:66px;	
}

div#top-menu{
	background:url(../img/top-logo.jpg) no-repeat ;
	width:980px;
	height:66px;
	float:center;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-family: arial rounded mt bold, arial, verdana;
	padding-top:10px;
	font-size:24px;
}

div#bando{
	background: #fff url(../img/BG.jpg);
	width:100%;
	height:264px;	
}

div#content-bando{
	background: #fff url(../img/bandeau.jpg) no-repeat ;
	width:980px;
	height:264px;	
	float:center;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#sep{
	background: #d8d5c6 url(../img/sepa.jpg);
	width:100%;
	height:20px;	
}

div#content{
	position:relative;
	background-color:#dde7f1;
	width:980px;
	float:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

div#content-left{
	margin-top:0px;
	margin-bottom:15px;
	width:674px;
	height:auto;
	float:left;
	font-size:14px;
}

.tableau{
	font-size:14px;
	line-height:25px;
	color:#142d48;
}

.page{
	background-color:#efefef;
	width:660px;
	border:5px solid #fff;
	text-align:left;
	padding:10px;
	clear:both;
}

div#content-right{
	margin-left:20px;
	width:276px;
	height:auto;
	float:left;
	font-size:14px;
}

.mod-t{
	background: #d8d5c6 url(../img/right-mod-top.jpg);
	width:276px;
	height:21px;
	float:left;
}

.mod{
	background: #d8d5c6 url(../img/right-mod-cont.jpg);
	width:264px;
	height:auto;
	float:left;
	padding-left:12px;
}

.mod-b{
	background: #d8d5c6 url(../img/right-mod-bot.jpg);
	width:276px;
	height:21px;
	float:left;
	margin-bottom:15px;
}

.newss{
	background: #dde7f1 url(../img/news.jpg);
	width:628px;
	height:31px;
	float:center;
	padding:20px;
	text-align:center;
}	


div#bottom{
	background: #d8d5c6 url(../img/bottom.jpg);
	padding-top:10px;
	margin-top:25px;
	border-top:1px solid #a0a0a0;
	background-color: #d7d0e1;
	height:124px;		
	clear:both;
}

.txtbot{
	color:#fff;
	font-size:12px;
}

a
{
  	color:#5686b8;
	text-decoration:none;
}

a:hover
{
   	color:#bdd4e4;
	text-decoration:none;
}


.title{
	font-size:21px;
	color:#31649a;
	margin-bottom:20px;
	border-bottom:1px dashed #5e71b3;
}

.title2{
	font-size:24px;
	color:#31649a;
}

.tableau2{
	font-size:14px;
	line-height:20px;
	color:#142d48;
}


.lnk{
   	color:#fff;
}

.lnk:hover{
   	color:#434343;
	text-decoration:none;
}


.ctn{
   	color:#5686b8;
	text-decoration:none;
}

.ctn:hover{
   	color:#000;
	text-decoration:none;
}

.scep{
	font-size:21px;
	color:#31649a;
	margin-bottom:10px;
	border-bottom:1px dashed #5e71b3;
}














#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;	
}
