@charset "UTF-8";
/* CSS Document */
.page{
width: 940px;
}
.contenu{
    width: 790px;
	float: right;
	background-image: url(../images/fond.jpg);
	position: relative;
}
.titrehaut{
font-family: Helvetica;
    font-size: 16px;
    color: #333;
	margin:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.lignemenu{
width: 140px;
height:1px;
 background-color: #333;
}
.menuvertical{
    margin-left: 0px;
	margin-right: 10px;
    font-family:  Helvetica;
    width: 140px;
	float: left;
	padding-top: 5px;
	background-color: #fff;
	/*background-image: url(../images/produits/fond_vertical.jpg);*/
	padding-bottom: 40px;
}
.titmenuvertical
	{
	font-family: Helvetica;
    font-size: 16px;
    color: #333;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	
	}
#elmenuvertical {
    font-family:  Helvetica;
	font-size: 14px;
	width: 135px;
	padding-left: 5px;
	}
	* html #elmenuvertical { /* IE */
   width: 129px;
}
#elmenuvertical ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#elmenuvertical a{
	padding: 5px;
    display: block;
    width: 100%; /* IE6 */
    color: #333;
    text-decoration: none;
	}
#elmenuvertical a:visited {
color: #333;
}

html>body #elmenuvertical a { /* No IE */
width: auto;
}

#elmenuvertical a:hover {
    background-color: #ccc;
    color: #fff;
	
	}
#elmenuvertical #current a {
background-color: #333;
color: #fff;
font-weight: bold;
}

.papertoybox{
 width: 183px; 
 float: left;
 
 }

