/* 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:visited, a:hover, a:active {
	color: Blue;
}
h1, h2, h3, h4, h5, h6 {
	/*	color: Blue; */
	color: #382d73;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	/*	color: Green; */
	color: #a5c73d;
	margin: 0;
	text-align: center;
}
h2 {
/*	background-color: Lime; */
	background-color: #a5c73d;
	border: 2px none Green;
	border-style: none solid solid none;
	text-align: center;
}
hr {
/*	background-color: Blue; */
	background-color: #382d73;
	color: Blue;
	height: 1px;
	margin: auto;
}
p.enum {
	margin-bottom: 0px;
}
/*
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; */
	background-color: #382d73;
/*	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; */
	background-color: #382d73;
	/*	border: 3px solid Navy;
	border-style: none solid solid none; */
	float: left;
	margin-top: -3px;
	width: 160px;
	-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 {
/*	background-color: Blue; */
	background-color: #382d73;
/*	text-align: center; */
}
#Menu li a {
	color: White;
	display: block;
	font: normal large "Times New Roman", Times, serif;
	padding: 3px 0 3px 5px;
	text-decoration: none;
}
#Menu li a:hover, a:active {
	background-color: DodgerBlue;
}
#Menu li a.Alerte {
	color: Red;
}
/* 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, a.favoris:active {
	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;
	padding: 0px 5px 10px 165px;
}
#Banniere {
	background-color: White;
	border: thin none #a5c73d;
	border-style: solid;
	color: #382d73;
	font-size: larger;
	margin: 10px auto;
/*	padding: 10px 5px 10px 5px; */
	text-align: center;
/*	width: 620px; */
}
#Accueil {
	background: url("../images/Label.gif") no-repeat scroll 15px 0;
	text-align: center;
}
#MessagesBox {
	border: thin none #382d73;
	border-style: solid none none solid;
	color: Maroon;
	font-size: larger;
	height: 80px;
	margin: auto;
	padding: 10px 5px 10px 5px;
	text-align: center;
}
#Info {
	background-color: #a5c73d;
	color: White;
	font-size: small;
	margin: auto;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
/*
#Alerte {
	background-color: White;
	border: thick none Maroon;
	border-style: solid;
	color: Red;
	font-size: larger;
	margin: auto;
	text-align: center;
}
*/
/* 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, a:active {
	background: url("../images/A_Droite_2.gif") no-repeat scroll 25% 50%;
}
/*  */
a.bouton {
	background-color: Navy;
	color: White;
	font-family: "Arial", Helvetica, sans-serif;
	padding: 3px 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
a.bouton:hover, a.bouton:active {
	background-color: #1e90ff; /* DodgerBlue */
}
a.goto {
	color: Blue;
	font: normal large "Times New Roman", Times, serif;
	text-decoration: none;
}
a.goto:hover, a.goto:active {
	text-decoration: underline;
}
.Normal {
	font-weight: normal;
}
.Bold {
	font-weight: bold;
}
.galerie {
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0;
/*	width: 630px; */
}
.galerie td {
	text-align: center;
	width: 210px;
}
img.miniature {
	background-color: White;
	border: 1px solid Black;
	margin: 30px 15px 0px 15px;
	padding: 5px;
}
img.photo {
	background-color: White;
	border: 1px solid Black;
	margin: auto;
	padding: 10px;
}
.PGauche {
	float: left;
	text-align: left;
}
.PDroite {
	float: none;
	text-align: right;
}
.gauche {
	text-align: left;
}
.centre {
	text-align: center;
}
.droite {
	text-align: right;
}
.tableau {
	border: 2px solid Blue;
	border-collapse: separate;
	margin: 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-align: justify;
	text-indent: 2em;
}
/*
.FFEPGV {
	background: Lime url("../images/FFEPGV.gif") no-repeat scroll 10px center;
	padding-left: 170px;
	text-indent: 0;
}
*/

