@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

/*###### header ######*/
#header{
	height:215px;
	width:999px;
	/*border:1px solid red;*/
	margin-left:auto;
	margin-right:auto;
}

#header_top{
	background-image:url(../../images/header/header_top.jpg);
	height:19px;
	width:999px;
}

#header_center_left{
	background-image:url(../../images/header/header_center_left.jpg);
	height:153px;
	width:579px;
	top:19px;	
	float:left;
}

#logo{
	height:153px;
	width:383px;
	top:19px;
	float:left;
}

#header_center_right{
	background-image:url(../../images/header/header_center_right.jpg);
	height:153px;
	width:37px;
	top:19px;	
	float:left;
}

#header_bottom{
	clear:both;
	background-image:url(../../images/header/header_bottom.jpg);
	top:172px;
	height:43px;
	width:999px;
	
}

#recherche{
	position:absolute;
	top:189px;
	left: 50%;
	margin-left:-475px;
}

input.boxrecherche{
border: 0;
background: transparent;
}

a.go {
background-image:url(../../images/header/go.gif);
width:22px;}

a.go:hover{
background-image:url(../../images/header/goHover.gif);
width:22px;}

/*###### content ######*/
#all{
	width:999px;
	margin-left:auto;
	margin-right:auto;
}

#menu-left{
	width:218px;
	float:left;
}

#content-screen{
	width:768px;
	float:left;
}

/* Fiche produit */

a.ajout_panier {
background-image:url(../../images/ajout_panier.jpg);
width:152px;
height:13px;
}

a.ajout_panier:hover {
background-image:url(../../images/ajout_panier_on.jpg);

}

#image1{
	width:250px;
}

#prix{
	vertical-align:top;
	width:400px;
	border:1px solid red;
	margin-left:255px;
	float:left;
	top:0;
}


/*###### footer ######*/
#footer{
	width:999px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../images/footer/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:55px;
	padding-bottom:5px;
	display:block;
}

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


/*###### Mise en page du site ######*/

a.lien{
	font-size:12px;
	color:#4d9dd0;}

a.lien:hover{
	text-decoration:none;
	color:red;	}
	
.jsvalidation { 
	margin-left:10px; 
	font-size:10px; 
	color:#FF0000; 
	font-family:"Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif; 
}
