body 
{
	background-color:black;
}

a
{
	color : white;
	text-decoration:none
}

a.lienUtil
{
	color : black;
	border-width : 5px;
	border-color : #595A5A;
	border-style : ridge;
	font-weight:bold;
}

#banniere
{
	width:1150px;
	height:122px; 
}

#espace1
{
	width:1024px;
	height:6px; 
}

#espace2
{
	width:1024px;
	height:6px; 
}

#global
{
	background-color :#808080;
	width:1143px;
	height:753px;
	margin:0 auto;
	
	border-width: 3px;
	border-style: ridge;
	border-color: #3F5350;
	border-radius: 10px;

	
	/*border-style:solid;
	border-color: white; 
	border-width:1px;*/
}

#global2
{
	
	width:1150px;
	height:753px;

	margin:0 auto;

	

	/*
	border-style:solid;
	
	border-color: white; 
	border-width:1px;*/
}

#reflet
{
	width:1263px;
	height:55px;
	margin-top:754px;
	margin-left:-60px;
	position:absolute;

	/*border-color: red; 
	border-width:1px;
	*/
}


a.section
{
	color : black;
	text-decoration:none;
	line-height:60px;
}



#news
{
	width:160px;
	height:176px;
	margin-top:6px;
	/*border-style:solid;
	border-color: #808080; 
	border-width:1px;*/
	background-color:#969696;
	clear:both;
	float:left;
}


.news1
{
	margin-top:12px;
	margin-left:8px;
}

#afficheNews
{
	margin-top:30px;
	text-align:center;
}

#contenu
{
	
	width:1140px;
	height:751px;
	background-image:url(maquettegradignanwebwide.jpg);
	/*border-style:solid;
	border-color: white; 
	border-width:1px;
	margin-left:223px;*/
	margin-left:1px;
	margin-top:1px;
}

#contenu2
{
	
	width:1140px;
	height:751px;
	background-image:url(maquettegradignanwebwidegris.jpg);
	border-style:solid;
	border-color: #808080; 
	border-width:1px;
}

#texte_pages
{
	margin-left:220px;
	margin-top:100px;
	text-align:center;
	color:white;
	position:absolute;
	width:900px;
	height:580px;
	
	/*border-style:solid;
	border-color: white; 
	border-width:1px;*/
	
	
    /*font-weight:400*/
	/*text-align:justify;*/
}

#texte_histoire
{
	margin-left:220px;
	margin-top:100px;
	color:white;
	position:absolute;
	width:900px;
	height:580px;
}

#texte_presentation
{
	margin-left:222px;
	margin-top:50px;
	text-align:center;
	color:white;
	position:absolute;
	width:900px;
	height:651px;
	background-image:url(presentation.jpg);
	
	/*border-style:solid;
	border-color: white; 
	border-width:1px;*/
	
	
    /*font-weight:400*/
	/*text-align:justify;*/
}

#texte_pages_1
{
	margin-left:4px; 
	margin-right:4px; 
	color:#212322;
	font-size:17px; 
    /*font-weight:400*/
	
}

#remerciements
{
	margin-left:5px; 
	margin-right:5px; 
	margin-top:90px;
	color:#212322;
	font-size:12px; 
	text-align:justify;
}

#texte
{
width:1024px;
height:175px;
}

#photo
{
width:850px;
height:445px;
margin-left:95px;
}

#piedPage
{
	width:915px;
	height:23px; 
	/*border-style:solid;*/
	background-color:#969696;

}


#facebook
{
	text-decoration:none;
	line-height:60px;
	background-image:url(facebook.jpg);
	width:160px;
	height:59px;
	float:left;
	text-align:center;
	clear:both;
}

#facebook a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
      
		
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 160px; /* largeur */
		height:59px;
		/*margin-left:2px;*/
}

#facebook a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
        /*background: #31C42E; /* ... et au contraire, le fond en vert */
		background-image:url(bouton2.jpg);
}



/***************************************************************Styles pour le munu déroulant*********************************************************************/

#menu, #menu ul /* 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 */
        /*line-height : 3 px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 29px; /* hauteur du texte : 12 pixels */
		
		margin-top:107px;
		width:160px;
		height:427px;
		/*background-color:#969696;*/
		/*border-style:solid;
		border-color: white; 
		border-width:1px;*/
		float:left;
		position: absolute;
		text-align:center;
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        /*background : #595A5A; /* couleur de fond */ 
		background-color: transparent;
		font-size:26px;
		color : white; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 160px; /* largeur */
		height:58.6px;
		margin-top:19px;
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-top : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* 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 */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #FC9B09; /* On passe le texte en noir... */
        /*background: #31C42E; /* ... et au contraire, le fond en vert */
		/*background:#2194C6;*/
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

/*********************************************************************fin styles menu déroulant*********************************************************************/


