a
{
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	font-family: verdana;
	color:#5A2C18;	
}

a:hover{text-decoration: underline}

html, body, #contents 
{
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents 
{
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body 
{
	margin: 0;
	font-family: verdana;
	font-size: 12px;
	color: #black;
	background-color: #290600;
}

#contents 
{
	position: absolute;
	top: 0;
	left: 0;
}

#header 
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #290600;
	width: 100%;
	text-align: center;
}

#main 
{
	margin-top: 0px;
	margin-bottom: 10px;
	height: auto;
	padding: 0;
	background-color: #290600;
}

#footer 
{
	position: absolute;
	bottom: 0;
	left : 0;
	background-color: #290600;
	width: 100%;
	text-align: left;
	font-family:verdana;
	font-size:9px;
	color:#bbbbbb;
}

#encart
{
	width: 95%;
	border:1px solid black;
	background-color: #C68162;
	margin-left: auto;
     	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
	padding: 2px;
	text-align: center;
}


#imgGeo
{
	position: absolute;
	left : 30px;
	top : 400px;
	background-color: #C68162;
	height: 97px;
	width: 170px;
}

#image
{
	border: none;
	width: 665px;
	margin-left: auto;
     	margin-right: auto;
}

img
{
	border: none;
}

.description
{
	text-align: left;
	font-family:verdana;
	font-size:12px;
	color:#FFFFAC;
}

.avertissement
{
	text-align: left;
	font-family:verdana;
	font-size:12px;
	color:#FFFFAC;
	font-weight:bold;
}

.avertissementMini
{
	text-align: left;
	font-family:verdana;
	font-size:9px;
	color:#FFFFAC;
}
