body{
     background-color:black;
	 margin:0%;
}
#page{
     margin-left:2%;
	 margin-right:2%;
	 background-color:black;
	 border-left:2px white solid;
	 border-right:2px white solid;
}
#page2{
     margin-left:2%;
	 margin-right:2%;
	 background-color:black;
     background-image:url("../siteimage/fond.png");
	 background-repeat:no-repeat;
	 background-position:center top;
	 background-attachment:fixed;
}
#en_tete{
     width:100%;
	 height:171px;
	 background-color:black;
	 background-image:url("../siteimage/haut.png");
	 background-repeat:no-repeat;
	 background-position:center top;
}
#menu{
     position:fixed;
	 left:5%;
	 margin-top:20px;
	 float:left;
	 width:15%;
}
.element_menu a{
     color:white;
	 font-size:12px;
	 font-weight: bold;
	 font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	 text-decoration:none;
}
.element_menu li{
     list-style-type:square;
}
.element_menu a:hover{
     font-size:0.8em;
}
.element_menu a img {
     border:0px;
	 margin-left:50px;
}
#corps{
     margin-left:15%;
	 padding:20px;
	 background-color:black;
	 border:3px solid white;
	font-size:16px;
	 color:white;
	 font-family: Arial,"Arial Black", "Times New Roman", Times, serif;
}
#corps h1{
     font-size:3em;
	 font-family:"Arial Black", Arial, "Times New Roman", Times, serif;
	 color:rgb(178,49,22);
	 margin-bottom:50px;
	 text-align:center;
	 text-transform:uppercase;
	 clear:left;
}
#corps h2{
     font-family:"Arial Black", Arial, "Times New Roman", Times, serif;
	 text-align:center;
	 text-transform:uppercase;
	 clear:left;
}
#corps a{
     color:white;
	 font-weight: bold;
	 font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	 text-decoration:none;
}
#corps a img{
     border:0px;
}
#corps a:hover{
     color:rgb(178,49,22);
}

table {
	text-align:center;
	margin:auto;
     font-size:9px;
	 font-weight:bold;
}

#date{
     clear:left;
	 margin-top:40px;
	 font-weight:bold;
}

#titre{
     margin-bottom:-15px;
	 font-size:20px;
	 font-weight:bold;
}

#lieu{
     font-weight:bold;
}

#corps .photoarticle {
     float:left;
	 clear:left;
	 margin-right:15px;
}

#pied_de_page{
     height:147px;
	 background-color:black;
	 background-image:url("../siteimage/bas.png");
	 background-position:center;
	 background-repeat:no-repeat;
}
#lecteur{
      width:170px;
	  height:84px;
	  padding:2px;
}

#photo{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	padding-top:20px;
}

#description{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	font-weight:bold;
	text-align:justify;
}

#lien{
	text-align:center;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}



