body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, times new roman, Helvetica, sans-serif;
}

select
{
	font-family: Arial, times new roman, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;	
}

input
{
	font-family: Arial, times new roman, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	color:#000000;
}



/*Cette balise permet de changer la taille de police des paragraphes de tout le site*/
P
{
	font-size: 14px;
}



/*BOUTONS*/
#bouton_action
{
	background-color:#ff6600;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	border-width:2px;	
	text-align: center;
	padding: 2px;
	position: relative;
}

#bouton_action:hover
{
	background-color:#ff6600;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	border-width:2px;	
	text-align: center;
	padding: 2px;
	position: relative;
}



/*LIENS*/
a
{
	font-family: Arial, times new roman, Helvetica, sans-serif;
	text-decoration: none;
	color: navy;
	font-weight:normal;
}

a:hover
{
	font-family: Arial, times new roman, Helvetica, sans-serif;
	text-decoration: underline;
	color: #660033;
	font-weight:normal;
}


#lien_blanc:hover
{
	font-family: Arial, times new roman, Helvetica, sans-serif;
	color: #ffffcc;
	text-decoration: underline;
	font-weight:bold;
	font-size:12px;		
}


#lien_blanc
{
	font-family: Arial, times new roman, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;		
}

#lien_blanc:hover
{
	font-family: Arial, times new roman, Helvetica, sans-serif;
	color: #ff9900; /*#ffffcc;*/
	text-decoration: underline;
	font-weight:bold;
	font-size:12px;		
}

#lien_bandeau_titre
{
	font-family: Times New Roman;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:50px;		
}
#lien_bandeau_titre:hover
{
	font-family: Times New Roman;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:50px;		
}

#lien_index_titre
{
	font-family: Verdana;
	letter-spacing:1em;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:18px;		
}
#lien_index_titre:hover
{
	font-family: Verdana;
	letter-spacing:1em;	
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:18px;		
}

#lien_navy
{
	font-family: Arial, times new roman, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;		
}

#lien_navy:hover
{
	font-family: Arial, times new roman, Helvetica, sans-serif;
	color: #003366;
	text-decoration: underline;
	font-weight:bold;
	font-size:12px;		
}




/*TITRES*/
.titre_premierelettre
{
	font-family: georgia, Arial, times new roman, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	display: block;
}

.titre
{
	font-family: georgia, Arial, times new roman, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	display: block;
}

.soustitre
{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #9DACBF;
}

.titrepara
{
	font-family:Arial, times new roman, Helvetica, sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: normal;	
}

.titrebloque
{
	font-family:Arial, times new roman, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
	color=#660033;
}

.titreservice
{
	color=#660033;
	width:900;
	font-size: 25px;
	filter:Shadow(color=silver, direction=135);
}

.titretableau
{
	color=#660033;
	width:900;
	font-size: 22px;
	filter:Shadow(color=silver, direction=135);
}

.titretableau_col
{
	color=#000000;
	font-size: 18 px;
	filter:Shadow(color=silver, direction=135);
}


