/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
.spacer {
	display:block;
	clear:both;
	border: none;
	font-size:1px;
	height:0;
	line-height:0;
}
body {
	padding:0;
	margin:0;
	background:url(../images/ligne_background.jpg) repeat-x;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#FFF;
}
#bg-home {
	width:1040px;
	height:900px;
	margin:0 auto;
}
#bg-contact {
	width:1040px;
	height:900px;
	background:url(../images/fond-contact2.jpg) no-repeat;
	margin:0 auto;
}
#general-home {
	position:relative;
	width:1040px;
	height:730px;
	display:block;
	padding:0;
	background-image:url(../images/fond-home.jpg);
}
#general-catalogue {
	position:relative;
	width:1040px;
	display:block;
	background: url(../images/fond-catalogue2.jpg) no-repeat;
	height:730px;
	padding:0;
	margin:0px auto;
}
#general-collection {
	width:1040px;
	height:830px;
	display:block;
	padding:0;
	/*margin:0 auto;*/
	background: url(../images/fond-collection2.jpg) no-repeat;
}
#general-contact {
	position:relative;
	width:1040px;
	height:730px;
	display:block;
	padding:0;
	margin:0 auto;
	background:url(../images/fond-contact2.jpg) no-repeat;
}
#general-pointdevente {
	position:relative;
	width:1040px;
	display:block;
	padding:0;
	/*margin:0 auto;*/
	height:730px;
	background: url(../images/fond-pointdevente2.jpg) no-repeat;
}
#general-home object {
	float:left;
	margin:0;
}
object {
	float:left;
	margin:0px 0px 0px 0px;
}
#general-collection object {
	margin:-75px 0px 0px 282px;
}
#general-pointdevente object {
	margin:-85px 0px 0px 262px;
}
#general-catalogue object {
	margin:-75px 0px 0px 282px;
}
h1 a {
	display:block;
	width:415px;
	height:145px;
	background:url(../images/logo.jpg) no-repeat bottom left;
	text-indent:-5000px;
	margin-left:282px;
}
ul {
	list-style:none;
	float:left;
	display:block;
	width:161px;
	margin:0 0 0 121px;
}
ul li a {
}
ul li#accueil a {
	background:url(../images/accueil.jpg) no-repeat left 0;
	text-indent:-5000px;
	display:block;
	width:161px;
	height:25px;
}
ul li#accueil a:hover {
	background:url(../images/accueil.jpg) no-repeat right 0px;
}
ul li#collection a {
	background:url(../images/collection.jpg) no-repeat left 0px;
	text-indent:-5000px;
	display:block;
	width:161px;
	height:30px;
}
ul li#collection a:hover {
	background:url(../images/collection.jpg) no-repeat right 0;
}
ul li#point-vente a {
	background:url(../images/point-vente.jpg) no-repeat left 0;
	text-indent:-5000px;
	display:block;
	width:161px;
	height:30px;
}
ul li#point-vente a:hover {
	background:url(../images/point-vente.jpg) no-repeat right 0px;
}
ul li#catalogue a {
	background:url(../images/catalogue.jpg) no-repeat left 0;
	text-indent:-5000px;
	display:block;
	width:161px;
	height:30px;
}
ul li#catalogue a:hover {
	background:url(../images/catalogue.jpg) no-repeat right 0px;
}
ul li#contact a {
	background:url(../images/contact.jpg) no-repeat left 0;
	text-indent:-5000px;
	display:block;
	width:161px;
	height:24px;
}
ul li#contact a:hover {
	background:url(../images/contact.jpg) no-repeat right 0px;
}
h2 {
	float:left;
	margin-top:20px;
	margin-left:10px;
	color:#555555;
	letter-spacing:0;
	display:block;
	text-align:right;
	width:395px;
	font-size:26px;
	height:33px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:1px solid #888888;
}
/*#general-collection h2{
	margin:0;
	width:0;
	height:0;
	border:none;
}
*/#general-contact p {
}
#footer {
	clear: both;
	width:500px;
	height:60px;
	margin:0;
	text-align:left;
	padding:20px 0px 0px 282px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
#footer a {
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	font:10px Arial, Helvetica, sans-serif;
	color:#222;
	text-decoration:underline;
}
/*********   F O R M U L A I R E   ************/

form {
	position:relative;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#555555;
	background:url(../images/ligne_horiz_75.png) repeat-x;
	margin:0;
	padding:10px 20px 0px 12px;
}
form ul {
	margin:0;
	padding:0;
	float:left;
	width:375px;
/*	height:573px;
*/	background-image:none;
}
form li {;
	width:418px;
	height:30px;
	list-style:none;
	margin:0;
}
label.champs-txt {
	float:left;
	width:190px;
	display:block;
}
input.champs-normal {
	float:left;
	width:200px;
}
input.champs-txt {
	width:400px;
}
a#bt-envoyer {
	position:absolute;
	clear:both;
	margin:20px;
	width:146px;
	height:20px;
	display:block;
	background:#666666;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-align:center;
	bottom:-200px;
	left:0px;
	padding:10px 5px 5px 5px;
}
.erreur {
	border:1px solid #FF0000;
	color:#CC0000;
}
.error {
	color:#CC0000;
	margin-top:0px;
}

