@CHARSET "ISO-8859-1";
body {
   /*font-family: Georgia, DejaVu Serif, Norasi, serif;*/
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
}
.titre {
	font-size: 12px;
	font-weight: normal;
	}
	
.titre a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	}
	
.titre a:HOVER {
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.lienNoir {
	color: black;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}
.lienNoir a {
	color: black;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}
.lienNoir a:HOVER{
	color: white;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}

.titreBleu {
	background: rgb(0, 113, 188);
	background: rgba(0, 113, 188, 0.8);
	opacity: 0.8;
	color: black;
	}
	
.titreBleu h1 {
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: black;
	}
	
.titreBleu a {
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
	}
	
.titreBleu a:HOVER {
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
		
.titreBleu a:VISITED {
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
	}
.texteColonne {
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: justify;
}
.titreColonne {
	font-size: 13px;
	font-weight: bold;
	font-style: italic; 
	color: white;
}
#global_entete{
	background-color: #4D4B45;
	position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 90%;
	height:200px;
}
#blabla{
	background: rgb(0, 113, 188);
	background: rgba(0, 113, 188, 0.9);
	opacity: 0.9;
	position: relative;
    margin: 10px 10px 10px 10px;
    width: auto;
	height:40px;
	padding: 10px;
}

#header{
	position:relative;
}

#menu{
	background-color: #ffffff;
	position:relative;
    margin-left: 0px;
    margin-right: 30px;
	height:30px;
	padding: 3px;
}
#global{
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#col_droite{
	float:right;
	position:relative;
	text-align:justify;
	width: 35%;
	margin: 4px;
	/*border: 1px solid green;*/
}


#page_principale{
	float: left;
	position:relative;
	text-align:justify;
	width:62%;
	margin: 4px;
	/*border: 1px solid green;*/
	text-align: justify;
	color: black;
}

#footer{
	background-color: #4D4B45;
	font: verdana 6px black;
	position:relative;
	width: 100%;
	height:55px;
	clear:both;
	padding-right: 5px;
}
#accueil {
	background-color: #ffffff;
	position: relative;
	top: -5px;
	left: 50px;
	width: 70px;
	height: 30px;
}

#logo {
	/*background-image: url("../image/site/logo.jpg"); */
	background-color: white;
	background-repeat: no-repeat;
	position: relative;
	top: -140px;
	left: 680px;
	width: 350px;
	height: 400px;
}

#colonne1 {
	background-color: #422B1C;
   color: white;
	padding: 4px;
	position: relative;
	top: -25px;
	width: 300px;
	height:230px;
    -moz-box-shadow: 4px 4px 6px #aaa; 
    -webkit-box-shadow: 4px 4px 6px #aaa; 
    box-shadow: 4px 4px 6px #555;
}

#colonne2 {
	background-color: #422B1C;
   color: white;
	padding: 4px;
	position: relative;
	top: -15px;
	width: 300px;
	height: 230px;
    -moz-box-shadow: 4px 4px 6px #aaa; 
    -webkit-box-shadow: 4px 4px 6px #aaa; 
    box-shadow: 4px 4px 6px #555;
}
#colonne3 {
	background-color: #422B1C;
   color: white;
	padding: 4px;
	position: relative;
	top: -5px;
	width: 300px;
	height: 230px;
	margin-bottom: 10px;
    -moz-box-shadow: 4px 4px 6px #aaa; 
    -webkit-box-shadow: 4px 4px 6px #aaa; 
    box-shadow: 4px 4px 6px #555;
}

.blocMedia {
	float: right ;
	border: 1px black solid;
	margin: 5px 0px 0px 10px;
}

.blue {
	color: #0071BC;
}
.blue a {
	color: #0071BC;
	text-decoration: none;
}
.blue a:hover {
	color: #ffffff;
	text-decoration: none;
}
.administration {
	color: #ffffff;
	font-size: 9px;
	text-align: left;
}

.administration a {
	color: #ffffff;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
}

.administration a:hover {
	color: red;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
}

.focus{
   color: #BC5457;
   font-weight: bold;
}

.infoBas {
	font-size: 9px;
	font-weight: normal;
	color: grey;
}

.infoBas a {
	font-size: 9px;
	font-weight: normal;
	color: grey;
	text-decoration: none;
}

.infoBas a:HOVER {
	font-size: 9px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

#erreur { 
	color: #C03000;
	font-size: 11pt;
}

.imgJKCF {
	background-color: fafbfc;
  border: 1px solid #b0b0b0;
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
}

.imgJKCF a a:HOVER a:VISITED{
	background-color: fafbfc;
  border: 1px solid #b0b0b0;
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
}

.imgJKCF#Close {

	background-color: fafbfc;
  border: 1px solid #b0b0b0;
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
}

.lienTag {
	font-size: 9px;
	font-weight: normal;
	color: grey;
	text-decoration: none;
}
.lienTag a {
	font-size: 9px;
	font-weight: normal;
	color: grey;
	text-decoration: none;
}
.page {
	opacity: 0.8;
	color: black;
	font-size: 9px;
	text-align: left;
	padding: 2px 2px 2px 2px;
	margin-right: 10px;	
	margin-left: 10px;
}
.page a {
	color: #black;
	text-decoration: none;
}
.page a:hover {
	color: red;
	text-decoration: none;
}

.tableauCentre{
	border-collapse: collapse;
	text-align: center;
}

.tableauCentre th{
	text-align: center;
	padding: 4px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid;
}

.tableauCentre td{
	border: 1px solid #54381C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
    font-size: 10px;
	padding: 2px;
	margin: 2px;
}

.tableFooter {
	border: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#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(../image/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../image/lightbox/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; }
