@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'amerika_sansregular';
    src: url('polices/amersn__-webfont.eot');
    src: url('polices/amersn__-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/amersn__-webfont.woff') format('woff'),
         url('polices/amersn__-webfont.ttf') format('truetype'),
         url('polices/amersn__-webfont.svg#amerika_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-color:#000;
	color:#EBEBEB;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
img {
    border: none;
}
a:link {
	color: #828282;
	text-decoration:none;
}
a:visited {
	color:#6D6D6D;
	text-decoration:none;
}
a:hover {
	color:#000;
	background-color: #FFF;
	text-decoration:underline;
}
a:active {
	color:#6D6D6D;
	text-decoration:none;
}
h1 {
	font-family: 'amerika_sansregular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	border-bottom: solid #777 medium;
	width:75%;
	color: #BBB;
	margin: 0.5em;
}
h2 {
	font-family: 'amerika_sansregular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: solid #777 medium;
	width:65%;
	color: #BBB;
	margin: 0.5em;
}
h3 {
	font-family: 'amerika_sansregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: solid #777 medium;
	width:50%;
	color: #BBB;
	margin: 0.5em;
}
div#bandeau {
	width:1000px;
	height:150px;
}

div#barre {
	padding-top:10px;
}
div#colgauche {
	float:left;
	width:210px;
	height:auto;
}
div#navigation {
	width:200px;
	height:auto;
	background-color:#000;
	padding: 4px;
}
/*- Menu vertical4--------------------------- */
#navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
}
#menu4 {
	width: 200px;
	text-align:left;
	font-family:'amerika_sansregular', Arial, Helvetica, sans-serif;
	border-style: solid solid solid solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	margin-top:20px;
}

#menu4 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
}

#menu4 li a:link, #menu4 li a:visited {
        color: #CCC;
        display: block;
        background: url(../images/menu4.gif);
        padding: 8px 0 0 10px;
}

#menu4 li a:hover, #menu4 li #current {
        color: #FFF;
        background: url(../images/menu4.gif) 0 -32px;
        padding: 8px 0 0 10px;
}
div#colbas {
	width:180px;
	margin:auto;
	padding: 5px;
	background-color:#640000;
	border-bottom: solid #000000 5px;
	height: auto;
	color: #FFF;
}
div#colannonces {
	width:180px;
	height:auto;
	margin:auto;
	padding: 5px;
	background-color:#000;
	border-bottom: solid #000000 5px;
}
div#contenu {
	float:left;
	width:770px;
	padding:10px;
	text-align:left;
	height:auto;
	line-height: 1.5em;
	background-image: url(../images/filigrane.png);
}
div#pied_page {
	clear:both;
	width:980px;
	padding:10px;
	height:100px;
	background-color: #FFF;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
}
.aldroit {
	float: right;
}
.algauche {
	float: left;
}
.centre {
	text-align:center;
}
.justifie {
	text-align: justify;
}
.dixhuitpixels {
	font-size: 18px;
}
.seizepixels {
	font-size: 16px;
}
.rouge {
	color: #F00;
}
