*{
    margin: 0 ; 
    padding: 0 ; 
    font-family: arial , sans-serif ; 
}

img{
    border: none; 
}

body{
    background: url(../images/bg.png) ; 
}

h1, h2,h3 , h4{ 
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/************ TOP ************/

#top_nowidth{
    background-color: #d73d32 ; 
    height: 130px ; 
}


#top{
    width: 978px; 
    height: 130px ; 
    margin : 0 auto ; 
    background: url(../images/fond.png) no-repeat ; 
}

#logo{
    background: url(../images/logo.png) no-repeat ;
    width: 675px ; 
    height: 0 ;  
    display: block; 
    padding-top: 232px ; 
    overflow: hidden;      
    position: absolute ; 
}

/************ HEADER ************/


#header{
    width: 1024px; 
    height: 380px ; 
    margin : 0 auto ; 
    margin-bottom: 30px ; 
}

#texte{
    background: url(../images/texte-box.png) no-repeat ;
    width: 511px ; 
    height: 0 ;  
    padding-top: 360px ; 
    overflow: hidden ; 
    margin-top: 50px ;
    display: block ; 
    float: left ; 
}


#composer{
    background: url(../images/simple.png) no-repeat ;
    width: 350px ; 
    height: 310px;  
    overflow: hidden ; 
    float: left ; 
    margin-top: 100px ;
    padding-left: 130px ; 
    padding-top: 55px ; 
}

#composer .num{
    color: white ; 
    font-weight: bold ; 
    font-size: 27px ; 
    margin-left: 10px ;
}

#numero{
    position: absolute;
    margin-top:  190px ;
    margin-left: 640px ; 
    z-index: 100;
    width: 310px ; 
    height: 50px ; 
}

/************ MAIN ************/
.cadre{
    border: 1px solid #D73D32 ;
    float: left;
    width: 400px ; 
    height: 350px ; 
    font-size: 15px ; 
    padding: 20px 10px 10px 20px ; 
    margin-top: 20px;  
}

.cadre_free{
    border: 1px solid #D73D32 ;
    float: left;
    width: 400px ;
    height: 230px ;
    font-size: 15px ;
    padding: 20px 10px 10px 20px ;
    margin-top: 20px;
}

.cadre_numericable{
    border: 1px solid #D73D32 ;
    float: left;
    width: 400px ;
    height: 215px ;
    font-size: 15px ;
    padding: 20px 10px 10px 20px ;
    margin-top: 20px;
}

.images{ 
    float: left ; 
    margin-top: 7px ; 
    margin-right: 7px;     
}

.images2{

    float: left ; 
    margin-right: 7px;     
}

.lien{
    color: #C2342C ; 
    text-decoration: none;     
}

.lien:hover{
    color: #C2342C ; 
    text-decoration: underline; 
}


#main{
    width: 978px; 
    margin : auto ;
    background-color: white ; 
    box-shadow : 1px 1px 10px grey ;
    background-image:  url(../images/comparez-texte.png) ; 
    background-repeat: no-repeat ; 

}

#main_free{
    width: 978px;
    margin : auto ;
    background-color: white ;
    box-shadow : 1px 1px 10px grey ;
    background-image:  url(../images/comparez-texte.png) ;
    background-repeat: no-repeat ;

}

#tel{
    width: 400px ; 
    float: left ; 
}

#tel h2{
    padding-top: 20px ;  
    padding-left: 10px; 
}

#tel2{
    width: 400px ; 
    float: left ; 
}

#tel2 h2{
    padding-top: 20px ;  
    padding-left: 10px; 
}

#comment{
    background: url(../images/utilisation.png) no-repeat; 
    width: 957px ; 
    height: 157px ;
    margin-top: 50px ; 
    padding-left: 30px ; 
    padding-top: 50px ;
}

#telephoner{    
    padding-left: 130px ; 
    font-weight: bold ;  
    font-size: 20px ; 
    margin-bottom: 5px ; 
    padding-top: 60px; 
}

#composer2{      
    padding-left: 130px ; 
    float: left ; 
    padding-top: 7px; 
}

#num{
    width: 200px ; 
    height: 35px ; 
    background-color: #D73D32 ; 
    color: white  ; 
    float: left ;
    text-align: center ; 
    font-size: 30px ; 
    font-weight: bold ; 
}

#num2{   
    float: left ; 
    position: absolute; 
    margin-left: 590px ; 
    margin-top: -40px; 
    z-index: 40; 

}

/************ TABLEAUX ************/

#tableaux{
    margin-left: 100px ; 
    padding-top: 50px ; 
    width: 980px; 
}

.table{
    background: url(../images/comparez.png) no-repeat;
    width: 200px ; 
    height: 290px ; 
    padding-left: 120px ; 
    padding-top: 60px ; 
    float: left;
}

.table_free{
    background: url(../images/comparez_free.png) no-repeat;
    width:200px;
    height:200px;
    padding-left:120px;
    padding-top:60px;
    float:left;
}

.table_numericable{
    background: url(../images/comparez_numericable.png) no-repeat;
    width:200px;
    height:200px;
    padding-left:120px;
    padding-top:60px;
    float:left;
}

.blanc{
    color: white ; 
    font-weight: bold ; 
}

.table p, .table_free p, .table_numericable p{
    margin-left: 50px; 
    margin-bottom: 48px ;
    font-weight: bold ; 
}

.tdbig{
    width:180px ;
    height: 38px; 
    padding-left: 10px ; 
}

.td{
    width:65px ;
	padding-left:30px;
    height: 39px; 
    text-align: left ; 
}


/************ FOOTER ************/

#footer_nowidth{
    margin-top:15px;
    background-color: #D73D32 ;
    height: 40px ; 
    color: grey ; 
    font-size: 12px ; 
    text-align: center ; 
    padding-top: 10px ; 
}

#footer{
    background : url(../images/footer-madagascar.png) no-repeat  ;
    height: 30px ; 
    color: white ; 
    font-size: 12px ; 
    text-align: left ; 
    margin: auto; 
    width: 980px ;  

}

.lien_footer{
    color: white ;
    font-size:10px;
    text-decoration: none;
}

.lien_footer:hover{
    color: white ;
    font-size:10px;
    text-decoration: underline;
}