/************** redéfinition de trois corps de page **************/

body{							/* de base */ 									 



	font-weight : normal ;				

	font-family : Arial ;				

	font-style : normal ;				

	color : #0066FF }

						

.autres

{

	Background-color : #EBEBEB }	



.antennes 

{
	Background-color : #EBEBEB;
	font-weight : normal;
	font-family : Arial;
	font-style : normal;
	color : #F90
}

	

.services

{

	Background-repeat : no-repeat ; 

	Background-position : top ;

	font-weight : normal ;				

	font-family : Arial ;				

	font-style : normal ;				

	color : #FF3300 }

.liens 

{

	Background-color : #EBEBEB ;

	font-weight : normal ;				

	font-family : Arial ;				

	font-style : normal ;				

	color : #00CC00}
	
.presentation 

{

	Background-color : #EBEBEB ;

	font-weight : normal ;				

	font-family : Arial ;				

	font-style : normal ;				

	color : #0000FF}

.media 

{

	Background-color : #EBEBEB ;

	font-weight : normal ;				

	font-family : Arial ;				

	font-style : normal ;				

	color : #9900CC}		

.actualites 

{

	Background-color : #EBEBEB ;

	font-weight : normal ;				

	font-family : Arial ;				

	font-style : normal ;				

	color : #FF0066}
.accueil

{

	Background-repeat : no-repeat ; 

	Background-position : center;

	Background-color : #EBEBEB;

	font-weight : normal ;				

	font-family : Arial ;				

	font-style : normal ;				

	color : #0066FF }



.global {

     margin-left: auto;

     margin-right: auto;

     width: 426px; /* largeur obligatoire pour être centré */

     }



/************** pour les liens **************/



a:link {color: #0066FF; text-decoration:underline;} 	/* lien non visité  */

a:visited {color: #0066FF; text-decoration:underline;}	/* lien visité  */

a:hover {color: #3399FF; text-decoration:underline;}	/* quand on passe sur le lien  */

