@charset "iso-8859-1";
/* CSS Document */
* {
margin:0;
paddin:0;
}
body {
position:relative;
background:#C5D5D5;
color:#000066;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
}

hr {
clear:both;
margin: 5px 0;
color: #000066;
background-color: #000066;
height: 1px;
border: 0;
}

h1.logo {
	position: absolute;
	left:-999px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	}
	
h2 {
margin:10px 0;
font-size:14px;
}
p {
margin: 8px 0;
text-align:left;
}
.bandeau {
padding-top:4px;
height:40px;
text-align:center;
}

.float-left {
margin: 10px;
float:left;
}
a img {
border:none;
}
.italic {
font-style:italic;
}

.center {
text-align:center;
}
.clearboth {
clear:both;
}
ul {
margin: 10px;
}
li {
list-style:none;
margin:8px;
}
.deuilalexandre {
	height:204px;
	background:url(img/cadre-alexandre.jpg) no-repeat center top;
	padding-top: 80px;
	padding-left:50px;
	font-size:10px;
	color:#000000;
}
.deuil {
min-height:145px;
margin:0px;
padding:10px;
background:#000000;
border:1px solid #FFFFFF;
}
.box {
clear:both;
margin:0 10px;
text-align:left;
}
.smalltxt {
font-size:10px;
}