@font-face {
	font-family: 'CleanvertisingBlack';
	src: url('/fonts/cleanveb-webfont.eot');
	src: local('☺'), url('/fonts/cleanveb-webfont.woff') format('woff'), url('/fonts/cleanveb-webfont.ttf') format('truetype'), url('/fonts/cleanveb-webfont.svg#webfontJpj3F3d8') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3{
	font-family: 'CleanvertisingBlack', sans-serif;
	text-shadow: 1px 1px 1px #555555;
}
h2{
	font-size:22px;
	text-transform: uppercase;
}
h3{
	font-size:18px;
}


#header h2{
	font-family: Arial;
	text-transform: none;
}
#header h2 span.nombre{
	font-size: 22px;
	
}

a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clear{
	clear:both;	
	height:0px;
	overflow: hidden;
}

.error{
	color: red;	
}
.important{
	color: red;
}

span.prix{
	font-weight:bold;
	font-size:18px;
}
span.prix_big{
	color: black;
	font-weight:bold;
	font-size:36px;
}

table th {
	text-align: right;
}

div.bandeau {
	height: 21px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
div.bandeau.haut {
	background-image: url("/images/bandeau-haut.png");
	margin-bottom: 10px;
}
div.bandeau.bas {
	background-image: url("/images/bandeau-bas.png");
	margin-top: 10px;
}

h2 {
	margin-top: 0;
}

span.expired {
	display: block;
	height: 90px;
	width: 90px;
	background-image: url('/images/ribbon.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
