/* Contain Font Style: color, font family, size ... */

body {
  /*background-color: #666666; */
  color: #333333; 
  font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  margin: 0px;
  padding: 0px;
}
/* links were blue = #0066 */
a:active 	{
	text-decoration: none;
	color: #333
}
a:link 		{
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:hover 	{		text-decoration: underline; }

#link	{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #333;
}

tr {	font-size: 12px; 	}
td {	font-size: 12px;	}

select, option {
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal;
	color: #295389;
	background-color: #FFFFFF;
}

/*********************************************************************************************************************************/

h1	{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	display: inline;	color: #CC0000;	font-size: 20px;	font-style: normal;	font-weight: normal;	}
h2	{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	display: inline;	color: #CC0000;	font-size: 13px;	font-style: normal;	font-weight: bold;	}
h3	{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	display: inline;	color: #000000;	font-size: 13px;	font-style: normal;	font-weight: bold;	}
h4	{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	display: inline;	color: #000000;	font-size: 11px;	font-style: normal;	font-weight: normal;}
h5	{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	display: inline;	color: #003366;	font-size: 12px;	font-style: normal;	font-weight: bold;	}
h6	{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	display: inline;	color: #990000;	font-size: 12px;	font-style: normal;	font-weight: bold;	}

/*********************************************************************************************************************************/

.defaultText 	{	color: #000000; font-weight: normal; 	font-style: normal; font-size: 12px; }
.nav_text 		{	color: #295389; font-weight: bold; 		font-style: normal; font-size: 12px; }
.pathText			{ color: #000000; font-weight: normal; 	font-style: normal; font-size: 11px; }
.sousTitre		{ color: #666666; font-weight: bold; 		font-style: normal; font-size: 16px; 	font-family: "Comic Sans MS";	}
.accroche_20	{ color: #000000; font-weight: bold; 		font-style: italic; font-size: 20px; 	font-family: "Verdana";	}
.accroche_22	{ color: #000000; font-weight: bold; 		font-style: italic; font-size: 22px; 	font-family: "Verdana";	}

/*#hoverText a:hover 	{color: #CC0000; font-weight: normal; font-style: normal; font-size: 12px; text-decoration: none; }*/

/*********************************************************************************************************************************/

.bold_9_black	{	color: #000000; font-weight: bold; font-style: normal; font-size: 9px;}

.bold_12_red		{	color: #CC0000; font-weight: bold; font-style: normal; font-size: 12px;}
.bold_12_black	{	color: #000000; font-weight: bold; font-style: normal; font-size: 12px;}
.bold_12_orange	{	color: #E26B13; font-weight: bold; font-style: normal; font-size: 12px;}
.bold_12_blue		{	color: #003366; font-weight: bold; font-style: normal; font-size: 12px;}

.bold_13_red		{	color: #CC0000; font-weight: bold; font-style: normal; font-size: 13px;}
.bold_13_black	{	color: #000000; font-weight: bold; font-style: normal; font-size: 13px;}
.bold_13_blue		{	color: #003366; font-weight: bold; font-style: normal; font-size: 13px;}
.bold_13_red		{	color: #CC0000; font-weight: bold; font-style: normal; font-size: 13px;}

.bold_14_black	{	color: #000000; font-weight: bold; font-style: normal; font-size: 14px;}
.bold_14_orange	{	color: #E26B13; font-weight: bold; font-style: normal; font-size: 14px;}
.bold_14_white 	{	color: #FFFFFF; font-weight: bold; font-style: normal; font-size: 14px;}

.normal_12_red		{	color: #CC0000; font-weight: normal; font-style: normal; font-size: 12px;}
.bold_16_red		{	color: #CC0000; font-weight: bold; font-style: normal; font-size: 16px;}
.bold_16_dred		{	color: #990000; font-weight: bold; font-style: normal; font-size: 16px;}
.bold_16_black	{	color: #000000; font-weight: bold; font-style: normal; font-size: 16px;}
.bold_16_blue		{	color: #003366; font-weight: bold; font-style: normal; font-size: 16px;}

.normal_20_red		{	color: #CC0000; font-weight: normal; font-style: normal; font-size: 20px;}
.normal_20_black	{	color: #000000; font-weight: normal; font-style: normal; font-size: 20px;}
.normal_20_orange	{	color: #E26B13; font-weight: normal; font-style: normal; font-size: 20px;}
