body {
	background-color: #FFC;
	background-image: url(images/fond-body.jpg);
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	background-position: center top;
}
h1 {
	color:#c60;
	font-size:14px;
	margin:10px 0px 0px 10px;
}
h2 {
	font-size:11px;
	margin:10px 0px -10px 20px;
}
a {
	text-decoration:none;
	color:#c60;
}
a:hover {
	text-decoration:underline;
	color:#900;
}
#global {
	position: absolute;
	width:700px;
	left:50%;
	margin-left:-349px;
}
/*--------------------------------------------------------------------------------------------------*/
#header {
	position:absolute;
	top:20px;
	width:700px;
}
#header p {
	text-align:center;
	margin:0px;
}
#header ul {
	text-align:right;
	margin:0px 18px;
}
#header li {
	list-style:none;
	display:inline;
	font-size:14px;
	font-weight:bold;
	margin:0px 10px;
}
#header li a {
	text-decoration:none;
	color:#000;
}
#header li a:hover {
	color:#C60;
}
/*--------------------------------------------------------------------------------------------------*/
#photo{
	position:absolute;
	top:180px;
	left:5px;
	width:270px;
	z-index:3;
}
#contenu {
	position:absolute;
	top:180px;
	left:270px;
	width:400px
}
.cadre {
	background-color:#eee;
	margin:0px 0px 15px 10px;
	border-bottom:1px solid #666;
	border-top:2px solid #333;
	border-left:2px solid #333;
	border-right:1px solid #666;
}
/*--------------------------------------------------------------------------------------------------*/
p {
	text-align:justify;
	margin:10px 20px 20px 20px;
}
table {
	width:92%;
	margin:15px 0px 0px 20px;
	text-align:center;
	background-color:#fff;
}
th {
	height:30px;
	border:solid 1px #eee;
}
td {
	background-color:#eee;
	height:20px;
	border:solid 1px #fff;
}
