/* 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;
	top: auto;
	color: #FFFFCC;
}

#corps {
	width: 700px;
	background-color: #002500;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
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;
}

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

.latin {
    font-style: italic;
}

img.sansBordure {
	border: 0 none;
}
	
img.grande {
	border: 5px solid #ffffcc;
}

div#bordure {
	padding: 0px;
	border: 2px solid #ffffcc;
}

td.titre {
	height: 32px;
	padding: 5px;
	font-size: 12pt;
	background: #002500 url(logos/wt_bgtitle.png) repeat-x bottom;
	font-weight:bold;
	color: #ffffcc;
	text-align: center;
	vertical-align: middle;
}

td.titre2 {
	height: 32px;
    padding-bottom: 5px;
	font-size: 12pt;
	background: #002500 url(logos/wt_bgtitle2.png) repeat-x;
	font-weight:bold;
	color: #ffffcc;
	text-align: center;
	vertical-align: bottom;
}

td.mini {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 8pt;
	color: #ffffcc;
	text-align: center;
	vertical-align: top;
}

.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;
}
