/* DIV de chaque page ---------------------------------------------------------------- */
#dmenu{
/*	background-color : blue;	*/
	position : absolute;
	top : 100px;
	left : 3px;
	width : 205px;
	padding : 0px;
	margin : 0px;
}
#dtitre{
	background-image : url(../Images/Bandeau.jpg);
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 100px;
	padding : 3px;
	margin : 0px;
}
#dcontenu{
	position : absolute;
	top : 110px;
	left : 210px;
	width : 79%;
	height : 80%;
	padding : 0px 0px 0px 5px;
	margin : 0px;
	overflow : auto;
}
/* TITRE DU MENU ---------------------------------------------------------------- */
h1.menu {
	background-image : url(../Images/Bouton_palette.gif);
	background-repeat : no-repeat;
	color : yellow;
	font : italic 14pt Georgia;
	width : 200px;
	margin : 10px 0px 8px 2px;
	padding : 3px 0px 0px 25px;
	height : 32px;
	text-align : center;
}
h2.menu {
	background-image : url(../Images/Menu2.gif);
	color : yellow;
	font : bold 10pt Georgia;
	margin : 0px 0px 0px 0px;
	padding : 0px 15px 0px 15px;
}
h3.menu {
	background-image : url(../Images/Menu2.gif);
	color : yellow;
	font : 8pt Georgia;
	margin : 0px 0px 0px 0px;
	padding : 0px 15px 0px 25px;
	text-align : left;
}
/* TITRES ---------------------------------------------------------------- */
h1 {
	color : rgb(58,41,125);
	font : bold italic 16pt Georgia;
	margin-top : 20px;
	margin-bottom : 10px;
	text-align : center;
}
h2 {
	color : rgb(110,110,253);
	font : bold 14pt Georgia;
	margin-top : 12px;
	margin-bottom : 6px;
}
h3 {
	color : rgb(110,110,253);
	font : italic 12pt Georgia;
	margin-top : 6px;
	margin-bottom : 3px;
}
/*  ---------------------------------------------------------------- */
.rouge {
	color : red;
}
.right {
	text-align : right;
}
/* STYLE DE PARAGRAPHES ---------------------------------------------------------------- */
p {
	color : rgb(58,41,125);
	font : 13pt Georgia;
	text-align : justify;
	margin-top : 3px;
	margin-bottom : 6px;
}
li {
	color : rgb(58,41,125);
}
p.adresse {
	font : italic 12pt Verdana;
	color : green;
	border : solid red;
	padding : 5px 5px 5px 5px;
	margin-right : 20px;
	margin-left : 20px;
	margin-top : 5px;
	margin-bottom : 5px;
	text-align : center;
}
p.auteur {
	font : bold italic Verdana;
	margin-right : 50px;
	margin-bottom : 20px;
	text-align : right;
}
p.biblio {
	color : rgb(58,41,125);
}
p.com {
	font : Georgia;
}
p.image {
	margin-top : 6px;
	margin-bottom : 12px;
	text-align : center;
}
p.lienBP {
	margin-top : 300px;
	margin-bottom : 12px;
	text-align : center;
}
p.menu {
	font : 10pt Verdana;
	text-align : center;
}
p.new {
	color : red;
}
p.note {
	font : italic 8pt Verdana;
	margin : 30px 30px 0px 30 px;
	padding : 5px 5px 5px 5px;
	text-align : justify;
	border-color : silver;
	border-style : solid;
}
p.presse {
	font : italic Arial;
	margin-right : 50px;
	margin-top : 3px;
	margin-bottom : 6px;
	text-align : right;
}
/* POUR L'AFFICHAGE DES TOILES --------------------------------------------------- */
p.titre {
	color : rgb(58,41,125);
	font : bold italic 13pt Georgia;
	margin-top : 20px;
	margin-bottom : 10px;
	text-align : center;
}
p.titre_carnet_voyage {
	color : rgb(221,152,92);
	font : bold italic 13pt Georgia;
	margin-top : 10px;
	margin-bottom : 5px;
	text-align : center;
}
p.taille {
	color : rgb(58,41,125);
	font : bold italic 13pt Georgia;
	margin-top : 20px;
	margin-bottom : 10px;
	text-align : center;
}

/* POUR LES LIENS ---------------------------------------------------------------- */
li.lien {
	margin-top : 0px;
	margin-bottom : 20px;
}
a.menu:link {
	color : blue;
	text-decoration : none;
}
a.menu:visited {
	color : blue;
	text-decoration : none;
}
a.menu:focus {
	color : red;
	text-decoration : none;
}
a.menu:hover {
	color : red;
	background-color : none;
	text-decoration : none;
}
a.smenu:link {
	color : blue;
	text-decoration : none;
}
a.smenu:visited {
	color : blue;
	text-decoration : none;
}
a.smenu:focus {
	color : red;
	text-decoration : none;
}
a.smenu:hover {
	color : red;
	background-color : none;
	text-decoration : none;
}
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 : navajowhite;
	text-decoration : none;
}