/* 
    Created on : 29 juil. 2015, 17:53:44
    Author     : dmasse
*/
    *   {
        font-family: Verdana;
    }
            
    iframe {
                position:relative;
                left:10%;
                top:10%;
                text-shadow:1px 1px 1px #aaa;
    }

    li {
                position:relative;
                left:2%;
                top:10%;
    }
            
    p {
                position:relative;
                left:10%;
                top:10%;
    }

    .classe1 {
                height: auto;
                max-width: 100%;
    }

    .centerText1 {
                color: rgb(255,0,0);
                text-align: center;
    }

    .centerText2 {
                color: rgb(0,0,0);
                text-align: center;
    }
    
    footer {
                text-align: center;
    }
/* 
    without Courier Comic Georgia Times new roman
*/
    .classeA1 {
                font-family:Arial;
                height: auto;
                max-width: 100%;
    }    
            
    .classeT2 {
                font-family: Trebuchet MS;
                height: auto;
                max-width: 100%;
    }
            
    .classeV1 {
                font-family: Verdana;
                height: auto;
                max-width: 100%;
    }
    
/* 
    CSS3 styles button and text
*/
    #classeAR1 {
                width: 8em; height: 1,5em; background-color: rgb(200,200,200); 
                border-radius: 1em; border: 1px solid black;
    }
    #classeAR2 {
                width: 210px; height: 70px; background-color: rgb(185,100,225); 
                border-radius: 1em 4em 1em 4 em; border: 1px solid black;
    }
    #classeAR3 {
                width: 8em; height: 1,5em; background-color: rgb(200,200,200); 
                border-radius: 0,5em; border: 1px solid black;
    }
    .classeO {
                text-shadow:2px 2px 4px #999;
    }
    
    .classeR {
                color: white; text-shadow:2px 2px 3px #009;
    }