/* CSS Document */





/* Désactivation de la nav gauche en masquant la zone */
#memo_site_gauche { display:none; }



h1 {
	color : #9f255e;
	font-size : 22px;
	font-family : Arial;
	line-height : 35px;
	border-bottom :2px dashed #b7d916; 
	margin-bottom : 10px;
}

h2 {
	color : #b84379;
	font-size : 16px;
	font-family : Arial;
	line-height : 16px;
}


.grenad {
	color : #9f255e;
}


#commande h1 {
	color : #93B7B4;
	font-size : 22px;
	font-family : Arial;
	line-height : 30px;
	border-bottom :2px dashed #93B7B4; 
	padding-top : 10px;
}

#entretien h1 {
	color : #BE8E68;
	font-size : 22px;
	font-family : Arial;
	line-height : 30px;
	border-bottom :2px dashed #BE8E68; 
	padding-top : 10px;
}

#paiement h1 {
	color : #979456;
	font-size : 22px;
	font-family : Arial;
	line-height : 30px;
	border-bottom :2px dashed #979456; 
	padding-top : 10px;
}

#taille h1 {
	color : #839FAA;
	font-size : 22px;
	font-family : Arial;
	line-height : 30px;
	border-bottom :2px dashed #839FAA; 
	padding-top : 10px;
}


#garanties h1 {
	color : #B5AF6D;
	font-size : 22px;
	font-family : Arial;
	line-height : 30px;
	border-bottom :2px dashed #B5AF6D; 
	padding-top : 10px;
}

#echange h1 {
	color : #BE7AAE;
	font-size : 22px;
	font-family : Arial;
	line-height : 30px;
	border-bottom :2px dashed #BE7AAE; 
	padding-top : 10px;
}


#livraison h1 {
	color : #9E797A;
	font-size : 22px;
	font-family : Arial;
	line-height : 30px;
	border-bottom :2px dashed #9E797A; 
	padding-top : 10px;
}

#suivicolis h1 {
	color : #D89583;
	font-size : 22px;
	font-family : Arial;
	line-height : 30px;
	border-bottom :2px dashed #D89583; 
	padding-top : 10px;
}

.spacer {
	clear: both;
}




#menuservice td {
	color : #FFFFFF;
	font-size: 15px;
	font-weight : bold;
	font-family:Arial;

}




#paiement a:link {
		color : #979456;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
	
		}
		
#paiement a:visited {
		color : #979456;
		text-decoration : none;
		font-weight : bold;
		font-style : bold;
		}

#paiement a:hover {
		color : #979456;
		text-decoration : none;
		font-weight : bold;
		font-style : bold;
		}			
		
#commande a:link {
		color : #666666;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
	
		}
		
#commande a:visited {
		color : #666666;
		text-decoration : none;
		font-weight : bold;
		font-style : bold;
		}

#commande a:hover {
		color : #666666;
		text-decoration : none;
		font-weight : bold;
		font-style : bold;
		}					


#contactfaq a:link {
		color : #9f255e;
		text-decoration : none;
		font-weight : bold;
		font-style : bold;
	
		}
		
#contactfaq a:visited {
		color : #9f255e;
		text-decoration : none;
		font-weight : bold;
		font-style : bold;
		}

#contactfaq a:hover {
		color : #9f255e;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
		}	


#menuservice a:link {
		color : #FFFFFF;
		text-decoration : none;
		font-weight : bold;
		font-style : bold;
	
		}
		
#menuservice a:visited {
		color : #FFFFFF;
		text-decoration : none;
		font-weight : bold;
		font-style : bold;
		}

#menuservice a:hover {
		color : #FFFFFF;
		text-decoration : none;
		font-weight : bold;
		font-style : bold;
		}		
		
			
		
		
/* Droite */
select.select {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666666;
	margin:5px 5px;
}

input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666666;
	margin:5px;
}

.selectBox{
	background:#e3e3e3;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	width:250px;
	float:right;
}		
		



