@charset "utf-8";
/* CSS Document */

.ligne {
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000;
	padding-bottom:5px;
}

.bordure {
	border-right:solid;
	border-right-width:3px;
	border-right-color:#F00;
}

div#corps{
  margin:0;
  padding:0 0 0 180px;
 }
 div#menuleft{
  margin:0;
  float: left;
 }
 
.c1{color:red;font-size:14pt}
.c2{color:white;font-size:14pt}

a {
text-decoration:none;
color: #000000;
}
a:visited {
text-decoration:none;
color: #000000;
}
a:hover {
text-decoration:none;
color: #004985;
}
a:active {
text-decoration:none;
color: #000000;
}

.zoom p {
text-align:center;
}
.zoom img {
width:62px;
height:47px;
}
.zoom img:hover {
width:250px;
height:188px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #6699cc;
    background-color:#ffa119; color:#000000;
    text-align: justify;
    font-weight:none;
    padding:5px;
}
