@charset "UTF-8";
/* CSS Document */

div.centreombre {
	position:absolute;
	left:50%;
	top:50%;
	width:935px;
	height:670px;
	margin-left:-467px; /* Cette valeur doit être la moitié négative de la valeur du width */
	margin-top:-335px;
}

div.signature {
	position:absolute;
	left:50%;
	top:50%;
	width:250px;
	height:30px;
	margin-left:330px; /* Cette valeur doit être la moitié négative de la valeur du width */
	margin-top:330px;
}

p {
    font-family: Georgia, Times New Roman, Times, _serif;
    font-size: 12;
    leading: 2;
    text-align: justify;
}

h1 {
    font-family: Verdana, Arial, Helvetica, _sans;
    font-size: 20;
    font-weight: bold;
    color: #000099;
    text-align: left;
}

h2 {
    font-family: Verdana, Arial, Helvetica, _sans;
    font-size: 16;
    font-weight: normal;
    text-align: left;
}

a {
	font-family: Verdana, Arial, Helvetica, _sans;
	font-size: 8px;
	font-weight: normal;
	text-align: left;
	color: #222222;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, _sans;
	font-size: 8px;
	font-weight: normal;
	text-align: left;
	color: #999999;
}

body {
	background-color: #5f5d5f;
	background-image: url(http://www.adrian-art.ch/img/others/fond.jpg);
	background-repeat: repeat-x;
}
	