#map {
  width:600px;
  height:500px; 
  margin: 0 0 20 20; 
  padding:0;
  border-width:1px;
  border-style:solid;
  border-color:black;
}

span.gras {
  font-weight : bold; 
	
}

body {
  background-color:#4A4F4F;
}

a:link {
  color: #4023B7;
  text-decoration: none;
}
a:visited {
  color: #4023B7;
  text-decoration: none;
}
a:hover {
  color: #4023B7;
  text-decoration: none;
}

#menu li {
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  color: #4023B7;
  padding: 0px;
  margin: 0px;
  padding-top:10px;
}

#menu li.ssmenu{
  font-size: 13px;
  margin-left: 20px;
}

#entete, #menu, #contenu, #footer {
  padding:1px 0;
}

#entete {
  background-color:#FFFFFF;
  text-align:center;
  margin:auto;
  height:220px;
  border-radius: 20px 20px 0 0;
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  color:#4023B7;
  font-weight : bold;
  background-image: url(./baderole2.jpg);
  background-repeat: no-repeat;
}

#entetegauche {
  text-align:center;
  margin:5px;
  padding-top:20px;
  float:left;
  max-width:500px;
  height:100px;
  font-family:"Times New Roman", Times, serif;
  font-size: 22px;
  color:#4023B7;
  font-weight : bold;
}

#entetedroite {
  text-align:center;
  margin-top:130px;
  max-width:360px;
  height:80px;
  float:right;
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  color:#4023B7;
  font-style : italic;
}

#entetecentre {
  font-family:"Times New Roman", Times, serif;
  font-size: 12px;
  color:#4023B7;
  font-style : italic;
  padding-top : 100px;
}

#contenu p {
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  font-style : italic;
  text-align: left;
}


li {
  padding-top : 10px;
}

#main {
  clear:both;
  margin:auto;
  background-color:#9593a8;
}

#menu  {
  float:left;
  width:240px;
  height:550px;
  background-color:#9593a8;
  background-image: url(./cote2.jpg);
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  color:#4023B7;
  overflow: hidden;
  padding-right : 40px;
}

#contenu {
  margin-left:240px;
  background-image: url(./fond1.jpg);
  height:900px;
  max-height:900px;
  overflow : auto;
  padding-top : 5px;
  padding-bottom : 0px;
  padding-left : 40px;
  padding-right : 40px;
  font-size: 14px;
  text-align : justify;
  overflow:auto;
}

.photo {
  float:right;
  margin:0 0 0 10px;
}

#footer {
  background-color:#9593a8;
  text-align:center;
  clear:both;
  border-radius: 0 0 20px 20px;
  font-family:"Times New Roman", Times, serif;
  font-size: 12px;
  color:#4023B7;
}

#pages {
  margin:auto;
  max-width:1000px;
}

.nom {
  font-family:"Times New Roman", Times, serif;
  font-size: 30px;
  color:#4023B7;
  font-weight : bold;
}

span.bulle {
	position:relative;
	cursor: pointer;
	}
span.bulle:hover {
	}
span.bulle span {
	display: none;
	}
span.bulle:hover span {
	left:0px;
	width: 400px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	display:block;
	position:absolute;
	border: 1px black solid;
	background-color:#9593a8;	
}
