.texte_de_cote {
	position: relative;
	left: -25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#34505c;
	list-style-type:square;
	list-style-position:outside
}
.texte_de_base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#34505c;
}
.texte_de_base_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

h1{
	font: bold 310%/100%;
	position: relative;
	margin: 30px 0 50px;
	color: #D51820;
	text-transform: uppercase;
	letter-spacing: -2px;
}

h1 span {
	background: url(images/gradient-glossy.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
}

h2{
	position: relative;
	color:#D51820;
}

h2 span {
	background: url(images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

h3{
	position: relative;
	color:#34505c;
}

h3 span {
	background: url(images/gradient-glossy.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 12px;
}

