body {
	background-color: #330033;
	margin-top: 0px;
}

#bg {
	background-color: rgb(238, 238, 170);
	background-repeat: repeat-y;
	background-image: url(images/bg800_600.jpg);
}
#topbg
{
	background-image: url(images/fadestrip2.png);
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat-x;
text-align: center;
display: block;
height: 600px;
width: 1000px;
}

/* Easy Float Clearing */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.clear {clear:both;}

#navlist
{
	padding: 0 1px 1px 10px;
	margin-left: 5px;
	width: 180px;
	/*font-family: Georgia,"Bookman Old Style", "Times New Roman", Times, serif;*/
	font-style: italic;
	font-size: 1.4em !important;
	font-weight: normal;
	text-align: right;
	float: left;
	color: White;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-top: 3px solid gray;
	text-align: right;
	letter-spacing: normal;
	word-spacing: 5px;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 0.3em solid Silver;
	text-decoration: none;
	color: Black;
}
#navlist li a:link {
	color: Black;
}
#navlist li a:visited {
	color: Black;
}

#navlist li a:hover
{
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	border-color: Maroon;
	color: Black;
	background-color: Silver;
}
#main {
	margin-left: 30px;
	margin-top: 15px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	
}
#footer {
	text-align: center;
	background-color: #FFFFFF;
	height: 22px;
	
	
}
#top {
	background-image: ;
	background: url(images/header_2.jpg);
	height: 298px;
}
.lettrine {
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	color: Maroon;
	border: 1px solid #990000; /* définition d'une bordure autour de la lettrine*/
	background-color: #FFFFCC;
	margin: 1px 3px 0px;
	padding: 1px 3px;
	line-height: 1.1em;
}
em {
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	color: Maroon;
	border: 1px solid #990000; /* définition d'une bordure autour de la lettrine*/
	background-color: #FFFFCC;
	margin: 1px 3px 0px;
	padding: 1px 3px;
	line-height: 1.1em;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
.image_gauche {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

.image_droite {
	float: right;
	border: solid 1px #ccc;
	margin: 10px 0 10px 10px;
}
	h1 {
		font-weight: normal;
		color: maroon;
		font-size: 40px;
		line-height: 65px;
	}
h2 {
		font-weight: normal;
		color: maroon;
		font-size: 30px;
	}
	h6 {
		font-weight: normal;
		color: maroon;
		font-size: 20px;
	}
	#liens a{
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		color: Maroon;
	}