/* CSS principale */
body {
margin-top: 10px; 
padding: 0px;
font-size: 12px; 
font-family:Verdana, Arial, Helvetica, serif;
}
/* conteneur general, centre la page  */
#conteneur2 {
margin: auto;
width: 890px;
height: 530px;
border: solid 1px black;
background-color: white;
background-image:url(images/carte.jpg);
}
#conteneur2 h1 {
margin: 0px;
line-height: 0;
text-indent: -5000px;
}
#conteneur2 h2 {
margin: 0px;
line-height: 0;
text-indent: -5000px;
}
#conteneur2 p {
margin: 0px;
line-height: 0;
text-indent: -5000px;
}
#conteneur {
margin: auto;
width: 890px;
height: 530px;
border: solid 1px black;
background-color: white;
}
#rond {
float: left;
width: 55px;
height: 55px;
z-index: 10;
margin-left: 644px;
margin-top: 195px;
position: absolute;
border: none;
}
.bordure{
border: none;
}
#menu {
margin: auto;
margin-top: 10px;
width: 890px;
height: 30px;
padding-left: 10px;
font-size: 12px; 
}
#menu2
{
padding-right: 20px;
float: right; 
color: black;
margin-right: 10px;
font-size: 100%; 
}
#menu3
{
padding-right: 20px;
float: right; 
color: black;
margin-right: 10px;
font-size: 100%; 
}
a {
color: black;
text-decoration: none;
font-size: 12px; 
}
a:visited {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: none;
color: red;
}
a:active {
text-decoration: underline;
color: red;
}
#menu2 a {
height:15px;
width:15px;
float:left;
display:block;
margin:0px 5px 0px 5px;
background: url("img/menu2.gif") 0 0 no-repeat;
}
#menu2 a:hover {
background-position: 0 -15px;

}


#menu3 a {
height:15px;
width:104px;
float:left;
display:block;
margin:0px 5px 0px 5px;
background: url("img/blog.png") 0 0 no-repeat;
}
#menu3 a:hover {
background-position: 0 -15px;

}
#menu3 a:visited{
background-position: 0 -30px;
}
#menu3 a:actif 
{
background-position: 0 -45px;
}
.pageactive1 
{
float:left;
display:block;
height: 15px;
margin:0px 5px 0px 5px;
}
.pageactive2
{
float:left;
display:block;
height: 15px;
margin:0px 10px 0px 0px;
}
.rouge {color: red}
/* commun ci dessus */