body {
	margin: auto;
	font-size: 10px;
	font-family: Verdana;
	color: #888;
	background: #555;
	text-align: center;
}

#conteneur {
	background: #555 url('images/img_02.gif') repeat-y;
	width: 595px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


#header {
	width: 595px;
	height: 162px;
	float: left;
}

#contenu {
	background: url('images/img_02.gif') repeat-y;
	width: 595px;
	float: left;
}

#include {
	float: left;
	width: 428px;
	margin-left: 72px;
	_margin-left: 40px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

#footer {
	background: url('images/img_03.gif') no-repeat;
	width: 595px;
	height: 49px;
	float: left;
}

#copyright {
	float: left;
	width: 375px;
	height: 14px;
	margin-left: 78px;
	_margin-left: 46px;
	margin-top: 22px;
}

#title {
	font-family: Verdana;
	color: #FF9900;
	font-size: 12px;
	}


.justifie {
	text-align: justify;
}

.float_left img{
	float: left;
	margin: 5px 5px 5px 0;
	padding: 3px;
	background: #FFC177;
	border: 1px solid #FE8900;
}

.float_right img{
	float: right;
	margin: 5px 0 5px 5px;
	padding: 3px;
	background: #FFC177;
	border: 1px solid #FE8900;
}

.signature {
	font-style: italic;
	float: right;
}

.wallpaper {
	max-width: 70px;
	max-height: 70px;
	margin: 0 5px 0 5px;
	padding: 3px;
	background: #FFC177;
	border: 1px solid #FE8900;
}

.titre {
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px dotted #888;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}

a {
color: #FF9900;
text-decoration: none;
}

a:hover {text-decoration: blink;}

a img{
	border: 0;
}

table {
	font-size: 10px;
	font-family: Verdana;
	text-align: justify;
}