@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/fond.png);
	background-repeat:repeat-x;
	background-color:#f1e6dc;
	margin:0 auto;
	width:1033px;
	font-family:Arial, Helvetica, sans-serif
}

#header {
	background-image:url(images/header.png);
	width:1033px;
	height:133px;
}

.logo {
	width:390px;
	float:left;
	height: 85px;
}

.rechercher {
	width:250px;
	float:right;
	height: 60px;
	margin-right: 50px;
	margin-top: 20px;
	color: #466d9f;
	font-size: 13px;
}

.input {
	background-image:url(images/input.png);
	width:155px;
	height:29px;
	border:none;
	padding-left: 30px;
}

.ok {
	background-image:url(images/ok.png);
	width:38px;
	height:31px;
	float:none;
	border:none;
}

.menu {
	width:1033px;
	clear:both;
}

.clear {
	clear:both;
}

.m1 {
	width:180px;
	float:left;
	height:20px;
	margin-left: 70px;
	margin-top: 14px;
	font-size: 18px;
	color: #7f7f7f;
}

.m1 a {
	color: #7f7f7f;
	text-decoration:none;
}

.m1 a:hover {
	color: #6099e2;
	text-decoration:none;
}

#centre {
	width:1033px;
	margin:auto;
	margin-top: 10px;
}

.pub1 {
	width:728px;
	height:90px;
	float:left;
	margin-left: 15px;
	margin-top: 20px;
}

.bloc1 {
	background-image:url(images/bloc1.png);
	width:253px;
	height:92px;
	float:left;
	margin-left: 20px;
	text-align: center;
	margin-top: 20px;
}

img {
	border:none;
}

#gauche {
	width:260px;
	float:left;
	margin-top: 20px;
}

.gauche_top {
	background-image:url(images/gauche_top.png);
	width:257px;
	height:26px;
	text-align: center;
	padding-top: 5px;
	font-size: 18px;
	color: #FFF;
}

#gauche ul {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0;
	padding-right:0;
	margin:0;
	width:257px;
	background-color:#f6f6f6
}

#gauche li {
	background-image:url(images/li.png);
	width:227px;
	height:23px;
	list-style:none;
	margin:0;
	padding:0;
	padding-left:30px;
}

#gauche li a {
	color:#3c3c3c;
	text-decoration:none;
}

#contenu {
	width:750px;
	float:left;
	margin-top:20px;
	margin-left:10px;
}

.droite_top {
	background-image:url(images/bloc1_top.png);
	width:741px;
	height:11px;
}

.droite_centre {
	background-image:url(images/bloc1_centre.png);
	width:721px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-size: 12px;
	color: #646464;
}

.droite_bas {
	background-image:url(images/bloc1_bas.png);
	width:741px;
	height:11px;
	margin-bottom: 15px;
}

h3 {
	color:#5a7ba4;
	font-size:18px;
	margin:0;
	padding:0;
	margin-left:10px;
	font-weight:normal;
	margin-bottom: 5px;
}

h4 {
	color:#5a7ba4;
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:normal;
	margin-bottom: 5px;
}

h4 a {
	color:#5a7ba4;
	text-decoration:none;
}

a {
	color:#5a7ba4;
	text-decoration:none;
}



.left {
	float:left;
	margin-right: 10px;
}

.sep {
	background-image:url(images/sep.png);
	width:720px;
	height:9px;
	clear:both;
	padding-top: 5px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.bouton1 {
	background-image:url(images/b1.png);
	width:166px;
	height:17px;
	float:right;
	text-align: center;
	padding-top: 5px;
}

.bouton2 {
	background-image:url(images/b2.png);
	width:166px;
	height:18px;
	float:right;
	margin-top: 10px;
	text-align: center;
	padding-top: 4px;
}

.bouton1 a, .bouton2 a {
	color:#2d2d2d;
	text-decoration:none;
}

.bouton1:hover, .bouton2:hover {
	background-position:bottom;
}

.txt {
	float:left;
	width:470px;
}

#footer {
	background-image:url(images/footer.png);
	width:977px;
	height:59px;
	clear:both;
	margin: auto;
	padding-top: 20px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 14px;
	line-height: 23px;
}

#footer a {
	color:#2e2e2e;
	text-decoration:none;
}

