html,body{
	margin:0;
	padding:0;
	text-align:center;
}
body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
#tout{
	text-align:left;
	width:933px;
	margin-left:auto;
	margin-right:auto;
}

/***********************************
		En tête
***********************************/

#entete{
	height:254px;
}
#anim_flash{
}

/************* PARTENAIRES ************/

#partenaires{
	clear:both;
	width:933px;
	height:97px;
	background-image:url(../images/bg_partenaires.jpg);
	background-repeat:no-repeat;
}
img.date{
	margin-left:75px;
	margin-bottom:15px;
}
img.liste_part{}

/**********************************
			Contenu
***********************************/

#contenu{
	width:935px;
	margin-top:10px;
}
#gif_left{
	float:left;
	width:135px;
	background-image:url(../images/bg_gif.jpg);
	background-repeat:no-repeat;
}
#gif_left img{
	width:127px;
	margin-top:4px;
	margin-left:4px;
	border:none;
}
img.nespresso{
	width:136px;
	height:84px;
	padding-top:10px;
}

/***********************************
			Page Home
***********************************/
#actu{
	float:left;
	width:455px;
	margin-left:20px;
}
#top_actu{
	height:35px;
	background-image:url(../images/head_actu.jpg);
	background-repeat:no-repeat;
}
#body_actu{
	border-left:1px #D3D3D1 solid;
	border-right:1px #D3D3D1 solid;

	background-image:url(../images/bg_body_actu.jpg);
	background-repeat:repeat-x;
	background-color:#F6F6F4;
	background-position:bottom center;
	height:100%;
}
#body_actu a img{
	border:none;
	float:left;
	margin:10px 0 10px 20px;
	width:140px;
}
#body_actu p{
	float:left;
	width:260px;
	margin:0 0 0 10px;
	padding-top:10px;
	padding-bottom:10px;
}
#plus_actu{
	clear:both;
	
	margin-left:20px;
	padding-bottom:10px;
	padding-top:10px;
}
#plus_actu a{
	clear:both;
	display:block;
	width:409px;
	height:24px;

	background-image:url(../images/plus_actu.png);
	background-repeat:no-repeat;
}
#plus_actu a span{
	display:none;
}
#bottom_actu{
	clear:both;
	height:10px;
	background-image:url(../images/foot_actu.jpg);
	background-repeat:no-repeat;
}

#focus{
	float:left;
	width:297px;
	margin-left:20px;
}
#top_focus{
	width:297;
	height:35px;
	background-image:url(../images/head_focus.jpg);
	background-repeat:no-repeat;
}
#body_focus{
	width:297;
	
	border-left:1px #D3D3D1 solid;
	border-right:1px #D3D3D1 solid;

	background-image:url(../images/bg_body_focus.jpg);
	background-repeat:repeat-x;
	background-color:#F6F6F4;
	background-position:bottom center;
}
#body_focus a img{
	margin:10px 0 10px 20px;
	border:none;
}
#body_focus p{
	margin:0 0 0 20px;
	width:255px;
}
#bottom_focus{
	clear:both;
	width:297;
	height:9px;
	background-image:url(../images/foot_focus.jpg);
	background-repeat:no-repeat;
}

.bleu{
	color:#0E3B6C;
}
.titre{
	font-size:13px;
	font-weight:bold;
	display:block;
}
.rouge{
	color:#B40C1B;
}
.block{
	display:block;
}
.sub{
	text-decoration:underline;
}
.center{
	text-align:center;
}
#plan{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*****************************
		Footer
*****************************/
#footer{
	clear:both;
	width:775px;
	color:#0E3B6C;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:20px;
	border-top:1px #D3D3D1 solid;
	
	position:relative;
	top:15px;
	left:150px;
}
span.footer_left{
	padding-left:130px;
	width:480px;
	display:block;
	float:left;
	text-align:center;
}
span.footer_left a{
	color:#0E3B6C;
	text-decoration:none;
}
span.footer_left a:hover{
	text-decoration:underline;
}
span.footer_right{
	color:#000000;
	margin-right:10px;
	text-align:right;
	display:block;
	padding:0;
}
span.footer_right a img{
	border:none;
}