body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
	overflow: hidden;
}

body, th, td, input, textarea, li{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

h2 {
	font-size: 13px;
	margin: 10px 0px 0px 10px;
}

#page {
	position: absolute;
	margin: 0px 0px 0px -477px;
	padding: 00px 0px 0px 0px;
	width: 954px;
	height: 100%;
	left: 50%;
	border: none;
	overflow: hidden;
	/*border: 1px solid blue;*/
	/*background-color: #ACBDBE;*/
}

#contenu {
	margin-top: 10px;
	height: 600px;
	width: 954px;
	overflow: hidden;
	/*border: 1px solid red;*/
}

#logo {
	position: absolute;
	left:  23px;
	top:  46px;
	width: 138px;
}

#logo img {
	border: none;
}

.contenuCadre {
	/*position: absolute;*/
	position: relative;
	width: 387px;
	height: 410px;
	top: 131px;
	left: 295px;
	
	background-color: #fff;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
	opacity: .88;
	color: #FFF;
	font-size: 100px;
	/*border: 1px solid blue;*/
}

.contenuContenu {
	position: relative;
	width: 367px;
	height: 410px;
	top: -280px;
	left: 295px;
	color: #000;
	font-size: 13px;
	padding-left: 10px;
	padding: 0px 10px 0px 10px;
	/*border: 1px solid green;*/
}

.contenuContenu p {
	margin-left: 10px;
	text-align: justify;
}

.contenuContenu a {
	/*
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #707070;
	*/
}

.contenuContenu .souligne {
	text-decoration: underline;
}

.contenuContenu li {
	font-size: 13px;
	color: #000;
	margin-left: -6px;
	list-style-type: square;
	list-style-position: outside;
	text-align: justify;
}

#contenuTexte {
	height: 360px;
	overflow: auto;
}

#contenuTexte p {
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

.contenuContenu h1 {
	color: #7ad0d0;
	font-size: 15px;
	text-transform: uppercase;
}

#navigation {
	position: absolute;
	top: 22px;
	width: 387px;
	height: 67px;
	left: 295px;
	z-index: 1;
	/*border: 1px solid red;*/
}

#navigation a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	/*margin-right: 15px;*/
}

.lienProgrammation {
	
}

.lienLocation {
	margin-left: 20px;
}

.lienVisitesVirtuelles {
	margin-left: 20px;
}

.lienTechnique {
	
}

.lienHistorique {
	margin-left: 33px;
}

.lienLiens {
	margin-left: 33px;
}

.lienContact {
	margin-left: 33px;
}

.navigationSelectionne {
	border-bottom: 2px solid #7ad0d0 !important;
}

#navigationFond {
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}

#navigationContenu {
	position: absolute;
	top: 0px;
	padding: 10px 0px 0px 10px;
	line-height: 22px;
}

#accueil {
	top: 0px;
	background-image: url(/images/background/accueil.jpg);
	height: 600px;
	border: 1px solid black;
}

#programmation {
	background-image: url(/images/background/programmation.jpg);
	height: 600px;
	top: 600px;
	border: 1px solid black;
}

.pngImage {
	height: 10px;
	width: 10px	;
}

#location {
	top: 1200px !important;
	background-image: url(/images/background/location.jpg);
	height: 600px;
	border: 1px solid black;
}

#visites-virtuelles {
	top: 1800px;
	background-image: url(/images/background/visites-virtuelles.jpg);
	height: 600px;
	border: 1px solid black;
}

#technique {
	top: 2400px;
	background-image: url(/images/background/technique.jpg);
	height: 600px;
	border: 1px solid black;
}

#historique {
	top: 3000px;
	background-image: url(/images/background/historique.jpg);
	height: 600px;
	border: 1px solid black;
}

#liens {
	top: 3600px;
	background-image: url(/images/background/liens.jpg);
	height: 600px;
	border: 1px solid black;
}

#contact {
	top: 4200px;
	background-image: url(/images/background/contact.jpg);
	height: 600px;
	border: 1px solid black;
}

.red {
	color: red !important;
	border: 1px solid red !important;
}

.blue {
	color: blue;
}

/* @group Calendrier */

#calendrier {
	width: 4300px;
}

#mousemove {
	margin-top: -10px;
	margin-left: -10px;
	width: 375px;
	height: 80px;
	overflow: hidden;
	/*border: 1px solid red;*/
}

.inside {
	width: 4300px;
	height: 80px;
	padding-left: 10px;
}

#flecheGauche {
	/*border: 1px solid blue;*/
	position: absolute;
	left:  0px;
	width: 30px;
	height: 78px;
	background-image: url(/images/layout/programmation/fleche-gauche.jpg);
	cursor: pointer;
}

#flecheDroite {
	/*border: 1px solid blue;*/
	position: absolute;
	left: 0px;
	margin-left: 356px;
	width: 20px;
	height: 78px;
	background-image: url(/images/layout/programmation/fleche-droite.jpg);
	cursor: pointer;
}

#calendrier table {
	margin: 0;
	border-collapse: collapse;
	padding: 0;
}

#calendrier {
	padding-left: 30px;
	padding-right: 30px;
}

#calendrier td {
	color: #000;
}

#tableCalendrier {
	width: 200px;
}

#tableCalendrier img {
	border: none;
}

.moisNoms td {
	font-size: 14px;
}

.jours td {
	font-size: 11px;
	text-align: center;
}

.points td {
	text-align: center;
}

.points td img {
	margin-top: 15px;
}


.tableConteneur {
	
}


#resultat {
	border: 1px solid red;
}

.programmeSeparateurCalendrier {
	margin-left: 20px;
	top: -10px;
}

.programmeSeparateurCalendrierMois {
	width: 323px !important;
	float: none;
	margin: 3px 0px 3px 0px !important;
}


/* @end */

#descriptionEvenements {
	
}

#contenuProgrammationTexte {
	/*border: 1px solid red;*/
}

#contenuProgrammationTexte h2 {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
}

#contenuProgrammationTexte h3 {
	margin: 10px 0px 10px 0px;
	font-size: 13px;
}

#contenuProgrammationTexte img {
	width: 200px;
	margin-left: 20px;
}

#contenuProgrammationTexte p {
	color: #000;
}

#contenuProgrammationTexte li {
	color: #000;
}

.dateTitreMoisDate {
	font-weight: bold;
}

.programmeSeparateur {
	width: 323px !important;
	float: none;
	margin: 10px 0px 10px 20px;
}

#footer #remerciements {
	position: relative;
	top: -14px;
	text-align: right;
	font-size: 10px;
	padding: 0px 5px 0px 0px;
	color: #fff;
}

.borderRed {
	border: 1px solid red;
}

/* @group Visite virtuelle */

#visiteVirtuelleContainer {
	width: 365px;
	height:  300px;
	overflow: hidden;	
	margin-top: 30px;
}

#galerieContainer {
	margin-top:  -650px;
	margin-left: -650px;
	visibility: hidden;
}

#galerieNavigation {
	float: right;
	margin-right: 11px;
	font-size: 11px;
	visibility: hidden;
	
}

#visites-virtuelles img {
	width: 80px;
	border: none;
	margin: 2px;
}


/* @end */

#technique a,
#historique a,
#location a,
#liens a,
#contact a {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #707070;
	/*
	background-color: #b8b8b8;
	*/
}

#urgencesScrollerContainer {
	/*border: 1px solid red;*/
	position: absolute;
	top: 564px;
	left: 295px;
	width: 387px;
	height: 29px;
	
	background-color: #fff;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
	opacity: .88;
	color: #FFF;
	font-size: 100px;
}

#urgencesScroller {
	border: 0;
	width: 387px;
	height: 29px;
}




























