* {
	margin: 0;
	padding: 0;

}

body {
	margin: 0;
	padding: 0;
	background: White;
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000157;
}

h1 {
	padding: 40px 0 0 15px;
	font: 24px Arial, Helvetica, sans-serif;
	color: #DAA520;
}

h2 {
   padding: 0 0 0 15px;
   font: 14px Arial, Helvetica, sans-serif;
	color: #DAA520;
}

h3 {
	padding: 0;
	width: 200px;
	font: bold 13px/26px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000157;
	background: #D3C7A2;
	border-left: 5px solid #000157;
	border-right: 5px solid #000157;	
}

h4 {
   margin: 30px 0 4px 0;
	padding: 0 15px;
	font: bold 13px/26px Arial, Helvetica, sans-serif;
	color: #000157;
	background: #DFDFE9;
	border-left: 5px solid #D3C7A2;
	border-right: 5px solid #D3C7A2;
}

h4.firsth4 {
	margin-top: 0;
}

p {
	padding: 5px 0;
}

p.date {
	margin-bottom: 12px;
	padding: 0 15px;
	color: #99A6B9;	
}

p.comments {
	text-align: right;	
}

a {
	color: #99A6B9;
	text-decoration: underline;
}

a:hover {
	color: #B9C3D7;
	text-decoration: none;
}

a.linkh4 {
	color: #000157;
	text-decoration: none;
}

a.linkh4:hover {
	color: #000157;
	text-decoration: none;
}

input.text {
	padding: 2px 0;
	vertical-align: middle;
	width: 102px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4B4B88;
	background: White;
	border: 1px solid #99A6B9;	
}

input.submit {	
	padding: 3px 0;
	vertical-align: middle;
	width: 60px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #4B4B88;
	background: #DFDFE9;
	border: 1px solid #99A6B9;
}

#main {
   margin: 0 auto;
	width: 750px;
	text-align: left;	
	border-left: 5px solid #000157;
	border-right: 5px solid #000157;
}

#top_1 {
	padding: 15px;
}

#top_2 {
	height: 130px;
	background: url(images/main.jpg) no-repeat right;
}

#menu {
   clear: both;
	width: 100%;
	height: 36px;
	background: #000157;
}

#menu ul {
	list-style: none inside;
}

#menu ul li{    
    float: left;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 25px;
	font: bold 11px/36px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #E0CFBA;	
}

#menu ul li a:hover {
	text-decoration: none;
	color: White;
}

#middle {
	padding: 15px;
}

#left {
	float: left;
	width: 210px;	
}

#left ul {
	list-style: none;
}

#left ul li {    
   margin-bottom: 30px;
} 

#left ul li ul {
	list-style: square inside;
	margin: 5px 0 0 0;
	padding: 10px 0;
	width: 200px;
	color: #99A6B9;
	background: #DFDFE9;
	border-left: 5px solid #D3C7A2;
	border-right: 5px solid #D3C7A2;
}

#left ul li ul li {
	margin: 0;
	padding: 0 0 0 15px;
}

#left ul li ul li a {
	font: 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #99A6B9;
	text-decoration: underline;
}

#left ul li ul li a:hover {
	color: #000157;
	text-decoration: none;
}

#search {
	padding: 12px 15px;
	margin-bottom: 30px;	
	background: #D3C7A2;
	border-left: 5px solid #000157;
	border-right: 5px solid #000157;	
}

#right {
	float: right;
	padding-bottom: 30px;
	width: 490px;	
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000157; 	
}

#bottom {
	clear: both;
	padding: 0 15px 15px 15px;
}

#bottom p {
   padding: 0;
   font: 10px/26px Arial, Helvetica, sans-serif;
	text-align: center;	
	color: #99A6B9;	
	background: #DFDFE9;
	border-left: 5px solid #D3C7A2;
	border-right: 5px solid #D3C7A2;
}

/*--------- Lightbox -----------*/

href="lightbox2/css/lightbox.css" <link rel="stylesheet" type="text/css" media="screen" /> 

#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
}

#closeButton{ top: 5px; right: 5px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(http://www.freedrivrs.free.fr/lightbox/overlay.png); }

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.freedrivrs.free.fr/lightbox/overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/
