

/*------- Style pages statiques -----------*/

.static {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 5px solid #E4E4E4;
    display: block;
    float: left;
    margin:5px;
    min-height: 300px;
    padding: 5px;
    width: 930px;
}

.static h3{
    color: #2C6793;
    font-size: 22px;
    text-shadow: 1px 1px #FFF;
    width: 906px;
    margin: 15px;
    padding-bottom: 4px;
    border-bottom: 1px solid #2C6793;
}

.static strong,.static p strong{
    color: #408ABB;
    text-shadow: 1px 1px #FFF;
    font-size: 15px;
    line-height:28px;
}

.static p{
    color: #444;
    padding: 15px;
    font-size: 13px;
    line-height:18px;
    text-align: justify;
    float:left;
}

.static hr{
    color: #ffffff;
    margin: 15px;
    width: 906px;
    float:left;
}

.static a{
    color: #2C6793;
}

.static img{
    margin: 15px;
}
/* --------------- telecharger catalogue --------*/

.static .visu_catalogue {
    background: url("../images/bg_filarianne.png") repeat-x scroll left top #D9D9DA;
    border: 1px solid #283F69;
    display: block;
    float: right;
    margin: 10px 20px;
}

.static .visu_catalogue img{
    border: 1px solid #fff;
    box-shadow: 0 0 4px #333333;
}

.static .visu_catalogue .downld {
    display:block;
    height: 25px;
    width: 200px;
    background: url("../images/bg_bigbt_bleu.png") repeat-x scroll left top transparent;
    border: 1px solid #283F69;
    margin: 5px;
    text-align: center;
}
.static .visu_catalogue .downld a {
    font-size: 13px;
    color:#fff;
    line-height: 25px;
    padding: 3px 5px 3px 5px;
}
/*-------------- Liste Liens -------------*/

.static .list_link {
    display: block;
    width:435px;
    padding:15px;
    float:left;
}

.static .list_link ul {
    list-style: none;
}
.static .list_link ul li{
    list-style: none;
    font-size: 14px;
    border-bottom:1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.static .list_link ul li b{
    font-size: 13px;
    color:#444;
}

/*-------------- site Map-------------*/

#list_sitemap {
    display: block;
    width:100%;
    padding:15px;
    float:left;
}
#list_sitemap span {
    padding-left: 15px;
    line-height: 24px;
}
#list_sitemap span a{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color:#444;
}
#list_sitemap span a:hover{
    text-decoration: underline;
}

#list_sitemap span span{
    display: list-item;
    margin-left: 5px;
}

#list_sitemap span span a{
    font-weight: bold;
    font-size: 13px;
    list-style: square;
    display: list-item;
    color:#2c6793;
}

/* --------------- erreur 404 / 500  ------------*/

#notfound {
    background: url("../images/ico_error.png") no-repeat scroll 21px 60px transparent;
    height: 250px;
    padding-left: 200px;
    padding-top: 60px;
}

#notfound h3{
    font-family: 'OtariBold-Limited';
    border-bottom: 1px solid #2C6793;
    color: #408ABB;
    font-size: 50px; 
    margin: 0 0 10px;
    padding-bottom: 4px;
    text-shadow: 2px 2px 1px #999999;
    width: 690px;
}

#notfound strong,#notfound a {
    font-family: 'OtariBold-Limited';
    color: #408ABB;
    font-size: 22px;
    line-height: 40px;
    text-shadow: 1px 1px #FFF;
}