﻿/* CSS Document */

.h1-texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


a.h1-texte:hover{
	text-decoration: none;}

a.h1-texte:link {
text-decoration: underline;}

.h1-texte2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.h1-texteblc {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

a.h1-texte2:hover{
	text-decoration: none;}

a.h1-texte2:link {
text-decoration: underline;}

.h2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #6b6b6b;
	font-weight:bold;
}


.h2-2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color:#37446c;
	color:#FFFFFF;
	font-weight:bold;
}


a.h2:hover{
	text-decoration: none;}

a.h2:link {
text-decoration: underline;}

.h3 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #6b8f7f;
	font-weight:bold
}

a.h3:hover{
	text-decoration: none;}

a.h3:link {
text-decoration: underline;}

select, option {
	background-color:#ffffff;
	color:#6b6b6b;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	border:0;
}

