html,body{margin:0;padding:0}

body{
	font-family: verdana;
}

div#container{
	
}

div#header{
	position:relative;
	margin : 0 0 0 -5px ;
}

div#wrapper{
	float:left;
	width:100%;
}

div#navigation{
	float:left;
	width:220px;
	margin-left:-100%;
	margin-top:-4px;
}

div#content{
	margin: 50px 27% 10% 200px ;
	padding-left : 15px;
	
}

div#droite{
	float:left;
	width:21%;
	margin-left:-23%;
	margin-top: 20px ;
	background-color: #EFF5FB;
	border-left: 2px solid #448CCB ;
	padding : 0 0 0 10px ;
}

div#footer{
	text-align: left ;
	padding-left: 10px;
	font-size: 80% ;
	color : white;
	clear:left;
	width:100%;
	height: 25px;
	background: url(utile/design/upper_cell2.gif) ;
}

#copyright {
	text-align : center;
	font-size: 60% ;
	color : blue;
	clear:left;
	width:100%;
	height: 25px;
}

/*div#footer p{margin:0;padding:5px 10px}*/
/*div#footer a{display:inline;padding:0;color: #C6D5FD}*/


p {
	font-size: 80% ;
	text-align: justify;
}

a:link  { color: #FF6600 ;}
a:active { color: #FF9933 ;}
a:visited  { color: #FF6600 ;}

a.a_rien {
	text-decoration:none;
	color: #000000 ;
}
	
a.boutton {
	text-decoration:none;
	color: #000000 ;
}


img.bo {border: 2px solid; border-color: white black black white;}
}

hr {
	height: 2px;
	margin: -0.5em 0;
	padding: 0;
	color: #448CCB;
	background-color: #448CCB;
	border: #448CCB;
}

h1 {
	font-size: 100%; 
	/*font-style: italic; */
	font-weight: bold ;
	color: #2278C4;
	padding-left: 3.5em;
	padding-top: 0.2em;
}

h2 {
	font-size: 120%; 
	/*font-style: italic; */
	font-weight: bold ;
	color: #2278C4;
	padding-left: 3.5em;
	padding-top: 0.2em;
}

td.visit {
	font-size: 70%;
	padding: 0.1em;
	color: blue;
}

td.visitj {
	font-size: 60%;
	text-align: right;
	color: blue;
}

#book {
background-color:#EFF5FB;
border: 1px solid #448CCB ;
padding:20px;
width:80%;
}

/* menu vertical */
#menu_vertical {
	float:left;
	padding-left : 10px ;
	/*width:20%;*/
	/*height:300px;*/
	}
/* propriétés des liens (de base et déjà visités) contenus dans le bloc menu_vertical */
#menu_vertical a:link, #menu_vertical a:visited {
	color:black;
	font-size:10px;
	text-decoration:none;
	}
/* propriétés des liens (au dessus et actifs) contenus dans le bloc menu_gauche */
#menu_vertical a:hover, #menu_vertical a:active {
	text-decoration:underline;
	}

/* menu horizontal */
ul#liste_h  {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	margin: 0 0 0 30% !important; /* pour tous les navigateurs respecteurs, donc pas IE*/
	float: left;
	position: relative;
	/*top: -3.50em;*/
	/*left:-1.50em;*/
}

ul#liste_h li {
   float: left;
   height: 21px;
   background-color: #EFF5FB;
   margin: 2px 2px 0 2px;
   border: 1px solid blue;
}

ul#liste_h li.active {
   border-bottom: 1px solid #fff;
   background-color: #fff;
}

#liste_h a {
   float: left;
   display: block;
   color: #666;
   text-decoration: none;
   padding: 4px;
}

#liste_h a:hover {
   background: #448CCB;
}

/* propriétés du chemin de fer */
#chemin_fer {
	position:relative;
	background: url(utile/design/upper_cell2.gif) ;
	height: 25px;
	margin : -9px 0 0 0 ;
	color:blue;
	font-size:10px;
	font-weight:bold;
	padding-top: 2px;
}
/* propriétés des liens (de base et déjà visités) contenus dans le bloc chemin_fer */
#chemin_fer a:link, #chemin_fer a:visited {
	color:blue;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}
/* propriétés des liens (au dessus et actifs) contenus dans le bloc chemin_fer */
#chemin_fer a:hover, #chemin_fer a:active {
	text-decoration:underline overline;
}

/* lightbox js - effets sur affichage photos */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(utile/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="utile/overlay.png", sizingMethod="scale");
	}
	
/* fin lightbox */

