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

body
{
   width: 950px;
   font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
   font-size:13px;
   color: #003399;
}

#global {
     position:absolute;
     left: 50%; 
     top: 45%;
     width: 950px;
     height: 600px;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -475px; /* moitié de la largeur */
}

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

.titre {
   font-family: Trebuchet, "Verdana", Verdana, serif;
   font-size: 12px;
   font-variant: small-caps;
   font-weight: bold;
   color: #666666;
}

.txt1 {
   font-family: Trebuchet, "Verdana", Verdana, serif;
   font-size: 9px;
   color: #333333;
}


.txt2 {
   font-family: Trebuchet, "Verdana", Verdana, serif;
   font-size: 11px;
   color: #003399;
}

a
{
	color: #336633;
	text-decoration: underline;	
}

a:hover
{
	color: #336633;
	text decoration: none;
}

a:visited
{
	color: #336633;
	text decoration: none;
}

a:active
{
	color: #336633;
	text decoration: none;
}
