/* -----------------------------------------
----------- PAGE ACCUEIL -------------------
----------------------------------------- */

.body {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #663300;
	background-color: #CC6633;
}
.structure {
	background-color: #FFCC99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-left-color: #663300;
}
.structure td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
.menu {
	background-color: #FFF1D8;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #993300;
	text-decoration: none;
}
.navigationGalerie span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #CC6600;
	text-decoration: none;
	margin: 8px;
	width: 500px;
	font-weight: bold;
}
.navigationGalerie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #660000;
	text-decoration: none;
	margin: 8px;
	width: 750px;
}
.navigationGalerie a {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
.navigationGalerie a:hover {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.navigation span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #CC6600;
	text-decoration: none;
	margin: 8px;
	width: 500px;
	font-weight: bold;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #660000;
	text-decoration: none;
	margin: 8px;
	width: 500px;
}
.navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #930;
	text-decoration: none;
}
.navigation strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C60;
	letter-spacing:1px;
	text-decoration: none;
}
.navigation em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}
.navigation a {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
.navigation a:hover {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.contenu {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
}
.demaintv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}
.demaintv a {
	color: #660000;
	font-weight: normal;
	text-decoration: none;
}
.demaintv a:hover {
	color: #009900;
	font-weight: normal;
	text-decoration: none;
}

/* -----------------------------------------
---------------- TARIFS -------------------
----------------------------------------- */

.tarifs p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
.tarifs td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
	border-bottom-color: #CC6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.tarifs em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;
}
.tarifs strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.bulleImage {
	text-decoration: none;
	border: #663300 solid 1px;
	background-color:#FFFFFF;
}
.bulleTexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	text-decoration: none;
	padding: 3px;
	border: #663300 solid 1px;
	background-color:#FFCC99;
}

/* -----------------------------------------
---------------- GALERIE -------------------
----------------------------------------- */

.galerie {
	font: 10px Arial, Helvetica, sans-serif;
	color: #996633;
	text-decoration: none;
}
.diapositiveGalerie {
	margin: 5px;
	padding: 3px;
	width: 110px;
	float: left;
	height: 140px;
}
.diapositiveGalerie img {
	padding: 3px;
	border: 1px dotted #669900;
	background-color: #FFFFFF;
}
.diapositive {
	margin: 5px;
	padding: 3px;
	width: 140px;
	float: left;
}
.diapositive img {
	padding: 3px;
	border: 1px dotted #669900;
	background-color: #FFFFFF;
}

/* -----------------------------------------
----------- PIED DE PAGE -------------------
----------------------------------------- */

.coordonnees {
	font: 12px Arial, Helvetica, sans-serif;
	color: #663300;
	text-decoration: none;
	margin: 5px;
	text-align: center;
	width: 100%;
}
.coordonnees a {
	color: #FFCC66;
	text-decoration: none;
}
.coordonnees a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.infosLegales {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FF9933;
	text-decoration: none;
	margin: 5px;
	text-align: center;
	width: 100%;
}
.infosLegales a {
	color: #FFCC66;
	text-decoration: none;
}
.copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
	margin: 5px;
	text-align: center;
	width: 100%;
}
.copyright a {
	color: #993300;
	text-decoration: none;
}

/* -----------------------------------------
------------------ CGDV --------------------
----------------------------------------- */

.cgdv {
	color: #333333;
	font-family: arial, geneva;
	text-decoration: none;
	padding: 10px;
	width: 750px;
	background-color: #CCCCCC;
}
.cgdv span {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
.cgdv p {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
}

/* -----------------------------------------
--------------- NAVIGATION -----------------
----------------------------------------- */

.liens {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.liens a {
	color: #99FF66;
	text-decoration: none;
}
.liens a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.titre {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 750px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* -----------------------------------------
-------------- FORMULAIRE ------------------
----------------------------------------- */

.formulaire {
	color: #CC6600;
	font-family: arial, geneva;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}
.formulaire form {
	background-color: #FFEDCD;
	padding: 5px;
	width: 100%;
	border: 1px dotted #FF6600;
}
.formulaire input {
	color: #993300;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.formulaire textarea {
	color: #993300;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.formulaire td {
	color: #CC6600;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

/* -----------------------------------------
-------------- COMMENTAIRES ----------------
----------------------------------------- */

.erreur {
	border-color: #FF0000;
	border-style: dashed;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	background-color: #FFCC99;
	text-align: center;
	border: 1px dashed #993300;
}

