/*
Design de la page d'accueil du site TIC 8
*/

body
{
   width: 926px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 15px;
   background-color: #FFFFFF;
   font-family: "Trebuchet", Verdana, sans-serif;
   font-size: 11px;
   color: #006699;
}

.bgmenu {
    background-image: url(../img/pix_couv.gif);
	background-repeat: repeat;
}

.bgbandeau {
    background-image: url(../img/bandeau.jpg);
	background-repeat: no-repeat;
}

.bgrp {
    background-image: url(../img/rens_pratiques.jpg);
	background-repeat: no-repeat;
}

.filet {
	border: 1px solid #003399;
    background-image: url(../img/bg_phare.jpg);
    background-repeat: no-repeat;
}

.filetsans {
	border: 1px solid #003399;
}

.vert {
	color: #66CC33;
}

.orange {
	color: #FF9900;
}

.texte1gras {
   	font-family: "Trebuchet", Verdana, sans-serif;
  	font-size: 11px;
	font-weight: bold;
	color: #003399;
}

.texte1 {
   	font-family: "Trebuchet", Verdana, sans-serif;
  	font-size: 9px;
	font-weight: normal;
	color: #003399;
}

.texte1blancgras {
   	font-family: "Trebuchet", Verdana, sans-serif;
  	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.texte1blanc {
   	font-family: "Trebuchet", Verdana, sans-serif;
  	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}

.texte1gris {
   	font-family: "Trebuchet", Verdana, sans-serif;
  	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

a:link
{
   	font-family: "Trebuchet", Verdana, sans-serif;
  	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;	
}

a:hover
{
   	font-family: "Trebuchet", Verdana, sans-serif;
  	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text decoration: underline;
}

a:visited
{
   	font-family: "Trebuchet", Verdana, sans-serif;
  	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;	
}

a:active
{
   	font-family: "Trebuchet", Verdana, sans-serif;
  	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;	
}

.tilien:hover {
font-family: verdana; font-size: 9px; color: #006699; text-decoration: none ;
}
.tilien:link {
font-family: verdana; font-size: 9px; color: #006699; text-decoration: underline ;
}
.tilien:visited {
font-family: verdana; font-size: 9px; color: #006699; text-decoration: underline ;
}
.tilien:active {
font-family: verdana; font-size: 9px; color: #006699; text-decoration: underline ;
}

.blanc:hover {
font-family: verdana; font-size: 11px; color: #FF9900; text-decoration: none ; font-weight: bold
}
.blanc:link {
font-family: verdana; font-size: 11px; color: #FFFFFF; text-decoration: underline ; font-weight: bold
}
.blanc:visited {
font-family: verdana; font-size: 11px; color: #FFFFFF; text-decoration: underline ; font-weight: bold
}
.blanc:active {
font-family: verdana; font-size: 11px; color: #FFFFFF; text-decoration: underline ; font-weight: bold
}

.inactif:hover {
font-family: verdana; font-size: 11px; color: #666666; text-decoration: underline ; font-weight: bold
}
.inactif:link {
font-family: verdana; font-size: 11px; color: #333333; text-decoration: none ; font-weight: bold
}
.inactif:visited {
font-family: verdana; font-size: 11px; color: #333333; text-decoration: none ; font-weight: bold
}
.inactif:active {
font-family: verdana; font-size: 11px; color: #333333; text-decoration: none ; font-weight: bold
}
