body {
margin: 0;
padding: 0;
border: 0;
background: url(../img/residence.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000066;
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 #333;
background-color: #eee;
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: #0083FF;
}
a:link {
color: #0083FF;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #0083FF;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #8C0000;
font-weight: bold;
text-decoration: none;
}
acronym {
cursor: help; font-style: italic; color: #003399; 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;}
