root { 
    display: block;
}

@font-face {
    font-family: 'prisoner_sfregular';
    src: url('../fonts/prisonersf-webfont.eot'),
         url('../fonts/prisonersf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/prisonersf-webfont.woff') format('woff'),
         url('../fonts/prisonersf-webfont.ttf') format('truetype'),
         url('../fonts/prisonersf-webfont.svg#prisoner_sfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
    background-repeat: no-repeat;
    
    padding: 20px 0px 10px 0px;
    
    font-size: 100%;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 0 auto;
}

p{
    line-height: 16px;
    margin-bottom: 20px;
}

ul, li{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: black;
    background-color: inherit;
    font-size: 14px;
    line-height: 16px;
}

#main{
    width: 920px;
    min-height: 880px;
    margin:0 auto;
    position: relative;
    
    -webkit-border-radius: 5px;    
    border-radius: 5px;
    
    -webkit-box-shadow:  0px 0px 30px 5px rgba(0, 0, 0, 0.2);     
    box-shadow:  0px 0px 30px 5px rgba(0, 0, 0, 0.2);
}

header{
    
}

#nivo{
    width: 100%;
    z-index: -200;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

#colonne{
    width: 155px;
    height: 104%;
    margin: -220px 0px 0px 10px;
    z-index: 10;
    background-color:rgba(255,255,255,0.6);
    color: inherit;
    position: absolute;
    float: left;
    padding-left: 5px;
}

#logo{
    margin: 50px 0 88px 0;
}

nav{
    font-family: prisoner_sfregular, Verdana, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

nav li{
    display: block;
    width: 150px;
    height: 36px;
    margin: 5px 0px;
    padding: 0;
    background-image: url(../img/bouton.png);
    position: relative;
}

nav a{
    text-decoration: none;
    color: #bd0926;
    background-color: inherit;
    font-size: 18px;
    margin: 0px;
    padding: 10px 5px 5px 10px;
    text-shadow: 2px 2px 5px rgba(150, 150, 150, 0.8);
    display: block;
    width: 132px;
    height: 20px;
    
    transition: all 0.3s ease;
}

nav a:hover{
    padding-left: 15px;
}

#content{
    background-image: url("../img/backcarte.jpg");
    background-repeat: repeat-y;
    background-position: top left;
    
    min-height: 680px;
    
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    
    
}

#text{
    width: 610px;
    padding: 50px 50px 60px 180px;
}

#home_text{
    width: 65%;
    float: left;
}

footer{
    height: 67px;
    width: 730px;
    padding: 5px 10px 5px 180px;
    background-color: rgba(128, 128, 128, 0.5);
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    
    color: #FFFFFF;
    text-shadow: 1px 1px 5px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

h1{
    font-family: prisoner_sfregular, Verdana, Arial, sans-serif;
    font-size: 20px;
    background: url(../img/puce.jpg) left no-repeat;
    padding: 3px 0 0 10px;
    margin: 20px 0 20px 0;
}

h2{
    font-size: 16px;
    background: url(../img/puce.jpg) left no-repeat;
    padding-left: 10px;
}

.ss_menu{
    float: left;
    width: 140px;
    height: 80px;
    background-color:rgba(255, 255, 255, 0.5);
    color: #333333;
    margin: 5px;
    -webkit-border-radius: 5px;    
    border-radius: 5px;
    
    border: 1px solid #cccccc;
    
    -webkit-box-shadow:  5px 5px 20px 1px rgba(128, 128, 128, 0.3);
    box-shadow:  5px 5px 20px 1px rgba(128, 128, 128, 0.3);
    
    font-size: 16px;
}

.ss_menu:hover{
    -webkit-box-shadow:  5px 5px 20px 1px rgba(128, 128, 128, 0.6);
    box-shadow:  5px 5px 20px 1px rgba(128, 128, 128, 0.6);
    background-color:rgba(255, 255, 255, 0.5);
    color: #333333;
}

.ss_menu a{
    text-decoration: none;
    display: block;
    text-align: center;
    color: #bd0926;
    background-color: inherit;
    height: 65px;
    padding: 15px 10px 0px 10px;
}

.clear{
    clear: both;
}

address{
    margin: 30px 0;
/*    font-size: 16px;*/
}

strong{
    font-weight: bolder;
}

#content_chantier{
    width: 610px;
    background-color: rgba(255, 255, 255, 0.5);
    color: inherit;
    border: 1px solid #cccccc;
    padding: 10px 20px 10px 20px;
    margin: 5px 5px 20px 0px;
    -webkit-box-shadow: 5px 5px 20px 1px rgba(128, 128, 128, 0.3);
    -moz-box-shadow:    5px 5px 20px 1px rgba(128, 128, 128, 0.3);
    box-shadow:         5px 5px 20px 1px rgba(128, 128, 128, 0.3);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.float_left{
    float: left;
}

.title_chantier{
    text-decoration: none;
    margin-left: 70px;
    margin-top: 10px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
}

.title_chantier a{
    text-decoration: none;
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
}

#content_chantier p{
    margin: 10px 0;
}

em{
    font-style: italic;
}

.info_post{
    font-size: 10px;
}

#text ul{
    padding: 0 10px 20px 40px;
}

#text li{
    list-style: disc;
}

iframe{
    -webkit-box-shadow: 5px 5px 20px 1px rgba(128, 128, 128, 0.3);
    -moz-box-shadow:    5px 5px 20px 1px rgba(128, 128, 128, 0.3);
    box-shadow:         5px 5px 20px 1px rgba(128, 128, 128, 0.3);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fleche_dr{
    background: url(../img/fleche-droite.png) left no-repeat;
    padding-left: 25px;
}