/* CSS Document */

body {
	background-color:#333; 
	color:#ffffff; 
	font-family:"arial"; 
	font-size:18px;
}

#container {
	width: 900px;
	padding: 0px;
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px;
	border-color:#;
	margin-right: auto;
	margin-left: auto;
}

#content {
	text-align: justify;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
	
#topbar-logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px;
	border-color: #99B2CC;
	background: Transparent url("http://louisonmarin.free.fr/image/banniereII_Image.jpg") no-repeat 0% 0%;
	background-position: top;
	height: 165px;
	display: block;
}

div .logolink a {
	display: block;
	text-decoration: none;
	width: 901px;
	height: 151px;
}

#notefin {
	color:#ffffff; 
	font-family:"arial";  
	font-size:12px
}

h1 {
	color:#FFCC33;
	font-family:"papyrus";
	text-align:left;
	font-size:22px;
	font-weight: bold;
	
}

h2 {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding:0px;
	color: #FF6046;
}

h3 { 
	font-size:15px;
	color:#C8E165; 
	text-align:left;
}

h4 { 
	padding:0px;
	font-size:20px;
	color: #a02020;
}

li { 
	padding:5px; 
	text-align:left; 
}

p {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#navigation{
	position:absolute ; 
	left:1%; top:16%; 
	width:19%; 
	height:37%;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	background-color:#600020;
}

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

hr {
	width:90%; 
	height:2px;	
}

