h1 {
	color: #265859;
	padding-top: 10px;
	border-top: 1px solid #265859;
}

h2 {
	
}

h3 {
	
}

h4 {
	color: #265859;
}

h5 {
	
}

.bouton {
	
}

a {
	color: #265859;
}

a.bouton {
	color: white;
}

a:hover {
	color: white;
}

a.bouton:hover {
	color: #265859;
}

a:active {
	color: black;
}

a:visited {
	
}

.haut {
	margin-top: 0px;
}

.hautancre {
	line-height: 4px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.ancre {
	margin-top: 42px;
	margin-bottom: 15px;
}

.centre {
	text-align: center;
}

table.formPanier {
	border: 1px solid #265859;
	margin-right: 20px;
	float: right;
}

p.titrePanier {
	text-align: left;
	font-weight: bold;
	margin: 5px;
}

p.choixPanier {
	text-align: left;
	margin: 5px;
	vertical-align: middle;
}

p.prixPanier {
	text-align: right;
	font-weight: bold;
	margin: 10px 5px 5px 5px;
	color: #320033;
	vertical-align: middle;
}

table.formPanier tr td form {
	margin: 0;
}

.caddieMenu {
	color: #320033;
	font-weight: bold;
}

.caddieMenuAccueil {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.clr {
	clear: both;
}