.zone {
    border: solid 0px black;
    margin: 1em;
    padding: 1em;
    font-family: arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    /*visibility: hidden;*/
}
.fauxBouton {/*Admin*/
    border: 1px solid black;
    font-family: arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    list-style: none outside none;
    margin: 1em;
    padding: 1em;
}
.remarquesAdmin {/*Admin*/
    border: solid 1px red;
    background: pink none repeat scroll 0%
    margin : 1em;
    padding: 1em;
    font-family: arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    /*visibility: hidden;*/
}
.dateAdmin {/*Admin*/
    border: solid 0px black;
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    /*visibility: hidden;*/
}
.accueilC1{
    font-size: 2em;
    font-weight: bold;
}
.accueilC2{
    font-size: 1.5em;
    font-weight: bold;
}

div#listeArticles{
    font: 12px sans-serif;
    border :1px solid gold;
    background: lightyellow;
    padding: 5px;
    height:300px;
    float: left;
    margin: 5px;
    overflow : scroll;
    
}
.annonces{
    font-size: 1em;
    font-family: arial;
    font-weight: bold;
}
a:link{}
a:visited {}
a:hover{}

.mentions{
	font: 9px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
.mentions a{
		color : black;
		text-decoration : none;
}

#Popup{
    font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#Popup h1 {
	font: bold 16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#Popup h2 {
	font: bold 14px Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
