/* CSS Document */
/* BANDEAU DE NAVIGATION */
/* BANDEAU DE LA RUBRIQUE */

#bandeau {
	margin: 0px auto 0px auto;
	width: 952px;
	height: 132px;
	background-image: url(../imgEquin/band_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#titrerubrique {
	float: right;
	width: 210px;
}
#titrerubrique .texte {
	margin: 15px 20px 15px 10px;
}

/* division de la fiche + menu gauche */
#contenuRub {
	background-image: url(../imgEquin/bg_ficheProduits.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	height: 100%;
	overflow: hidden;
}
/* SOUS NAVIGATION */

a.snav:visited {
	color: #AA2A27;
	text-decoration: none;
}
a.snav:link {
	color: #AA2A27;
	text-decoration: none;
}
a.snav:hover {
	color: #000000;
	text-decoration: none;
}

#photoBienvenue {
	overflow: hidden;
	height: 196px;
}
#listeProduits caption {
	color: #aa2a27;
}
#listeProduits td.filet {
	border-right: solid 1px #d0cdc8;
}

#ficheProduits caption {
	color: #aa2a27;
}

/* COMMANDE */
#commande table {
	border: 0px;
	margin: 0px 40px 0px 40px;
	border-left: solid 1px #d0cdc8;
}
#details table {
	border: 0px;
	margin: 0px 40px 0px 40px;
	border-left: solid 1px ##AA2A27;
}
#details caption {
	background-color: ##AA2A27;
	text-align: left;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 40px 0px 0px;
}
#details th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AA2A27;
	border-top: solid 1px #AA2A27;
	font-weight: normal;
	vertical-align: top;
}
#details .livraison {
	border-top: solid 1px #AA2A27;
}

#avisConso table {
	border-left: solid 1px #AA2A27;
	background-color: #FFF8D9;
}
#avisConso caption {
	color: #AA2A27;
	border-top: solid 1px #AA2A27;
	border-left: solid 1px #AA2A27;
	background-color: #FFF8D9;
}
#avisConso th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AA2A27;
	font-weight: normal;
}
#donnezvotreavis {
	border-top: solid 1px #AA2A27;
	border-left: solid 1px #AA2A27;
	background-color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 40px 0px 40px;
	width: 643px;
	padding: 3px;
	text-align: right;
	font-weight: normal;
}
#donnezvotreavis a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#autresProduits caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #aa2a27;
	padding: 20px 20px 0px 20px;
	text-align: left;
}

