/* Default */
@import url(default.css);
/* Document */
body {
	background-color: #F0FFF0;
	color: Green;
	font: medium "Comic Sans MS", "MS Sans Serif", Geneva, sans-serif;
	margin: 5px auto 10px auto;
	width: 800px;
}
a {
	color: Green;
}
a:hover, a:focus {
	color: blue;
}
a:active {
	color: blue;
}
h1, h2, h3, h4, h5, h6 {
	color: Blue;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	color: Lime;
	margin: 0;
	text-align: center;
}
h2 {
	background-color: Lime;
	border: 2px none Green;
	border-style: none solid solid none;
	text-align: center;
}
hr {
	background-color: Blue;
	color: Blue;
	height: 1px;
	margin: auto;
}
/*
ul {
	list-style-image: url("../images/ul1.gif");
}
ul ul {
	list-style-image: url("../images/ul2.gif");
}
ul ul ul {
	list-style-image: url("../images/ul3.gif");
}
*/
ul.coche {
	list-style-image: url("../images/coche.gif");
}
ul.texte > li {
	list-style: none outside none;
}
/*
li {
	list-style-position: outside;
}
*/
/* L'en-tête */
#EnTete {
	background-color: Blue;
	/*	border: 3px solid Navy;
	border-style: none solid solid none; */
	line-height: 70px;
	vertical-align: middle;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-khtml-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
#EnTete .titre1 {
	float: left;
	width: 160px;
}
#EnTete .titre2 {
	float: none;
}
/* La Barre Laterale */
#Barre {
	background-color: Blue;
	/*	border: 3px solid Navy;
	border-style: none solid solid none; */
	float: left;
	margin-top: -3px;
	width: 157px;
	-moz-border-radius: 0 0 0 20px;
	-webkit-border-radius: 0 0 0 20px;
	-khtml-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}
/* Le Menu */
#Menu {
}
#Menu ul {
	list-style: none outside none;
	margin: 0;
}
#Menu li {
	/*	text-align: center; */
}
#Menu li a {
	background-color: Blue;
	color: White;
	display: block;
	font: normal large "Times New Roman", Times, serif;
	padding: 3px 0 3px 5px;
	text-decoration: none;
}
#Menu li a:hover, #Menu a:focus {
	background-color: DodgerBlue;
	text-decoration: underline;
}
#Menu li a:active {
	background-color: DodgerBlue;
	text-decoration: underline;
}
/* Les Gadgets */
#Gadgets {
	text-align: center;
}
#Gadgets a.favoris {
	background: url("../images/Favoris.gif") no-repeat 5px 0;
	color: White;
	display: block;
	font: normal small "Times New Roman", Times, serif;
	padding-left: 40px;
	text-decoration: none;
}
#Gadgets a.favoris:hover, #Gadgets a.favoris:focus {
	background: url("../images/Favoris.gif") no-repeat 5px -32px;
	text-decoration: underline;
}
/* Le Corps de la page */
#Corps {
	background: url("../images/GV_image.gif") repeat scroll top left;
	margin-left: 165px;
	padding-bottom: 10px;
}
/* L'Accueil */
#Accueil {
	background: url("../images/Label.gif") no-repeat scroll 15px 0;
	text-align: center;
}
/* Les bannieres */
#BanniereRouge {
	background-color: White;
	border: thick none Maroon;
	border-style: solid;
	color: Red;
	font-size: larger;
	text-align: center;
}
#BanniereBleue {
	background-color: White;
	border: thick none lime;
	border-style: solid;
	color: Blue;
	font-size: larger;
	text-align: center;
}
/* La boite de messages */
#MessagesBox {
	border: thin none Blue;
	border-style: solid none none solid;
	color: Maroon;
	font-size: larger;
	height: 50px;
	margin: auto;
	padding: 10px 5px 10px 5px;
	text-align: center;
	width: 500px;
}
/* Le bas de page */
#BasDePage {
	background-color: #90ee90; /* LightGreen */
	font-size: small;
	margin: auto;
	padding: 0 15px 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
/* Les sites */
#Sites {
	background: url("../images/ermont.jpg") no-repeat scroll center top;
	height: 697px;
/* 757 - 60 */
	margin-left: 160px;
	padding-top: 60px;
}
#Sites .Adresse {
	float: left;
	height: 60px;
	margin-left: 100px;
	text-align: center;
	width: 340px;
}
#Sites .Panneau {
	float: left;
}
#Sites a {
	background: url("../images/A_Droite_1.gif") no-repeat scroll 25% 50%;
	display: block;
	height: 60px;
	width: 60px;
}
#Sites a:hover, #Sites a:focus {
	background: url("../images/A_Droite_2.gif") no-repeat scroll 25% 50%;
}
/*  */
a.bouton {
	background-color: Blue;
	color: White;
	font-family: "Arial", Helvetica, sans-serif;
	padding: 3px 15px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
a.bouton:hover, a.bouton:focus {
	background-color: #1e90ff; /* DodgerBlue */
	text-decoration: underline;
}
a.bouton:active {
	background-color: #1e90ff; /* DodgerBlue */
	text-decoration: underline;
}
a.goto {
	color: Blue;
	font: normal large "Times New Roman", Times, serif;
	text-decoration: none;
}
a.goto:hover, a.goto:focus {
	text-decoration: underline;
}
a.goto:active {
	text-decoration: underline;
}
img.miniature {
	background-color: White;
	border: 1px solid Black;
	margin: 5px;
	padding: 5px;
}
img.photo {
	background-color: White;
	border: 1px solid Black;
	margin: 0;
	padding: 10px;
}
.PGauche {
	float: left;
	text-align: left;
}
.PDroite {
	float: none;
	text-align: right;
}
.centre {
	text-align: center;
}
.galerie {
	border: 0;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 600px;
}
.galerie tr {
	width: 200px;
}
.galerie tr.miniature {
	height: 160px;
	vertical-align: bottom;
}
.galerie tr.legende {
	height: 60px;
	/*	height: 4em; */
	text-align: center;
	vertical-align: top;
}
.tableau {
	border: 2px solid Blue;
	border-collapse: separate;
	margin: 0 auto 0 auto;
	text-align: center;
}
.tableau th {
	border: 1px solid Blue;
	color: Blue;
	font: bold medium "Times New Roman", Times, serif;
}
.tableau td {
	border: 1px solid Blue;
}
.texte {
	text-align: left;
	text-indent: 2em;
}
/*
.FFEPGV {
	background: Lime url("../images/FFEPGV.gif") no-repeat scroll 10px center;
	padding-left: 170px;
	text-indent: 0;
}
*/
