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

#conteneur {
	background-color: #002500;
	width: 720px;
	margin: 0 auto;
	text-align: center;
	color: #ffffcc;
}
	
a {
   color: #FFCC66;
   text-decoration: none;
   outline: none;
}

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

h1 {
	font-size: 20px;
	color: #ffcc66;
}

h2 {
	font-size: 18px;
	color: #FFFFCC;
}

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

.latin {
    font-style: italic;
}

img {
	border: 0 none;
}

.photopage {
	width: 700px;
	text-align: center;
}
	
.commentaire {
	text-align: center;    
	font-size: 14px;
	color: #CCCC66
}
	 
.nav {
	height: 30px;
	border: 0 none;
	text-align: center;
	letter-spacing: 10px;  
}

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

