body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 13px;
}

div.top {
	height: 80px;
}

div.middle {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div.lien {
	background-image: url(images/menu-middle.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 150px;
	padding-left: 3px;
	padding-top: 0px;
}

div.blocklien {
	border-bottom: 1px solid #E7E7E7;
	padding-left:7px;
	padding-bottom:3px;
	width:137px
}

a.menuleft {
	color: gray;
	text-decoration: none;
}

a.menubottom {
	color: gray;
	text-decoration: none;
}

a.menubottom:hover {
	color: black;
	text-decoration: underline;
}

a.menuleft:hover {
	color: black;
}

td.lienbottom {
	background-image: url(images/menu-bottom-middle.gif);
	background-repeat: repeat-x;
	width: 650px;
	text-align: center;
	height: 20px;
}

div.titre {
	color: orange;
	font-weight: 800;
	padding-left: 10px;
}



div.copy {
	color: gray;
	font-size: 11px;
	text-align: center;
}

div.middlemiddle {
	background-image: url(images/menu-middle-middle.gif);
	background-repeat: repeat-y;
	width: 725px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

input {
	height: 18px;
	font-size: 12px;
	border: 1px solid black;
	background: #EDF6FF;
}

hr {
	color: #E7E7E7;
	width: 670px;
	height: 1px;
}