/* DIV de chaque page ---------------------------------------------------------------- */
#dmenu{
	background-image : url(../Images/Fonds/FondPierreA.jpg);
	position : absolute;
	top : 0px;
	left : 0px;
	width : 1000px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#dcontenu{
	position : absolute;
	top : 110px;
	left : 0px;
	width : 1000px; 
	height : 80%;
	padding : 0px 0px 0px 5px;
	margin : 0px 0px 0px 0px;
	overflow : auto;
}
/*  STYLES POUR LE MENU*/
h1.menu {
	color : rgb(0,123,98);
	font : bold italic 20pt Georgia;
	text-align : center;
	margin-top : 0px;
	margin-bottom : 0px;
}
h2.menu {
	font : bold 8pt Georgia;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 15px;
}
/*  STYLES POUR LA PAGE d'ACCUEIL*/
h1.accueil {
	color : rgb(0,123,98);
	font : bold italic 14pt Vladimir, Georgia;
	margin-top : 20px;
	margin-bottom : 10px;
	text-align : center;
}
p.accueil {
	font : Vladimir, Georgia;
	text-align : justify;
	margin-top : 6px;
	margin-bottom : 3px;
}
/*  STYLES POUR LES AUTRES PAGES*/
/* titres -----------------------------------------*/
h1 {
	color : rgb(0,123,98);
	font : bold italic 16pt Georgia;
	margin-top : 20px;
	margin-bottom : 10px;
}
h2 {
	color : rgb(0,123,98);
	font : bold italic 14pt Georgia;
	margin-left : 30px;
	margin-top : 12px;
	margin-bottom : 6x;
}
/* paragraphes -----------------------------------------*/
p {
	color : rgb(0,123,98);
	font : 12pt Georgia;
	text-align : justify;
	margin-top : 3px;
	margin-bottom : 3px;
}
p.auteur {
	font : bold italic Verdana;
	margin-right : 50px;
	margin-top : 0px;
	margin-bottom : 20px;
	text-align : right;
}
p.candidat {
	color : rgb(0,123,98);
	font : 14pt Georgia;
	text-align : center;
	margin-top : 3px;
	margin-bottom : 3px;
}
p.carte {
	color : rgb(0,123,98);
	font : 14pt Georgia;
	text-align : center;
	margin-top : 3px;
	margin-bottom : 3px;
}
p.carteN {
	color : rgb(255,0,0);
	font : 14pt Georgia;
	text-align : center;
	margin-top : 3px;
	margin-bottom : 3px;
}
p.com {
	font : Georgia;
}
p.image {
	text-align : center;
	margin : 6px 6px 6px 6px;
}
p.maj {
	font : italic 8pt Verdana;
	margin-right : 50px;
	margin-top : 50px;
	margin-bottom : 20px;
	text-align : right;
}
p.pos {
	color : rgb(255,0,0);
	font : italic 12pt Verdana;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}
/* listes -----------------------------------------*/
ul {
	list-style-image: url("../Images/BouteillePuce.gif");
	marker-offset : 40px;
	margin-left : 80px;
	margin-right : 30px;
	margin-top : 0px;
	margin-bottom : 40px;
}
ul.bulot {
	list-style-image: url("../Images/BulotPuce.gif");
	color : rgb(0,123,98);
	font : 12pt Georgia;
	marker-offset : 40px;
	margin-left : 80px;
	margin-right : 30px;
	margin-top : 20px;
}
ul.chaperon {
	color : rgb(0,123,98);
	list-style-image: url("../Images/ChaperonPuce.gif");
	marker-offset : 40px;
	margin-left : 80px;
	margin-right : 30px;
	margin-top : 20px;
}
ul.rouge {
	list-style-image: url("../Images/BouteillePuce.gif");
	marker-offset : 40px;
	margin-left : 80px;
	margin-right : 30px;
	margin-top : 20px;
	margin-bottom : 20px;
}
ul.rose {
	list-style-image: url("../Images/BouteillePuceR.gif");
	marker-offset : 40px;
	margin-left : 80px;
	margin-right : 30px;
	margin-top : 20px;
	margin-bottom : 20px;
}
ul.blanc {
	list-style-image: url("../Images/BouteillePuceB.gif");
	marker-offset : 40px;
	margin-left : 80px;
	margin-right : 30px;
	margin-top : 20px;
	margin-bottom : 20px;
}
ul.champ {
	list-style-image: url("../Images/BouteillePuceC.gif");
	marker-offset : 40px;
	margin-left : 80px;
	margin-right : 30px;
	margin-top : 20px;
	margin-bottom : 20px;
}
/*  STYLES POUR LES ACTUALITES et MISES A JOUR */
span.actu1 {
	font : 10pt Verdana;
	color : red;
}
span.actu2 {
	font : 10pt Verdana;
}

/*  STYLES POUR LES LIENS */
a:link {
	color : blue;
	text-decoration : none;
}
a:visited {
	color : blue;
	text-decoration : none;
}
a:focus {
	color : red;
	text-decoration : none;
}
a:hover {
	color : red;
	background-color : rgb(0,123,98);
	text-decoration : none;
}
p.liensBP {
	font : 8pt;
	padding-top : 6px;
	padding-bottom : 6px;
	width : 900px;
	margin-top : 20px;
	margin-left : 30px;
	margin-right : 30px;
	text-align : center;
}
li.lien {
	margin-top : 0px;
	margin-bottom : 20px;
}
