 @import url(style_java.css);

body {
	background: #dedede url(./images/fond2.jpg) center top repeat-x;
	font-family: Arial, Verdana, Tahoma, sans-serif;

}

a {	text-decoration: none; color: black;}
img { border: 0}
.mail {	font-style: italic;	color: #8f8f8f;}
h3 {	margin-top: 5px;}


/*------------------ Header ------------------*/
#header {
	margin: auto;
	margin-top: 20px;
	width:800px;
	height:200px;
	background: url(images/header3.jpg) no-repeat center top; 
}

#header  a {
	border:0;	
	display: block;
	width: 800px;
	height: 217px;
	
}

#header h1 {
	text-indent: -5000px;
	margin: 0;
}

/*------------------ Global ------------------*/
#global {
	margin: auto;
	width: 800px;
	/*background: url(images/fondcontenu.jpg)  left top;*/
	background-color: white;

}

#corps {
	padding: 10px;
	position: relative;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
/*------------------ Menu  ------------------*/
#menu {
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: #8f8f8f solid 2px;
}


#menu  li {
	float: left;
	
}

#menu  li a {
	display: block;
	height: 16px;
	width: 120px;
	padding:  4px 0 0 0;
	margin-right: 2px;
	font-family: Verdana;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size:8pt;
}

#menu1 {	background-image: url(./images/bouton1.jpg)}
#menu2 {	background-image: url(./images/bouton2.jpg)}
#menu3 {	background-image: url(./images/bouton3.jpg)}
#menu4 {	background-image: url(./images/bouton4.jpg)}
#menu5 {	background-image: url(./images/bouton5.jpg)}

#menu li a:hover {
	background-image: url(./images/bouton.jpg);
}

/*------------------ Footer ------------------*/
#footer {
	margin: 0 auto;
	width:800px;
	height:103px;
	padding-top:50px;
	font-size:12px;
	text-align:center;
	color:#8d8d8d;
	background: url(./images/footer.png) no-repeat left top;

}

#footer a{
	color: #000000;
}

/*------------------ Body ------------------*/

/*----------- accueil -------------*/

#accueil h3 {
	color: white;
	background-color: #d50d4b;
}

#accueil p  {
	
}

#accueil #paypal img {
	margin: auto;
	display: block;
}

#scroller li {
	list-style-type: none;
	display: inline;
}

#accueil p a {
	text-decoration: underline;

}

/* ----------- contact -------------*/
#contact form{
	width: 450px;
	margin: auto;
}

#contact #form_header {
	text-align: center;
	text-transform: uppercase;
	background-color: #FF6600;
	color: white;
	font-weight: bold;	
}

#contact #form_content label {
	width: 200px;
	float: left;
}

#contact #form_content input {
	width: 200px;
}

#contact #form_content legend {
	font-weight: bold;

}

#contact #form_valid {
	width: 150px;
}

#alerte {
	color: blue;
	background: url(./images/alert.gif) no-repeat left center white;
	padding: 10px 10px 10px 20px;
	
}

#contact   p {
	color: #8f8f8f;
	font-style: italic;
	text-align: center;
	font-size: small;
}

/*---------------- boutique ---------------*/
#boutique h3 {
	background-color: #489630;
	color: white;
}

#boutique .produit {
	width: 780px;
	border-bottom: #489630 1px solid;
	margin-bottom: 20px;
	display: block;
	float: left;

}

#boutique .produit .produit_content {
	margin-left: 390px;
	width: 400px;

}

#boutique .photo_produit{
	width: 270px;
	display: block;
	float: left;
	margin-bottom: 20px;
}	

#boutique .planche_noel {
	cursor: pointer;
	border: 1px #333 solid;
}

/*#boutique .planche_noel_hide {	display: none;}

#boutique  .planche_noel:hover  + .planche_noel_hide {
	position: absolute;
	display: block;
	left: 10px;
	top: 50px;
	width: 270px;
	border: 5px #333 solid;
}*/

#boutique  .prix {
	font-size: 0px;
	float: left;
	display: block;
	width: 200px;
	margin-left: -20px;
	margin-top: -50px;
}

#boutique  .commentaire {
	color: #8f8f8f;
	margin-bottom: 15px;

}

#boutique .livraison {
	color: red;
	margin-bottom: 15px;
}


/*----------- Galerie -------*/
#galerie {
	height: 350px;
}

#galerie #form_header {
	color: white;
	background-color: #bc49e4;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#galerie #form_header + p {
	color: #8f8f8f;
	font-style: italic;
	margin: 0;
	font-size: small;
}
#galerie form {
	width: 400px;
	margin-left: 350px;
	display: block;
}
#galerie object{
	margin-left: 100px;
	float: left;
}

#galerie #form_content label {
	width: 150px;
	float: left;
}


/*----------- mode d'emploi -----------------*/
#fiche h3 {
	background-color: #3232ec;
	color: white;
}

#fiche h4 {
 border-bottom: solid 1px #3232ec;
 color: #3232ec;
}

#fiche ol li{
	margin-bottom: 5px;
}

#fiche p {
	text-align: justify;
}

#fiche strong {

}
/*-------------- mentions ---------------*/
#mentions {
	background-image: url(./images/fond.jpg);
	width: 430px;
	height: 430px;
	padding: 10px 10px 10px 10px;
	margin: auto;

}

#mentions h4 {
	color: #FF6600;
	margin: 15px 0 0 0;

}

#mentions h3 {
	background-color: #FF6600;
	color: white;
}
#mentions p {
	margin: 0;
}
#mentions  a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
