*{
    margin : 0;
    padding : 0;
}

body{
    background : #efefef;
    font-family : arial, sans-serif;
    color : #333333;
    margin-top : 20px;
}

.clear{
    clear : both;
}

#page {
    width : 100%;
}

#cadrePrincipal{
    width : 900px;
    margin-left : auto;
    margin-right : auto;
    border : 1px solid #acb3c5;
    border-bottom : 2px solid #acb3c5;
}

#cadreGauche{
    float : left;
    width : 50%;
}

    #cadreGauche #bandeau{
        width : 100%;
        height : 140px;
        background : #ccd0dc;
		margin-bottom : 0;
    }
    #cadreGauche #illustration{
        width : 100%;
        height : 460px;      
    }
    
        #cadreGauche #illustration h1{
        color : white;
        font-size : 22pt;
        padding : 20px;
    }

#cadreDroit{
     float : left;
    width : 50%;
}

    #cadreDroit #bandeau{
        width : 100%;
        height : 140px;
        background : white url(../img/logo120.jpg) no-repeat 90% 50%;
    }
    #cadreDroit #menu{
        width : 100%;
        height : 180px;
        background : #c9712a;
    }
    
             #cadreDroit #menu ul{
                width : 80%;
                padding-left : 20px;
                padding-top : 20px;
            
            }
            
             #cadreDroit #menu li{
                width : 100%;
                border-bottom : 1px solid #F3BA61;
                list-style-type : none;
            }
    
            #cadreDroit #menu a{
                font-size : 16pt;
                color : white;
                text-decoration : none;
                font-weight : bold;
        }
        
           #cadreDroit #menu a:hover{           
                color : #ccd0dc;
        }
        
    #cadreDroit #contenu{
        width : 100%;
        height : 280px;
        background : white url(../img/ombreMenu.jpg) repeat-x;
    }
    
            #cadreDroit #contenu h1{
            font-size : 28pt;			
            padding : 20px;
			padding-bottom : 10px;
            color : #c9712a;
        }
		
		    #cadreDroit #contenu h2{
            font-size : 10.5pt;
			font-weight : bold;
            padding : 20px;
			padding-bottom : 0;
            color : #c9712a;
			
        }
        
            #cadreDroit #contenu p{    
            color : #232323;
            font-size : 9.5pt;
            padding : 0 20px 0 20px;
            text-align : justify;
        }
    
    #pied {
        margin-left : auto;
        margin-right : auto;
        margin-top : 10px;
        width : 100%;
        height : 20px;
        color : #898989;
        font-size : 8pt;
        text-align : center;
    }
     #pied a{
        color : #acb3c5;
        font-weight : bold;
     }