/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}
body {
	background-color: #70685A; /*background-image: url(../Images/_accueil/fondDePage.jpg);
	background-repeat: no-repeat;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CFCFCF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CFCFCF;
}
a:hover {
	text-decoration: underline;
	color: #CFCFCF;
}
a:active {
	text-decoration: none;
	color: #CFCFCF;
}
a {
	font-size: 10px;
}
H1{
	color : white;
	font-size : 18px;
	letter-spacing : 2px;
	font-weight : normal;
	margin-bottom : 0px;
	margin-top : 10px;
	padding-right : 10px;
	text-align : center;
}
H2{
text-align : LEFT;
	font-family : verdana;
	font-size : 16px;
	border-bottom : 1px solid #CFCFCF;
	
}
H3{
	text-align : left;
	font-family : verdana;
	font-size : 14px;
	line-height : 10px;
	margin-bottom : 0px;
}
/* pseudoClasses */
.traitBlanc{
	border-bottom-color: #CFCFCF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.traitBlancHaut{
	border-top-color: #CFCFCF;
	border-top-style: solid;
	border-top-width: 1px;
}
#stats{
visibility:hidden;
position : absolute;
bottom :0;
}
#navigation{
padding-top : 10px;
margin-bottom : 100px;
}

#image{
	position : relative;
	float : left;
	padding : 1px;
	width: 118px;
	height: 118px;
}
#updates p{
margin : 2px;
margin-left : 20px;
text-align: left}
#updates td{
vertical-align:middle
}
#updates H2{
margin-left : 20px;
}
