body {
	background-color: #B0BBCC;
	margin-left: 50px;
	margin-top: 50px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #97070b;
	text-decoration: none;
}

.link {
	color: #BE141D;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0 5px 5px 10px;
	margin: 0;
	font-size: 11px;
}

h1 {
	margin: 0;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	color: #be141d;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	color: #be141d;
}

h1.occasion {
	font-size: 1.5em;
	color: white;
}

a:hover {
	text-decoration: none;
	color: black;
}

td .menu {
	margin-left: 12px;
	width: 75%;
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

td .titre {
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

td .bandeau {
	color: white;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

li {
	list-style: none;
	padding-left: 20px;
	background: url("../images/li.gif") no-repeat 0px 4px;
}

ul {
	margin: 0;
	padding: 0;
}

li.menu_left a {
	color: black;
}

li.menu_left {
	list-style-type: none;
	background-image: url('../images_index/puce.png');
	background-repeat: no-repeat;
	background-position: 5% 2.98%;
	/*--- determine la position de ta puce  en % ou px (horizontal / vertical )--*/
	padding-left: 30px;
	width: 170px;
	font-size: 15px;
	margin-top: 10px;
}

div.menu_left {
	margin: 0;
	padding: 0;
}

td {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

}
a:hover .bas {
	color: #cccccc;
	text-decoration: none;
}

.titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333333;
}

.bas {
	color: #ffffff;
	text-decoration: none;
}

a:hover .body {
	color: #ff9142;
	text-decoration: none;
}

.body {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ff772e;
	text-decoration: none;
}

li {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	display: list-item;
	list-style-position: outside;
}

.highslide {
	cursor: url("/js/highslide/graphics/zoomin.cur"), pointer;
	outline: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide img {
	border: 2px solid gray;
}

.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}

.highslide-image {
	border: 10px solid white;
}

.highslide-image-blur {
	
}

.highslide-caption {
	display: none;
	border: 5px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url("/js/highslide/graphics/loader.white.gif");
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

a.highslide-credits,a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

a.highslide-full-expand {
	background: url("/js/highslide/graphics/fullexpand.gif") no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* form elements */
form {
	margin: 10px;
	padding: 0;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 2px;
	border: 1px solid #db1e27;
	font: normal 1em Verdana, sans-serif;
	color: #db1e27;
}

textarea {
	width: 300px;
	height: 60px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #db1e27;
	height: 100px;
	display: block;
	color: #db1e27;
}

input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
}

input[type=submit], input[type=reset] {
 border:2px outset #A6BEDE;
 font-weight:bold;
 cursor:pointer;
 }
input[type=submit]:hover, input[type=reset]:hover {
 border:2px outset white;
 background-color:white;
 }
input[type=submit]:active, input[type=reset]:active {
 border:2px inset #A6BEDE;
 background-color:#A6BEDE;
 color:black;
 } 





/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #9EC630;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}

form.searchform input.button {
	margin: 0;
	padding: 2px 3px;
	font: bold 12px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;
	width: 60px;
	vertical-align: top;
}

/* These must always be last */
.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}

a:hover .bas {
	color: #CCCCCC;
	text-decoration: none
}

.titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333333
}

.bas {
	color: #FFFFFF;
	text-decoration: none
}

a:hover .body {
	color: #FF9142;
	text-decoration: none
}

.body {
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

a:hover {
	color: #FF772E;
	text-decoration: none
}

#main {
	vertical-align: top;
	float: left;
	padding: 5px 0 0 0;
}

#footer {
	height: 57px;
	clear: both;
}

#left_footer {
	float: left;
	padding: 20px 0 0 30px;
	color: #fff;
	font-size: 12px;
}

#left_footer a {
	color: #fff;
}

#left_footer a:hover {
	text-decoration: none;
}

#right_footer {
	float: right;
	padding: 20px 30px 0 0;
	color: #fff;
	font-size: 12px;
	text-align: right;
}

#right_footer a {
	color: #fff;
}

#text {
	margin: 0 10px 0 20px;
}

#text li {
	list-style: none;
	padding-left: 20px;
	background: url("../images/li.gif") no-repeat 0px 4px;
}

#sidebar {
	float: right;
	width: 245px;
	padding: 0px 20px 0 30px;
	font-size: 11px;
}

#sidebar a {
	font-weight: bold;
}

#sidebar h1 {
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

div.en_tete {
	width: 110px;
	float: left;
	border-bottom: 1px dashed;
	font-size: 11px;
}

div.cont {
	font-size: 1em;
	width: 110px;
	float: left;
	height: 28px;
	font-weight: normal;
}

.clear {
	cleat: both;
	height: 1px;
}

.rotation {
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 100%;
	height: 100%;
}

.rotation img {
	border: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}