@charset "UTF-8";
@import url(include/style.css);
@import url(include/menu.css);

table.catalogue tr.space{
	height: 30px;
}

table.catalogue td {
	padding-left:10px;
	vertical-align: top;
}

table.catalogue h4{
	text-transform: uppercase;
	color: #3a95d7;
	font-weight: bold;
	line-height: 25px;
}

table a{
	color: gray;
}

table a:hover{
	color:#3a95d7;
}

/* page product */

table .back-product{
	background: url("../img/back-encart-produit.jpg") repeat-x bottom left;
	padding-left: 10px;
}

table .back-product a{
	color: #4eb11d;
}

table.plan{
	border: 1px solid #3a95d7;
	border-left-width: 12px;
	text-align: center;
}

table.plan th{
	padding: 10px 5px;
}

