/* CSS definition file containing site wide stylesheets */

.produitlink:visited {
	color: rgb(51,51,51);
 	text-decoration: none 
}

.nav {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	text-transform: uppercase;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.piedlink:active {
	font-size: 10px;
 	color: rgb(128,128,128);
 	text-decoration: underline
}

.pied {
	font-size: 10px;
 	color: rgb(128,128,128)
}

.piedlink:visited {
	font-size: 10px;
 	color: rgb(128,128,128);
 	text-decoration: none 
}

.produitlink:link {
	color: rgb(51,51,51);
 	text-decoration: none 
}

.navlink:visited {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	text-transform: uppercase;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.navlink:link {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	text-transform: uppercase;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.bouton {
	color: rgb(255,255,255);
 	background-color: rgb(74,134,161);
 	border: 1px solid rgb(192,192,192)
}

.piedlink:link {
	font-size: 10px;
 	color: rgb(128,128,128);
 	text-decoration: none 
}

.produitlink:active {
	text-decoration: underline
}

.navlink:active {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	text-transform: uppercase;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

.form {
	border: 1px solid rgb(153,153,153)
}

.produitlink:hover {
	color: rgb(74,135,161);
 	text-decoration: underline
}

.piedlink:hover {
	font-size: 10px;
 	text-decoration: underline
}

.navlink:hover {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	text-transform: uppercase;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}