body 
	{
        width : 90%;
		margin : auto;
        background-color : #3b3c4c;
       font-family : verdana;
		font-size:12px;
        margin-top : 5px;
		
	}
#contenu
	{
		width : 74%;
		margin : auto ;
		margin-top : 10px;
		/*border : groove #62769a ;*/
		float : right;
		/*background-color : #ececec;*/
		padding : 5px;
		-moz-border-radius: 15px;
	}
#contenu h4
	{
        margin-top : 2px;
        margin-bottom : 2px;
        border-bottom : 2px groove #62769a;
        border-top : 2px groove #62769a;
        text-align : center;
        width : 100%;
    }
#contenu h5
	{
        margin-top : 2px;
        margin-bottom : 2px;
		margin-left : 5px;
    }
	
	#news
	{
		width : 78%;
		margin : auto ;
		margin-top : 10px;
		background-color : #ececec;
		padding : 5px;
		font-family : verdana;
		
		
	
	}
#menu
	{
	
		width : 20%;
		margin : auto ;
		margin-left : 3px ;
		margin-top : 10px;
		float : left;
		/*border-left : 2%;
		background-color : #ececec;
		border : groove;*/
		-moz-border-radius: 15px;
		padding : 5px;
 
	}
#menu h4
	{
        margin-top : 2px;
        margin-bottom : 2px;
        border-bottom : 2px groove #263d65;
        border-top : 2px groove #263d65;
        
        text-align : center;
        width : 100%;
    }
A:link 
	{
        text-decoration : none;
        color : #424242;
    }
A:visited 
	{
        text-decoration : none;
        color : #424242;
    }
A:hover 
	{
        font-weight : bold;
    }
#tete 
	{
        width : 100%;
        height : 99px;
        margin : auto;
        -moz-border-radius: 15px;
    }
#corps 
	{
        width : 100%;
		margin : auto ;
		margin-top : 10px;
		border : groove #62769a ;
		float : right;
		background-color : #ececec;
		-moz-border-radius: 15px;
    }

#foot
	{
		width : 100%;
		margin : auto ;
		margin-top : 10px;
		/*border : groove #62769a ;*/
		float : right;
		/*background-color : #ececec;*/
		
		-moz-border-radius: 15px;
	}
.img 
	{
        margin : auto;
        text-align : center;
    }

#contenu img 
	{
        margin : auto;
        text-align : center;
    }
