
body {
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
} 

h1 {
	font-size: 38px;
	font-style: Bold;
	color: #fff;
}

h2 {
	font-size: 25px;
	font-style: normal;
	color: #fff;
}

h3 {
	font-size: 16px;
	font-style: normal;
	color: #fff;
}

h4 {
	font-size: 13px;
	font-style: normal;
	color: #fff;
}

.biggerWord {
	font-size: 23px;
}

a:link {color: #8bd7f7;}
a:visited {color: gray;}
a:hover {color: red;}
a:active {color: red;}


.lien_home a {
color: #fff;
text-decoration:none
}

/*--------------------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 125px;
	background-color: #0d0d0d;
}

/*--------------------------------------------------------------------------------*/
#menu /* Liste */     
{
        padding : 0px 25px 15px 0px;  pas de marge intérieure */
        margin : 0px;  /*ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        font-weight : bold; 
        font-family : Arial; 
        font-size : 12px; 
		color: #FFFFFF;
}

#menu a /* Contenu des listes */
{
        padding : 0px 8px; /* aucune marge intérieure */
        background-color: #0d0d0d;        
        color : #fff; 
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
}


#menu li /* Elements des listes */      
{ 
		display: inline;
        /* pour IE qui ne reconnaît pas "transparent" */
        /*border-right : 1px solid #fff;  on met une bordure blanche à droite de chaque élément */
}

#launchButton {
	padding-bottom: 15px;
}


/*--------------------------------------------------------------------------------*/

#pageContent {
	background-image: url(/site/image/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #002f5d;
	margin:0;
	padding:0;
}

/*--------------------------------------------------------------------------------*/
#menu_bas /* Liste */     
{
        padding : 0;  pas de marge intérieure */
       margin : 0;  /*ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
     text-align : center; 

}

#menu_bas /* Ensemble du menu */
{
        font-weight : bold; 
        font-family : Arial; 
        font-size : 10px; 
}

#menu_bas a /* Contenu des listes */
{
        padding : 0; /* aucune marge intérieure */
        background : #fff;       
        color : #002f5d; 
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
}


#menu_bas li /* Elements des listes */      
{
	display: inline; 
}
/*--------------------------------------------------------------------------------*/

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
       /*  border-right: 1px solid transparent ; on met une bordure transparente à droite de chaque élément */
}
