/* CSS Document */

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

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

img.sansBordure {
	border: 0 none;
}
	
a {
   color: #ffcc66;
   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: #ffcc66;
	text-align: center;
}

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

.Texte {
	font-size: 16px;
	color: #ffffcc;
}

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

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

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

.Texte4 {
	font-size: 18px;
}

.Italique4 {
	font-size: 18px;
	font-style: italic;
}

.commentaire {
	font-size: 14px;
}

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