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



body {
	margin-left: 0px;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color:#FDFDFB;
}
hr{
	border:1px solid #91C83E;
	}

body,td,th {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 18px;
	color: #91C83E;
}
h2 {
	font-size: 16px;
	color: #91C83E;
}
h3 {
	font-size: 14px;
	color: #91C83E;
}
h4 {
	font-size: 12px;
	color: #91C83E;
}
h5 {
	color: #91C83E;
}
.marron {color: #432112}
.vert {color: #91C83E}
.fleur{
background-image:url(images/fleur.gif);
background-repeat: repeat-y;
}
.frame{
border-left: solid 3px #91C83E;
border-right: solid 3px #91C83E;
}
.sousmenu{
background:url(images/roulottes_12.jpg);
background-repeat:no-repeat;
background-color:#432112;
}


.tableft{
background:url(images/tab_left.gif);
background-repeat:repeat-y;
background-position:right;
}
.tabright{
background:url(images/tab_right.gif);
background-repeat:repeat-y;
background-position:left;
}
.tabtop{
background:url(images/tab_top.gif);
background-repeat:repeat-x;
background-position:bottom;
}
.tabbottom{
background:url(images/tab_bottom.gif);
background-repeat:repeat-x;
background-position:top;
}
.tabcoin1{
background:url(images/tab_top_left.gif);
background-repeat:no-repeat;
background-position:bottom;
}
.tabcoin2{
background:url(images/tab_top_right.gif);
background-repeat:no-repeat;
background-position:bottom;
}
.tabcoin3{
background:url(images/tab_bottom_right.gif);
background-repeat:no-repeat;
background-position:top;
}
.tabcoin4{
background:url(images/tab_bottom_left.gif);
background-repeat:no-repeat;
background-position:top;
}
a:link {
	color: #91C83E;
	text-decoration: none;
}
a:visited {
	color: #91C83E;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #91C83E;
	text-decoration: none;
}

.lien {
	color: #432112;
	text-decoration:none;
}
.lien:link {
	color: #432112;
	text-decoration:none;
}
.lien:visited {
	color: #432112;
		text-decoration:none;
}
.lien:hover {
	color: #91C83E;
		text-decoration:none;
}
.lien:active {
	color: #432112;
		text-decoration:none;
}

.bouton{
background-color:#91C83E;
border: solid 1px #ffffff;
color:#432112;
}

.bouton:hover{
background-color:#432112;
border: solid 1px #91C83E;
color:#ffffff;
}
