/* CSS Document */

body {
  position:relative;
	margin:35px;
	padding:0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*height: 100%;*/ /* Détermine si le masque blanc va jusqu'en bas ou pas */
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#555151;
	margin-top: 0px;
}



/* Config */
h4 { 
	font-family: arial, verdana, sans-serif;
	font-size: .9em;
	}


html {
  height: 100%; /* Détermine si le masque blanc va jusqu'en bas ou pas FIREFOX */
}

#corps {
	margin-left: 0px;
	float: left;
	margin-top: -40px;
	position: static;
	margin-bottom: 0px;
	width: 100%;
}

#footer_villes {
    position:absolute;
    top:620px;
    width:100%;
    color:#fff;
    margin: 0 auto;
    text-align: center;
    font-size: 8.5px;
}

#footer_villes    a:link {color:#fff;text-decoration:none;}
#footer_villes    a:visited {color:#fff;text-decoration:none;}
#footer_villes    a:hover {color:#FF00FF;text-decoration:underline;color:#f6ca6f;}  
#footer_villes    a:active {color:#fff;text-decoration:none;} 


#menu {
    position:absolute;
    text-align:left;
    top:90px;
    color:#fff;
    margin-left:30px;
    width:825px;
}
#menu ul { list-style-type:none;margin:0;padding:0;}
#menu a { color:#fff;text-decoration:none;font-weight:bold;}
#menu a:hover { text-decoration:underline;color:#f6ca6f; }
#menu li { 
    display: -moz-inline-stack; /* Pour Firefox 1-2 */
    display: inline-block; /* Écrase la valeur précédente si le navigateur comprend inline-block */
    *display: inline;
    /* HasLayout -- peut faire doublon avec une autre propriété,
       mais autant l'indiquer pour être sûr que le bloc aura le layout. */
    *zoom: 1;
    margin-top:3px;    
    line-height:50px;
    padding-right:37px;
    background-image:url(../images/separateur_menu_matte.png);
    background-repeat:no-repeat;
    background-position:right 11px; 
}


#titre_rubrique{
   position:absolute;
   top:150px;
   margin-left:0px;
   width:225px;
   color:#f6ca6f;
   font-family: arial, verdana, sans-serif;
   font-weight: bold;
	 font-size: 15px;
	 text-align: center;
}
#rubrique{
    position:absolute;
    top:190px;
    margin-left:0px;
    width:225px;
}


#liste_villes{
    position:absolute;
    top:50px;
    margin-left:730px;
    width:265px;
    height:35px;
    background-repeat: no-repeat;
	  background-position: top center;
    background-image: url(../images/fond_liste_villes_matte.png);
    text-align: center;
    padding-top:7px;
    color:#fff;
    font-family: arial, verdana, sans-serif;
    font-variant:small-caps; 
	  font-size: 15px;
	  font-weight: bold;
}



#pub_gros_bandeau{
    float:left;
    position:relative;
    display:inline; /* for double margin ie6 */
    margin-top:25px;
    margin-left:40px;
    width:450px;
}
#pub_petit_bandeau{
    float:left;
    position:relative;
    display:inline; /* for double margin ie6 */
    margin-top:10px;
    margin-left:40px;
}



.footer_v5 {
    position:relative;
    top: -22px;
    width:1014px;
    height:55px;
    background:#555151 url(../images/footer_programmes_matte.png);
    margin-right:auto; margin-left:auto;
    color:white;
    font-size:9px;
    text-align:center;
}
.footer_v5 ul {
    float:right;
    position:relative;
    height:10px;
    top:0px;
    width:985px;
    text-align:center;
}
.footer_v5 li {
    display:inline;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    height:10px;
}

.footer_v5 a:link {text-decoration:none;}
.footer_v5 a:visited {text-decoration:none;}
.footer_v5  a:hover {text-decoration:underline;}
.footer_v5 a:active {text-decoration:underline;}


.footer_legal {
        position:relative;
        width:850px;
        margin-right:auto;
        margin-left:auto;
        text-align:center;
        top:-25px;
}

.footer_legal a:link {color : white;text-decoration:none;}
.footer_legal a:visited {color : white;text-decoration:none;}
.footer_legal a:hover {color : white;text-decoration:underline;}
.footer_legal a:active {color : white;text-decoration:underline;}




#menu #accueil_picto {
    position: absolute;
    top: 15px;
    left: 0px;
    height: 21px;
    width: 25px;
    background-color: transparent;
    border: 1px solid yellow;
}

/*make the link text transparent*/
.text_invisible {
    display:none;
    text-decoration: none;
    line-height: 24px;
}

/* SPECIFIC POUR SAFARI - CHROME - OPERA */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #menu .accueil_picto { 
            margin-top: 17px; 
            background-image:url();
            background-position: 20px 10px;
        }
}




