@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:#FFF;
	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: #32cd32;
	text-decoration:none;
}
a:visited {
	color:#6D6D6D;
	text-decoration:none;
}
a:hover {
	color:#DC143C;
	background-color: #FFF;
}
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;
}
h2 {
	font-size: 18px;
	color: #FFF;
}
h3 {
	font-size: 16px;
	color: #FFF;
}
#conteneur {
	margin:0;
	width:1000px;
}
#entete {
	height:170px;
	width:1000px;
}
#colonne {
	float:left;
	height:auto;
	width:200px;
}
#navigation {
	height:auto;
	width:200px;
}
/*Emplacement du code css du menu de navigation*/
#navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
}
#menu4 {
	width: 200px;
	text-align:left;
	font-family:'amerika_sansregular', Arial, Helvetica, sans-serif;
	border-color: #000;
	border-size: 1px;
}

#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: #32cd32;
        background: url(../images/menu4.gif) 0 -32px;
        padding: 8px 0 0 10px;
}
/*fin du menu de navigation*/
#commanditaire1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:auto;
	width:180px;
	padding: 10px;
}
#commanditaire2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:auto;
	width:180px;
	padding: 10px;
}
#contenu {
	float:left;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	width:780px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
	background-image: url(../images/fond.png);
}
#piedpage {
	background-color:#000;
	clear:both;
	width:1000px;
	font-family:"Courier New", Courier, monospace;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
#col_1 {
	float: left;
	width: 300px;
	background-color: #FFF;
}
#col_2 {
	float: left;
	width: 300px;
	margin-left: 350px;
	background-color: #FFF;
}
#col_3 {
	float: right;
	width: 300px;
	background-color: #FFF;
}


.aldroit {
	float: right;
}
.algauche {
	float: left;
}
.centre {
	text-align:center;
}
.justifie {
	text-align: justify;
}
.dixhuitpixels {
	font-size: 18px;
}
.seizepixels {
	font-size: 16px;
}
.douxepixels {
	font-size: 12px;
}

.rouge {
	color: #F00;
}
.bordure {
	border: thin solid #FFF;
}
.vert {
	color: #32cd32;
}
.police {
	font-family:'amerika_sansregular', Arial, Helvetica, sans-serif;
}
