@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#e4dcd4 url(i/bg.gif) repeat-y center 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	alink:#0191b5;
}


a:link {
	color:#0191b5;
	text-decoration:none;
}

/*---TOP---*/
#top{
	height:160px;
	background: url(i/top-bg.gif) repeat-x;
	overflow:hidden;
}

#header{
	position:relative;
	width:980px;
	height:160px;
	margin:0 auto;
	background: url(i/header-bg.png) no-repeat;
	overflow:hidden;
}

#header img{
	position:absolute;
	top:40px;
	right:-1px;
}

/*---MAIN---*/
#main{
	position:relative;
	width:980px;
	height:605px;
	margin:0 auto;
	background: url(i/main-bg.gif) no-repeat;
	overflow:hidden;
}

#menu{
	position:absolute;
	top:0;
	right:0;
	width:282px;
	height:390px;
	padding:190px 0 0 20px;
	background: url(i/page1-main.png) no-repeat;
}
#menu a{
	display:block;
	width:262px;
	height:38px;
	margin:0 0 13px 0;
	background: url(i/menu-bg.png) no-repeat;
	text-align:center;
	line-height:38px;
	color:#3f1604;
	font-weight:inherit;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-size:18px;
	letter-spacing:3px;
}
#menu a.actif{
	color:#fff;
	font-weight:bold;
	background: url(i/menu-bg-actif.png) no-repeat;
}

#contenu{
	position:absolute;
	top:83px;
	left:60px;
	width:555px;
	height:490px;
	overflow:auto;
}

#contenu h1{
	margin:0 0 15px 0;
	padding:0;
	font-weight:normal;
	font-size:24px;
}

#contenu p{
	margin:0;
	padding:0 0 12px 0;
	line-height:25px;
}

#contenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#contenu ul li{
	padding:0 0 5px 7px;
	background:url(i/puce.png) no-repeat 0 9px;
}


/*---FOOTER---*/
#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:670px;
	text-align:right;
	font-size:10px;
}
#footer a{
	color:#4a413a;
	text-decoration:none;
	letter-spacing:1px;
}
#footer a.strong{
	color:#000;
}
