body
{
	margin: 0;
	padding: 0;
	background-color: #FEDDBE;
	color: #000000;
	text-align: center;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	font: 85% trebuchet ms, arial, helvetica, sans-serif;
}


h1
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 80%;
	margin: 0 auto;
}

h2
{
	color: #72011F;
	font-weight: normal;
	font-size: 150%;
	padding-top: 10px;
}

a:link { color: #72011F; }
a:visited { color: #FD3801; }

a:hover, a:active
{
	color: #FEDDBE;
	background-color: #5F0F12;
}

#container
{
	border-top: 17px solid #FEDDBE;
	text-align: left;
	background-color: #FEDDBE;
	width: 750px;
	margin: 0 auto;

}

#header
{
	position: relative;
	width: 750px;
	height: 86px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	background-image: url(images/titre.gif);
	background-repeat: no-repeat;
	color: #FF3800;
}

#skip
{
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 11px;
	text-align: right;
}

a#skip
{
	color: #F79C7A;
	text-decoration: none;
}

#nav
{
	float: left;
	width: 180px;
	background-image: url(images/base.gif);
	background-repeat: repeat-y;
}

#navtop
{
	width: 180px;
	height: 73px;
	font-size: 2px;
	margin: 0;
	padding: 0;
	background-image: url(images/haut.jpg);
	background-repeat: no-repeat;
	color: #FF5F2D;
}

#nav ul
{
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	line-height: 160%;
}

#nav ul li
{
	padding-left: 17px;
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#nav ul li a:link, #nav ul li a:visited
{
	text-decoration: none;
	color: #5F0F12;
}

#nav ul li a:hover, #nav ul li a:active
{
	text-decoration: none;
	color: #FEDDBE;
	background-color: #5F0F12;
}

#navbottom
{
	width: 180px;
	height: 20px;
	background-image: url(images/bas.gif);
	background-repeat: no-repeat;
}

#adsense
{
	float: right;
	width: 180px;
}


#adsense-bis
{
	height: 25px;
}

#contents
{
	float: left;
	width: 350px;
	margin-left: 20px;
	line-height: 140%;
	background-color: #FEDDBE;
}

#feature
{
	float: right;
	width: 180px;
	background-image: url(images/base.gif);
	background-repeat: repeat-y;
}

#featuretop
{
	width: 180px;
	height: 63px;
	background-image: url(images/hautgauche.jpg);
	background-repeat: no-repeat;
	color: #FF5F2D;
}

#feature h2
{
	margin: 0 15px .5em 15px;
	font-weight: normal;
	font-size: 110%;
}

#feature p { margin: 0 15px 1em 15px; }

#featuremiddle
{
	width: 180px;
	height: 55px;
	background-image: url(images/milieugauche.gif);
	background-repeat: no-repeat;
}

#featurebottom
{
	width: 180px;
	height: 20px;
	background-image: url(images/bas.gif);
	background-repeat: no-repeat;
}

#footer
{
	clear: both;
	text-align: right;
	font-size: 90%;
	margin: 0 200px;
}

#topstripblack
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #5F0F12;
}

.none { display: none; }