/* ------------------------------------ */
/*                                      */
/*            Généralités               */
/*                                      */
/* ------------------------------------ */

body {
	background: #FFFFFF;
	font: normal 80%/1em  verdana, Arial, sans-serif;
	color: black;
	margin: 0;
	padding: 0 0 2em 0;
	text-align: center;
}
#texteCache {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	background: #00947A;
}
#map {
	color:#000000;
	width: 470px;
	height:400px;
}

h1 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}

h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #21216B;
	font-weight: bold;
	font-size: 1.3em;
}

h2 span {
	color:#FFFFFF;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.25em;
	color: #21216B;
}

h4 {
	clear: left;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #999900;
}

#contenu h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 1.35em;
	border-bottom: 1px solid #E8E5D4;
}
#contenu h3 {
	margin: 20px 0 10px 0;
	letter-spacing: 2px;
}
#contenu h3:first-letter {
	color: #FFFFFF;
}

p {
	margin: 0 0 5px 0;
}

a#lien-accueil {
 position: absolute;
 left: 180px;
 top: 80px;
 width: 550px;
 height: 60px;
}

a {
	color: #21216B;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	background : transparent;
}
a img {
	border: 0 none;
}
.cache {
	text-indent: -5000px;
	font-size: 0px;
	line-height: 1px;
	text-decoration: none;
}

tt, samp {
	font-size: 1em;
	color: green;
}

code {
	font-size: 1.1em;
	color: #369;
}

q {
	font-style: italic;
}
kbd {
	font-size : 1.1em;
	padding: 0px 1px;
	border: 1px solid #E2F576;
	border-right: 1px solid #21216B;
	border-bottom: 1px solid #21216B;
	background: #FFFFC4;
}

ul, li {
	margin: 0;
	padding: 0;
}

#site label {
	width:8em;
	float:left;
	text-align:right;
	background:url(label.gif) no-repeat center right;
	padding-right:18px;
	color:#21216B;
	font-weight:bold;
}

#site textarea {
	width:70%;
	height:15em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

#site textarea.fullsize {
	width:98%;
	height:10em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

input.textfield {
	width:70%;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

input.textfield:focus, textarea:focus {
	background:#F5FFDC;
}

.site {
	color: #21216B;
	font-weight: bold;
}

.gauche {
	float: left;
	margin-right: 8px;
}
.droite {
	float: right;
	margin-left: 8px;
}
.textegauche {
	text-align : left;
}
.textedroite {
	text-align : right;
}


/* ------------------------------------ */
/*                                      */
/*            Header                    */
/*                                      */
/* ------------------------------------ */

#header {
	position: relative;
	width: 800px;
	height: 130px;
	background: url(header.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}
#evitement {
	position: absolute;
	top: 12px;
	right: 30px;
	text-align: right;
	width: 380px;
}
#evitement ul {
	margin: 0;
	padding: 0 15px 2px 0;
}
#evitement li {
	list-style-type: none;
	font-size: 0.9em;
	padding: 0;
	display: inline;
	color: white;
	line-height:1.5em;
}
#evitement li a {
	color: white;
}
#headersous {
	width: 800px;
	height: 1px;
	background: url(headersous.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: right;
	height:15px;
}
#headersous p {
	padding-top: 5px;
	margin-right:5px;
	margin-bottom: 0;
}


/* ------------------------------------ */
/*                                      */
/*            Menu                      */
/*                                      */
/* ------------------------------------ */

#menu {
	position: relative;
	width: 780px;
	height: 42px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(menu.jpg) top left no-repeat;
}

#menu ul {
	position: absolute;
	top: 0px;
	left:0px;
	width: 780px;
	height: 42px;
	padding: 0;
	margin:0;
	list-style: none;
}
#menu li {
	float: left;
	padding: 0;
	margin:0;
	text-indent: 50px;
}

#menu li a {
	display: block;
	height: 42px;
	width: 156px;
	text-decoration: none;
	font-size: 1px;
	line-height: 42px;
	color: #C6C1A3;
}

#menu li a span {
	position: absolute;
	left: -5000px;
}
#menu li a:hover {
	background: transparent url(menu.jpg) top left no-repeat;
}
#menu a#occasion:hover {
	background-position: 0px -42px;
	color: #6882c3;
}
#menu a#import:hover {
	background-position: -156px -42px;
	color: #8fab10;
}
#menu a#atelier:hover {
	background-position: -312px -42px;
	color: #ffc326;
}
#menu a#contact:hover {
	background-position: -468px -42px;
	color: #ffc326;
}
#menu a#acces:hover {
	background-position: -624px -42px;
	color: #ffc326;
}


/* ------------------------------------ */
/*                                      */
/*            Global                    */
/*                                      */
/* ------------------------------------ */

#global {
	width: 800px;
	background: url(fondglobal.jpg) left top repeat-y;
	margin: 0 auto;
	text-align: left;
}

#global #sidebar {
	display:block;
	float: right;
	width: 180px;
	padding-top: 30px;
	padding-right:13px;
	line-height: 1.3;
}
#global #sidebar h2 {
	padding-left:10px;
	width: 180px;
}
#global #sidebar p {
}
#global #sidebar ul {
	width: 180px;
	padding: 0 0 10px 5px;
	margin: 0 0 15px 2px;
	list-style-image: url(puce.jpg);
	background: url(hr2.png) left bottom no-repeat;
}
#global #sidebar li {
	margin: 0 0 0 20px;
	padding: 3px 0 4px 0;
	line-height: 1.1em;
	color: #21216B;
}
#site #sidebar li {
	background: url(hr.gif) left bottom no-repeat;
}

#global #sidebar li.last {
	background: none;
}

#global #sidebar .aussi {
	width: 180px;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.15em;
	text-align: justify;
	padding-bottom: 5px;
	background: url(hr2.png) left bottom no-repeat;
	clear:both;
}
#global #sidebar .aussi img {
	float: left;
}
#global #sidebar .aussi p {
	margin-left: 50px;
	padding-right: 3px;
	color:#666;
}

#global #sidebar h2 {
	width: 130px;
}
#global #sidebar h3 {
	width: 130px;
}
#global #sidebar h2.realisation {
	margin-top: 1em;
}
#global #sidebar h2.realisation:first-letter {
	color: #FFFFFF;
}
#global #sidebar p.realisation {
	width: 170px;
	padding-right: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size:smaller;
}

.prix{
	width: 180px;
	min-height:49px;
	height:49px;
	margin: 0 ;
	font-size:1.5em;
	text-align:center;
	background-image:url(prix.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px 0 0 0;
}
.vignette {
	padding-left: 30px;
}
#global #photo {
	float: left;
	margin: 0 0 10px 0;
}

#global #general {
	float: left;
	width: 577px;
}

#global #presentation {
	float: left;
	width: 202px;
	margin: 0;
	text-align: right;
	background: url(fondpresentation.jpg) right top no-repeat;
	padding-top: 15px;
}
#global #presentation p {
	margin-bottom: 15px;
	line-height: 1.3;
	margin-right: 10px;
}
#global #presentation a img {
	margin-right: 10px;
}

#global #accroche {
	clear: left;
	width: 540px;
	margin: 0 0 0 35px;
	background: url(feuillebleue.jpg) 99% 100% no-repeat;
	line-height: 1.3;
}

#global #confiance {
	clear: left;
	width: 540px;
	margin: 20px 0 0 35px;
	line-height: 1.3;
}

#global #accroche p.minimargefeuille {
	padding-right: 40px;
}
#global #accroche p.moyenmargefeuille {
	padding-right: 60px;
}
#global #accroche p.margefeuille {
	padding-right: 90px;
}

#clearombre {
	width: 800px;
	height: 14px;
	margin: 0 auto;
	font-size: 1px;
	clear: both;
	background: url(fondglobalombre.jpg) right top no-repeat;
}

div#contenu {
	padding: 15px 20px 0 15px;
	line-height: 1.5em;
}
div#contenu p {
	margin-bottom: 1.1em;
	text-align: justify;
}
div#contenu p.fil {
	color:#fff;
	font-size: 0.9em;
}

div#contenu blockquote {
	margin: 1em;
	padding: 0.5em 1em 0 38px;
	background: white url(citation.jpg) left top no-repeat;
	font-style: italic;
	color: #797342;
}
div#contenu blockquote p {
	text-align: right;
	margin: 8px 0;
	font-style: normal;
	padding-right: 25px;
	background: url(citationfin.gif) right bottom no-repeat;
}
#contenu dl {
	margin-bottom: 2em;
	padding-bottom: 20px;
	background: url(hr3.png) left bottom no-repeat;
}
#contenu dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #999900;
}
#contenu dd {
	margin-bottom: 0.5em;
}

#contenu ul {
	padding: 0;
	margin: 0 0 10px 0px;
	list-style-type: none;
}
#contenu li {
	margin: 0 0 0 0;
	line-height: 1.2em;
	margin-bottom: 4px;
	margin-top: 4px;
	background: url(puce.png) left top no-repeat;
	padding-left: 20px;
}


#footer {
	width: 800px;
	height: 70px;
	background: url(footer.jpg) left top no-repeat;
	color:#ccc;
	font-size: 0.95em;
	font-weight:bold;
	text-align: left;
	margin: 0 auto;
}
#footer p {
	margin: 0px 5px 0 4px;
	padding-top:5px;
}
#footer a {
	color:#ddd;
}

