/* CSS issu des tutoriels css.alsacreations.com */
body {
	font-family: Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.conteneur {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	/*border: 5px #e5e5e5 solid;*/
	float:left;
	background-color: #d7d6d6;
}

.content{
	margin-top:20px;
	min-height:655px;
	width:100%;
	float:left;
	background-color: #d7d6d6;
	
}	

.header {
	height: 35px;
	background-color: #b9b9b9;
	color:black;
	font-style: normal;
	float:left;
	width:100%;
}

input[type=checkbox] {
	background-color:transparent;
	 border: none;

}

input[type=radio] {
	background-color:transparent;
	 border: none;

}

.cart_module{
	margin-top:8px;
	float:left;
	text-align: left;
	margin-left:15px;
}

.contacttitle{
	margin-left:10px;
	font-size:20px;
	padding-top:20px;
	font-weight:bolder;
	border-bottom:1px solid black;
}

.bgwhite{
	background-color: white;
	border:none;	
}	

.cart_icon{
	margin-top:0px;
	float:left;	
	width:16px;
	height:16px;
	background-image: url('cart.png');	
	margin-right:5px;
	/*visibility: hidden;*/
}	

.language_module {
	height: 35px;
	width: 150px;
	float: right;
	text-align: right;
	margin-right:10px;
}

.select_box {
	margin-top: 8px;
}



 .navlist{ 
	float:left;
	color:black;
 }
 
 .navlist_element{
 	padding:3px;
 	float:left;
 	font-size:14px;
 	margin-right:5px;
  }
  
  .navlist_element a{
   	font-size:14px;
   	font-weight: bold;
   }
  
  .navlist_element a:hover{
	text-decoration: underline;
  }
  
 
 
   
  
  
  .naviborder a{
  	border-left:1px solid black;
  	padding-left:20px;
  	margin-left:5px;
  	padding-right:6px;
  }

/*
 .desactivatelink{
  	color:blue;
  	font-weight: lighter;
  }
  
   .desactivatelink a{
  	color:blue;
  	font-weight: lighter;
  }
  
   .desactivatelink a:hover{
 text-decoration: none;
  }

*/


.navlistfooter {
	margin: 0;
	padding: 8px 0 0 10px;
	height: 20px;
	float: left;
}

.navlistfooter li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}


.navlistfooter a {
	color:black;
	float: left;
	text-decoration: none;
	font-size: 13px;
	margin-right: 20px;
	padding: 3px 7px 19px 7px;
	font-weight: bolder;
}



.navlistfooter a:hover {
	color: black;
	padding: 3px 7px 9px 7px;
	text-decoration: underline;
}

a {
	color: black;
	text-decoration: none;
}

.haut {
	height: 30px;
	background-color: #CCCCFF;
}

.footer {
	height: 60px;
	text-align: right;
	font-size: 12px;
	background-color: #a4a4a4;
	height: 35px;
	float:left;
	width:100%;

}

h1{
	color:#000;
	font-size:18px;
	border-bottom:1px solid black;
}

.footer_right {
	width: 220px;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
	text-align: right;
	height:20px;
}

.footer_right a {
	margin: 0;
	color: black;
	font-weight: normal;
}



select {
	background-color: #d7d6d6;
	border: 1px #b8b8b8 solid;
	color: black;
}

p{
	color:black;
	border:none;
}


