/* CSS Document */

/* HEADER */

.zone-header{
	width:699px;
	height:277px;
	background-image:url(images/metiers/header-visuel.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menu{
	width:654px;
	height:40px;
	margin-top:237px;
	float:left;
}

.fleche-blanche{
	width:45px;
	height:52px;
	float:left;
}

/* SOUS-MENUS */

.zone-ss-menu{
	width:559px;
	height:22px;
	background-color:#FFFFFF;
	padding-left:140px;
	padding-top:6px;
	float:left;
}

.ssmenu{
	float:left;
	padding-left:15px;
	margin-right:20px;
	background-image:url(images/commun/fleche-bleu.gif);
	background-position:left center;
	background-repeat:no-repeat;
}



/* DROITE */

.zone-titre-page{
	width:699px;
	height:40px;
	background:url(images/actualites/titre-page-actu.gif) bottom no-repeat;
	float:left;
}

/* CONTENU */

.zone-contenu{
	width:699px;
	height:320px;
	float:left;
	padding-top:20px;
}
/* ACTU LISTE */

.cadre-actu{
	width:315px;
	height:64px;
	margin-left:21px;
	margin-right:10px;
	margin-bottom:16px;
	float:left;
}


/* ACTU DETAIL */

.cadre-fiche-actu{
	
	margin-left:25px;
	margin-right:30px;
	margin-bottom:16px;
	float:left;
}

.cadre-visuel-actu{
	width:280px;
	margin-right:15px;
	margin-bottom:16px;
	float:left;
	overflow: hidden;
	border:#036EAF solid 3px;
}

.visuel-actu{
	float:left;
	text-align:center;
	background-color:#036EAF;
	/*width:270px;*/
	overflow:hidden;
}


.listeActu{
	width:276px;
	height:442px;
	background-color:#03182B;
	float:left;
}
	
	
.titre-actu{
	margin-top:28px;
	margin-left:8px;
	margin-bottom:18px;
}
