* {
	margin: 0;
	padding: 0;
	top:0;
}

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background:#434043;
}

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

#wrap {
	margin: 0px auto 10px auto;
	width: 700px;
	padding: 10px;
	border: 2px solid #990000;
	background:#dbcedb;
}

#header {
height: 200px;
background: #c6b5ce url(images/header.jpg) no-repeat;
}
#header h1 {
	font-size: 15px;
	letter-spacing: 0px;
	padding: 110px 10 20 10px;
	color: #FFFFFF;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 400;
letter-spacing: 0 px;
}
#header h1 a:hover {
color: #ffffff;
}

#menu {
	height: 20px;
	line-height: 20px;
	background-color: #660000;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu a {
padding: 0 0px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 10px;
color: #ffffff;
}
#menu a:hover {
color: #ffffff;
text-decoration: underline;
}
.title{
font:Verdana, Arial, Helvetica, sans-serif;
color:#000000}
#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 600px;
text-align: right;
padding-top: 120px;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.tarif{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #ffffff;
}
#footer a {
	color: #990000;
}
#footer a:hover { color: #111; }