/* Decoration */
/* ---------------------------------------------------------------------- */
/* Connexion */
/* ---------------------------------------------------------------------- */
.connexion {
    position: absolute;
    top: 6px;
    left: 135px;
    font-size: 10px;
}

.connexion p {
    display: inline;
    color: #FFF;
}

.connexion span, .connexion a {
    color: #FFF;
    padding: 5px;
    text-decoration: none;
    border-right: #666 1px solid;
}

.connexion a:hover {
    color: #82D116;
}

.connexion #selected {
    color: #82D116;
}
/* ---------------------------------------------------------------------- */
/* Liens pays */
/* ---------------------------------------------------------------------- */
.country {
    position: relative;
    font-size: 10px;
    top: 6px;
}

.current {
    position: absolute;
    right: 2px;
    top: 0;
    height: 20px;
}

.current a {
    float: left;
    margin-right: 4px;
    color: #FFF;
}
/*FRANCAIS*/
a#fr {
    display: block;
    width: 26px;
    height: 14px;
    background-image: url(/images/main/lg-fr-off.gif);
    background-repeat: no-repeat;
    background-position: -4px -6px;
    text-indent: -50000px;
}

a:hover#fr {
    background-image: url(/images/main/lg-fr.gif);
}
/*ANGLAIS*/
a#en {
    display: block;
    width: 26px;
    height: 14px;
    background-image: url(/images/main/lg-en.gif);
    background-repeat: no-repeat;
    background-position: -4px -6px;
    text-indent: -50000px;
}

a:hover#en {
    background-image: url(/images/main/lg-en-off.gif);
}

a#englishSelcted {
    background-image: url(/images/main/lg-en.gif);
}
/*ALLEMAND*/
a#de {
    display: block;
    width: 26px;
    height: 14px;
    background-image: url(/images/main/lg-de-off.gif);
    background-repeat: no-repeat;
    background-position: -4px -6px;
    text-indent: -50000px;
}

a:hover#de {
    background-image: url(/images/main/lg-de.gif);
}
/* ---------------------------------------------------------------------- */
/* Illustration */
/* ---------------------------------------------------------------------- */
.illustration {
    height: 330px;
    text-align: center;
    background-color: #FFF;
    padding-top: 10px;
    margin-left: 0px;
}
/* ---------------------------------------------------------------------- */
/* Déco News/Articles */
/* ---------------------------------------------------------------------- */
.boite-news-article {
    position: relative;
    height: 140px;
    background-color: #000;
    padding: 10px;
}
/* ---------------------------------------------------------------------- */
/* News  */
/* ---------------------------------------------------------------------- */
.content-news {
    position: relative;
    clear: both;
}

.boite-news-article-contener {
    color: #939988;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.boite-news-article-text {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.boite-news-article-text h1 {
    color: #82D116;
    font-size: 20px;
    font-weight: lighter;
    line-height: 34px;
}

.boite-news-article-text p {
    width: 300px;
    height: 70px;
    text-align: justify;
    overflow: hidden;
    font-size: 10px;
    line-height: 14px;
}

.boite-news-article a {
    color: #82D116;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    text-transform: uppercase;
}
/* ---------------------------------------------------------------------- */
/* commercial  */
/* ---------------------------------------------------------------------- */
.content-com {
    position: relative;
    clear: both;
}

.boite-com-article-contener {
    color: #939988;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.boite-com-article-text {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
}

.boite-com-article-text ul, .boite-com-article-text li {
    margin: 0;
    list-style: none;
}

.boite-com-article-text ul {
    height: 150px;
}

.boite-com-article-text li {
    font-size: 12px;
    line-height: 20px;
    background: url(/images/elements/boite-standart/bst-pictvert.gif) 0 50% no-repeat;
    padding-left: 14px;
}

.boite-com-article-text a {
    color: #82D116;
}

.boite-com-article-text a:hover {
    color: #CCC;
}

.product {
    width: 320px;
    text-align: center;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.boite-com-article-text h1 {
    color: #82D116;
    font-size: 20px;
    font-weight: lighter;
    line-height: 34px;
}

.boite-com-article-text p {
    height: 140px;
    text-align: justify;
    overflow: hidden;
    font-size: 10px;
    line-height: 14px;
}

a.learn {
    color: #82D116;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: bottom;
    display: block;
}

a:hover.learn {
    color: #000;
}
/* ---------------------------------------------------------------------- */
/* linksFooter  */
/* ---------------------------------------------------------------------- */
#footer a {
    text-decoration: none;
    color: #000;
}

.link-center {
    text-align: center;
    color: #000;
    font-family: verdana;
    font-size: 10px;
}

.link-center a {
    padding: 2px;
}
/* ---------------------------------------------------------------------- */
/* selection des sources */
/* ---------------------------------------------------------------------- */
/*.select-sources
 {
 width:125px;
 height:100%;
 font-family:Arial, Helvetica, sans-serif;
 background-image: url(/images/elements/boite-select-source/bs-fond.gif);
 background-repeat: repeat-y;
 border-bottom:1px solid #CCC;
 border-right:1px solid #CCC;
 background-color:#FFF;
 }*/
.select-sources {
    width: 125px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(/images/elements/boite-select-source/bs-fond.gif);
    background-repeat: repeat-y;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background-color: #FFF;
    float: left;
    margin-bottom: 50px;
}

.all-sources {
    width: 125px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(/images/elements/boite-select-source/bs-fond.gif);
    background-repeat: repeat-y;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background-color: #FFF;
    float: left;
}

.entete {
    height: 26px;
    background: url(/images/elements/boite-select-source/bs-entete.gif) 0 0 no-repeat;
}

.piedpage {
    height: 26px;
    background: url(/images/elements/boite-select-source/bsb-entete.gif) 0 0 no-repeat;
}

.entete p, .piedpage p {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 8px
}

.entete span, .piedpage span {
    color: #FFF;
}

.select-sources ul {
    /* padding-bottom:8px;*/
}

.select-sources li, .all-sources li {
    margin-left: 1px;
    margin-bottom: 2px;
    list-style: none;
}

select.leftbar {
    width: 125px;
}

.select-sources li a, .all-sources li a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 14px;
    vertical-align: middle;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: #f9f9f9;
    background-image: url(/images/elements/boite-standart/bst-gris.gif);
    background-repeat: no-repeat;
    background-position: 1px 50%;
}

.select-sources li a:hover, .all-sources li a:hover {
    color: #000;
    background-color: #d4efb0;
    background-image: url(/images/elements/boite-standart/bst-pictvert.gif);
    background-repeat: no-repeat;
    background-position: 1px 50%;
}

a#selected-sources {
    color: #000;
    background-color: #d4efb0;
    background-image: url(/images/elements/boite-standart/bst-pictvert.gif);
    background-repeat: no-repeat;
    background-position: 1px 50%;
}
/* ---------------------------------------------------------------------- */
/* identification */
/* ---------------------------------------------------------------------- */
/*.identification
 {
 position:absolute;
 top:0;
 left:128px;
 width:835px;
 font-family:Arial, Helvetica, sans-serif;
 }*/
.identification {
    position: absolute;
    top: 84px;
    left: 128px;
    width: 835px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1;
}

.name {
    float: left;
    font-size: 12px;
    background-color: #82d116;
    font-weight: bold;
}

.name span {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 6px 0 4px 28px;
    line-height: 16px;
}

.identifiant-name {
    background: url(/images/elements/boite-identifiant/bi-name.gif) 0 2px no-repeat;
    border-right: 1px solid #76a930;
    color: #000;
    width: 185px;
    overflow: hidden;
    height: 14px;
}

.identifiant-ctrl {
    color: #000;
    background: url(/images/elements/boite-identifiant/bi-ctrl.gif) 0 2px no-repeat;
    width: 140px;
}

.identifiant-back {
    color: #000;
    background: url(/images/elements/boite-identifiant/bi-back.gif) 0 2px no-repeat;
    width: 103px;
}

.name p {
    display: block;
    float: left;
    width: 340px;
    height: 26px;
    padding-left: 20px;
    margin-right: 2px;
    border-right: 1px solid #76a930;
    line-height: 26px;
}

.identifiant-src {
    color: #000;
}

.name a {
    color: #000;
}

.name a:hover {
    color: #FFF;
}

.libelle {
    margin-left: 90px;
    background-color: #FFF;
}

.story {
    position: absolute;
    top: 0;
    left: 350px;
    width: 500px;
    height: 26px;
    background: url(/images/elements/boite-identifiant/bi-fond.gif) 1px 0 no-repeat;
}

.story ul, .story li {
    height: 26px;
    float: left;
}

.story h2 {
    float: left;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 6px 6px 20px;
    /*background:url(/images/elements/boite-identifiant/bi-addstory.gif) 1px 4px no-repeat;*/
}

a#addmovie {
    background: url(/images/buttons/add-movie.gif) 0 -2px no-repeat;
    height: 26px;
    width: 50px;
    display: block;
    text-indent: -5000px;
    margin-right: 10px;
}

a#addpicture {
    background: url(/images/buttons/add-picture.gif) 0 -2px no-repeat;
    height: 26px;
    width: 50px;
    display: block;
    text-indent: -5000px;
    margin-right: 10px;
}

a#addical {
    background: url(/images/buttons/add-ical.gif) 0 -2px no-repeat;
    height: 26px;
    width: 50px;
    display: block;
    text-indent: -5000px;
    margin-right: 10px;
}

a#addmusic {
    background: url(/images/buttons/add-music.gif) 0 -2px no-repeat;
    height: 26px;
    width: 50px;
    display: block;
    text-indent: -5000px;
    margin-right: 10px;
}

a#addweather {
    background: url(/images/buttons/add-meteo.gif) 0 -2px no-repeat;
    height: 26px;
    width: 50px;
    display: block;
    text-indent: -5000px;
    margin-right: 10px;
}

a#addiradio {
    background: transparent url('/images/buttons/add-iradio.gif') no-repeat scroll 0pt -2px;
    height: 26px;
    width: 50px;
    display: block;
    text-indent: -5000px;
    margin-right: 10px;
}
/* ---------------------------------------------------------------------- */
/* Zone de Recherche */
/* ---------------------------------------------------------------------- */
/*.affichage
 {
 position:absolute;
 top:27px;
 left:128px;
 height:385px;
 width:834px;
 background-color:#EEE;
 background-image:url(/images/main/fd-form.gif);
 background-repeat:repeat-x;
 }*/
.affichage {
    margin-left: 128px;
    width: 834px;
    /*min-height:345px;*/
    position: relative;
    margin-top: 27px;
    background-color: #EEE;
    background-image: url(/images/main/fd-form.gif);
    background-repeat: repeat-x;
    background-position: 0 0;
    min-height: 490px;
    height: expression( Math

.max(parseInt(this.offsetHeight), 490 ) + 'px' );
}

.affichage-trans {
    margin-left: 128px;
    width: 834px;
    /*min-height:345px;*/
    position: relative;
    margin-top: 27px;
    /*background-image:url(/images/main/fd-form.gif);
     background-repeat:repeat-x;
     background-position:0 0;*/
}

.formulaire {
    border-bottom: 1px solid #EEE;
    height: 28px;
    background-image: url(/images/elements/boite-identifiant/fd-search.gif);
}
/*.formulaire form
 {
 float:left;
 width:600px;
 color:#000;
 font-weight:bold;
 border-right:1px solid #cacaca;
 }*/
.formulaire p {
    width: 200px;
    padding: 2px;
    background-color: #edf7df;
    border-right: 1px solid #cacaca;
}

.formulaire input {
    vertical-align: middle;
    color: #666;
}

input.search {
    background-image: url(/images/buttons/search.gif);
    background-repeat: no-repeat;
    background-position: right 0;
    background-color: #FFF;
    border: 1px solid #FFF;
    font-size: 12px;
    font-weight: lighter;
    padding: 1px;
}

div.select-channels {
    left: 0px;
    padding-left: 5px;
    position: absolute;
    top: 3px;
}

div.select-channels select {
    width: 200px;
    border: 1px solid #FFF;
    background-color: #FFF;
}

div.select-channels a {
    font-size: 11px;
    padding: 6px 6px 6px 28px;
    background-color:;

color:

#000;

background:
    url(/images/buttons/btn-show.gif)

no-repeat 0 0;
}

div.select-channels a:hover {
    background: url(/images/buttons/btn-show-on.gif) no-repeat 0 0;
    color: #666;
}

div.formulaire-action { position: absolute; top: 4px; font-size: 9px; padding-left: 2px; text-align: right; left: 200px; }

div.formulaire-action span {
    display: block;
    text-align: right;
}

div.formulaire-action-btn {
    position: absolute;
    top: -5px;
    left: 144px;
    width: 245px;
    height: 27px;
    padding-left: 10px;
    background: url(/images/elements/boite-identifiant/fd-action.gif) 0 0 no-repeat;
}

div.formulaire-action-btn span {
    display: block;
    text-align: left;
    padding: 1px;
}

a.delete {
    background: url(/images/buttons/delete-account.gif) 0 3px no-repeat;
    padding-left: 12px;
    color: #000;
    font-weight: bold;
}

a.add {
    background: url(/images/buttons/add-account.gif) 0 3px no-repeat;
    padding-left: 12px;
    color: #000;
    font-weight: bold;
}

.loading-header {
    border-bottom: 1px solid #FFF;
    height: 31px;
    background-color: #D5EAAB;
}

.loading-indicator {
    text-align: center;
}

.loading-message {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
}

.loading-message p {
    padding: 20px;
    color: #000;
    font: 16px / 25px arial;
    font-weight: bold;
}

.loading-message img {
    padding: 20px;
}

.result {
    position: absolute;
    left: 601px;
    top: 0;
    height: 16px;
    width: 222px;
    background-color: #edf7df;
    border-left: 1px solid #FFF;
    padding: 5px;
    font-size: 12px;
    z-index: 3;
}

.result a {
    color: #82D116;
    font-weight: bold;
}

.result a:hover {
    color: #000;
}

a.selected {
    color: #000;
}

a.next {
    color: #000;
    font-weight: lighter;
}

p.rss {
    background: #edf7df url(/images/buttons/add-rss.gif) no-repeat;
    padding-left: 30px;
    height: 20px;
    padding-top: 4px;
    font-size: 11px;
    color: #000;
    vertical-align: middle;
}

div.fieldWithErrors input {
    border-color: #FF0000;
}
/* ---------------------------------------------------------------------- */
/* Object */
/* ---------------------------------------------------------------------- */
.content-object {
    width: 835px;
    height: 460px;
    padding-top: 5px; /***/
    padding-left: auto;
}

.object {
    float: left;
    width: 195px;
    height: 140px;
    background: url(/images/elements/boite-object/fd-cadre.gif) no-repeat;
    color: #666;
    border: 1px #C7C8C8 solid;
    margin: 5px;
}

.object-image {
    /*margin-top:20px;
     width:210px;
     text-align:center;
     margin-left:30px;*/
    margin-left: 30px;
    margin-top: 20px;
    text-align: center;
    width: 165px;
    overflow: hidden;
    height: 90px;
}

.iradio24 .object-image {
    margin-left: 30px;
    margin-top: 0px;
    text-align: center;
    width: 95px;
    overflow: hidden;
    height: 70px;
}

.iradio .object-image {
    margin-left: 10px;
    width: 200px;
}

.object-image img {
	max-height: 80px;
	max-width: 80;
    border: 1px solid #A9A9A9;
}

.object-movie {
    background: url(/images/elements/boite-object/pict-movie.gif) no-repeat;
}

.object-picture {
    background: url(/images/elements/boite-object/pict-picture.gif) no-repeat;
}

.object-music {
    background: url(/images/elements/boite-object/pict-music.gif) no-repeat;
}

.object-weather {
    background: url(/images/elements/boite-object/pict-weather.gif) no-repeat;
}

.object-podcast {
    background: url(/images/elements/boite-object/pict-podcast.gif) no-repeat;
}

.object-iradio {
    background: url(/images/elements/boite-object/pict-iradio.gif) no-repeat;
}

.object-title {
    width: 230px;
    height: 12px;
    overflow: hidden;
    margin-left: 3px;
    margin-top: 3px;
    font: 11px / 13px Arial;
    font-weight: bold;
    color: #000;
}

.object-title div {
    position: relative;
    left: 36px;
}

.object-action {
    width: 250px;
    text-align: right;
    font: 11px / 13px Arial;
    font-weight: bold;
    color: #000;
}

.iradio24 .object-action {
    position: relative;
    top: 0px;
    left: 42px;
    width: 80px;
    text-align: left;
    font: 11px Arial;
    font-weight: bold;
    color: #333;
}

.action-area {
    position: relative;
}

.action-btn-content {
    position: absolute;
    bottom: -125px;
    left: 0px;
}

.iradio24 .action-btn-content {
    position: absolute;
    top: 40px;
    left: 0px;
}

.action-btn {
}

.action {
    float: left;
}

.commentaire {
    width: 165px;
    text-align: right;
    margin-left: 30px;
}
/* ---------------------------------------------------------------------- */
/* Content Standart  */
/* ---------------------------------------------------------------------- */
.bst-gauche {
    position: absolute;
    top: 0;
    left: 0;
    width: 824px;
    height: 27px;
    background: url(/images/elements/boite-standart/bst-top.gif) 1px 0 repeat-x;
    border-left: 1px solid #CCC;
}

.bst-droit {
    position: absolute;
    top: 0;
    right: -7px;
    width: 20px;
    height: 27px;
    background: url(/images/elements/boite-standart/bst-top-right.gif) 1px 0 no-repeat;
}

.bst-contener {
    /* position:absolute;
     top:27px;
     left:128px;
     width:825px;
     height:100%;
     background-color:#EEE;
     background-image:url(/images/main/fd-form.gif);
     background-repeat:repeat-x;
     padding:8px 4px;*/
    padding: 4px;
}

div.bst-contener-none {
    padding: 4px;
}
/*.bst-contener h1
 {
 font-size:14px;
 color:#FFF;
 background-color:#82D116;
 padding:4px;
 }
 .bst-contener p
 {
 font-size:10px;
 color:#333;
 }
 
 
 
 
 
 
 
 
 
 div#contener-none{
 }*/
.field-contener {
    /*background-color:#FFF;*/
    margin-bottom: 6px;
    margin-top: 3px;
}

.field {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
    position: relative;
}

.field a {
    color: #000;
    text-decoration: underline;
}

.field a:hover {
    color: #82D116;
}

.field-contener p, .field p {
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
}

.field-contener h1 {
    font-size: 14px;
    color: #FFF;
    background-color: #82D116;
    padding: 4px;
}

.field label {
    font-size: 12px;
    font-family: Helvetica;
    color: #000;
    width: 190px;
    float: left;
    font-weight: bold;
    padding: 2px;
}

.field strong {
    color: #FF0000;
}

.field input, select, textarea {
    padding: 2px;
    font-family: Arial;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
}

.field input, .field textarea {
    width: 210px;
}

.field .checkbox {
    width: auto;
}

.field select {
    width: 120px;
}

.field .wide {
    width: 250px;
}

.wide select {
    width: 220px;
}

.wide input, .wide textarea {
    width: 500px;
}

.narrow select {
    width: 80px;
}

.ultra-narrow select {
    width: 70px;
}

.narrow input, .narrow textarea {
    width: 80px;
}

.field span {
    font-size: 12px;
    color: #666;
}

.macaddress_field input {
    width: 20px;
}

input#standard {
}

input#error {
    border-color: #FF0000;
    width: 210px;
    vertical-align: middle;
}

input#user_usr_pseudo {
    vertical-align: middle;
}

input#login_password {
    width: 210px;
    vertical-align: middle;
}

input#validate {
    display: block;
    margin-left: auto;
    font-family: helvetica;
    font-size: 11px;
    color: #000;
    padding: 4px;
    height: 20px;
    background-image: url(/images/main/fd-button.gif);
    background-repeat: repeat-x;
    text-transform: uppercase;
}

.formError {
    color: #FFF;
    padding: 5px;
    font-size: 10px;
    position: absolute;
    left: 450px;
    top: 2px;
    background: #FF0000;
}
/* ---------------------------------------------------------------------- */
/* Bouton/Commands */
/* ---------------------------------------------------------------------- */
/* Commands formulaire */
/* ---------------------------------------------------------------------- */
.btn-div {
    line-height: normal;
    float: right;
    margin-top: 20px;
    z-index: 1;
    font-size: 11px;
    margin-right: 5px;
}

.btn-div a {
    color: #FFF;
    float: left;
    background: url(/images/buttons/btnform-left.gif) no-repeat left 0;
    margin: 0;
    padding-left: 6px;
    text-decoration: none;
}

.btn-div a:hover span {
    color: #000;
    cursor: pointer;
}

.btn-div a span {
    float: left;
    display: block;
    background: url(/images/buttons/btnform-right.gif) no-repeat right 0px;
    /*padding:8px 14px 16px 14px;
     width:50px;*/
    padding: 8px 14px 16px 10px;
    width: 80px;
    color: #FFF;
    text-align: center;
}
/* ------------------------------------- */
/* CHANGING SUBMIT FROM LINKS TO BUTTONS */
/* ------------------------------------- */
.btn-div-submit {
    line-height: normal;
    float: right;
    margin-top: 20px;
    margin-bottom: 0px;
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    background: url(/images/buttons/btnform-left.gif) no-repeat left 0;
}

.btn-div-submit input {
    color: #FFF;
    float: left;
    background: url(/images/buttons/btnform-right.gif) no-repeat right 0px;
    margin: 0px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-bottom: 0px;
}

.btn-div-submit input:hover {
    color: #000;
}

div.btn-div-submit-add {
    float: right;
    background: transparent url('/images/buttons/btnform-left.gif') no-repeat scroll left 0pt;
}

div.btn-div-submit-add input.deco {
    width: 80px;
    color: #FFF;
    border: none;
    text-align: center;
    padding: 8px 14px 16px 14px;
    background: transparent url('/images/buttons/btnform-right.gif') no-repeat scroll right 0px;
}

div.btn-div-submit-add input:hover {
    color: #FFF;
    cursor: pointer;
}
/* ---------------------- */
.position {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    color: #FFF;
}

div.btn-div input {
    background-color: #82D116;
    width: 80px;
    border: none;
    cursor: pointer;
    color: #FFF;
    padding: 6px;
}

div.btn-div input:hover {
    background-color: #82D116;
    width: 80px;
    border: none;
    cursor: pointer;
    color: #000;
    padding: 6px;
}
/* ---------------------------------------------------------------------- */
/* Control Center */
/* ---------------------------------------------------------------------- */
div.cc_inner {
    margin-left: auto;
    margin-right: auto;
}

div.cc_channels, div.cc_authors, div.cc_efriends {
    border: 1px solid #ddd;
    float: left;
    width: 270px;
    text-align: left;
    background-color: #FFF;
    margin-left: 4px;
}

div.cc_channels h2, div.cc_authors h2, div.cc_efriends h2 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: #82D116;
    margin-bottom: 4px;
}

.cc_list {
}

.cc_list table {
    width: 100%;
    margin-top: 5px;
}

.cc_list th {
    font-weight: bold;
    text-align: left;
}

a.btn-back {
    background: url(/images/buttons/back.gif) no-repeat;
    padding: 20px;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
}
/*.label
 {
 color:#333;
 display:block;
 width:160px;
 float:left;
 font-size:14px;
 line-height:18px;
 font-weight:bold;
 margin-left:20px;
 }
 */
.cc_outer {
    font-size: 10px;
    color: #000;
    padding-top: 10px;
}

.cc_outer span {
    color: #000;
    background-color: #FFF;
    line-height: 18px;
    border: 1px solid #CCC;
    padding: 5px;
    font-size: 10px;
}

a.cc-action {
    background: url(/images/buttons/add.gif) -2px 0 no-repeat;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-right: 10px;
    color: #000;
}

a:hover.cc-action {
    border-bottom: 1px dotted #333;
}

a.cc-action-update {
    background: url(/images/buttons/refresh.gif) -2px 0 no-repeat;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-right: 10px;
    color: #000;
}

a:hover.cc-action-update {
    border-bottom: 1px dotted #333;
}
/* ---------------------------------------------------------------------- */
/* _DIALoG Générale */
/* ---------------------------------------------------------------------- */
#boite-dialogue {
    margin-top: 10px;
}

#dialog-contener {
    padding-left: 3px;
    /*background: url(/images/elements/fd-th-blc.png) repeat-y;*/
}

.message-error {
    text-align: left;
    color: #000;
    margin-bottom: 10px;
    padding: 5px 10px 0 80px;
    background: url(/images/elements/pict-attention.gif) 10px 10px no-repeat;
    min-height: 100px;
}

.error {
    color: red;
    margin-bottom: 10px;
    padding: 5px 10px 0 5px;
    background-color: #FFF;
}

.success {
    color: black;
    margin-bottom: 10px;
    padding: 5px 10px 0 5px;
}

.deco-coin-page {
    position: absolute;
    bottom: -7px;
    right: -2px;
    width: 145px;
    height: 14px;
    background: url(/images/elements/pict-coinpage.gif) no-repeat;
}
/* ---------------------------------------------------------------------- */
/* Message d'attente */
/* ---------------------------------------------------------------------- */
.contener-vierge {
    hieght: 250px;
    text-align: center;
    padding-bottom: 10%;
    background-color: #EEE;
    background-image: url(/images/main/fd-form.gif);
    background-repeat: repeat-x;
    background-position: 0 0;
}
/* ---------------------------------------------------------------------- */
/* _DIALoG _Help */
/* ---------------------------------------------------------------------- */
div.bst-aide a {
    background: url(/images/buttons/help.gif) no-repeat;
    padding: 5px;
    display: block;
    width: 35px;
    height: 20px;
}

.aide {
    position: absolute;
    top: 70px;
    right: 1px;
    width: 280px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 8px;
    border-left: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #d5d5d5;
    background: #FFF url(/images/elements/boite-progress/bar-top.gif) 0px 0 repeat-x;
}

.aide ul, li {
    margin: 0;
    list-style: none;
}

.aide li {
    color: #333;
    padding-left: 11px;
    background: url(/images/elements/boite-progress/pict-vert.gif) 0px 0 no-repeat;
    margin-bottom: 5px;
}

.aide h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: -8px;
}

li.reponse {
    color: #82D116;
}
/* ---------------------------------------------------------------------- */
/* _DIALoG _form  / _DIALoG _InfoBox  */
/* ---------------------------------------------------------------------- */
.bst-dialog-form {
    font-family: Arial, Helvetica, sans-serif;
    border-left: 1px #a7a7a7 solid;
    border-right: 1px #d5d5d5 solid;
    border-bottom: 1px #a7a7a7 solid;
    border-top: 1px #d5d5d5 solid;
    height: 300px;
    background-position: 0 top;
    background-repeat: repeat-x;
    background-image: url(/images/main/fd-form.gif);
    background-color: #EEE;
}

.bst-dialog-form form {
}

.bst-dialog-form h1 {
    padding: 2px 0 0 5px;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 4px solid #82D116;
    color: #FFF;
    background-color: #000;
}

.bst-dialog-form p {
    font-family: Arial;
    padding-bottom: 5px;
    padding-top: 5px;
}

.bst-dialog-form label {
    color: #333;
    display: block;
    width: 160px;
    float: left;
    font-size: 14px;
    margin-left: 12px;
}

.bst-dialog-form span {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.bst-dialog-form input, textarea {
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #1C7092;
    font-size: 11px;
    padding: 2px;
}

input.error-input {
    border: 1px solid #F15A24;
}
/* ---------------------------------------------------------------------- */
/* _DIALoG _Introduction (décoration)  */
/* ---------------------------------------------------------------------- */
.coin-droit {
    background: url(/images/elements/boite-news/top-coin-droit.gif) -1px 0 no-repeat;
    position: absolute;
    top: -1px;
    right: -3px;
    width: 32px;
    height: 26px;
    z-index: 0;
}

.coin-gauche {
    background: url(/images/elements/boite-news/top-coin-gche.gif) -1px 0 no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 19px;
    z-index: 0;
}

.coin-bas-droit {
    background: url(/images/elements/boite-news/bottom-coin-droit.gif) -1px 0 no-repeat;
    position: absolute;
    bottom: -1px;
    right: -12px;
    width: 31px;
    height: 49px;
}

.coin-bas-gauche {
    background: url(/images/elements/boite-news/bottom-coin-gche.gif) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 23px;
    height: 49px;
}
/* ---------------------------------------------------------------------- */
/* Message */
/* ---------------------------------------------------------------------- */
.home-mess {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    background: #FFF;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 50px;
    background-image: url(/images/elements/boite-news/bottom-coin-bottom.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.home-mess p {
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
}

.home-mess h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
}

div.error {
    color: #FFF;
    background-color: #ED1C24;
    padding: 5px;
    font-size: 10px;
}
/* ---------------------------------------------------------------------- */
/*  _DIALoG _ERROR                                                         */
/* ---------------------------------------------------------------------- */
div.message-error {
    font-family: Arial, Helvetica, sans-serif;
    background: url(/images/elements/boite-standart/pict-error.gif) 0 50% no-repeat;
    padding-left: 130px;
}

div.message-error h2 {
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

div.message-error li {
    list-style-position: outside;
    font-size: 12px;
    line-height: 16px;
    color: #333;
}

div.message-error ul {
}
/* ---------------------------------------------------------------------- */
/*  _DIALoG _Standart                                                         */
/* ---------------------------------------------------------------------- */
.bst-position {
    position: relative;
}

div.col_left {
    width: 400px;
    float: left;
    margin-right: 10px;
    text-align: justify;
    font-size: 12px;
}

div.col_left p, .col_right p {
    padding: 2px;
}

div.col_left h1, div.col_right h1 {
    background-color: #82D116;
    color: #FFF;
    padding: 2px;
    font-size: 13px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

div.col_left h2, div.col_right h2 {
    background-color: #82D116;
    color: #000;
    padding: 2px;
    font-size: 13px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

div.col_left ul, div.col_right ul {
    margin: 0;
    list-style: none;
}

div.col_left li, div.col_right li {
    list-style-position: outside;
    color: #333;
    padding-left: 11px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.col_right {
    margin-left: 410px;
}
/* ---------------------------------------------------------------------- */
/*  _DIALoG _Standart correctifs                                          */
/* ---------------------------------------------------------------------- */
div.col_std {
    background-color: #EEE;
    background-image: url(/images/main/fd-form.gif);
    background-repeat: repeat-x;
    background-position: 0 22px;
    font-size: 12px;
    padding-bottom: 40px;
    position: relative;
}

div.col_std p {
    font-size: 12px;
    padding-left: 6px;
}

div.col_std h1 {
    background: transparent url(/images/elements/boite-select-source/bst-fond.gif) repeat scroll 0pt 50%;
    border-color: #EEEEEE rgb( 238, 238, 238 ) rgb( 204, 204, 204 );
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 2px;
}

div.col_std ul {
    margin-top: 5px;
    padding-left: 6px;
    margin-left: 40px;
}

div.col_std li {
    color: #000;
    line-height: 18px;
    padding-left: 1px;
    list-style: url(/images/elements/boite-standart/bst-pictvert.gif);
}

div.col_std img {
    position: absolute;
    top: 0px;
    right: -10px;
    clear: right;
}

div.colonne div.col_std {
    background: #000;
    padding-bottom: 10px;
}

div.colonne div.col_std h1 {
    font-size: 14px;
    line-height: 20px;
    background: url(/images/elements/boite-progress/bar-top.gif) 0 0;
    color: #FFF;
    margin-bottom: 0;
    padding: 0 0 0 4px;
    margin-left: -1px;
    margin-right: -1px;
}

div.colonne div.col_std li {
    color: #EEE;
}

div.colonne div.col_std strong {
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
}
/* ---------------------------------------------------------------------- */
/*  _Legal                                          */
/* ---------------------------------------------------------------------- */
div.legal {
    padding-left: 6px;
    padding-right: 6px;
}

div.legal p {
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
}

div.legal a {
    border-bottom: 1px dotted #000;
    color: #000;
    background-color: #FFF;
}

div.legal a:hover {
    color: #82D116;
}

div.legal h2 {
    color: #FFF;
    font-size: 13px;
    line-height: 21px;
    border-bottom: 1px dotted #CCC;
    background-color: #82D116;
    padding-left: 6px;
    margin-top: 4px;
}

div.legal .mention {
    margin-bottom: 10px;
    color: #666;
}
/* ---------------------------------------------------------------------- */
/* Content target  														  */
/* ---------------------------------------------------------------------- */
.sources-infos {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    background: #FFF url(/images/footer/fd-footer.gif) repeat-x;
    border: 1px solid #CCC;
    padding: 5px;
    min-height: 150px;
}

.sources-infos h1 {
    font-size: 18px;
    line-height: 20px;
    padding-left: 14px;
    color: #000;
    background-image: url(/images/elements/boite-standart/bst-pictvert.gif);
    background-repeat: no-repeat;
    background-position: 1px 50%;
    border-bottom: 1px solid #EEE;
}

.sources-infos p {
    font-size: 12px;
    padding-top: 2px;
}
/* ---------------------------------------------------------------------- */
/* PAGE PRODUCT VIEW */
/* ---------------------------------------------------------------------- */
div.colonne {
    background-color: #EEE;
    background-image: url(../images/main/fd-form.gif);
    background-repeat: repeat-x;
    background-position: 0 22px;
    z-index: 0;
}

div.colonne h1 {
    color: #333;
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid #CCC;
    border-top: 1px #EEE solid;
    border-left: 1px #EEE solid;
    border-right: 1px #EEE solid;
    margin-bottom: 10px;
    padding: 2px;
    background: url(/images/elements/boite-select-source/bst-fond.gif) 0 0;
}

div.product-view {
    float: left;
    width: 648px;
    height: 300px;
    z-index: 1;
}

div.product-view .vignette {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

div.product-view .vignette h2 {
    font-size: 11px;
    text-decoration: underline;
    background-image: none;
    border: none;
    margin-left: 8px;
}

div.product-view .vignette ul, div.product-view .vignette li {
    margin: 0;
    list-style: none;
}

div.product-view .vignette ul {
    height: 110px;
    width: 110px;
}

div.product-view .vignette li {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin: 2px;
}

div.product-view img {
    border-color: #EEE;
    border-width: 1px;
    border-style: solid;
}

div.product-view img:hover {
    border: 1px solid #82D116;
    cursor: pointer;
}

#border {
    border: 1px solid #82D116;
}

div.img-product {
    margin-left: 220px;
    width: 420px;
    height: 280px;
    border: none;
}

div.img-product img:hover {
    border: none;
}

div.img-product img {
    border: none;
}

div.product-view .legende {
    color: #82D116;
}
/* ---------------------------------------------------------------------- */
/* PAGE PRODUCT SPEC */
/* ---------------------------------------------------------------------- */
div.product-spec {
    width: 290px;
    font-size: 12px;
    line-height: 16px;
    margin-left: 660px;
    margin-top: 10px;
    /*background-color:#EEE;
     background-image:url(/images/main/fd-form.gif);
     background-repeat:repeat-x;
     background-position:0 -22px;*/
    height: 300px;
}

div.product-spec ul, div.product-spec li {
    margin: 0;
    list-style: none;
    color: #666;
}

div.product-spec li {
    font-size: 11px;
    margin-left: 0;
    line-height: 16px;
}

div.product-spec h1 {
    text-decoration: underline;
    color: #000;
    font-size: 12px;
    background-image: none;
    border: none;
    margin-left: -2px;
}

div.product-spec h2 {
    color: #82D116;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: -8px;
}

div.product-spec .legende {
    color: #82D116;
}
/* ---------------------------------------------------------------------- */
/* PAGE FAQ */
/* ---------------------------------------------------------------------- */
div.help {
    padding-left: 6px;
    padding-right: 6px;
}

div.help h2 {
    color: #FFF;
    font-size: 13px;
    line-height: 21px;
    border-bottom: 1px dotted #CCC;
    background-color: #82D116;
    padding-left: 6px;
    margin-top: 4px;
}

div.link-object a, div.link-object-xl a {
    color: #000;
    line-height: 20px;
    padding-bottom: 6px;
    display: block;
    width: 150px;
}

div.link-object-xl {
    /* border-right:1px solid #CCC; */
    width: 400px;
    margin-left: 250px;
}

div.link-object {
    /* border-right:1px solid #CCC; */
    width: 200px;
    margin-left: 250px;
}

div.link-object a:hover, div.link-object-xl a:hover {
    color: #82D116;
    /* line-height:20px; */
}

a.down-file {
    background: url(/images/elements/boite-faq/pict_acrobat.png) right 0 no-repeat;
    padding-right: 20px;
}

a.down-talk {
    background: url(/images/elements/boite-faq/comments.png) right 0 no-repeat;
    padding-right: 20px;
}

a.down-contact {
    background: url(/images/elements/boite-faq/user_comment.png) right 0 no-repeat;
    padding-right: 20px;
}

a.down-faq {
    background: url(/images/elements/boite-faq/user_help.png) right 0 no-repeat;
    padding-right: 18px;
}

div.help form {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 4px;
    width: 230px;
    position: absolute;
    top: 70px;
    right: 250px;
}

div.help form label {
    color: #82D116;
    font-weight: bold;
    line-height: 24px;
}

div.help form input {
    color: #333;
    border: #CCC 1px solid;
}

div.help form input.search {
    background-position: 0 50%;
    padding-left: 10px;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 11px;
}

div.help form a.visit {
    text-decoration: underline;
    font-size: 11px;
    color: #666;
}
/* ---------------------------------------------------------------------- */
/*Questions/réponses*/
/* ---------------------------------------------------------------------- */
div.faq {
    line-height: 16px;
}

div.faq h1 {
    color: #FFF;
    font-size: 13px;
}

div.faq p {
    margin-bottom: 6px;
}

div.faq ul {
    margin-left: 40px;
    margin-bottom: 6px;
}

div.faq li {
    font-size: 12px;
    background: url(/images/elements/boite-standart/bst-pictvert.gif) 0 50% no-repeat;
    padding-left: 14px;
}
/* ---------------------------------------------------------------------- */
/*  _Enumeration                                          */
/* ---------------------------------------------------------------------- */
div.enumeration {
    padding-left: 8px;
    padding-right: 10px;
    text-align: justify;
    list-style: none;
    background-color: #EEE;
    font-size: 12px;
    padding-bottom: 10px;
}

div.enumeration ol {
    margin-bottom: 5px;
}

div.enumeration ol, div.enumeration li {
    list-style: none;
    background-image: none;
    background: none;
}

div.enumeration li.step_0 {
    list-style-type: upper-roman;
    list-style-position: inside;
    margin-bottom: 10px;
}

div.enumeration li.step_1 {
    margin-left: 35px;
    margin-bottom: 10px;
    line-height: 16px;
    list-style-position: outside;
    list-style-type: decimal;
    background-color: #eee;
}

div.enumeration li.step_2 {
    margin-left: 60px;
    margin-bottom: 10px;
    line-height: 16px;
    background-color: #eee;
    list-style-position: outside;
    list-style-type: lower-alpha;
}

div.enumeration li.step_3 {
    margin-left: 100px;
    margin-bottom: 10px;
    line-height: 16px;
    list-style-position: outside;
    list-style-type: lower-roman;
    background-color: #eee;
}
/* ---------------------------------------------------------------------- */
/* Add Content Iradio */
/* ---------------------------------------------------------------------- */
.iradio {
}

.iradio24 {
    height: 102px;
    width: 127px;
}

.iradio24 .object-image p {
    text-align: left;
    color: #333;
    font-size: 11px;
    margin-left: 11px;
    font-weight: bold;
}

.iradio24 .object-image img {
    border: 0 solid #EEE;
    text-decoration: none;
    padding-left: 12px;
}

.iradio24 .commentaire {
    color: #333;
}

.iradio24 .object-title {
    margin-left: 40px;
}

.iradio24 .object-image a, .iradio object-image span {
    font-weight: lighter;
    color: #666;
    padding-right: 25px;
    padding-top: 2px;
}

.iradio .object-image p {
    text-align: left;
    color: #333;
    font-size: 12px;
    line-height: 24px;
    margin-left: 20px;
    font-weight: bold;
}

.iradio .object-image img {
    border: 0 solid #EEE;
    text-decoration: none;
    padding-left: 12px;
}

.iradio .commentaire {
    color: #333;
}

.iradio .object-image a, .iradio object-image span {
    font-weight: lighter;
    color: #666;
    padding-right: 25px;
    padding-top: 2px;
}

.iradio24 a.link-format, .radio span.link-format {
    background: transparent url('/images/elements/boite-object/pict-format.gif') right -2px no-repeat;
}

.iradio24 a.link-web, .radio span.link-web {
    background: transparent url('/images/elements/boite-object/pict-web.gif') right -2px no-repeat;
}

.iradio24 a.link-listen, .radio span.link-listen {
    background: transparent url('/images/elements/boite-object/pict-listen.gif') right -2px no-repeat;
}
/* ---------------------------------------------------------------------- */
/* Add Content Picture */
/* ---------------------------------------------------------------------- */
.picture {
}

.picture .object-image p {
}

.picture .object-image img {
}
/* ---------------------------------------------------------------------- */
/* Add Content Weather */
/* ---------------------------------------------------------------------- */
.weather {
}

.weather .object-image p {
}

.weather .object-image img {
    border: 0 solid #EEE;
    text-decoration: none;
}
/* ---------------------------------------------------------------------- */
/* Add Content Pdcast */
/* ---------------------------------------------------------------------- */
.podcast {
}

.podcast .object-image p {
}

.podcast .object-image img {
    border: 0 solid #EEE;
    text-decoration: none;
}
/* ---------------------------------------------------------------------- */
/* Add Content Movie */
/* ---------------------------------------------------------------------- */
.movie {
}

.movie .object-image p {
}

.movie .object-image img {
}
/* ---------------------------------------------------------------------- */
/* Add Content Music */
/* ---------------------------------------------------------------------- */
.music {
}

.music .object-image p {
}

.music .object-image img {
}

div.auto_complete {
    width: 350px;
    background: #fff;
	z-index:100;

}

div.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

div.auto_complete ul li {
    margin: 0;
    padding: 3px;
}

div.auto_complete ul li.selected {
    background-color: #ffb;
}

div.auto_complete ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
}
.loading-message-sm { width: 50%; text-align: center; margin: 12pt; }
.loading-message-sm p {
    padding: 20px;
    color: #000;
    font: bold 14px/18px Ari
}
.loading-message-sm img {
    padding: 20px;
}
