/*
##########################
  LES DIFFERENTS ELEMENTS
       DE LA PAGE
##########################
*/
body, tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
a:link, a:visited, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3675AD;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}



a.lien2:link, a.lien2:visited, a.lien2:active{
	font-size: 9px;
	color: #3675AD;
}
a.lien2:hover {
	color: #FF6600;
	font-size: 9px;
	text-decoration: none;
}

.GrandBleu {
	color: #3675AD;
	font-size:16px;
}
.GrandOrange {
	color: #FF6600;
	font-size:16px;
}
.GrandBleuGras {
	color: #3675AD;
	font-size:14px;
	font-weight: bold;
}
.GrandOrangeGras {
	color: #FF6600;
	font-size:14px;
	font-weight: bold;
}
.GrasBleu {
	color: #3675AD;
	font-weight: bold;
}
.GrasOrange {
	color: #FF6600;
	font-weight: bold;
}

/*
---------------------------------------------
     Menu de navigation
   rub = menu principales
      srub = sous-menu
---------------------------------------------

 M E N U  P R I N C I P A L  D E  N A V I G A T I O N 
*/
.rub_table {
	background-image: url(visuels/FondMenu.gif);
	background-repeat: no-repeat;
	height: 38px;
}

a.rub_libelle:link, a.rub_libelle:visited, a.rub_libelle:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3675AD;
	text-decoration: none;
}
a.rub_libelle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
}

/* 
S O U S  M E N U  D E  N A V I G A T I O N 
*/
.srub_div {
	text-align:left;
	position:absolute;
	visibility: hidden;
	left: 185px;
	top: 89px;
	border: 1px solid #3675AD;
	overflow: visible;
	background-color: #FFFFFF;
}
a.srub_libelle:link, a.srub_libelle:visited, a.srub_libelle:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3675AD;
	text-decoration: none;
	background-image: url(visuels/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	white-space: nowrap;
	margin-right: 20px;
}
a.srub_libelle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	background-image: url(visuels/puce_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	white-space: nowrap;
	margin-right: 20px;
}

/*
---------------------------------------------
Rail
---------------------------------------------
*/
a.rail:link, a.rail:visited, a.rail:active   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 20pt;
}
a.rail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3675AD;
	text-decoration: none;
	font-weight: bold;
	line-height: 20pt;
}

/*
##########################################################################################################
						
						ENSEMBLE DES STYLES UTILISES POUR LES BOITES
						
##########################################################################################################

/*
---------------------------------------------
	bloc_bleu100pct.tpl
---------------------------------------------
*/
.bleu100pct_titre_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	line-height: 16pt;
}

/*
---------------------------------------------
	bloc_bleu200px.tpl
---------------------------------------------
*/
.bleu200px_titre_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	line-height: 15pt;
}


/*
---------------------------------------------
	bloc_rss.tpl
---------------------------------------------
*/
.rss_titre_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 25px;
	width: 200px;
}
.rss_contenu_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/*
---------------------------------------------
	popup
---------------------------------------------
*/
.popup_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
}
.popup_contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
