/* © 2008 Bexter Vaince CSS */
html {
	PADDING: 0px;
	MARGIN: 0px;
	HEIGHT: 100%;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #7c7c7c;
	PADDING: 0px;
	MARGIN:	0px;
	HEIGHT: 100%;
	background: #7a8a00 url(../images/fond.jpg) no-repeat;
	background-position: top center;
	/*background-image: url(../images/fond.jpg);
	background-repeat:no-repeat;
	background-color: #7a8a00;*/
}
/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{outline: none;}
:focus{-moz-outline-style: none;}
h1,h2{
	font-size:16px;
	color:#7A8A00;
	margin:0 0 5px 0;
	padding:0px;
	font-weight:bold;
}
a{
	color: #7c7c7c;
	text-decoration:none;
}
a:hover{
	color: #9eb200;
	text-decoration:none;
}
p{
	margin: 0px;
	padding: 0px;
}
h2{
	text-transform:uppercase;
	font-size:13px;
	color: #9eb200;
}
img{
	margin: 0px;
	padding: 0px;
	border:0;
}
ul{
	padding:0px 0px 0px 40px;
	margin:0px;
}
li{
	padding:2px 0px;
	margin:0px;
}
/* #site{
	width: 913px;
	margin-left: -456px;
	padding:0px;
	z-index:99;
	background: #fff url(../images/contenu.jpg) no-repeat;
	POSITION: absolute;
	height:auto !important;
	min-height:100%;
	left: 50%;
} */

/* #header{
	width: 913px;
	height: 190px;
	background: transparent url(../images/header.jpg) no-repeat;
	text-indent:-999em;
} */



#site{
	width: 913px;
	margin-left: -456px;
	padding:0px;
	z-index:99;
	background: #fff url(/images/contenu2.jpg) no-repeat;
	POSITION: absolute;
	height:auto !important;
	min-height:100%;
	left: 50%;
}


#header{
	margin:0 0 0 0px;
	width: 913px;
	height: 190px;
	text-align:right;
/*	background: transparent url(/images/fdflash.jpg) top left no-repeat; */
}

#site2{
	width: 913px;
	margin-left: -456px;
	padding:0px;
	z-index:99;
	background: #fff url(../images/contenu2.jpg) no-repeat;
	POSITION: absolute;
	height:auto !important;
	min-height:100%;
	left: 50%;
}


#header2{
	margin:0 0 0 0px;
	width: 913px;
	height: 190px;
	text-align:right;
}
/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
#contenu {
	width:913px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.top-contenu{
	 width:440px;
	 text-align:justify;
	 min-height:130px;
	 height:auto !important;
}
.gauche{
	height:402px;
	width:230px;
	background:url(../images/droite.jpg) no-repeat;
	float:left;
}
.droite{
	width: 640px;
	float: right;
	margin: 0px 20px 0px 0px;
}
.content{
	width: 640px;
	float: left;
	padding-top: 25px;
	height: 330px;
	min-height: 330px;
	height: auto !important;
	margin: 0px 0px 5px 0px;
}
.cadre-photo{
	float:left;
	background: url(../images/cadre.jpg) no-repeat;
	width: 110px;
	height: 140px;
	padding: 10px 0px 0px 14px;
}
.titre-bijoux{
	float:left;
	margin-top:5px;
	padding:0px 10px 0px 0px;
	font-size:25px;
	color: #9eb200;
	border-right: 1px dotted #7d7d7d;
}
.cadre-bijoux{
	float:left;
	background: url(../images/cadre-bijoux.jpg) no-repeat;
	width: 194px;/*210px*/
	height: 260px;
	padding: 16px 0px 0px 26px;
}
.cadre-txt{
	width:415px;
	text-align:justify;
	float:left;
}
.actu-txt{
	width:185px;
	text-align:justify;
	float:left;
}
.gammes{
	font-size:20px;
	color: #9eb200;
	padding-bottom:5px;
}
.prix-bijoux{
	padding:5px 10px 0px 0px;
	font-size:18px;
	color: #9eb200;
	float:right;
}
.prix{
	padding:5px 10px 0px 0px;
	border-right: 1px dotted #7d7d7d;
	font-size:16px;
	color: #9eb200;
	float:left;
}
.liste-bijoux{
	 float:left;
	 border-left:1px solid #9eb200;
	 font-size:12px;
	 color: #9eb200;
	 height:auto !important;
	 min-height:170px;
	 padding-left:5px;
}
.liste-bijoux a{
	 color: #9eb200;
	 text-decoration:none;
}
.liste-bijoux a:hover{
	 color: #7c7c7c;/*color: #9eb200;*/
	 text-decoration:none;
}
.wash{
	clear: both;
	margin:0px;
	padding:0px;
	height:0px;
}
.mentions-droite{
	width:420px;
	text-align:justify;
	float:left;
	margin-top:20px;
	border:1px solid #B4B5B9;
	padding:10px;
	background:#FFFFFF;
}
.sitemap{
	width:600px;
	text-align:justify;
	float:left;
	margin-top:20px;
	border:1px solid #B4B5B9;
	padding:30px 0px 10px 30px;
	background:#FFFFFF;
}
.savoir{
	text-align:right;
	padding-top:5px;
}
.savoir a{
	color: #9eb200;
	text-decoration:none;
}
.savoir a:hover{
	color: #9eb200;
	font-style:italic;
	text-decoration:underline;
}
.border-photo{
	padding:5px;
	border:1px solid #9eb200;
}

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - formulaire */
/*----------------------------------------------------------------------*/

.contact{
	width:600px;
	margin:8px 40px 0px 0px !important;
	margin:0px 20px 0px 0px;
	float:left;
	border:1px solid #B4B5B9;
	padding:10px;
	background: #F8F9FF;
}
#formulaire fieldset {
	width: 600px;
	padding:0px 20px 20px 20px;
	border: 1px solid #ccc;
	position: relative;
	background: #F8F9FF;
}
#formulaire fieldset div {
	width: 600px;
	position: relative;
}
#msg {
	display: block;
	margin-bottom: 0.5em;
}
#formulaire .icontain {
	position: absolute;
	right: 0;
	width: 55%;
	background: white url(../img/corner_tr_form.gif) top right no-repeat;
}
#formulaire input {
	position: relative;
	width: 100%;
}
#formulaire .tcontain {
	width: 100%;
	display: block;
}
#formulaire .tcontain span {
	display: block;
}
#formulaire input, #formulaire textarea {
	width: 100%;
}
#submit {
	text-align: center;
	margin-top: 0.5em;
}
#submit input {
	position: static;
	width: 40%;
}
#joindre{
	display: block;
}
#formulaire .infojoint{
	font-style: italic;
	font-size: 9px;
	color: Gray;
}
#formulaire .champ{
	margin: 15px 0px;
	border-bottom: 1px solid #e5e5e5;
}

#formulaire a{
	color:#000000;
	text-decoration:none;
}

#formulaire a:hover{
	color:#000000;
	text-decoration:none;
}
/*----------------------------------------------------------------------*/
/* fin - formulaire */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
#footer {
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	float:left;
	width:640px;
	margin-bottom:10px;
	padding: 5px 0px;
	color: #7c7c7c;
	font-size:9px;
	background:url(../images/footer.jpg) top no-repeat;
}
#footer ul{
	width:430px;
	list-style:none;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
}
#footer li{
	display:inline;
}

#footer a{
	color: #7c7c7c;
	text-decoration: none;
}
#footer a:hover{
	color: #9eb200;
	text-decoration: none;
}
#footer em {
	padding: 0px 60px;
}
#copyright {
	float:right;
	color: #9eb200;
	padding-right:5px;
}
#copyright a{
	color: #9eb200;
}
/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/
