body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 164px;
	background-image:url(../img/top.jpg);
}

#top-texte {
	float:right;
	margin-top:0px !important;
	margin-top:15px;
	margin-right:25px !important;
	margin-right:15px;
	text-align:right;
}

.container {
	position:absolute;
	top:164px;
	left: 0px;
	width: 780px;
	background-image:url(../img/container-back.jpg);
	background-repeat:repeat-y;
}

.menu {
	float: left;
	top: 165px;
	z-index: 1;
	width:200px;
	margin-left:10px !important;
	margin-left:5px;
	padding-left:0px;
}

.main {
	float:right;
	width: 535px;
	padding: 0px 25px 15px 10px;
}

#clear {
	clear:both;
	height:1px;
}

#bottom {
	clear:both;
	width:750px;
	height:21px;
	bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(../img/bottom.jpg);
	background-repeat:no-repeat;
	padding: 15px 15px 10px 15px;
}

#main-form {
	width:500px;
	margin-left:7px;
}

/* ----- 03 -----*/

#main-form2 {
	width:500px;
	margin-left:7px;
	border-bottom:1px solid #EAEABD;
	padding: 10px 0px 15px 10px;
	margin-top:5px;
}

#nom {
	width:330px;
	float:left;
	padding-right:10px;
}

#date {
	width:150px;
	float:left;
	margin-bottom:20px;
	text-align:right;
}

#commentaires {
	clear:both;
}

/* -- LINKS -- */

#links {
	width:500px;
	margin-left:7px;
	border-bottom:1px solid #EAEABD;
	padding: 10px 0px 15px 10px;
	margin-top:5px;
}

#compteur {
	width:520px;
	border-top:1px solid #EAEABD;
	margin:auto;
	margin-top:10px;
	padding-top:2px;
}