* {
	font-family:arial;
}

body {
	width:1000px;
	margin:0px auto;
	background-image:url("img/fond.jpg");
	background-repeat: repeat-x;
	background-color:#02052E;
	}

#header {
	height:160px;
}

#logo {
	float:left;
	height:134px;
}

#espace_client {
	float:right;
	padding-right:20px;
	height:134px;
}

#milieu {
	clear:both;
	width:1000px;
}

#menu {
	margin-top:15px;
	float:left;
	width:190px;
}

.lien_menu {
	display:block;
	width: 180px;
	height:24px;
	margin-bottom: 5px;
	color: #ffffff;
	font-size:14px;
	padding-left:25px;
	padding-top:5px;
	text-decoration: none;
	font-weight:bold;
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:5px;
}

a.lien_menu:hover {
	background-position:5px 0px;
	background-repeat:no-repeat;
}

a.lien_menu:visited {
	color: #eee8aa;
}

#menu ul {
	padding:0px;
	margin:0px;
	margin-left:20px;
	margin-bottom:20px;
}

#menu li {
	padding:0px;
	margin:0px;
	list-style-type: none;
}

#menu li a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#menu li a:hover {
	color:orange;
}

#menu li a:visited {
	color: #eee8aa;
}

#contenu {
	width:620px;
	padding-top:0px;
	margin:0px;
	float:left;
	position: relative;
	top:-10px;
}

#texte {
	width:580px;
	margin:0px;
	padding: 0px 20px;
	background-image:url("img/fond_texte.png");
	background-repeat:repeat-y;
	clear:both;
}

#texte p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#partenaires {
	width: 170px;
	margin:0px;
	margin-top:25px;
	padding:0px;
	text-align:center;
	float:right;
}

#footer {
	clear:both;
	width:1000px;
	height:50px;
	text-align: center;
}

#footer p {
	font-family: Arial;
	font-style:italic;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#footer a {
	color:#B6CD4D;
	font-weight: bold;
	font-style:normal;
	text-decoration: none;
	clear: both;
}

.fin_float {
	clear:both;
}

p, li {
	font-family:arial;
	font-size:12px;
	vertical-align:top;
	color:#686868;
	text-align: justify;
}

#partenaires p {
	margin:10px 0px;
	padding:0px 10px;
	text-align:left;
	color: #ffffff;
	text-align:center;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:10px;
	font-size:14px;
	color:#686868;
	width: 560px;
	text-transform:uppercase;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#E25000;
	margin-left:20px;
	padding-left:10px;
	border-left:10px solid #E25000;
}

.news {
	width:580px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
	border:1px solid gray;
}

.titre_news {
	/*background-image:url("img/haut-news.gif");
	background-repeat:no-repeat;
	height:30px;*/
	background-color: #696969;
	color: #ffffff;
}

.titre_news h1 {
	text-align:left;
	margin:5px;
	/*color:yellow;*/
	color: #ffffff;
	font-size:14px;
	width:550px;
	text-transform:none;
}

.texte_news {
	/*background-image:url("img/fond-news.gif");
	background-repeat:repeat-y;*/
	background-color: #dddddd;
	padding: 0px 20px;
	text-align: justify;
}

.texte_news img {
	margin:5px;
}

.fin_news {
	/*background-image:url("img/bas-news.gif");
	background-repeat:no-repeat;
	height:20px;*/
	height: 0px;
	clear:both;
}

td, table, select, input, textarea{
	font-family:arial;
	font-size:11px;
	vertical-align:top;
	line-height:13px;
	color:#686868;
}

form { margin:0px; padding:0px}

.list ul{margin:0px; padding:0px; list-style:none; line-height:18px}
.list ul li a{ color:#8A984A; text-decoration:underline}
.list ul li a:hover{ text-decoration:none}

.footer{ margin-left:38px; color:#000000}
.footer span{ color:#888888}
.footer a{ color:#8A984A; text-decoration:none}
.footer a:hover{ text-decoration:underline}

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

.form input{
	width:121px;
	height:20px;
	color:#686868;
	padding:2px 0 0 6px;
	border-style:solid;
	border-color:#2E2E2C;
	border-width:1px;
	background-color:#000000
}


.form textarea {
	width:121px;
	height:84px;
	color:#686868;
	overflow:hidden;
	padding:2px 0 0 6px;
	border-style:solid;
	border-color:#2E2E2C;
	border-width:1px;
	background-color:#000000
}

