body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/fdbody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
	margin: 30px 0 20px 130px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00c;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #036;
}
hr {
	color: #a4dae1;
	background-color: #a4dae1;
	height: 1px;
	border: 0;
	margin:20px 0 15px 0;
}
/*------------------------------------------------tableaux-------*/
table.telecharger {
	border:none;
	margin: 6px 0 6px 0;
	width: 100%;
}
table.telecharger td.tddroite {
	padding: 4px 0 4px 6px;
	background-image: url(img/fond-telechargement.jpg);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align:middle;
	border-left: #99f 1px solid;
}
table.telecharger td.tdgauche {
	padding: 4px 0 4px 0;
	vertical-align:middle;
	width:100px;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
table.toutablo {
	border:none;
	width: 100%;
}
table.toutablo td {
	vertical-align:top;
	padding:6px;
	width:50%;
}
.soush1 {
	padding-left:100px;
}

/*------------------------------------------------Conteneur general-------*/

#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-color:#fff;
	background-image: url(images/fond-global.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a4dae1;
	border-left-color: #a4dae1;
}

/*-------------------------------------------Entetes-------*/

#entete {
	height: 105px;
	background-image: url(images/fond-entete.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}

/*---------------------------------------divers div absolute-------*/

#print {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 720px;
	top: 112px;
	left: 233px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c00;
}
#print a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#003;
	text-decoration:none;
	font-variant:small-caps;
}
#print a:hover {
	color:#c00;
}
#print a.select {
	color:#c00;
}

#menugeneral {
	position: absolute;
	width: 190px;
	top: 195px;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
}
#menugeneral ul {
	margin:0;
	padding:0;
}
#menugeneral li {
	text-decoration: none;
	font-variant: small-caps;
	height: 26px;
	line-height:24px;
	margin:0;
	padding:0;
	list-style-type: none;
	text-align:right;
	margin-top:2px;
}
#menugeneral li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
	color: #003;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-right:6px;
	background-image: url(images/fond-li-menu-off.png);
	background-repeat: repeat-y;
	background-position: left;
}
#menugeneral li a:hover {
	color: #900;
	background-image: url(images/fond-li-menu.png);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-color: #d2ebea;
}
#menugeneral .select {
	color: #900;
	background-image: url(images/fond-li-menu.png);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-color: #d2ebea;
}
.paddingleft130{
	padding-left:130px;
}

/*-----------------------------------------------------Contenu-------*/

#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	margin: 0;
	background-position: top;
	padding: 20px 5px 0 200px;
	min-height:550px;
}
.actugauche p, .actu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0 0 5px 0;
	margin-right: 10px;
}
.actugauche ul, .actu ul, .actu4 ul  {
	padding: 0;
}
.actugauche li, .actu li, .actu4 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #08a;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	line-height: 15px;
}
#marge-droite a, .actugauche a, .actu a, .actu4 a, .soush1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #08a;
	text-decoration: none;
	font-weight:bold;
}
#marge-droite a:hover, .actugauche a:hover, .actu a:hover, .soush1 a:hover, .actu4 a:hover {
	color:#b63c3c;
	text-decoration: underline;
}
#marge-droite {
	float: right;
	right: 0;
	width: 190px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align:center;
}
#contact-droit {
	float: right;
	right: 0;
	width: 180px;
	margin: 0 0 6px 8px;
	padding: 0 0 0 10px;
	border-left: #069 1px solid;
}
/*-----------------------------------------------------Annonces-------*/

.actugauche {
	width: 540px;
	background-image: url(images/fond-annonce.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px 10px 10px 10px;
	margin: 10px 0 10px 0;
	border-right: #d2ebea 1px solid;
	border-bottom: #d2ebea 1px solid;
}
.actu4 {
	width: 345px;
	background-image: url(images/fond-annonce.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px 10px 10px 10px;
	border-right: #d2ebea 1px solid;
	border-bottom: #d2ebea 1px solid;
	/*height:520px;*/
}
.actu {
	width:746px;
	background-image: url(images/fond-annonce.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px 10px 10px 10px;
	margin: 10px 0 10px 0;
	border-right: #d2ebea 1px solid;
	border-bottom: #d2ebea 1px solid;
}
.actugauche h2, .actu h2, .actu4 h2 {
	margin: 20px 0 20px 0;
	padding: 4px 0 4px 30px;
	background-image:url(images/fond-h2-actu.png);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99f;
}
.actugauche h2.titreindex, .actu h2.titreindex, .actu4 h2.titreindex {
	padding: 10px 0 10px 20px;
	margin: 10px 0 10px 30px;
	font-size:16px;
	color:#CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.top{
	text-align:right;
	padding:0;
	margin:0;
}
/*--------------------------------------------------------pied de page-------*/

#pied {
	height: 24px;
	width:100%;
	background-image: url(images/fond-pied-de-page.jpg);
	background-repeat: repeat-x;
	background-position:top;
	padding: 10px 0;	
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1b7c7e;
}
#pied a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1b7c7e;
	text-decoration: none;
}
#pied a:hover {
	text-decoration: underline;
}
#pied h2, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1b7c7e;
	padding: 0;
	margin: 0;
	font-weight:normal;
}
/*--------------------------------------------------------CLASS-------*/

.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #033;
	padding-left: 6px;
	border: 1px solid #366;
	background-image: url(images/fond-body.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
}
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #033;
}
.gauche{
	float:left;
	padding: 0 5px 5px 0;
}
.droite{
	float:right;
	padding: 0 0 5px 5px;
}
.petitetaille {
	font-size: 10px;
}
.textcentre {
	text-align:center;
}
.textdroite {
	text-align:right;
}
.imgfleche {
	margin-bottom:-2px;
}
/*----------------------------------------------------------------------------------FORMULAIRE CONTACT.PHP-------*/
/*style du texte saisi par le visiteur*/
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
	padding-left: 6px;
	border: 1px solid #336666;
}
/*style des titres et intitulés du formulaire*/
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ddc;
}
/*Fenêtre d'alerte envoi de message ou problème*/
.popuphtml{
	position: absolute;
	height: 80px;
	width: 250px;
	top: 350px;
	left: 400px;
	background-color: #eee;
	border: 4px solid #f00;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #f00;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
/*------------------------------------------------------------------------DIVERS CLASS-------*/

