/* CSS Document */

body {
	background-color: #002000;
	text-align: center;
	font-family: "Trebuchet MS", arial, sans-serif;
	color:#FFFFCC;
}

#conteneur {
	background-color: #002500;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	top: auto;
}

.table {
	margin:0 auto;
	text-align:center;
	border: 0 none;
	border-collapse:collapse;
} 

img.sansBordure {
	border: 0 none;
}
	
a {
   color: #002500;
   text-decoration: none;
   outline: none;
}

a:hover, a:focus {
     text-decoration: underline;
	 color: #002500;
}

a:hover img.sansBordure {
	border: 0 none;
}
	
h1 {
	font-size: 24px;
	color: #ffffcc;
	text-align: center;
}

h1 a {
	color:#ffcc66;
}

h1 a:hover, a:focus {
     text-decoration: underline;
	 color: #ff9933;
}
	
h2 {
	font-size: 18px;
	color: #ffffcc;
	text-align: center;
}

.blabla {
	font-size: 16px;
	text-align: justify;
}

.pied_page {
    text-align: center;
    font-size: 11px;
	color: #999966;
	margin: 10px;
}
