/*--- Styles de la page d'accueil ---*/

#blocIndex {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	width:780px;
	height:550px;
	padding: 0 0 0 10px;
	margin: 0;
	color: #626164;
	font-size:12px;
	font-weight:normal;
	background-image:url(_gfx/fondBlocIndex.gif);
	background-repeat:no-repeat;
}

#blocIndex .presentation {
	width:780px;
	float:left;
	display:none;
}

#blocIndex .presentation h1 {
	color:#00a0d8;
	font-size:24px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

#blocIndex h2 {
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding: 90px 15px 15px 15px;
	margin: 0;
}

#blocIndex .petitBloc1 {
	float:left;
	width:266px;
	margin: 0;
	padding: 0;
}

#blocIndex .petitBloc2 {
	float:left;
	width:247px;
	margin: 0;
	padding: 0;
}

#blocIndex .petitBloc3 {
	float:left;
	width:257px;
	margin: 0;
	padding: 0;
}


#blocIndex .petitBloc1 ul, #blocIndex .petitBloc2 ul, #blocIndex .petitBloc3 ul {
	list-style-type: none;
	padding: 0; /*Sarka-SPIP 1.8.2*/
	margin: 0;
}

#blocIndex .petitBloc1 li, #blocIndex .petitBloc2 li, #blocIndex .petitBloc3 li {
	padding:0;
	margin:0;
}

#blocIndex .petitBloc1 li a, #blocIndex .petitBloc1 li a:visited {
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	padding: 5px 5px 5px 25px;
	margin: 0;
	background-image: url(_gfx/fleches_menuAcceuil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:solid 1px #cbdff1;
	}

#blocIndex .petitBloc1 li a:hover {
	text-decoration: none;
	color: #006dbe;
	background-color:#c3def0;
	background-image: url(_gfx/fleches_menuAcceuilBLeu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
	
#blocIndex .petitBloc2 li a, #blocIndex .petitBloc2 li a:visited {
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	padding: 5px 5px 5px 25px;
	margin: 0;
	background-image: url(_gfx/fleches_menuAcceuil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:solid 1px #d5eac3;
	}

#blocIndex .petitBloc2 li a:hover {
	text-decoration: none;
	color: #50ad10;
	background-color:#d5eac3;
	background-image: url(_gfx/fleches_menuAcceuilVert.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
#blocIndex .petitBloc3 li a, #blocIndex .petitBloc3 li a:visited {
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	padding: 5px 5px 5px 25px;
	margin: 0;
	background-image: url(_gfx/fleches_menuAcceuil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:solid 1px #ffc5cd;
	}

#blocIndex .petitBloc3 li a:hover {
	text-decoration: none;
	color: #f7002d;
	background-color:#ffc5cd;
	background-image: url(_gfx/fleches_menuAcceuilRouge.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
/*//////////////////////BLOC NEWS & AGENDA/////////////////////////*/


#blocNewsEtAgenda {
	float:right;
	color: #f7002d;
	width:780px;
	padding:0;
	margin:0 0 20px 0;
	}
	
#blocNewsEtAgenda h3 .texteInvisible {
	display:none;
	}
	
#blocNewsEtAgenda h4 {
	font-size:12px;
	color: #005586;
	padding:0 0 5px 0;
	margin:0;
	}
	
/*///NEWS///*/

#blocNewsEtAgenda #news h3 {
	color: #ffffff;
	padding:0;
	margin:0;
	background-image:url(../images/titreNews.gif);
	height:31px;
	}
	
#blocNewsEtAgenda #news {
	margin:0;
	padding:0;
	float:left;
	width:385px;
}

#blocNewsEtAgenda #news .liste {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#blocNewsEtAgenda #news .liste ul.listing {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor:auto;
	border-bottom:solid 1px #b2cfd9;
	border-right:solid 1px #b2cfd9;
	border-left:solid 1px #b2cfd9;
	background-color:#FFFFFF;
	}

#blocNewsEtAgenda #news .liste ul.listing li {
	margin: 0 0 0 0;
	padding: 0;
	clear:both;
	float: left;
	width:100%;
	border: none;
}


#blocNewsEtAgenda #news .liste ul.listing li a, #blocNewsEtAgenda #news .liste ul.listing li a:visited {
	color:#005586;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	padding:5px;
	text-decoration: none;
	width:375px;
	clear:both;
	float: left;
	border: none;
	
}

#blocNewsEtAgenda #news .liste ul.listing li a:hover
{
	background-color: #b2cfd9;
	border: none;

}

/*///AGENDA///*/

#blocNewsEtAgenda #agenda h3 {
	color: #ffffff;
	padding:0;
	margin:0;
	background-image:url(../images/titreAgenda.gif);
	height:31px;
	}

	
#blocNewsEtAgenda #agenda .liste {
	margin:0;
	padding:0;
	float:right;
	width:385px;
}

#blocNewsEtAgenda #agenda .liste ul.listing {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor:auto;
	border:none;
	}

#blocNewsEtAgenda #agenda .liste ul.listing li {
	margin: 0;
	padding: 0;
	clear:both;
	float: left;
	width:100%;
	border: none;
}


#blocNewsEtAgenda #agenda .liste ul.listing li a, #blocNewsEtAgenda #agenda .liste ul.listing li a:visited {
	color:#005586;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	padding:4px 0 4px 5px;
	text-decoration: none;
	width:378px;
	clear:both;
	float: left;
	border-left:solid 1px #b2cfd9;
	border-right:solid 1px #b2cfd9;
	border-bottom:solid 1px #b2cfd9;
	background-image:url(../images/plusNews.gif);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#FFFFFF;
}

#blocNewsEtAgenda #agenda .liste ul.listing li a:hover
{
	background-color: #b2cfd9;
}