.tag{
	color : silver;	
}
.thumbnail{
	padding-left : 20px;
}

.slides{
	margin-bottom : 100px;
	height : 500px;
}

.slides li {
	float : left;	
	list-style-type:none;
	display : inline; 
	
}

.slides img{
	filter:Gray();
}

body{
	background :  #354C78;
 	font-family: Verdana,Arial sans-serif ;
   	font-size:10px;
}

#conteneur{
	border : 1px solid black;
	border-bottom : 0px solid black;
	width:795px;
	background : #336699;
}

#header{

	background : #001D56; 
}

#navlist {
  font-size:12px;

	padding-top:6px;
	width: 755px;
	background-color: #336699;
}
#navlist ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
#navlist li {
	list-style-type: none;
	display: inline;
}
#navlist li a {
	text-align:center;
	text-decoration: none;
	padding-right : 20px;
	color: #FFF;
}
#navlist li a:hover{
	color:#001D56;

}
#navcontainer{
	text-align : center;
	height : 30px;
	background : #336699;
	
}

#contenu{
	width : 775px;
	background : white;
	padding-left : 10px;
	padding-right: 10px;
	padding-bottom : 20px;
	text-align : left;
}

.actu{
	border : 1px solid gray;
	font-weight:bold;
	background : silver;
	padding : 10px 10px 10px 10px;

}
.actu a{
	font-weight: normal;
	color : black;
	text-decoration : none;
}


.img_article{
	float: right;
}

img{
	border : 0px solid white;
}
a{
	color : black;
	text-decoration : none;
	font-weight:bold;
}

.footer{	

	border : 1px solid black;
	border-top : 0px solid black;
	height : 50px;
	text-align : center;
	background-color: #336699;
	color : white;
	width : 795px;
	
}

.footer2{
	
	border : 1px solid black;
        border-top : 0px solid black;
        height : 50px;
        text-align : center;
        background-color: #336699;
        color : white;
	width : 795px;

}

.paragraf{
	padding-top : 10px;
}

.paragraf span{
	font-weight:bold;
	text-decoration : underline;
	font-size : 14px;
}
.paragraf li{
	padding-bottom : 10px;
	width : 500px;
	text-align : justify;
}
#contenu2{
        background : white;
	width : 775px;
padding-left : 10px;
        padding-right: 10px;
        padding-bottom : 20px;

}

