html{
	background-image:url(img/heade_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
img{
	border:0px;
}
h2{
	margin-bottom:0px;
}
li{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
	margin-left:20px;
}
#page{
    margin-left: auto;
    margin-right: auto;
	width:781px;
	background-image:url(img/bg.jpg);
}
#contener{
    margin-left: auto;
    margin-right: auto;
	width:700px;
}
#header{
	width:781px;
	height:179px;
}
#affiche{
	width:283px;
	height:450px;
}

#footer{
    margin-left: auto;
    margin-right: auto;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	width:781px;
	height:43px;
	text-align:center;
	color:#999999;
	font-size:10px;
	padding-top:50px;
}
#navigation {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}
#navigation li {
	display: inline ;
	margin-right: 10px ;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #171717;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.blue{
	color:#006699;
	font-weight:bold;
}
.lightBlue{
	color:#0499cd;
	font-style:italic;
}

.souligne{
	text-decoration: underline;
}

.orange{
	color:#ccaa00;
	font-weight:bold;
}
.prenom{
	color:#333333;
	font-weight:bold;
}
.nom{
	color:#006699;
	font-weight:bold;
}
.type{
	color:#707070;
}
.cool{
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:14px;
	font-weight:bold;
}
#bref{
	background-image:url(img/bref.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-color:#006699;
	border-style:solid;
	border-width:1px;
	padding:10px;
	text-align:justify;
}
#archive{
	background-image:url(img/archive.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-color:#006699;
	border-style:solid;
	border-width:1px;
	padding:10px;
	text-align:justify;
}
#archive ul{
	margin-top:25px;
	margin-left:20px;
}
#archive li{
	margin-top:5px;
}

A.type1:link {color:#067eaf;}
A.type1:visited {color:#067eaf3;}
A.type1:active {color:#00a0e1;}
A.type1:hover {color:#00a0e1;}

A.type2:link {color:#999999;}
A.type2:visited {color:#999999;}
A.type2:active {color:#999999;}
A.type2:hover {color:#999999;}



}
#affiche{
	float:right;
}
.legals{
	font-size:9px;
	color:#999999;
}


.vignette{
	float:right;
	margin-bottom:20px;
	
}
.ligne{
	float:left;
}
.clear{
	margin-top:20px;
	clear:both;
}