/* SURCHARGE DE LA CSS INTERNE GLOBALE */
body {	
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4956;
	background: url(/@_images/conteneur_centre_motif.gif) center 72px no-repeat #c1e2f4;
}
	.footerAutresPages {
		background-color: #C9D86F;
	}
		.footerAutresPages a, .footerAutresPages a:visited, .footerAutresPages a:hover {
			color: #2E80A0;
		}
		.footerAutresPages div {
			color: #fff;
		}

/* STYLES DES CALENDAR ****************************************************************/
.calendarSorties {
	display: none;
	width: 210px;
	height: 260px;
	font-size: 11px;
	z-index: 99;
	margin: auto;

	/* couleurs */
	border: 1px solid #6C6976;
	background-color: #fff;
	color: #4C4956;
}
	.calendarSorties .conteneurNavMoisAnnee {
		font-weight: bold;
		font-size: 10px;
		height: 25px;
		padding-top: 5px;
		width: 210px;
		text-align: center;

		/* couleurs */
		background-color: #fff;
		color: #4C4956;
	}
	.calendarSorties .conteneurJour {
		height: 25px;
		padding-top: 5px;
		width: 210px;
		font-weight: bold;

		/* couleurs */
		background-color: #faac1a;
		color: #FFFFFF; 
	}
	.calendarSorties .conteneurDates {
		height: 180px;
		width: 210px;
	}
		.calendarSorties .conteneurDates .conteneurLigneDate {
			height: 25px;
			padding-top: 5px;
			width: 210px;
			line-height: 25px;
		}
			.calendarSorties .conteneurDates .conteneurLigneDate .dateGeneric {
				width: 30px;
				height: 25px;
				float: left;
				text-align: center;
			}
			.calendarSorties .conteneurDates .conteneurLigneDate .dateJour {
				width: 30px;
				height: 25px;
				float: left;
				text-align: center;
				cursor: pointer;
				
				/* couleurs */
				background-color: #faac19;
				color: #fff;
			}
			.calendarSorties .conteneurDates .conteneurLigneDate .dateOver {
				width: 30px;
				height: 25px;
				float: left;
				text-align: center;
				cursor: pointer;
				
				/* couleurs */
				background-color: #fff;
				color: #4C4956;
			}
			.calendarSorties .conteneurDates .conteneurLigneDate .dateOut {
				width: 30px;
				height: 25px;
				float: left;
				text-align: center;
				cursor: pointer;
				
				/* couleurs */
				background-color: transparent;
				color: #4C4956;
			}
	.calendarSorties .conteneurLienFermer {
		height: 15px;
		width: 210px;
		text-align: center;
	}
		.calendarSorties .conteneurLienFermer a, .calendarSorties .conteneurLienFermer a:hover, .calendarSorties .conteneurLienFermer a:visited  {
			font-size: 10px;
			font-weight: bold;

			/* couleurs */
			color: #4C4956;
		}

/* STYLES SORTIES */
.fondModule {
	position: fixed;
	bottom: 15px;
	width: 100%;
	height: 318px;
	background-image: url(../images/frise.png);
	/*background-repeat: repeat-x;*/
	z-index: 1;
}

.conteneurPrincipalModule {
	position: relative;
	width: 980px;
	height: auto;
	margin: auto;
	margin-top: 45px;
	font-family: Verdana;
	font-size: 11px;
	color: #4C4956;
	z-index: 50;
}
.blocGauche {
	width: 213px;
	height: auto;
	float: left;
}
	.conteneurEvtSpec {
		clear:left;
		position: relative;
		top: -29px;
		width: 213px;
		height: 125px;
		background-image: url(../images/fondEvt.png);
		background-repeat: no-repeat;
	}
		.lienContenuEvt {
			cursor: pointer;
			display: block;
			position: relative;
			top: 12px;
			left: 22px;
			width: 170px;
			height: 100px;
			background-repeat: no-repeat;
			background-position: center center;
		}
	.conteneurBlocRecherche {
		margin-top: 25px;
		width: 213px;
		height: auto;
		float: left;
		background-image: url(../images/fondRecherche2.png);
		background-repeat: no-repeat;
	}
		.contenuRecherche {
			position: relative;
			width: 185px;
			height: 245px;
			margin-top: 12px;
			margin-left: 14px;
		}
			.contenuRecherche form {
				margin: 0px;
				padding: 0px;
			}
				.contenuRecherche form select {
					width: 158px;
					height: 20px;
					color: #4C4956;
					border: 1px solid #6c6976;
					margin-left: 8px;
					margin-top: 53px;
				}
				.champSearch {
					width: 158px;
					height: 15px;
					color: #4C4956;
					border: 1px solid #6c6976;
					margin-left: 8px;
					font-size: 11px;
				}
				.champSearch1 {
					width: 158px;
					height: 15px;
					color: #4C4956;
					border: 1px solid #6c6976;
					margin-left: 8px;
					margin-top: 22px;
					font-size: 11px;
				}
				.champSearch2 {
					width: 158px;
					height: 15px;
					color: #4C4956;
					border: 1px solid #6c6976;
					margin-left: 8px;
					margin-top: 16px;
					font-size: 11px;
				}
				.champSearch3 {
					width: 158px;
					height: 15px;
					color: #4C4956;
					border: 1px solid #6c6976;
					margin-left: 8px;
					font-size: 11px;
				}
				.btnSearch {
					margin-top: 5px;
					margin-left: 2px;
				}

		.blocDroite {
			float: left;
			width: 730px;
			height: auto;
			margin-top: -20px;
			margin-left: 20px;
		}
			.conteneurBlocResultats {
				width: 733px;
				height: 358px;
				margin-top: 7px;
				background-image: url(../images/blocResultat.png);
				background-repeat: no-repeat;
			}
				.lienResultats_resultats {
					outline: none;
					display: block;
					position: relative;
					top: 10px;
					left: 11px;
					width: 120px;
					height: 30px;
				}
				.lienResultats_fiche {
					outline: none;
					display: block;
					position: relative;
					top: -20px;
					left: 160px;
					width: 95px;
					height: 30px;
				}
				.lienResultats_ajouter {
					outline: none;
					display: block;
					position: relative;
					top: -50px;
					left: 280px;
					width: 230px;
					height: 30px;
				}
				.conteneurListeResultats {
					position: relative;
					float: left;
					margin-top: -30px;
					margin-left: 20px;
					width: 430px;
					height: 293px;
				}
					.ligneQuoi {
						float: left;
						width: 180px;
					}
						.ligneQuoi a, .ligneQuoi a:visited {
							color: #4C4956;
							text-decoration: none;
						}
						.ligneQuoi a:hover {
							color: #4C4956;
							text-decoration: underline;
						}
					.ligneOu {
						float: left;
						margin-left: 5px;
						width: 130px;
						color: #faac19;
						font-weight: bold;
					}
						.ligneOu a, .ligneOu a:visited {
							color: #faac19;
							font-weight: bold;
							text-decoration: none;
						}
						.ligneOu a:hover {
							color: #4C4956;
							font-weight: bold;
							text-decoration: underline;
						}
					.ligneQuand {
						float: left;
						width: 90px;
						margin-left: 5px;
					}
					.ligneSaut {
						clear: left;
						margin-top: 3px;
					}
					.contenuResultats {
						margin-top: 5px;
						width: 430px;
						/*height: 243px;*/
						height: 217px;
						overflow: auto;
						font-size: 10px;
					}
				.conteneurCarte {
					position: relative;
					float: left;
					margin-top: -40px;
					margin-left: 10px;
					width: 253px;
					height: 271px;
				}

		.conteneurBlocEvt {
			position: relative;
			width: 213px;
			height: 100px;
			background-color: red;
		}

		.conteneurBlocFiche {
			width: 733px;
			height: 370px;
			margin-top: 7px;
			background-image: url(../images/blocFiche.png);
			background-repeat: no-repeat;
		}
			.contenuFiche {
				position: relative;
				float: left;
				margin-top: -40px;
				margin-left: 20px;
				width: 430px;
				height: 293px;
			}
				.contenuFiche2 {
					margin-top: 5px;
					width: 430px;
					height: 200px;
					overflow: auto;
					font-size: 12px;
				}
					.contenuFiche2 a, .contenuFiche2 a:visited {
						color: #4C4956;
						text-decoration: none;
					}
					.contenuFiche2 a:hover {
						color: #4C4956;
						text-decoration: underline;
					}
					.lieuFiche {
						color: #faac19;
						font-weight: bold;
						font-size: 14px;
					}
					.titreFiche {
						color: #4C4956;
						font-weight: bold;
						font-size: 14px;
					}
					.dateFiche {
						color: #4C4956;
						font-size: 13px;
					}
		
		.conteneurBlocAdd {
			width: 733px;
			height: 467px;
			margin-top: 7px;
			background-image: url(../images/blocAdd.png);
			background-repeat: no-repeat;
		}
			.contenuAdd {
				position: relative;
				float: left;
				margin-top: -40px;
				margin-left: 20px;
				width: 430px;
				height: 293px;
			}
				.colonneLabel {
					float: left;
					height: auto;
					width: 150px;
					text-align: right;
					font-weight: bold;
				}
					.colonneLabel div {
						line-height: 20px;
						margin-bottom: 3px;
					}
					#lstProposCommune {
						position: relative;
						visibility: visible;
						width: 250px;
						height: 90px;
						overflow: auto;
						overflow-x: hidden;
						border: 1px solid #6C6976;
						border-top: none;
						background-color: #fff;
						margin-left: 8px;
						margin-top: -4px;
					}
						#lstProposCommune a, #lstProposCommune a:visited {
							width: 245px;
							display: block;
							margin-left: 5px;
							text-decoration: none;
							color: #4C4956;
						}
						#lstProposCommune a:hover {
							text-decoration: underline;
						}
				.colonneChamp {
					float: left;
					margin-left: 10px;
					height: auto;
					width: 260px;
					text-align: left;
				}
					.colonneChamp div {
						line-height: 20px;
						margin-bottom: 3px;
					}

				.mentionLegales {
					clear: left;
					margin-top: 1px;
					margin-left: 25px;
				}
				.mentionLegales a, .mentionLegales a:hover , .mentionLegales a:visited {
					color: #4C4956;
				}





/*------------- FOOTER ----------------*/


	/**************************** FOOTER ***********************************************************************************/
	
.separator {	
	clear: both;
	height: 0;
	font-size: 0;
}

	#footer {
		background: #FFFFFF;
		height: auto;
		width: 995px;
		clear: both;
		margin-top: 20px;
		padding-bottom: 20px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#footer a {
		text-decoration: none;
		
	}
		#footer_titre {
		}
		#footer .conteneurRubriqueFooter {
			clear: left;
			padding-top: 20px;
		}
		#footer .titreRubrique {
			float: left;
			font-size: 13px;
			font-family: "Trebuchet MS";
			font-weight: bold;
			width: 90px;
			text-align: right;
			padding-right: 10px;
		}
		#footer .liensRubrique {
			float: left;
			min-height: 40px;
		}
			#footer .liensRubrique a {
				display: block;
				width: 190px;
				padding-left: 5px;
				color: #7f7f7f;
			}
			#footer .liensRubrique a:hover {
				color: #7f7f7f;
				text-decoration: underline;
			}

			.couleur_multi {
				color: #17479C;
			}
			.bordure_multi {
				border-left: 1px solid #17479C;
			}

			.couleur_orange {
				color: #f7a022;
			}
			.bordure_orange {
				border-left: 1px solid #f7a022;
			}

			.couleur_noir {
				color: #1a1818;
			}
			.bordure_noir {
				border-left: 1px solid #1a1818;
			}

			.couleur_violet {
				color: #5c177c;
			}
			.bordure_violet {
				border-left: 1px solid #5c177c;
			}

			.couleur_bleu {
				color: #209ce8;
			}
			.bordure_bleu {
				border-left: 1px solid #209ce8;
			}

			.couleur_vert {
				color: #7abe36;
			}
			.bordure_vert {
				border-left: 1px solid #7abe36;
			}

			.couleur_orangebis {
				color: #f36f21;
			}
			.bordure_orangebis {
				border-left: 1px solid #f36f21;
			}

			.couleur_rouge {
				color: #e40022;
			}
			.bordure_rouge {
				border-left: 1px solid #e40022;
			}

			.couleur_vertbis {
				color: #139941;
			}
			.bordure_vertbis {
				border-left: 1px solid #139941;
			}

			.couleur_violetbis {
				color: #8f057a;
			}
			.bordure_violetbis {
				border-left: 1px solid #8f057a;
			}

		#footer #footer_left {
			float: left;
			width: 300px;
			height: auto;
			margin-left: 25px;
		}
		#footer #footer_centre {
			float: left;
			width: 300px;
			height: auto;
			margin-left: 20px;
			margin-right: 20px;
		}
		#footer #footer_right {
			float: left;
			width: 300px;
			height: auto;
		}

		#plugins {
			background: url(/@_images/plugins_bg.gif) top repeat-x #c1e2f4;
			padding: 20px 0 20px 23px;
		}
			#plugins span {
				display: block;
				margin-bottom: 10px;
			}
			#plugins a {
				margin-right: 6px;
			}
			#plugins #copyright_text {
				position: relative;
				top: -39px;
				left: 770px;
				width: 180px;
				height: 30px;
			}
				#plugins #copyright_text a {
					color: #000;
			}
