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

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

#global {
     position:absolute;
     left: 50%; 
     top: 40%;
     width: 660px;
     height: 500px;
     margin-top: -250px; /* moitié de la hauteur */
     margin-left: -330px; /* moitié de la largeur */
}

.filet {
	border: 1px solid #006699;
	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: #006699;
}


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

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

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

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

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