/* GENERALITE ------------------------------------------------------------------------------------------------ */

/* LIENS */
a:link		{text-decoration: none;}
a:visited 	{text-decoration: none;}
a:hover		{font-size: 110%; text-decoration: underline;}

.lien_footer:link		{color:#666666; text-decoration: none;}
.lien_footer:visited 	{color:#666666; text-decoration: none;}
.lien_footer:hover		{color:#666666; font-size: 110%; text-decoration: underline;}

.lien_menu:link		{color:#FFFFFF; font-weight: bold ;  text-decoration: none;}
.lien_menu:visited 	{color:#FFFFFF; font-weight: bold ;  text-decoration: none;}
.lien_menu:hover	{color:#FFFFFF; font-weight: bold ;  font-size: 110%; text-decoration: underline;}

body {
	/* background: url(../images/background.jpg) #FFFFFF repeat; */
	/* background-repeat: repeat-x; */
	background-color:#FFFFFF;
	color:#666666;
	margin:0;
	padding:0;
	font-size:100.1%;
	font:83%/1.4 verdana, arial, helvetica, sans-serif;
}

/* MENU ------------------------------------------------------------------------------------------------ */

.titre_gris_fonce {
	padding-top:13px;
	padding-left:10px;
	text-decoration: none;
	font-size: 16px; color: #f0f0f0;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}

/* PARTIE DROITE ------------------------------------------------------------------------------------------------ */

.titre_grand_orange {
	padding:0 0 0 20px;
	text-decoration: none;
	font-size: 18px; color: #ffa800;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.ligne_orange{ background-color:#ffa800;
	width:618px;
	height:3px;
	margin:5px 0 0 20px; 
	font-size:0.2em;
	padding:0; }

.petite_ligne_orange{ background-color:#ffa800;
	width:350px;
	height:3px;
	margin:5px 0 0 20px; 
	font-size:0.2em;
	padding:0; }

.titre_grand_red {
	padding:0 0 0 20px;
	text-decoration: none;
	font-size: 18px; color: #d93529;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.ligne_red{ background-color:#d93529;
	width:618px;
	height:3px;
	margin:5px 0 0 20px; 
	font-size:0.2em;
	padding:0; }

.titre_grand_green {
	padding:0 0 0 20px;
	text-decoration: none;
	font-size: 18px; color: #74ad1b;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.ligne_green{ background-color:#74ad1b;
	width:618px;
	height:3px;
	margin:5px 0 0 20px; 
	font-size:0.2em;
	padding:0; }
	
.titre_grand_blue {
	padding:0 0 0 20px;
	text-decoration: none;
	font-size: 18px; color: #36c3e0;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.ligne_blue{ background-color:#36c3e0;
	width:618px;
	height:3px;
	margin:5px 0 0 20px; 
	font-size:0.2em;
	padding:0; }

.titre_grand_yellow {
	padding:0 0 0 20px;
	text-decoration: none;
	font-size: 18px; color: #F2E555;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.ligne_yellow{ background-color:#F2E555;
	width:618px;
	height:3px;
	margin:5px 0 0 20px; 
	font-size:0.2em;
	padding:0; }