body{
	background: #336600;
	width:99%;
	text-align: center;
	margin:0;
	padding:0;
	font-family: helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	}
	
#container{
	margin:0 auto;
	width:1000px;	
}

a{color:#ffcb58;}

#header{
	float:left;
	width:1002px;
	height:280px;
	border-bottom:1px solid #fff;
	position:fixed;
	background: #336600;top:0;
	padding:0;
}

#header a{
	margin:0 11px;
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	
	padding-top: 20px;
}

#header a:hover{
	background: url('images/patte.svg') no-repeat top center;
	background-size: 20px 18px;
}

#contenu{
	float:left;
	width:1000px;
	margin-top:300px;
}

h1{font-size: 28px;font-weight: normal;color:#ffcb58;}

hr{float:left;width:1000px;margin:60px 0;}

p{}

.galerie{float:left;width:160px; height:160px;margin:20px;}

.galerie-ouverte{float:left;width:960px;margin:20px 20px 20px 20px;}
.galerie-ouverte img{float:left;margin:4px;}

.legende{margin: 0;font-size: 12px;}

.trait{float:left;width:1px;height:15px;background: #fff;}
.ligne{float:left;width:960px;border-bottom:1px solid #fff;margin-bottom:10px;}