@charset "UTF-8";
/* CSS Document */
body
	{
	background-color:#534741;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	}
a
	{
	color: #2D1306;
	text-decoration: none;
	}
a:link {
	color: #2D1306;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #6F3A1A;
}
a:active {
	text-decoration: none;
}
img
	{border:0;}

h1
	{
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
	margin-top:0px;
	line-height:110%;
	}
h2
	{
	font-weight:normal;
	font-size:14px;
	text-align:left;
	margin-bottom:5px;
	margin-top:0px;
	color:#8CC63F;
	line-height:110%;
	}  
	
#page
	{
	position:absolute;
	
	width:900px;
	height:auto;
	left: 50%; 
	margin-left: -450px;
	}
#banniere
	{
	width:860px;
	height:auto;
	padding:20px;
	padding-left:0px;
	padding-right:0px;
	}
.degrade
	{
	position:relative;
	width:900px;
	height:100px;
	}
.degradeaccueil
	{
	position:relative;
	width:900px;
	height:150px;
	}
#contenu
	{
	width:900px;
	height:auto;
	padding-top:30px;
	background-color:#FFFFFF;
	}
#menu
	{
	width:150px;
	height:auto;
	padding-left:10px;
	padding-right:40px;
	font-size:14px;
	font-style:normal;
	float:left;
	}
.menu
	{
	width:170px;
	height:auto;
	padding-left:10px;
	padding-right:20px;
	font-size:14px;
	font-style:normal;
	float:left;
	}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
}

#menu dt {
	cursor: pointer;
	height: 20px;
  background-image: url('IMG/puce.jpg');
  background-repeat: no-repeat;
  padding-left: 20px;
}



#menu li  
	{
color: #000;
height: 100%;
list-style:url(IMG/puce2.jpg);
margin-left:30px;
font-size:12px;
	}
#menu ul
	{
	padding-bottom:5px;
	}
#centre
	{
	width:350px;
	height:auto;
	float:left;
	text-align:justify;
	}
#centre h1 h2
	{
	color:#2D1306;
	}
#arborescence
	{
	width:100%;
	height:auto;
	padding-bottom:20px;
	font-size:11px;}
#droite
	{
	width:220px;
	height:auto;
	padding-left:70px;
	padding-right:50px;
	text-align:justify;
	float:left;
	}
#droite h1 h2
	{
	color:#8CC63F;
	}
#droite a
	{
	
	}
#droite a:hover
	{
	
	}
#footer
	{
	position:relative;
	width:900px;
	height:auto;
	left: 50%; 
	margin-left: -450px;
	clear:both;
	color:#FFFFFF;
	text-align:center;
	margin-top:10px;
	}
#footer a
	{
		color:#FFFFFF;
		margin:0 15px;
	}
.sousmenu
	{
	width:350px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #666666;
	cursor: pointer;
  background-image: url('IMG/puce2.jpg');
  background-repeat: no-repeat;
  padding-left: 20px;
	}
.article
	{
	width:360px;
	height:auto;
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px dashed #666666;
	}
.article-droite
	{
	width:220px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #666666;
	}
.spacer
	{
	width:900px;
	height:20px;
	clear:both;
	}