body {
margin: 0;
padding: 0;
border: 0;
/*background: url(/img/logo_450x64.png);*/
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 0.8em;
}
a img {border: 0;}
#global {
position:absolute;
left: 50%;
top: 50%;
width: 700px;
height: 400px;
margin-top: -200px; /* moitié de la hauteur */
margin-left: -350px; /* moitié de la largeur */
/*padding: 10px 10px;*/
}
#contenu {
border: 1px solid #3ab0f3;
background-color: #99cbe7;
text-align: center;
font-weight:bold;
padding: 10px 10px;
}
p {
text-align:justify;
margin: 10px 10px;
text-indent: 30px;
}
P:first-letter {
font-weight: bold; color: #3ab0f3;
}
a:link {
color: #3ab0f3;
text-decoration: underline;
font-weight: bold;
}
a:visited {
color: #6597b4;
text-decoration: underline;
font-weight: bold;
}
a:hover {
color: #3ab0f3;
font-weight: bold;
text-decoration: none;
}
acronym {
cursor: help; font-style: italic; color: #3ab0f3; border-bottom: 2px #6BA0D2 dashed;
}
#footer {
top: 96%;
font-size: 70%;
text-align: center;
position: absolute;
width: 100%;
height: 20px;
}
a:hover img,a img:focus{background:transparent;moz-opacity:.7;opacity:.7;}