body
{
	margin:0;
	padding:0;
	width:100%;
}
#global
{
	width:656px;
	margin:auto;
	min-height:590px;
	background:#FFF;
	border:nones
}
#titre {
height:75px;
width:656px;
background:url(images/titre.gif);
background-repeat:no-repeat;
margin-top:20px;
}

#separateur{
height:2px;
width:656px;
background:url(images/separateur.gif);
background-repeat:no-repeat;
margin-top:15px;
}
/*MENU*/
#menu{
	width: 656px;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:20px;
}
#menu a
{
	background-repeat: no-repeat;
	background-position: 0px -291px;
	height: 291px;
	width: 164px;
	float: left;
}
#menu a:hover{
	background-position:0 0px;
}
#menu .lien1{
	background-image: url(images/lien1.jpg);
}
#menu .lien2{
	background-image: url(images/lien2.jpg);
}
#menu .lien3{
	background-image: url(images/lien3.jpg);
}
#menu .lien4{
	background-image: url(images/lien4.jpg);
}

/*ACTUS*/
#actus{
display:block;
min-height:150px;
height:auto;
width:656px;
margin-top:10px;
}
#actus_titre{
height:26px;
width:100px;
background:url(images/titre_actus.gif);
margin-left:10px;
}
#actus_date{
height:15px;
width:200px;
margin-left:10px;
margin-top:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
}
#actus img
{
	border:none;
}
#actus_sous-titres{
	height:20px;
	width:600px;
	margin-left:10px;
	margin-top:0px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	font-weight: bold;
}
#actus_photo{
margin-left:10px;
margin-right:10px;
margin-top:0px;
background:url(images/logo_bon_app.jpg);
background-repeat:no-repeat;
float:left;
}
#actus_texte{
display:block;
width:98%;
margin-left:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#505050;
}

/*FOOTER*/
#footer{
height:30px;
margin-top:12px;
}
#footer.texte {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
}
#footer.texte a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight: bold;
}
#footer.texte a:hover{
	color:#525252;
}
