body {
	color: #52545C;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
	margin: 0;
	padding: 0;
	background-color: #3E3F43;
}

a:link {
	color: #52545C;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #52545C;
}

a:hover {
	text-decoration: none;
	color: #B7B9C0;
}

a:active {
	text-decoration: none;
	color: #52545C;
}

#conteneur {
	position:absolute;
	left: 50%;
	width: 850px;
	margin-left: -425px;
	background-image: url(images/6.jpg);
	background-repeat: repeat-y;
	display: block;
}

#header  {
	width: 850px;
	width: 850px;
	height: 114px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	display: block;
}

#titre {
	width: 850px;
	height: 52px;
	background-image: url(images/2.jpg);
	background-repeat: no-repeat;
	color: #333;
	padding-top: 5px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#body {
	padding-left: 55px;
	padding-right: 55px;
}

#left {
	width: 142px;
	float: left;
}

#texte {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 415px;
	float: left;
}

#right {
	width: 142px;
	float: right;
}

.box_titre {
	background-image: url(images/3.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 142px;
	font-weight: bold;
	font-size: 12px;
	padding: 13px 0px 0px 0px;
	text-align: center;
}

.box_texte {
	background-image: url(images/4.jpg);
	background-repeat: repeat-y;
	width: 102px;
	padding: 5px 20px 0px 20px;
}

#footer  {
	padding-top: 23px;
	width: 850px;
	height: 42px;
	background-image: url(images/7.jpg);
	background-repeat: no-repeat;
	text-align:center;
	clear: both;
	color: #777;
}

#footer a:link {
	text-decoration: none;
	color: #444;
	font-weight: normal;
}

#footer a:visited {
	text-decoration: none;
	color: #444;
}

#footer a:hover {
	text-decoration: none;
	color: #777;
}

#footer a:active {
	text-decoration: none;
	color: #444;
}

img {
	display:block;
	border:0;
}

div {
	display: block;
	top: 0px;
}

/*input {
	color: #555;
	height: 12px;
	font-size: 9px;
	margin-bottom: 5px;
}

.submit {
	color: #000;
	height: 20px;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 0px;
}*/