/* CSS Document */

/* CONTENU */
.titre-page{
	float:left;
	width:955px;
	height:33px;
	background-image:url(images/actualites/bandeau-titre.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
	padding-left:45px;
	margin-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}

.cadreGauche{
	float:left;
	width:690px;
	margin-left:10px;
	margin-top:14px;
}

.cadreDroite{
	float:right;
	width:261px;
	margin-right:10px;
}

.imgUne{
	float:left;
	margin-right:15px;
}

.imgUne, .cadreUne{ margin-bottom:10px; }

.cadreVignette{
	float:left;
	margin-top:19px;
	margin-left:15px;
	height:153px;
}

.zoneVignette{
	width:141px;
	height:173px;
	
	overflow:hidden;
}

/* BLOC TOUTES LES ACTUALITES */

.fondActualites{
	background:url(images/actualites/fond-actualites.gif) no-repeat;
	width:252px;
	height:47px;
	padding-top:6px;
	padding-left:9px;
}

.ligneActualites{
	border-left:#68C933 2px solid;
	border-right:#68C933 2px solid;
	width:241px;
	padding:8px;
	background:url(images/commun/pointille.gif) bottom repeat-x;
}

.basActualites{
	background:url(images/actualites/bas-cadre-actualites.gif) no-repeat;
	width:252px;
	height:30px;
	padding-top:6px;
	padding-left:9px;
}

