/*
Design de la page d'accueil du site THD2
*/

body
{
   width: 900px;
   margin: auto;
   margin-top: 10px; 
   background-color: #000000;
   font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
   font-size: 12px;
   font-color: #333333;
   color: #FFFFFF;
}

.bghome {
	background-image:url(../img/all_home.jpg);
	background-color: #333333;
}

.bgpage {
	background-image:url(../img/bg_page.gif);
	color: #333333;
}

.bgmenu {
	background-image:url(../img/bg_menu.jpg);
   	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.bghomedates {
	background-image:url(../img/h_bg_txt_dates.jpg);
}

.bgdates {
	background-image:url(../img/bg_dates.jpg);
}

.filet {
	border: 1px solid #003399;
	background-color: #0066CC;
}

.stitrevert {
   	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	font-size: 16px;
	font-weight: bold;
	color: #99CC00;
}

.titreprog {
   	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}
.vert {
   	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	font-size: 14px;
	color: #99CC00;
}

.texte1 {
   	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	font-size: 11px;
	color: #666666;
}

a
{
   	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	font-size: 12px;
	color: #99CC00;
	text-decoration: none;	
}

a:hover
{
   	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	font-size: 12px;
	color: #99CC00;
	text decoration: underline;
}

a:visited
{
   	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	font-size: 12px;
	color: #99CC00;
	text-decoration: none;	
}

a:active
{
   	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	font-size: 12px;
	color: #99CC00;
	text-decoration: none;	
}

.navselect {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 14px; color: #FFFFFF; text-decoration: none; font-weight: bold;
}
.red:hover {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 14px; color: #FF3300; text-decoration: none; font-weight: bold;
}
.red:link {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 14px; color: #FF3300; text-decoration: none; font-weight: bold;
}
.red:visited {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 14px; color: #FF3300; text-decoration: none; font-weight: bold;
}
.red:active {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 14px; color: #FF3300; text-decoration: none; font-weight: bold;
}
.nav:hover {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 14px; color: #99CC00; text-decoration: none; font-weight: bold;
}
.nav:link {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 14px; color: #99CC00; text-decoration: none; font-weight: bold;
}
.nav:visited {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 14px; color: #99CC00; text-decoration: none; font-weight: bold;
}
.nav:active {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 14px; color: #99CC00; text-decoration: none; font-weight: bold;
}
