* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#texte {
	color: #FFFFFF;
}
#liens {
	color: #DF8813;
}

#header {
	width: 800px;
	height: 200px;
/*	background: url('images/header.jpg');*/
}

#header img {
	float: right;
	margin-top: 234px;
	margin-right: 3px;
}

#logo {
	padding-top: 6px;
	padding-left: 5px;
	text-align: left;
	width: 150px;
}


#title {
	font-family: Trebuchet MS, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #e0512a;
	text-transform: uppercase;
}


#linkswraper{
padding-top: 0px;
}


#liens {
	color: #DF8813;
}

#links ul{
/*	list-style-image: url('images/arrow.gif');*/
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
}

#links ul li{
	padding-bottom: 3px;
}

#links a {
	font-size: 10px;
	color: #919191;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 5px;
}



#content {
	font-size: 10px;
	padding: 2px;
	color: #FFFFFF;
}

#content h1,h2,h3 {
	font-size: 20px;
	font-weight: normal;
	color: #696969;
}

#footer {
	color: #919191;
	height: 26px;
/*	background: url('images/footer.jpg');*/
}

#footer table{
	font-family: Arial;
	font-size: 10px;
	color: #919191;
	text-transform: uppercase;
}

#footer table td {
}