 *{
            margin : 0px;
            padding : 0;
            font-family :  times new roman, tahoma, serif;
            font-size : small;
        }
        
        body {
            background : #010101 url(../images/bgindex.jpg) repeat;
            color : white;
        }
        
        a {                 
            color : #d2d6e5;
            }
            
         h1{        margin-left : 40px;
                    margin-top : 10px;
                    color : white;
                    font-size : 28pt;
                }
                
           h2{
                    margin-left : 20px;
                    margin-top : 20px;
                    margin-bottom : 20px;                    
                    color : white;
                    font-size : 18pt;
                }
        
        #conteneurPrincipal {
            position : relative;
            width : 950px;           
            margin : auto;           
        }
        
        #cadreBandeau{
            width : 100%;
            height : 140px;
            margin-bottom : 10px;
            }
        
        #cadreMenu{
            width : 100%;
            height : 26px;
            text-align : center;
        }
        
        #cadreMenu a{
            display : block;
            float :left;            
            margin-left : 20px;
            margin-right : 30px;
            height : 31px;
            width :120px;           
            padding-top : 5px;
            font-weight : bold;
             background : url(../images/bgmenu3.jpg) no-repeat;
             text-decoration : none;
             font-size : 12pt;
        }
        
        #cadreMenu a:hover{
            color : white;
        }
        
        #cadreSecondaire{
            position : relative;
            width : 100%;
            height : 450px;
            background : black url(../images/bgintro2.jpg) no-repeat;
            border : solid black 1px;
            
        }
        
            #cadreGauche{
                position : relative;
                float : left;
                width : 58%;
            }
            
                
                
                #cadreGauche p{
                    margin-left : 20px;
                    margin-top : 10px;
                    width : 90%;
                    
                }
                
                
            
             #cadreDroit{
                position : relative;
                margin-top : 20px;
                margin-right : 10px;
                float : right;
                width : 31%;
                text-align : justify;
            }
            
            #cadreDroit p{
                    margin-top : 10px; 
                }
                
        #pied {
            width : 100%;
            margin-bottom : 20px;
        }
        
        #pied p{
            width : 100%;
            font-size : 8pt;
            text-align : center;
            color : white;
            font-weight : bold;
        }
        
        #pied a{
            color : white;
        }
        
    
        .clear {
            clear : both;
        }
