*{
	margin: 0;
	padding: 0;
}
body{
	background: url(../im/background.jpg);
	font: .8em/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}
h1{
	font-size: 1.6em;
	line-height: 1.3em;
	margin-bottom: 20px;
}
a, a:visited{
	color: #000;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style: none;
}
/*==========================================================================
LAYOUT
==========================================================================*/
/*TXT*/
.acenter{
	text-align: center;
}
.aright{
	text-align: right;
}
/*==========================================================================
LAYOUT
==========================================================================*/
/*HEADER*/
div#header{
	position: relative;
	height: 270px;
	background: url(../im/header.jpg) 50% 0 no-repeat;
}
div#header h1, div#header h2{
	display: none;
}
div#header a{
	position: absolute;
	display: block;
	width: 575px;
	height: 150px;
	top: 36px;
	left: 50%;
	margin-left: -280px;
	background: url(../im/titre.jpg);
	text-indent: -5000px;
}
/*CONTENEUR*/
div#conteneur{
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: url(../im/conteneur.jpg) repeat-y;
	text-align: left;
}
/*CONTENU*/
div#contenu{
	position: relative;
	width: 980px;
	height: auto;
	min-height: 420px;
	background: url(../im/contenu.jpg) 0 0 no-repeat;
}
div#contenu h2{
	height: 68px;
}
/*COLONNE*/
div#sidebar{
	float: left;
	position: relative;
	width: 260px;
	height: 660px;
	padding-top: 60px;
	background: url(../im/menu.jpg) 0 0 no-repeat;
}
div#sidebar ul{
	width: 195px;
	margin: 0 40px 20px 25px;
}
div#sidebar li{
	border-top: 1px dotted #665f3a;
}
div#sidebar li:first-child{
	border-top: 0;
}
div#sidebar li a{
	display: block;
	padding: 7px 0;
	font-weight: bold;
	color: #9f0004;
	text-decoration: none;
}
div#sidebar li.actif a{
	color: #4a3700;
	text-indent: 33px;
	background: url(../im/hand.png) 0 70% no-repeat;
}
div#sidebar li a:hover{
	color: #4a3700;
}
div#sidebar img{
	position: absolute;
	display: block;
	top: 449px;
	left: 36px;
}
/*MAIN*/
div#main{
	float: left;
	width: 695px;
	padding-top: 5px;
	padding-right: 25px;
}
div#main h2{
	height: 68px;
	margin-bottom: 9px;
	background: url(../im/h2.jpg) 0 0 no-repeat;
	font: 2em/52px "Times New Roman", Times, Georgia, serif;
	text-indent: 10px;
	color: #00a1a7;
}
div#main p{
	margin-bottom: 1.3em;
}
/*FOOTER*/
div#footer{
	clear: both;
	height: 20px;
	padding-top: 25px;
	background: url(../im/footer.jpg) 0 0 no-repeat;
	line-height: 20px;
	font-size: .8em;
	color: #a69f8d;
}
p#credit{
	width: 970px;
	padding-right: 10px;
	margin: 0 auto 10px auto;
	text-align: right;
	font-size: .8em;
	color: #a69f8d;
}
div#footer a, p#credit a{
	color: #a69f8d;
}
/*==========================================================================
ACCUEIL
==========================================================================*/
img#parrain{
	float: left;
	margin: 0 10px 10px 0;
}
div#encart{
	width: 685px;
	padding: 10px 5px 5px;
	border-bottom: 2px #e9e9e9;
	background: #f0ede3 url(../im/encart.jpg) 0 0 no-repeat;
	color: #4a3700;
}
/*==========================================================================
EDITO
==========================================================================*/
img#proyart{
	float: left;
	margin: 0 10px 10px 0;
}