/*body { color: #3300cc; font-size: 12px; font-family: verdana, geneva, arial, helvetica, sans-serif; background-color: #e8f6e9; }

table { color: #000000; border: #000000 1px solid; padding: 10px; background-color: #336699 }

p { color: #333333; font-size: 11px; font-weight: normal; text-align: justify; }

p.vert { color: #000000; font-size: 12px; font-weight: bold; font-family: arial, verdana, geneva, helvetica, sans-serif; text-align: left; background-color: #1ecc49; }
*/

/*
body { 
background-image: url("toto.jpg");
background-repeat: no-repeat;

}
*/

img.acceuil{
float: right;
}

p.acceuil { 

padding-left:35px;
padding-right:40px;
color: #3300cc; 
font-size: 16px; 
font-family: verdana; 
text-align: justify; 
}

img {vertical-align: middle;}

table { color: #000000; vertical-align= bottom;}

div{
width: 150px;
height:180px;
float: left;
background-color: #3300cc;

}
a.info {
position: relative;
text-decoration: none;
color: black;
border-bottom: 1px gray dotted;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.info:hover span {
display: inline;
position: absolute;
top: 2em;
left: 1em;
background: grey;
text-align: center;
color: white;
padding: 2px;
}

p.article {

padding-left:35px;
padding-right:35px;
}

img.article {

padding-left:35px;
padding-right:35px;
}

