html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear{clear:both;float:none;display:block;width:0;height:0;overflow:hidden;visibility:hidden}


body, html {
    height: 100%;
    padding: 0;
    margin:0;height:100%;width:100%;text-align:center;
    font-family:Arial,Helvetica,sans-serif;
}

.pandf{
       position:relative;left:0;  /*  a voir   en attente */
       float:left;
       bottom:-40px;
       padding:4px;
       text-align:left;
        
}

.header{
        height:120px;
       
}
.logo{
       float:left;
       position: relative;
       margin:16px 0 0 0;
        
}
.nav{
        float:right;
        margin-right:400px;
}

.nav ul li{
        float:left;
        margin:20px 15px 5px;
        padding-bottom:7px;
}
.nav ul li a{
        font-family: sans-serif;
        font-size: 14px;
        color:#cdcccd;
        text-decoration: none;
         font-weight: lighter;
}
.nav ul li:hover{
        border-bottom:2px solid #ff720e;  /* lien */
}

.arrondie {
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;

}

a.opacity img {filter:alpha(opacity=50);
               -moz-opacity: 0.5;
               opacity: 0.5;}

a.opacity:hover img {filter:alpha(opacity=100);  
                     -moz-opacity: 1.0;  
                     opacity: 1.0;} 

a:focus  /*pointilles */
{
outline:0;
}


.the_content{
    text-align: left;
    font-family: sans-serif;
    font-size: 14px;
    color:#cdcccd;
    text-decoration: none;
    font-weight: lighter;
    
}
.partners{
    position:relative;
    padding: 80px 0 0 70px;
    width:800px;
    
}
.partners a{
    display:block;
    margin:0 10px 10px 0;
    float:left;
    width:150px;
    text-align:center;
    
}

.about_heading{
    color:#ca1c1d;
    padding:60px 0 40px 10px;
    text-align: center;  /* left */
    font-size: 20px;
    line-height:24px;
    width:635px;
    
}
.about_table{
    line-height: 18px;
    width:670px;
    font-size: 13px;
}

.about_table table td{
    padding: 0 10px; 
}

.left{
    left: -65px;
    position: absolute;
    top: 310px;
    
}
.right{
    position: absolute;
    right: -5px;
    top: 310px;
        
}














