/* CSS Document */
* { margin: 0; padding: 0; }
body {
	background-color: #002000;
	text-align: center;
	font-family: "Trebuchet MS", arial, sans-serif;
	color:#FFFFCC;
}

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

a {
   color: #FFCC66;
   text-decoration: none;
   outline: none;
}

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

img.sansBordure {
	border: 0 none;
}
	
h1 {
	font-size: 24px;
	color: #ffffcc;
	font-style: normal;
}

h2 {
	font-size: 20px;
	color: #ffffcc;
	font-style: normal;
}

.mise-a-jour {
	font-size: 10pt;
	color: #ffffcc;
}

.td {
	text-align: justify;
    border: 1px solid #003300;
	border-collapse:collapse;
}

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

