body {
   background-color: #ffEEEE;
   background-image: url(images/fond2.jpg);
}

a:link {
	color: #330066;
}
a:visited {
	color: #3300ee;
}

hr {
    height: 4px;
    color: darkgreen;
    background-color: darkgreen;
    text-align: center;
}


.banniere {
   background-image: url(images/carte.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 1%;
   left: 1%;
   width : 460px;
   height : 210px;
}

.entete {
   position: absolute;
   top: 1%;
   left: 500px;
   text-align : left;
   width : 40%;
}

.titreentete {
   font-size: 30px;
   font-weight: bold;
   color: darkgreen;
	
}
.corpsentete {
   font-size: 24px;
   font-style: italic;
   color: LimeGreen;
}

.corps {
   width : 70%;
   position: absolute;
   top: 300px;
   left: 5%;
}

.entetearticle {
   font-size: 16px;
   padding-left: 10px;
   color: Purple;
}

.titrearticle {
   font-size: 20px;
   font-weight: bold;
   padding-left: 10px;
   color: DeepPink;
}

.corpsarticle {
   font-size: 16px;
   padding-left: 10px;
   color: HotPink;
}

.commentairearticle {
   font-size: 16px;
   font-style: italic;
   padding-left: 10px;
   color: YellowGreen;
}


.galerie img{
	padding : 5px;
	width: 200px;
	height: 263px;
}

.news {
	font-weight: bolder;
	color: darkred;
}

.ban img{
	margin : 5px;
	width: 280px;
	height: 150px;
}
