body  {
	font-family: arial, helvetica, sans-serif ;
	font-size: 14px ;
	background-image:url(images/fond.gif);
	background-repeat: repeat;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
}

a.liensign				{ text-decoration : none ; color: #5c5044 }
a.liensign:hover			{ color: #db5800 }

a.lien2					{  text-decoration : none ; color: #ad9a62 }
a.lien2:hover		{ color: #2e84be }
a.lien3				{  text-decoration : none ; color: #3aa9f4 }
a.lien3:hover		{ color: #ad9a62 }

.gras					{ font-weight: bold }
.droite					{ float: right ; padding-left: 15px }
.gauche					{ float: left ; padding-right: 15px }
.bleu					{ color: #3aa9f4 }

.conteneur	{ position: relative ; margin: 50px auto 50px auto ; width: 950px ; border: 1px solid black ; text-align: left ; background-color: #181716 ; background-image: url(images/toupie.gif) ; background-position: bottom left ; background-repeat: no-repeat }
.contlogo	{
	position: absolute;
	width: 458px;
	height: 110px;
	top: 0px;
	left: 0px;
	border-bottom: 3px solid #ad9a62;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
}
.contmenu	{ position: absolute ; top: 450px ; left: 0px ; z-index: 10}
.conttextes	{ margin : 50px 0 0 320px ; color: #ad9a62 }
.footer		{ width: 950px ; height: 25px ; background-color: #474747 ; color: #ad9a62 ; text-align: center ; padding-top: 10px }
.sign				{ position: absolute ; bottom: -20px ; width: 950px ; font-family: arial, helvetica, sans-serif ; font-weight: bold ; font-size: 9px ; text-align: right ; margin-right: 20px }
.petit		{ font-size: 10px }

/* menu  général*/
#menu ul			{ padding: 0px ; list-style-type: none; }
#menu li			{ list-style-type: none ; width: 210px ; text-align: right }
#menu li a			{ display: block ; text-decoration: none ; color: black ; height: 30px ; background-color: #ad9a62; line-height: 30px ; padding-right: 15px ; font-family: arial, helvetica, sans-serif ;  font-size: 12px  }
#menu li a:hover	{ color: #fff ; background-color: #2e84be }
#menu li #current	{ color: #fff ;  background-color: #2e84be }

/* sous-menu  */
#menu1 ul			{ list-style-type: none ; margin-bottom: 15px }
#menu1 li			{ list-style-type: none ; width: 230px ; text-align: right }
#menu1 li a			{ display: block ; text-decoration: none ; font-style: italic ; color: black ; padding-right : 15px ; height: 25px ; line-height: 25px ; font-family: arial, helvetica, sans-serif ; font-size: 13px ; background-color: #d6cbb0 }
#menu1 li a:hover	{ color: #fff ; background-color: #3aa9f4 }
#menu1 li a#current	{ color: #fff ; background-color: #3aa9f4 }


.form				{ font-family: arial,helvetica,sans-serif ; line-height: 20px ; font-size: 14px ; width: 300px ; color: black ; border: 1px solid #d6cba4 ; background-color: #d6cbb0 ; }
.form1				{ color: #5d563b }
.form1:hover		{ background-color: #ad9a62 ; color: white}
.espaceavant		{ margin-top: 12px ; line-height: 17px ; font-size: 14px }

