body {
margin: 0;
padding: 0;
}
.ombregauche{
	background-image:url(images/ombre-gauche.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.ombredroite{
	background-image:url(images/ombre-droite.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.line{
	background-image:url(images/lines.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:22px;
}
.line2{
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:22px;
}
.line3{
	background-image:url(images/lines3.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:30px;
}
/*----textes---------------------------------------------------------------------------------------------------------------------------*/
.adresse{
	font-family:Arial, sans serif;
	font-size:11px;
	color:#713F17;
	line-height:12px;
}
a.menusbas:link {
	font-family:Arial, sans serif;
	font-size:11px;
	color:#713F17;
	text-decoration: none;
}
a.menusbas:visited {
	font-family:Arial, sans serif;
	font-size:11px;
	color:#713F17;
	text-decoration: none;
}
a.menusbas:hover {
	font-family:Arial, sans serif;
	font-size:11px;
	color:#A3BD0F;
	text-decoration: underline;
}
.text{
	font-family:Arial, sans serif;
	font-size:12px;
	color:#000000;
}
.titre{
	font-family:Arial, sans serif;
	font-size:12px;
	color:#A3BD0F;
}
h1{
	font-family:Arial, sans serif;
	font-size:14px;
	color:#A3BD0F;
	margin:0;
}
a.lienmail:link {
	font-family:Arial, sans serif;
	font-size:13px;
	color:#000000;
	text-decoration: none;
}
a.lienmail:visited {
	font-family:Arial, sans serif;
	font-size:13px;
	color:#000000;
	text-decoration: none;
}
a.lienmail:hover {
	font-family:Arial, sans serif;
	font-size:13px;
	color:#A3BD0F;
	text-decoration: underline;
}
.text2{
	font-family:Arial, sans serif;
	font-size:13px;
	color:#000000;
	line-height:16px;
}
.titre2{
	font-family:Arial, sans serif;
	font-size:18px;
	color:#713f17;
}
.titre3{
	font-family:Arial, sans serif;
	font-size:24px;
	color:#A3BD0F;
}
a.nextpage:link {
	font-family:Arial, sans serif;
	font-size:12px;
	color:#713f17;
	font-weight:bold;
	text-decoration: none;
}
a.nextpage:visited {
	font-family:Arial, sans serif;
	font-size:12px;
	color:#713f17;
	font-weight:bold;
	text-decoration: none;
}
a.nextpage:hover {
	font-family:Arial, sans serif;
	font-size:12px;
	color:#713f17;
	font-weight:bold;
	text-decoration: underline;
}
.text3{
	font-family:Arial, sans serif;
	font-size:12px;
	color:#8d8d8d;
}
/*----------------------------------------------------------------------------*/
.fond-gauche{
	background-image:url(images/fond-gauche.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:40px;
}
.fond-droite{
	background-image:url(images/fond-droite.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:38px;
}
.fond-bas{
	background-image:url(images/fond-bas.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:18px;
}
.fond-milieu{
	background-image:url(images/fond-milieu.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#f4f9d8;
}
.contour{
	border-style:solid;
	border-color:#74860e;
	border-width:2px;
}