/* 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;
} 

#tableliste td {
	border: 1px solid #003300;
}

img {
	border: 0 none;
}
	
a {
   color: #ffffcc;
   text-decoration: none;
   outline: none;
}

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

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: 20px;
	color: #ffffcc;
	font-style: normal;
}

h2 a {
	color:#ffcc66;
}

h2 a:hover, a:focus {
     text-decoration: underline;
	 color: #ff9933;
}
	
.Texte {
	font-size: 16px;
	text-align:center;
}

.gras {
	font-size: 16px;
	font-weight: bold;
}

.Italique {
	font-size: 16px;
	font-style: italic;
}

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

.Texteorange {
	font-size: 16px;
	color: #FFCC66;
}

.Texte18 {
	font-size: 18px;
}

.pied_page {
	height: 25px;
    text-align: center;
    font-size: 12px;
	color: #cccc8a;
	margin: 10px;
}
