     *{
        margin : 0;
        padding : 0;        
     }
     
     body {
        font-family : arial, sans-serif;
        margin-top : 20px;
     }
     
     #page{
        width : 100%;               
     }
     
        #cadrePrincipal{
            width : 940px;
            margin-left : auto;
            margin-right : auto; 
            background : url(../img/bgLogo.jpg) 0px 0px no-repeat;
	    margin-bottom :10px;
        }
        
            #cadreMenu{
                width : 100%;
                height : 230px;
            }
	    
		
	#cadreMenu p{                
		width : 85%;
		margin-left : 260px;
                }
		
                #cadreMenu a{                
		display : block;
		float : left;
		height: 20px;
		background : #EE3030;
		border : 2px double #dedede;
		margin : 35px 8px 5px 2px;
		padding : 8px 10px 1px 10px;                
		color : white;
		font-size : 8pt;
		font-weight : bold;
		text-decoration : none;               
                }
		
		#cadreMenu h1{
		margin-top : 20px;
		margin-left : 240px; 
		color : #EE1D23;
		font-size : 11pt;
		font-weight : bold;
                font-style : italic;
                
                }
                
                #cadreMenu img{
                    border : none;               
                }
            
            #cadreSecondaire{
                width : 100%;
		background : url(../img/bgCentre.jpg) repeat-y;
                height : 490px;
            }
            
                #cadreSecondaire img{
                margin-left : 40px;		
               }
            
                #cadreSecondaireGauche{
                float : left;
                width : 51%;
                height : 490px;
                
                }
                
                #cadreSecondaireGauche img{
                margin-bottom : 5px;
                margin-left : 40px;
                }
                
                #cadreSecondaireDroit{
                float : left;
                width : 44.9%;
                height : 490px;
                }
                
                    #cadreSecondaireDroit p{
                    margin-top : 10px;
                    width : 95%;
                    text-align : justify;
                    color : #03322f;
                    font-size : 10pt;
		    height : 240px;
		    overflow : auto;
                }
                
                    #cadreSecondaireDroit img{
                    margin-left : 0px;
                    width : 400px;
                    
                }
                
                
            
             #cadreBasPage{
                width : 100%;
                height : 115px;
		background : url(../img/bgPied.jpg) no-repeat;
		}
                
                #cadreBasPage p{
                margin-left : 60px;
                font-weight : bold;
                font-size : 10pt;
		}
        
        #cadrePied{
            width : 950px;
            height : 20px;
            margin-left : auto;
            margin-right : auto;
	    margin-top : 10px;
	    margin-bottom : 40px;
        }
	
	#cadrePied p{
            color :  #00A650;
	    font-size : 8pt;
	    text-align : center;
        }
	
	#cadrePied a{
            color :  #00A650;
	    text-decoration : none;
        }
	
	
	
	
	
        
        .clear{
            clear : both;
        }
