
/*	-------------------------------------------------------------
	Positionnement des blocs principaux
	-------------------------------------------------------------*/

#colonne1, #colonne2, #colonne3, #colonne4  {
	float: left;
}
#colonne1 {
	width: 180px;
}
#colonne2 {
	width: 337px;
}
#colonne3 {
	width: 204px;
}
#colonne4 {
	width: 203px;
}

/*	-------------------------------------------------------------
	Mise en forme
	-------------------------------------------------------------*/

#colonne1 ul, #colonne2 ul, #colonne3 ul, #colonne4 ul,
#colonne1 dl, #colonne2 dl, #colonne3 dl, #colonne4 dl,
#colonne3 .boite p, #colonne4 #implanter .boite p {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 17px;
	padding-right: 17px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Colonne 1
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Colonne 2
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#carte {
	background: url(/images-v2/accueil/fond-carte.gif) no-repeat;
	width: 337px;
	height: 214px;
	text-align: center;
	padding-top: 6px;
}
#actualite {
	width: 260px;
	margin-left: 40px;
	margin-top: 10px;
}
#actualite ul {
	margin: 0;
	padding: 0;
}
#actualite h2 {
	text-indent: -9000px;
	display: block;
	width: 108px;
	height: 21px;
	background: url(/images-v2/accueil/titre-actualites.gif) no-repeat;
}
#actualite p.lien {
	display: block;
	float: right;
	margin-top: -30px;
	width: 115px;
	height: 18px;
	background: url(/images-v2/accueil/bouton-actualites.gif) no-repeat;
	text-align: center;
	padding-left: 4px;
	padding-top: 2px;
}
#actualite a {
	color: #4A453E;
}
#actualite p.item {
	display: block;
	width: 260px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #D5D1C8; 
}
#actualite p.item a.suite {
	display: block;
	width: 260px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 3px;
}


#actualiteRMP {
	width: 260px;
	margin-left: 40px;
	margin-top: 10px;
}

#actualiteRMP h2 {
	text-indent: -9000px;
	display: block;
	width: 209px;
	height: 21px;
	background: url(/images-v2/accueil/titre-actualitesRMP.gif) no-repeat;
}

#actualiteRMP p.lienActuRegion {
	display: block;
	float: right;
	margin-top: -10px;
	text-align: center;
	padding-left: 4px;
	padding-top: 2px;
}
#actualiteRMP a {
	color: #4A453E;
}
/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Colonne 3
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	boite Acteurs  */

#acteurs .debutboite {
	background: url(/images-v2/accueil/debut-boite-acteurs.gif) no-repeat top;
	height: 6px;
}
#acteurs .boite {
	background: url(/images-v2/accueil/fond-boite-acteurs.gif) repeat-y;
	min-height: 196px;	
	height: auto !important;	
	height: 196px;
	z-index:0;
}
#acteurs .finboite {
	background: url(/images-v2/accueil/fin-boite-acteurs.gif) no-repeat top;
}
#acteurs h2 {
	text-indent: -9000px;
	height: 0;
	font-size: 0;
}
#acteurs p {
	line-height: 1em;
}
#acteurs p.suite a {
	color: #0BC0DB;
	font-weight: bold;
}
#acteurs p.suite {
	display: block;
	width: 172px;
	text-align: right;
	margin-top: 5px;
}
#acteurs p.separateur {
	display: block;
	font-size: 0;
	text-indent: -9000px;
	width: 172px;
	height: 10px;
	margin-left: 17px;
	padding:0;
	background: url(/images-v2/accueil/separateur-acteurs.gif) repeat-x center ;
}

/*	boite Agenda  */

#agenda .debutboite {
	background: url(/images-v2/accueil/debut-boite-agenda.gif) no-repeat bottom;
}
#agenda .boite {
	background: url(/images-v2/accueil/fond-boite-agenda.gif) repeat-y;
}
#agenda .boite_vide {
	height:273px;
	width:204px;
	background: url(/images-v2/accueil/no-agenda.gif) no-repeat;
}
	
#agenda .finboite {
	background: url(/images-v2/accueil/fin-boite-agenda.gif) no-repeat top;
}
#agenda h2 {
	text-indent: -9000px;
	width: 204px;
	height: 40px;
	background: url(/images-v2/accueil/titre-boite-agenda.gif) no-repeat;
}
	#agenda .boite_vide h2 {
		text-indent: -9000px;
		width: 204px;
		height: 273px;
		background: transparent;
	}
#agenda a {
	color: #7F8E04;
}
#agenda p {
	color: #99AB03;
}
#agenda p.lien {
	display: block;
	float: right;
	margin-top: -46px;
	width: 74px;
	height: 18px;
	text-align: center;
}
	#agenda .boite_vide p.lien {
		display: block;
		float: right;
		margin-top: -268px;
		width: 100px;
		height: 18px;
		text-align: center;
	}
#agenda p.suite a {
	font-weight: bold;
}
#agenda p.suite {
	display: block;
	width: 172px;
	text-align: right;
	margin-top: 5px;
}
#agenda p.separateur {
	display: block;
	font-size: 0;
	text-indent: -9000px;
	width: 172px;
	height: 10px;
	margin-left: 17px;
	padding:0;
	background: url(/images-v2/accueil/separateur-agenda.gif) repeat-x center ;
}

#credits {
	text-align:right;
}
#credits a {
	font-size: 7pt;
	color: #B3B0AB;
	margin-right: 5px;
}

#credits2 {
	text-align: left;
}
#credits2 a {
	font-size: 7pt;
	color: #B3B0AB;
	margin-right: 5px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Colonne 4
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	boite Implantation  */

#implanter .debutboite {
	background: url(/images-v2/accueil/debut-boite-implanter.gif) no-repeat;
	height: 6px;
	z-index:0;
}
#implanter .boite {
	background: url(/images-v2/accueil/fond-boite-implanter.gif) repeat-y;
	z-index:0;
}
#implanter .finboite {
	background: url(/images-v2/accueil/fin-boite-implanter.gif) no-repeat top;
	z-index:0;
}
#implanter h2 {
	text-indent: -9000px;
	height: 0;
	font-size: 0;
}
#implanter p.suite a {
	color: #ED1A2C;
	font-weight: bold;
}
#implanter p.suite {
	display: block;
	width: 172px;
	text-align: right;
	margin-top: 5px;
}

/*	boite Zoom  */

#zoom .debutboite {
	background: url(/images-v2/accueil/debut-boite-zoom.gif) no-repeat bottom;
}
#zoom .boite {
	background: url(/images-v2/accueil/fond-boite-zoom.gif) repeat-y;
}
#zoom .finboite {
	background: url(/images-v2/accueil/fin-boite-zoom.gif) no-repeat top;
}
#zoom h2 {
	text-indent: -9000px;
	width: 204px;
	height: 40px;
	background: url(/images-v2/accueil/titre-boite-zoom.gif) no-repeat;
}

.zoom-new {
	text-indent: -9000px;
	width: 204px;
	height: 49px;
	background: url(/images-v2/accueil/titre-boite-zoom-new.gif) no-repeat;
}

#zoom p, #zoom img {
	padding: 0;
	margin:0;
	width: 182px;
	margin-left: auto;
	margin-right: auto;
}
#zoom p.suite a {
	color: #6C665D;
	font-weight: bold;
}
#zoom p.suite {
	text-align: right;
	margin-top: 5px;
	padding-bottom: 10px;
}

/*	boite Zoom2  */


#zoom2 .boite {
	background: white;
	margin-top:10px;
}

#zoom2 p {
	padding: 0;
	margin:0;
	width: 182px;
	margin-left: auto;
	margin-right: auto;
}
#zoom2 img {
	padding: 0;
	margin:0;
	margin-left: auto;
	margin-right: auto;
}
#zoom2 p.suite a {
	color: #6C665D;
	font-weight: bold;

}
#zoom2 p.suite {
	text-align: right;
	margin-top: 5px;
	padding-bottom: 10px;
}



#mentions {
	text-align: center;
	padding-top: 10px;
}
#mentions2 {
	text-align: center;
	padding-top: 10px;
}

/*	-------------------------------------------------------------
	Bloc bas
	-------------------------------------------------------------*/
#bloc-bas {	
	background-image: url(../images-v2/accueil/bloc-bas.jpg);
	background-repeat:no-repeat;
	float:left;	
	width: 930px;
	height: 226px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;	
}

.sepa {
	background-image:url(../images-v2/accueil/sepa-bloc-bas.gif);
	width: 3px;
	height: 175px;
	margin: 20px 7px 0px 7px; 
	float:left;
	background-repeat:no-repeat;	
}


.partie1, .partie2, .partie3, .partie4 { float:left; margin: 5px 2px 2px 2px; }

/*------------------------------------------------------*/
/* Hack CSS pour IE6                                    					*/
/*------------------------------------------------------*/

* html .partie1 {
	width: 200px;
	margin-left:18px;
}

/*------------------------------------------------------*/
/* Fin Hack CSS pour IE6                                    					*/
/*------------------------------------------------------*/

 
a.lien-bas   {     color:#4a453e;     text-decoration:none; font-size:12px;  }
a.lien-bas:hover   {     color:#4a453e;     text-decoration:underline; font-size:12px; } 

.partie1 {
	width: 200px;
	margin-left:33px;
}

.partie1-titre {
	font-size:15px;
	color:#e2001a;
	padding: 5px 0 5px 55px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.partie2 {
	width: 200px;
}

.partie2-titre {
	font-size:15px;
	color:#e2001a;
	margin: 5px 0 5px 63px;
	position: relative;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.partie3 {
	width: 200px;
}

.partie3-titre {
	font-size:15px;
	color:#e2001a;
	margin: 5px 0 5px 57px;
	position: relative;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.partie4 {
	width: 200px;
}

.partie4-titre {
	font-size:15px;
	color:#e2001a;
	margin: 5px 0 5px 60px;
	position: relative;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
