body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#77420F;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#C09552;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
html {
	width:100%;
	height:100%;
}
.gras {
font-weight:bold;
color:#77420F;
}
.titre {
font-size:18px;
font-weight:bold;
color:#711006;
}
.prix {
font-size:18px;
color:#EC6204;
}
.content {
background-color:#FEF0DF;
}
.ombre-gauche {
background-image:url(images/ombre-gauche.jpg);
background-repeat:repeat-y;
}
.ombre-droite {
background-image:url(images/ombre-droite.jpg);
background-repeat:repeat-y;
}

a:link { color:#77420F; font-weight:bold; text-decoration:none;}
a:hover { color:#77420F; font-weight:bold; text-decoration:underline;}
a:visited { color:#77420F; font-weight:bold; text-decoration:none;}

.mentions {
font-size:10px;
color:#77420F;
}

.mentions a:link { color:#77420F; font-weight:bold; text-decoration:none;}
.mentions a:hover { color:#FFA400; font-weight:bold; text-decoration:underline;}
.mentions a:visited { color:#77420F; font-weight:bold; text-decoration:none;}

.vertical {
border-right:1px solid #FF3200;
}
.horizontal {
border-bottom:1px solid #FF3200;
}
.images {
border:1px solid #FF3200;
}
.vertical2 {
border-right:1px dotted #FF3200;
}
.horizontal2 {
border-bottom:1px dotted #FF3200;
}
.fields {
background-color:#FFFFFF;
border:1px solid #FF3200;
}