#general{
background:url(images/bg.png) repeat-x #d7d7d7;
text-align:center;
}

#main{
width:850px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
/* banniere */
#animation{
width:276px;
height:168px;
float:left;
}

#banniere{
width:293px;
height:168px;
background:url(images/banniere.png);
float:left;
}

#logo{
width:194px;
height:167px;
background:url(images/logo.png);
float:left;
margin-top:1px;
}

#topmenu{
width:194px;
height:59px;
background:url(images/topmenu.png);
margin-top:108px;
}

#icones{
width:87px;
height:109px;
float:left;
}

.clear {
   clear: both;
}
/* contenu */
#content{
width:800px;
height:auto;
background-color:#d7d7d7;
}

#main_content {
	width:544px;
	height:auto;
	float:left;
	background-color:#d7d7d7;
	margin-top:10px;
}

h1 {
	font-size: 20px;
	font-weight:bold;
	color: #000000;
	text-align:left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;	
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
}

a:link{color: #9999FF; text-decoration:none}
a:hover{color: #000000; text-decoration:none}
a:visited{color:#CC0000; text-decoration:none}

/* menu */
#backmenu {
	width:256px;
	height:auto;
	float:right;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg_menu.png) right;
}

ul#menu {
	display:block;
	margin-top:10px;
	list-style:url(images/puce.png);
	list-style-position: inside;
}

ul#menu li a {
	color: #ffffff;
	font-size:14px;
	text-decoration:none;
	line-height:30px;
	font-weight: normal;
	margin-left:10px;
}

ul#menu li a.current {
	color: #ffffff;
	font-size:14px;
	text-decoration:none;	
	font-weight:bold;
}

ul#menu li a:hover {
	color: #ffffff;
	font-size:14px;
	text-decoration:none;	
	font-weight:bold;
}

#menu_d{
width:256px;
height:34px;
background:url(images/menu_d.png);
}
/* footer */
#icones_d {
	width:55px;
	height:58px;
	float:left;
}

#foot{
	height:58px;
	background: url(images/bg_foot.png);
}

#footer {
	width:745px;
	height:58px;
	float:left;
	background:url(images/footer.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}

#footin {
	width:850px;
	height:58px;
	margin:auto;
}




