body
{
    background-color: #E60003;
}
 
#conteneur
{
   margin: auto;
   width: 750px;
}
 
#header
{
   background-image: url("../images/header.jpg");
   background-repeat: no-repeat;
   width: 750px;
   height: 251px;
}
 
#menu
{
   background-image: url("../images/menu.jpg");
   background-repeat: no-repeat;
   width: 750px;
   height: 54px;
   text-align: center;
   font-size: 18px;
   padding-top: 20px;
}

#menu a
{
   color: white;
   text-decoration: none;
   margin-left: 10px;
   margin-right: 10px;
}

#menu a:hover
{
   color: black;
   text-decoration: none;
}
 
#corps
{
   background-image: url("../images/corps-milieu.jpg");
   background-repeat: repeat-y;
   width: 650px;
   padding-left: 58px;
   padding-right: 58px;
}
 
#corps a
{
   color: #E60003;
   text-decoration: none;
}
 
#corps a:hover
{
   color: #94008F;
   text-decoration: none;
}
 
#footer
{
   background-image: url("../images/corps-bas.jpg");
   background-repeat: no-repeat;
   width: 750px;
   height: 9px;
   color: #b3a793;
   font-size: 12px;
   text-align: center;
   padding-top: 40px;
}
 
#footer a
{
   text-decoration: underline;
   color: #b3a793;
}

#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(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
