#tableau-releves tr td {
    height:24px;
    line-height:24px;
}
.tpValues {
    font-family:Exo, sans-serif;
    font-weight:bold;
}
.infoclimat-livestream-title {
    height: 18px;
}
#infoclimat-livestream-slider {
    height: 162px;
}

    .fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
/* position */
    margin: 0;
    
    /* size */
padding: 0;

/* text */
font-size: 100%;
vertical-align: top;
}

.fht-table {
/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
}

.fht-table-wrapper .fht-tbody tr:nth-child(even) td {
    background:#eeeeee;
}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
/* appearance */
overflow: hidden;

/* position */
position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
/* appearance */
overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
/* appearance */
overflow: hidden;

/* size */
height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
/* position */
top: 0;
left: 0;
position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
/* position */
z-index: 1;
}
.fht-thead,.fht-tfoot{
    box-shadow:0 0 3px #555;
    z-index:2;
    font-weight:bold;
}
.fht-thead th, .fht-tfoot th{
    /*background:url(//static.infoclimat.net/images/v5.2/grey_wash_wall.png);*/
    background:rgba(43,113,128,1);
    color:white;
    text-shadow:1px 0 2px black;
    height:24px;
    line-height:24px;
    font-size:12px;
    
    border-left:1px solid rgba(255,255,255,0.4);
}
.fht-thead th:first-child, .fht-tfoot th:first-child{
    border-left:0;
}


.accueil-carto {
    position:relative;
}

.accueil-bloc-droite {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    z-index:15;
    margin-top:25px;
    background-color:rgba(255,255,255,0.5);
    max-height:670px;
    overflow:hidden;
}

.partners {
    background-color:rgba(255,255,255,0.5);
    margin-top:50px;
}
.partners-inner {
    width:100%;
}
.partners-header {
    font-size:1.3em;
    display:block;
    border-top:1px solid rgb(206,206,206);
}

#accueil-carte-gauche
{
    width:100%;
    margin:0;
    padding:0;
    /*height:720px;*/
}

/* MA styles */
.meteoalerte-observation-detail{
    font-family:Exo, sans-serif;
    text-align:center;
}
.MA-left-picto{
    /*float:left;*/
    display:inline-block;
    text-align:center;
    margin-right:6px;
}
.MA-left-picto img{
    height:42px;
}
.MA-left-value{
    background-color:#1e535f;
    padding:0 4px;
    border-radius:2px;
}
.MA-right-info{
    /*float:left;*/
    display:inline-block;
    text-align:center;
    margin-left:6px;
    margin-top:3px;
    margin-bottom:3px;
}
.MA-bottom-comment{
    clear:both;
    font-family:sans-serif;
    background:#40a9bf;
    margin-left:-4px;
    margin-right:-4px;
    padding:4px;
    font-size:11px;
    max-height:200px;
    max-width:300px;
    overflow:hidden;
    text-align:left;
}
.MA-bottom-user{
    font-size:9px;
    text-align:right;
}

/* scales */
.echelles-cartedyna {
    position:absolute;
    bottom:10px;
    right:70px;
    background:rgba(255,255,255,0.4);
    padding:3px;
    display:none;
}
.echelles-cartedyna div{
    display:inline-block;
    width:30px;
    height:16px;
    margin:0;
    padding:0;
    font-size:10px;
    text-align:center;
    line-height:16px;
    font-family:Exo,sans-serif;
}

.selectbar-container{
    width:100%;
    height:23px;
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.selectbar-container-bottom{
    width:100%;
    height:23px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.selectbar{
    width:100%;
    padding:0;
    margin:0;
    background:#2c2c2c;
    background:rgba(44,44,0,0.85);
    height:25px;
    text-align:left;
}
.selectbar li{
    list-style-type:none;
    display:inline-block;
}
.selectbar li a{
    display:block;
    height:23px;
    line-height:25px;
    font-family:Exo,sans-serif;
    text-decoration:none;
    padding:0 5px;
    color:#eee;
    font-size:15px;
    min-width:60px;
    outline:none;
    transition: all 0.3s ease-out;
}
.selectbar-container-bottom li a {
    font-size:13px;
    min-width:0px;
    padding:0 6px;
}
.selectbar-container-bottom .selectbar li a{
    line-height:20px;
}
.selectbar li a:hover{
    color:#c3ff58;
}
.selectbar li a.selectbar-selected{
    color:white;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    border-bottom:2px solid #c3ff58;
}
.selectbar li a.selectbar-bottom-selected{
    color:white;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    border-top:2px solid #c3ff58;
}
.selectbar-participer{
    /*background:rgba(121,0,0,0.7);*/
    float:right;
    height:25px;
}
.selectbar-participer a{
    color:red !important;
}
#selectmenu-hidden{
    display:none;
    position:absolute;
    left:0;
    top:50px;
    
    background:#2c2c2c;
    background:rgba(44,44,0,0.85);
    padding:0;
    margin:0;
    text-align:left;
    z-index:15;
}
#selectmenu-hidden li{
    list-style-type:none;
    padding:0;
}
#selectmenu-hidden li a{
    display:block;
    font-family:Exo,sans-serif;
    text-decoration:none;
    padding:2px 5px;
    color:#eee;
    font-size:12px;
    min-width:60px;
    outline:none;
}
#selectmenu-hidden li a:hover{
    color: #c3ff58;
}
.datetime-container{
    position:absolute;
    background:#2c2c2c;
    background:rgba(44,44,0,0.85);
    color:white;
    text-shadow:0 0 5px black;
    width:90px;
    padding-top:1px;
    
    top:30px;
    left:0px;
}
.datetime-chgid{
    font-size:22px;
    font-family:Exo,sans-serif;
    padding:0px 2px;
    line-height:22px;
}
.datetime-seconds{
    font-size:11px;
    display:inline-block;
    width:20px;
}
.datetime-small{
    font-size:8px;
    float:right;
    margin-right:3px;
    margin-top:0px;
}
.datetime-play{
    font-size:10px;
    float:left;
    margin-left:7px;
    margin-top:-2px;
}
.datetime-anim-bar{
    width:100%;
    height:2px;
    background:black;
    margin:0; padding:0;
    clear:both;
}
.datetime-anim-bar div{
    width:100%;
    background:#ff0000;
    height:2px;
    margin:0; padding:0;
}

#leaflet-legend{
    position:absolute;
    box-shadow:0 0 3px #333, 0 0 20px black inset;
    text-align:left;
    text-shadow:0 0 2px black;
    color:white;
    background:black;
    background:rgba(0,0,0,0.8);
    padding:0px 4px; z-index:999;
}


#params-button{
    display:block;
    text-decoration:none;
    position:absolute;
    right:5px;
    top:116px;
    background-color:white;
    width:26px; height:26px;
    background-image:url(//static.infoclimat.net/images/v5.2/gear.png);
    background-repeat:no-repeat;
    background-position:50% 50%;
}
#params-button:hover{
    background-color:#DDD;
}

#fullscreen-button{
    display:block;
    text-decoration:none;
    position:absolute;
    right:5px;
    top:31px;
    background-color:white;
    width:26px; height:26px;
    background-image:url(//static.infoclimat.net/images/v5.2/fullscreen-16.png);
    background-repeat:no-repeat;
    background-position:50% 50%;
}
#fullscreen-button:hover{
    background-color:#DDD;
}
#fullscreen-button.quitfullscreen{
    background-image:url(//static.infoclimat.net/images/v5.2/fullscreen_exit-16.png);
    background-color:#40a9bf;
}

#all-layers-container{
    position:absolute;
    bottom:52px;
    right:270px;
    background:white;
    background:rgba(255, 255, 255, 0.8);
    box-shadow:0 0 5px rgba(0,0,0,0.8);
    text-align:left;
}
#all-layers-container ul{
    padding:0;
    margin:0;
}
#all-layers-container ul li{
    margin:0;
    padding:2px 4px;
    list-style-type:none;
    font-family:Exo,sans-serif;
}
.layers-indicator-delete{
    float:right;
    width:16px;
    height:16px;
    display:block;
    background-image:url(//static.infoclimat.net/images/delete16.png);
    background-repeat:no-repeat;
    background-position:0 0;
    opacity:0.75;
    margin-left:5px;
}
.layers-indicator-delete:hover{
    opacity:1;
}
#params-button-menu{
    position:absolute;
    left:40px;
    top:155px;
    padding:2px 8px;
    background:rgba(255,255,255,0.8);
    z-index:12;
    list-style-type:none;
    box-shadow:0 0 3px black;
}
#params-button-menu li {
    margin:0;
    padding:0;
}

/* select bar preloader */
#preloader-loading{
    display:none;
}
.blokje
{
    position:absolute;
    width:5px;
    height:5px;
    bottom:23px;
}
#blok1{
    animation: mover 2s -.2s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    -webkit-animation: mover 2s -.2s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    background: rgba(0, 0, 0, 1);
}
#blok2{
    animation: mover 2s -.4s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    -webkit-animation: mover 2s -.4s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    background: rgba(0,0,0,0.9) ;
}
#blok3{
    animation: mover 2s -.6s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    -webkit-animation: mover 2s -.6s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    background: rgba(0,0,0,0.7) ;
}
#blok4{
    animation: mover 2s -.8s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    -webkit-animation: mover 2s -.8s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    background: rgba(0,0,0,0.5); 
}
#blok5{
    animation: mover 2s -1s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    -webkit-animation: mover 2s -1s infinite  cubic-bezier(0, 0.8, 0.9, 0.0);
    background: rgba(0,0,0,0.3) ;
}
@keyframes mover{
    0%{
    left:0%;

    }
    100%{
    left:100%;
    }
}
@-webkit-keyframes mover{
    0%{
    left:0%;

    }
    100%{
    left:100%;
    }
}

.leaflet-top .leaflet-control {
    margin-top: 60px;
}
.leaflet-right .leaflet-control {
    margin-right: 5px;
}

/* module contents */
.accueil-accroche-titre{
    display:inline-block;
    background:rgba(0, 0, 0, 0.7);
    color:white;
    margin:-4px -4px 2px -4px;
    padding:2px;
    font-family:Tahoma,Geneva,sans-serif;
}
.module-content-image-fullright .accueil-accroche-titre{
    border-right:2px solid rgb(195,255,88);
}
.module-content-image-fullleft .accueil-accroche-titre{
    border-left:2px solid rgb(195,255,88);
}

.module-content-with-text{
    padding:4px;
    background:#e9e9e9;
    box-shadow: 0 0 20px rgba(0,0,0,0.2) inset;
    text-align:left;
    position:relative;
}
.module-content-image{
    box-shadow: 0 0 20px rgba(0,0,0,0.3) inset;
    text-align:left;
    background-position:50% 50%;
    
    max-height:200px;
    overflow:hidden;
}
.module-content-intent{
    font-size:17px;
    float:right;
    margin-right:10px;
    margin-top:5px;
    background:rgba(195,255,88,0.9);
    padding:0 6px;
    border-radius:5px;
    
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
    
    margin-right:-300px;
    color:black;
    transition: all 0.4s ease-out;
}
/*.module-content-minimap{
    position:absolute;
    bottom:0px;
    right:0px;
    background:rgba(0,0,0,0.25);
    padding:3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
}
.module-content-image-fullright:hover .module-content-minimap{
    display:none;
}*/
.module-content-image .module-content-subtext{
    background:rgba(255,255,255,0.7);
    padding:4px;
    text-decoration:none;
}

.module-content-overflow{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:1px;
    background:red;
}


.module-content-image-fullright{
    box-shadow: 0 0 20px rgba(0,0,0,0.3) inset;
    text-align:left;
    
    background-position:0% 50%;
    background-repeat:no-repeat;
    
    max-height:200px;
    overflow:hidden;
    position:relative;
    transition: all 0.3s ease-out;
    text-decoration:none;
}
.module-content-image-fullright .module-content-subtext{
    /* full image on the right */
    
    background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.65) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.9)), color-stop(50%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0.65)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.65) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.65) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.65) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#b3ffffff',GradientType=1 );

    box-shadow: 0 0 3px rgba(0,0,0,0.8);
    
    padding:4px;
    margin-right:150px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    text-decoration:none;
}
.moduler-warn .module-content-subtext{
    /* full image on the right */
    
    background: -moz-linear-gradient(left, rgba(255,185,185,0.9) 0%, rgba(255,185,185,0.9) 50%, rgba(255,185,185,0.65) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,185,185,0.9)), color-stop(50%,rgba(255,185,185,0.9)), color-stop(100%,rgba(255,185,185,0.65)));
    background: -webkit-linear-gradient(left, rgba(255,185,185,0.9) 0%,rgba(255,185,185,0.9) 50%,rgba(255,185,185,0.65) 100%);
    background: -o-linear-gradient(left, rgba(255,185,185,0.9) 0%,rgba(255,185,185,0.9) 50%,rgba(255,185,185,0.65) 100%);
    background: -ms-linear-gradient(left, rgba(255,185,185,0.9) 0%,rgba(255,185,185,0.9) 50%,rgba(255,185,185,0.65) 100%);
    background: linear-gradient(to right, rgba(255,185,185,0.9) 0%,rgba(255,185,185,0.9) 50%,rgba(255,185,185,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffb9b9', endColorstr='#b3ffb9b9',GradientType=1 );

    box-shadow: 0 0 3px rgba(0,0,0,0.8);
    
    padding:4px;
    margin-right:150px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    text-decoration:none;
}

.module-content-image-fullright:hover .module-content-subtext{
    margin-left:-150px;
    margin-right:300px;
    opacity:0.7;
    box-shadow: 0 0 6px rgba(0,0,0,1);
}
.module-content-image-fullright:hover .module-content-intent{
    margin-right:10px;
}
.module-content-image-fullright:hover{
    background-position:10% 50%;
}


.module-content-image-fullleft{
    box-shadow: 0 0 20px rgba(0,0,0,0.3) inset;
    text-align:left;
    
    background-position:100% 50%;
    background-repeat:no-repeat;
    
    max-height:200px;
    overflow:hidden;
    transition: all 0.3s ease-out;
    text-decoration:none;
}
.module-content-image-fullleft .module-content-subtext{
    /* full image on the right */
    
    background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.65)), color-stop(50%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0.9)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.9) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.9) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#e6ffffff',GradientType=1 );

    box-shadow: 0 0 3px rgba(0,0,0,0.8);
    
    padding:4px;
    margin-left:150px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    text-decoration:none;
}
.module-content-image-fullleft:hover .module-content-subtext{
    margin-right:-150px;
    margin-left:300px;
    opacity:0.7;
    box-shadow: 0 0 6px rgba(0,0,0,1);
}
.module-content-image-fullleft:hover .module-content-intent{
    margin-left:10px;
}
.module-content-image-fullleft:hover{
    background-position:90% 50%;
}
.module-content-image-fullleft .module-content-intent{
    margin-left:-300px;
    margin-right:0;
    float:left;
}

/* foudre */
#stroke-data-container{
    position:absolute;
    bottom:75px;
    left:5px;
    background:rgba(255, 255, 255, 0.45);
    box-shadow:0 0 7px rgba(0,0,0,0.7) inset;
}
#stroke-data-count{
    font-family:Exo,sans-serif;
    font-size:14px;
    text-align:right;
    padding-right:3px;
    font-weight:bold;
}
#stroke-data{
    padding-top:5px;
}
.stroke-bar-data{
    width:4px;
    display:inline-block;
    background:white;
    border-top:1px solid white;
    
background: -moz-linear-gradient(top, rgba(255,51,2,0.9) 0%, rgba(255,51,2,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,51,2,0.9)), color-stop(100%,rgba(255,51,2,0.5)));
background: -webkit-linear-gradient(top, rgba(255,51,2,0.9) 0%,rgba(255,51,2,0.5) 100%);
background: -o-linear-gradient(top, rgba(255,51,2,0.9) 0%,rgba(255,51,2,0.5) 100%);
background: -ms-linear-gradient(top, rgba(255,51,2,0.9) 0%,rgba(255,51,2,0.5) 100%);
background: linear-gradient(to bottom, rgba(255,51,2,0.9) 0%,rgba(255,51,2,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ff3302', endColorstr='#80ff3302',GradientType=0 );
}
.stroke-bar-data:hover{
    background:white;
}

.ma-insc{
    background-image:url(//static.infoclimat.net/images/menu_IC_inscription.png);
    background-position:0px -36px;
    background-repeat:no-repeat;
    display:inline-block;
    width:90px;
    height:16px;
    padding:10px;
    color:white !important;
    text-decoration:none;
    float:left;
    margin-left:10px;
    text-shadow:0 0 1px black;
}
.ma-insc:hover{
    background-position:0px 0px;
}

.container-ma {
    background-image:url(//static.infoclimat.net/images/fond_MA_global.png);
    background-repeat:repeat-x;
    border:1px solid #a7a6ca;
    padding:0px 0px 5px 0px;
    margin:5px 0px 0px 8px;
    width:648px;
    position:relative;
}

#slider-actu {
    width:194px;
    overflow:hidden;
}
#container-actualite ul {
    width:9999px;
    padding:0;
    margin:0;
}
#container-actualite ul li {
    width:194px;
    float:left;
    list-style-type:none;
    padding:0 3px;
    margin:0;
    overflow:hidden;
}

.ma-menu {
    background-repeat:repeat-x;
    background-image:url(//static.infoclimat.net/images/MA_sprite2.png);
    width:100%;
    height:30px;
    padding:0;
    margin:0;
    margin:auto;
    display:inline-block;
}
.ma-menu-bas {
    background-repeat:repeat-x;
    background-image:url(//static.infoclimat.net/images/MA_sprite2.png);
    width:100%;
    height:30px;
    padding:0;
    margin:0;
    margin:auto;
    display:inline-block;
}

.masprite {
    display:inline-block;
    background-image:url(//static.infoclimat.net/images/MA_sprite.png);
    background-repeat:no-repeat;
    width:10px;
    height:30px;
    padding:0;
    margin:0;
}

.ma-menu li {
    float:left;
    list-style-type:none;
    height:30px;
    line-height:29px;
    width:60px;
    text-align:center;
    background-image:url(//static.infoclimat.net/images/MA_sprite2.png);
    background-position:0px -60px;
    background-repeat:no-repeat;
    padding:0;
    margin:0;
    padding-left:1px;
}
.ma-menu-bas li {
    float:left;
    list-style-type:none;
    height:30px;
    line-height:29px;
    width:14%;
    text-align:center;
    background-image:url(//static.infoclimat.net/images/MA_sprite2.png);
    background-position:0px -60px;
    background-repeat:no-repeat;
    padding:0;
    margin:0;
    padding-left:1px;
}

.ma-menu li a, .ma-menu-bas li a {
    width:100%;
    height:30px;
    display:block;
    padding:0;
    text-decoration:none;
    text-shadow:0px 0px 2px #000;
    -moz-text-shadow: 0px 0px 2px #000;
    -webkit-text-shadow: 0px 0px 2px #000;
    color:white !important;
    margin:0;
    font-size:9px;
    outline:none;
}
.ma-menu-bas li a {
    width:100%;
    height:30px;
}

.ma-menu li a:hover, .ma-menu li a.selma, .ma-menu-bas li a:hover, .ma-menu-bas li a.selma {
    background-image:url(//static.infoclimat.net/images/MA_sprite2.png);
    background-position:0px -30px;
    line-height:30px;
    color:white !important;
    text-shadow:1px 1px 0px #000;
    -moz-text-shadow: 1px 1px 0px #000;
    -webkit-text-shadow: 1px 1px 0px #000;
}

.ma-menu li:first-child, .ma-menu-bas li:first-child{
    background-image:none;
}
.ma-post{
    background-image:url(//static.infoclimat.net/images/MA_sprite.png);
    background-position:0px -66px;
    background-repeat:no-repeat;
    display:block;
    width:90px;
    height:25px;
    padding:6px 10px 5px 10px;
    line-height:12px;
    color:white !important;
    text-decoration:none;
    margin-left:0px;
    margin-bottom:5px;
    margin-right:10px;
    text-shadow:0 0 1px black;
    outline:none;
    border:none;
    float:right;
}

.ma-post:hover{
    background-position:0px -33px;
}

#accueil-main-left {
    margin:0;
    padding:5px 0 0 0;
    margin-bottom:10px;
}

#carte_MA {
    border:0;
    margin-top:0px;
    max-width:640px;
    cursor:hand;
    cursor:pointer;
    box-shadow: 0px 2px 10px #bbb;
}

.rmodule-warn b.vigirouge {
    background-image:url(//static.infoclimat.net/images/fond_chiffres_vigilance_rouge.png);
    background-repeat:no-repeat;
    width:20px;
    text-align:center;
    display:inline-block;
    height:17px;
    padding-top:1px;
}
.rmodule-warn b.vigiorange {
    background-image:url(//static.infoclimat.net/images/fond_chiffres_vigilance_orange.png);
    background-repeat:no-repeat;
    width:20px;
    text-align:center;
    display:inline-block;
    height:17px;
    padding-top:1px;
}

#modules-right
{
    float:left;
    width:325px;
    margin:0;
    padding:0;
    /*overflow:hidden;*/
}

.module-rbottom {
    margin:8px 0px 8px 0px;
}

.module-rbottom h5:first-child {
    /*background-image:url(//static.infoclimat.net/images/rmodule_header.png);
    background-repeat:no-repeat;*/
    
    background: #40a9bf;
    background: -moz-linear-gradient(top, #40a9bf 0%, #1e535f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40a9bf), color-stop(100%,#1e535f));
    background: -webkit-linear-gradient(top, #40a9bf 0%,#1e535f 100%);
    background: -o-linear-gradient(top, #40a9bf 0%,#1e535f 100%);
    background: -ms-linear-gradient(top, #40a9bf 0%,#1e535f 100%);
    background: linear-gradient(top, #40a9bf 0%,#1e535f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a9bf', endColorstr='#1e535f',GradientType=0 );
        
    line-height:25px;
    height:25px;
        
    margin-top:5px;
        
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:bold;
    text-align:left;
    padding-left:6px;    
}

.header-module-rbottom {
    /*background-image:url(/images/rmodule_header.png);
    background-repeat:no-repeat;*/
    width:320px;
    margin-left:5px;
}
.header-module-rbottom-warn {
    margin-top:5px;
    /*background-image:url(/images/module_lateral_alerte_bis_header.png);
    background-repeat:no-repeat;*/
    width:320px;
    margin-left:5px;
    margin-bottom:-5px;
}

.sous-module-right {
    background-image:url(//static.infoclimat.net/images/sous-module.png);
    background-repeat:no-repeat;
    padding:8px 8px 8px 8px;
    float:right;
    margin-top:4px;
    margin-right:6px;
    width:198px;
    min-height:79px;
}

.sous-module-right h5 {
    padding:0;
    margin:0;
    text-align:center;
    font-size:1.1em !important;
    color:black !important;
    text-shadow:none !important;
    -moz-text-shadow:none !important;
    -webkit-text-shadow:none !important;
}

.content-module-rbottom {
    /*background-image:url(//static.infoclimat.net/images/rmodule_corps.png);*/
    background-color: #6F9FA9;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
    float:right;
    height:109px;
    background-repeat:no-repeat;
    width:315px;
    padding:0px 8px 8px 8px;
    box-shadow: 0 0 5px black;
    text-align:justify;
    position:relative;
}

.content-module-rbottom-warn {
    background-image:url(//static.infoclimat.net/images/v5.1/module_lateral_alerte_corps.png);
    background-repeat:repeat-x;
    background-color: #E46236;
    background-position:0px 0px;
    width:320px;
    min-height:113px;
    padding:0px 8px 8px 3px;
    box-shadow: 0 0 5px black;
    margin-left:5px;
    text-align:justify;
    position:relative;
}

.end-footer-small-warning {
    background-image:url(//static.infoclimat.net/images/module_lateral_alerte_bis_corps.png);
    width:336px;
    height:21px;
    clear:both;
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    background-position:0px -100px;
}
.end-footer-small {
    width:336px;
    height:1px;
    clear:both;
    margin:0;
    padding:0;
}
.module-52-link{
    display:block;
    text-decoration:none;
    background-color:#6f9fa9;
    width:330px;
    margin-right:-5px;
    box-shadow:0 0 5px black;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
    float:right;
    padding-bottom:20px;
    outline:none;
    text-align:left;
}
.module-52-link span.exergue{
    color:white;
    text-shadow:0 0 1px black;
    font-weight:bolder;
}
.module-52-link img{
    border:0;
}
.module-52-link:hover{
    background-color:#558893;
    color:white !important;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.module52-parite{
    background-color:#598993;
}
.module52-parite:hover{
    background-color:#467883;
    color:white !important;
}
.module52-titre{
    display:block;
    background-image:url(//static.infoclimat.net/images/module_link.png);
    background-position:-300% 50%;
    background-repeat:repeat-y;
    border-bottom:1px solid #999;
    text-align:right;
    margin:0;
    padding:1px 2px 1px 2px;
    color:black;
    font-weight:bold;
}
.module52-titre span.actualisation-dh{
    float:left;
    font-weight:normal;
    font-style:italic;
    color:white;
    text-shadow:0 0 1px black;
}

.content-rmodule img {
    display:block;
    margin:auto;
    margin-top:5px;
}

.header-rmodule {
    display:inline-block;
    width:100%;
    /*background-image:url(//static.infoclimat.net/images/module_lateral_header.png);*/
    background-repeat:no-repeat;
    z-index:110;
}

.module-r h5 {
    padding:0;
    margin:0;
    color:#eee;
    font-size:1.2em;
    
    text-shadow: 1px 1px 2px black;
    /*-moz-text-shadow: 0 0 1px black;
    -webkit-text-shadow: 0 0 1px black;*/
    
    background: #40a9bf;
    background: -moz-linear-gradient(top, #40a9bf 0%, #1e535f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40a9bf), color-stop(100%,#1e535f));
    background: -webkit-linear-gradient(top, #40a9bf 0%,#1e535f 100%);
    background: -o-linear-gradient(top, #40a9bf 0%,#1e535f 100%);
    background: -ms-linear-gradient(top, #40a9bf 0%,#1e535f 100%);
    background: linear-gradient(top, #40a9bf 0%,#1e535f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a9bf', endColorstr='#1e535f',GradientType=0 );
    
    /*box-shadow: 0 0 3px black;*/
    font-family:Tahoma, Geneva, sans-serif;
    
    line-height:23px;
    height:25px;
    overflow:hidden;
    
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-rmodule {
    display:inline-block;
    width:184px;
    /*background-position:0px 0px;
    background-image:url(//static.infoclimat.net/images/module_lateral_corps.png);
    background-repeat:no-repeat;*/
    /*min-height:215px;*/
    text-align:justify;
    /*background-color:#c6d2d5;
    background-image:url(//static.infoclimat.net/images/v5.1/module_lateral_corps.png);
    background-repeat:repeat-x;*/
    padding:8px;
    /*box-shadow: 0px 0px 5px black;
    -moz-box-shadow: 0px 0px 5px black;
    -webkit-box-shadow: 0px 0px 5px black;*/
    position:relative;
    
    background-color: #b3d4db;
}

.module-warn {
    /*background-image:url(//static.infoclimat.net/images/module_lateral_alerte_header.png) !important;*/
}

.rmodule-warn {
    background-image:none !important;
    background-color:rgba(0,0,0,0);
}

.module-warn h5{
    background: rgb(139,3,10);
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );*/
    font-family:Tahoma, Geneva, sans-serif;
}

.header-module-rbottom-warn h5 {
    background: rgb(169,3,41);
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );*/
    font-family:Tahoma, Geneva, sans-serif;
}

.end-footer-warning {
    height:10px;
    width:210px;
    clear:both;
    padding:0;
    margin:0;
}
.end-footer-nowarn {
    background-image:url(//static.infoclimat.net/images/module_lateral_corps.png);
    background-repeat:no-repeat;
    height:19px;
    width:210px;
    clear:both;
    padding:0;
    margin:0;
    background-position:0px -212px;
}

.module-right{
    /*background-image:url(//static.infoclimat.net/images/v5.1/module_1_fond_global.jpg);*/
    background-repeat:no-repeat;
    background-color:rgba(170, 0, 0, 0.8);
    color:white;
    width:100%;
    /*min-height:269px;*/
    margin:0;
    padding:0;
    padding-top:10px;
    /*margin-left:10px;*/
    margin-bottom:10px;
}
.smodule-left {
    float:left;
    /*width:95px;*/
    margin-left:8px;
    /*padding-left:11px;*/
}

.footer-rmodule {
    background-image:url(//static.infoclimat.net/images/entrer.png);
    background-repeat:no-repeat;
    width:116px;
    height:44px;
    margin-top:-32px;
    float:right;
    margin-right:15px;
}

a.footer-rmodule {
    width:116px;
    height:44px;
    height:44px;
    line-height:38px;
    color:white !important;
    width:78px;
    text-align:center;
    padding-left:34px;
    padding-right:13px;
    text-decoration:none;
    font-weight:bold;
    font-size:1.1em;
    text-shadow: 0px 1px 1px #555;
    -moz-text-shadow: 0px 1px 1px #555;
    -webkit-text-shadow: 0px 1px 1px #555;
}

a.footer-rmodule:hover {
    background-position:0px -44px;
}

.smodule-left a img {
    display:block;
    border:0;
    margin-top:12px;
    margin-bottom:12px;
}

.gigamodule-bas{
    display:inline-block;
    width:620px;
    min-height:200px;
    background-image:url(//static.infoclimat.net/images/v5.1/module_fond_640px.png);
    background-repeat:no-repeat;
    text-align:justify;
    padding:5px 10px 5px 10px;
}
.module-bas{
    display:inline-block;
    width:322px;
    min-height:200px;
    background-image:url(//static.infoclimat.net/images/module_fond.png);
    background-repeat:no-repeat;
    text-align:justify;
    padding:5px 10px 5px 10px;
}
.module-bas img.float {
    float:left;
    padding:5px 5px 5px 0px;
    border:0;
}
.module-bas img {
    padding:5px 5px 5px 0px;
    border:0;
}
.module-bas ul, .gigamodule-bas ul {
    padding:0;
    margin:0;
    display:inline-block;
}

html body div#page div#corps div#centre div.boite div#modules-bottom div.header-gigamodule-bas div.gigamodule-bas div ul li a {
    color:black;
}

.module-bas ul li, .gigamodule-bas ul li {
    background-image:url(//static.infoclimat.net/images/puce.png);
    background-repeat:no-repeat;
    list-style-type:none;
    height:20px;
    line-height:17px;
    padding-left:15px;
    overflow:hidden;
    text-align:left;
}
.module-rbottom a.more, .module-bas a.more, .content-module-rbottom a.more, .content-module-rbottom-warn a.more, .gigamodule-bas a.more, .content-rmodule a.more, .more-ndlsp {
    display:block;
    width:100%;
    clear:both;
    text-align:right;
    font-size:1.1em;
    background-image:url(//static.infoclimat.net/images/module_link.png);
    background-repeat:repeat-y;
    text-decoration:none;
    padding-right:4px;
    clear:both;
    position:absolute;
    bottom:0px;
    right:0px;
    border-right:3px solid #C3FF58;
}
.module-bas ul li a {
    color:#394a73;
    font-weight:bold;
    text-decoration:none;
}
.header-module-bas h5, .header-gigamodule-bas h5 {
    line-height:29px;
    height:29px;
    padding:0;
    text-align:center;
    margin:0;
    color:white;
    font-size:1.2em;
    text-shadow: 0px 1px 1px #555;
    -moz-text-shadow: 0px 1px 1px #555;
    -webkit-text-shadow: 0px 1px 1px #555;
}
.header-module-bas h4, .header-gigamodule-bas h4 {
    padding:0;
    margin:0;
    color:white;
    text-align:center;
    text-shadow: 0px 1px 1px #000;
    -moz-text-shadow: 0px 1px 1px #000;
    -webkit-text-shadow: 0px 1px 1px #000;
}
.header-module-bas{
    display:inline-block;
    width:342px;
    background-image:url(//static.infoclimat.net/images/module_entete_342px.png);
    background-repeat:no-repeat;
}
.header-gigamodule-bas{
    display:block;
    width:640px;
    background-image:url(//static.infoclimat.net/images/v5.1/module_entete_640px.png);
    background-repeat:no-repeat;
}
.footer-module-bas{
    display:inline-block;
    width:342px;
    height:18px;
    background-image:url(//static.infoclimat.net/images/module_pied_342px.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}
.footer-gigamodule-bas{
    display:inline-block;
    width:640px;
    height:18px;
    background-image:url(//static.infoclimat.net/images/v5.1/module_pied_640px.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}

#modules-bottom{
    width:100%;
}

/* right modules slider */
.right-modules-slider{  
    position: relative;  
    width: 320px;  
    height: 215px;
    padding:0;  
    margin:0;
    margin-left:8px;
    background: #FFF;  
    /* CSS3 effects */  
    background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);  
    border-radius: 2px 2px 2px 2px;  
    box-shadow: 0 0 3px rgba(0,0,0, 0.2);  
    overflow:hidden;
}
.right-modules-slider .right-modules-slider-container {  
    position:relative;  
    width: 3000px;  
    height: 200px;
    overflow-y:hidden;
} 

.right-modules-slider .module-rbottom, .right-modules-slider .header-module-rbottom,
.right-modules-slider h5:first-child{
    margin:0;
}
.right-modules-slider .module-content-image,
.right-modules-slider .module-content-image-fullleft,
.right-modules-slider .module-content-image-fullright,
.right-modules-slider .module-content-with-text,
.right-modules-slider .module-content-default{
    height:100%;
}

.right-modules-slider .module-rbottom, .right-modules-slider .header-module-rbottom{
    height:100%;
}
.right-modules-slider .module-rbottom {
    float:left;
}

.right-modules-bullets {
    background:#40a9bf;
    width:320px;
    height:15px;
}
.right-modules-loader{
    background:red;
    width:0px;
    height:2px;
    box-shadow:0 0 2px red;
    margin-top:-1px;
}
.right-modules-bullets a {
    text-decoration: none;
    font-size:30px;
    padding:0 5px;
    line-height:10px;
    height:15px;
    color:white;
    outline:none;
}
.right-modules-bullets a:hover{
    color:#1e535f;
    text-shadow: 0 0 2px black;
}
.right-modules-bullets a.selected-bullet{
    color:#1e535f;
}

.bienvenue-infoclimat {
    width:675px;
    height:175px;
    box-shadow:0 0 3px black;
    margin-bottom:5px;
    overflow:hidden;
    position:relative;
}
.bienvenue-infoclimat-container{
    width:9999px;
}
.bienvenue-close {
    position:absolute;
    bottom:0px;
    right:3px;
    text-decoration:none;
    font-size:9px;
}
.bienvenue-slide{
    height:175px;
    width:675px;
    position:relative;
    float:left;
}
.bienvenue-loader{
    position:absolute;
    width:0px;
    height:2px;
    background:red;
    box-shadow:0 0 2px red;
}
.bienvenue-bullets{
    font-size:38px;
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height:18px;
    overflow:hidden;
}
.bienvenue-bullets a {
    text-decoration:none;
    outline:none;
    width:40px;
    text-align:center;
    vertical-align:top;
    display:inline-block;
    height:18px;
    line-height:18px;
    text-shadow:0 0 1px white;
}
.bienvenue-title {
    font-size:24px;
    color:white;
    text-shadow:1px 1px 1px black;
    font-family:Tahoma,Geneva,sans-serif;
    font-weight:bold;
    background:rgba(0,0,0,0.4);
    padding:0 3px;
}

.bienvenue-texte{
    font-size:13px;
    color:white;
    text-shadow:1px 1px 1px black;
    font-family:sans-serif;
    font-weight:bold;
    background:rgba(64,169,191,0.6);
    padding:2px;
}
.bienvenue-texte a{
    color:orange;
    text-decoration:none;
}

.counter-vigi,.counter-vigi-red{
    position:absolute;
    padding:0px 2px 0px 2px;
    opacity:.90;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    display:none;
    box-shadow: 0 0 2px #000;
    -moz-box-shadow: 0 0 2px #000;
    -webkit-box-shadow: 0 0 2px #000;
    font-family:Exo,sans-serif;
    font-size:11px;
    min-width:8px;
}

.pictovigi-left{
    border-radius:10px;
    box-shadow: 0 0 3px #333;
}
.pictovigi-right{
    border-radius:10px;
    box-shadow: 0 0 3px #333;
}
            .counter-vigi{
                background-color:#ff8400;
            }
            .counter-vigi-red{
                background-color:#fe0000;
                color:white;
                opacity:1;
            }
                        .rmodule-warn b.vigiorange-small {
                            background-color: #ff8400;
                            display: inline-block;
                            height: 13px;
                            font-weight:bold;
                            color:black;
                            padding-top: 1px;
                            margin:0px 0px 1px 1px;
                            text-align: center;
                            font-size:10px;
                            width:16px;
                            box-shadow: 0 0 2px #000;
                -moz-box-shadow: 0 0 2px #000;
                -webkit-box-shadow: 0 0 2px #000;
                            border-radius:5px;
                            -moz-border-radius:5px;
                            -webkit-border-radius:5px;
                            text-shadow:0px 0px 1px #fff;
                        }
                        .rmodule-warn b.vigirouge-small {
                            background-color: #fe0000;
                            display: inline-block;
                            height: 13px;
                            font-weight:bold;
                            color:black;
                            padding-top: 1px;
                            margin:0px 0px 1px 1px;
                            text-align: center;
                            font-size:10px;
                            width:16px;
                            box-shadow: 0 0 2px #000;
                -moz-box-shadow: 0 0 2px #000;
                -webkit-box-shadow: 0 0 2px #000;
                            border-radius:5px;
                            -moz-border-radius:5px;
                            -webkit-border-radius:5px;
                            text-shadow:0px 0px 1px #000;
                            color:white;
                        }
                      
