
/*
-----------------------------------------------
auteur:   mcbox
version:  JANVIER 2008
-----------------------------------------------
*/

/*---------GESTION DES BALISES--------------*/


body {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
  }


table {
    border : 0 ;
  }


img {
    border : none ;
  }


#header {
    background: url(../images/header.png);
    background-repeat : repeat-x;
    height:170px;
    margin-bottom: 0px;
  }


#conteneur {
    background-image : url(../images/degrade_bleu_menu.png);
    background-repeat : repeat-y;
    width:100%;
  }

.zone_detail_information{
margin:10px;
border:1px solid #cccccc;
font-size:14px;
background-image:url(../images/fond_zone.png);
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.zone_detail_information h1{
margin:5px;
}

.zone_detail_information h1 a{
font-size:18px;
text-decoration: none ;
color:#FF8409;
}

.zone_detail_information p a:hover{
color:red;
}

.zone_pied_de_page {
    margin-right:10px;
    margin-left:10px;
    margin-bottom:10px;
    background: url(../images/news.gif);
    border:1px solid #cccccc;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
  }


.zone_pied_de_page img {
    width:69px;
    height:69px;
    border:0;
    float:left;
  }


.zone_pied_de_page b {
    color:#FF8409;
    font-style:normal;
  }


.zone_pied_de_page p {
    color:#9C9C9C;
    font-style:italic;
  }


.zone_pied_de_page p a {
    text-decoration:none;
    color:#9C9C9C;
  }


.zone_pied_de_page p a:hover {
    color:black;
  }

ul.formulaire{
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.formulaire li{
    margin:2px;
}

ul.formulaire li input{
    width:260px;
    border:1px solid #FF8409;
    margin-top:2px;
    margin-bottom:10px;
    background-image: url('../images/fond_input.png');
  }


#nav {
    width: 200px;
    float: left;
  }


#content {
    padding: 5px;
    margin-left: 200px;
    background: url(../images/terre.gif);
    background-repeat : repeat-y;
  }


.stop {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    background: url(../images/stop.jpg);
    width:500px;
    height:350px;
    padding-top:250px;
  }


.annonceur {
    margin-left:200px;
    padding-top:8px;
  }


.langue {
    margin-top:34px;
    color:white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  }


.langue a {
    color:white;
    text-decoration:none;
  }


.langue a:hover {
    color:#76FF64;
  }


.langue img {
    margin-bottom:-3px;
  }


.zone_rss {
    background: url(../images/fond_zone.png);
    border:1px solid #cccccc;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    margin-bottom:20px;
  }


.zone_rss p {
    margin-bottom : 8px;
    margin-left : 8px;
    margin-right : 8px;
    margin-top : 8px;
    text-align : justify;
  }


.bandeau {
    width:100%;
    height:74px;
    text-align:right;
border-bottom:1px solid #cccccc;
  }


.bandeau select {
    margin-top:10px;
    margin-right:10px;
  }


.sous_bandeau {
    width:100%;
    height:25px;
    margin-bottom:10px;
    text-align:right;
    background: url(../images/bandeau.png);
    border-bottom:1px solid #cccccc;
  }


.sous_bandeau img {
    width:16px;
    height:16px;
    border:0;
    cursor: pointer;
    margin-top:4px;
  }


.liste li {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    display: list-item;
    margin-bottom:2px;
    border-bottom:1px solid #cccccc;
  }


.liste span {
    font-size : 12px;
    font-style : italic;
    color:#7B7B7B;
  }


.liste li a {
    text-decoration:none;
  }


.liste li a:hover {
    color: red;
  }

/*THEME BLEU*/

.theme_1 li {
    list-style-image: url(../images/puce_bleu.gif);
  }


.theme_1 li a {
    color:black;
  }

/*THEME ORANGE & VERT*/

.theme_2 li {
    list-style-image: url(../images/puce_orange.gif);
  }


.theme_2 li a {
    color: #129121;
  }

/*THEME ORANGE & NOIR*/

.theme_21 li {
    list-style-image: url(../images/puce_orange.gif);
  }


.theme_21 li a {
    color: #000000;
  }

/*THEME ROUGE*/

.theme_3 li {
    list-style-image: url(../images/puce_rouge.gif);
  }


.theme_3 li a {
    color:#374f6c;
  }

/*THEME ROUGE FONCE*/

.theme_4 li {
    list-style-image: url(../images/puce_rouge_2.gif);
  }


.theme_4 li a {
    color:#000000;
  }

/*THEME BLEU CLAIR*/

.theme_5 li {
    list-style-image: url(../images/puce_bleu_2.gif);
  }


.theme_5 li a {
    color:#000000;
  }


.identification {
    width:180px;
    margin-left:10px;
    margin-top:10px;
    border:1px solid #4A86FF;
    background: url(../images/news.gif);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#9C9C9C;
    font-size:12px;
  }


.identification p {
    font-size:16;
    margin-top:2px;
    margin-bottom:5px;
    border-bottom:1px solid #cccccc;
  }


.identification img {
    border:0;
  }


.identification input {
    width:100%;
    border:1px solid #4977a7;
    margin-top:2px;
    margin-bottom:10px;
    background-image: url('../images/fond_input.png');
  }


.bouton_identification {
    text-align:right;
    margin-top:5px;
    padding-bottom:10px;
    margin-bottom:5px;
    border-bottom:1px solid #cccccc;
  }

/*---------PAGE RECHERCHE--------------*/


.zone_affiche_recherche {
    background: url(../images/fond_zone.png);
    border:1px solid #cccccc;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:20px;
  }

/*---------GESTION MENU--------------*/



.menu {
    width: 200px ;
    list-style: none ;
    margin: 0 ;
    margin-top:30px;
    padding: 0 ;
    font-size:12px;
  }


.menu li {
    border-bottom:1px solid #0d61b7;
    border-top:1px solid #d6eaff;
    color: #fff ;
  }


.menu li a {
    display: block ;
    background-image : url(../images/degrade_bleu_menu_on.png);
    color: #fff ;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1em ;
    font-weight:bold;
    padding: 4px 0 ;
    padding-top:17px;
    text-align: left ;
    text-decoration: none ;
  }


.menu li a:hover, #menu li a:focus, #menu li a:active {
    background-image : url(../images/degrade_bleu_menu_on_ok.png);
    color:#000000;
  }


.zone_recherche {
    width:300px;
    height:45px;
    background-image : url(../images/zone_search.gif);
background-repeat : no-repeat;
    float:right;
  }


.zone_recherche input {
    height:25px;
    width:278px;
    border:1px solid #FF6759;
    margin-top:9px;
    margin-left:10px;
  }

