a:link {
color: #0000ff;
font-size: 12; 
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;}

a:active, a:visited {
color: #0000ff;
font-size: 12; 
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;}

a:hover {
color: #666666;
font-size: 12;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;}

td {
color: #0000ff;
font-size: 12;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;} 

.title{
color: #0000ff;
font-size: 16;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;}

.sub_title{
color: #0000ff;
font-size: 14;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;}

.manu{
color: #ff00ff;
font-size: 14;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;}

BODY {
scrollbar-arrow-color: #0000ff;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #0000ff;
scrollbar-highlight-color: #0000ff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
background-color: #0000ff;
font-size: 12;
font-weight: normal;
color: #0000ff;
font-family: Verdana, Arial, Helvetica, sans-serif;}

.Style1 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000FF; font-size: 12px;}
.Style2 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000FF; font-size: 12px;}
.Style3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffcc00; font-size: 14px;}
.Style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #0000ff;}


/* STRUCTURE PAGE */
#haut_page {
  background: url("../images/marge_h.gif") repeat-x ;
  padding: 0px;
  width: 750px;
  height: 40px;
}
#marge_gauche {
  background: url("../images/marge_g.gif") repeat-y left;
}
#marge_droite {
  background: url("../images/marge_d.gif") repeat-y right;
}
#angle_bas_gauche {
  background: url("../images/angle_b_g.gif") repeat-y left;
}
#angle_bas_droite {
  background: url("../images/angle_b_d.gif") repeat-y right;
}
#angle_haut_gauche {
  background: url("../images/angle_h_g.gif") repeat-y left;
}
#angle_haut_droite {
  background: url("../images/angle_h_d.gif") repeat-y right;
}
#cadre_page {
  background: #ffffff;
  padding: 0px;
  border: 0px;
  width: 800px;
  height: 210px
}
#pied_page {
  background: url("../images/marge_b.gif") repeat-x ;
  padding: 0px;
  width: 750px;
  height: 40px;
}

/* LIGHTBOX */
#lightbox{
	background-color: #333;
	padding: 10px;
	border: 2px solid #000;
}
#lightboxCaption{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	text-decoration:none;
}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url("../images/overlay.png"); }

* html #overlay {
	background-color: #ffffff;
	background-image: url("../images/blank.gif");
	filter: Alpha(opacity=50);
}

