body {
	background: black;
}

h1 {
	color: black;
	font-family: Comic Sans MS;
}

p {
	color: #c0c0c0;
	font-family: Comic Sans MS;
	font-size: 1em;
	text-align: justify;
}

hr {
	width: 90%;
}

.legend {
	color: #c0c0c0;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.album {
	height: 250px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	width: auto;
	display: table;
}


.galerie {
	width: 100%;
	list-style-type: none;	
	list-style-image: none;
}

.galerie li {
	float: left;
	text-align: center;
	margin: 0px 20px 0px 20px;
}


.article {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-right:10px;
	padding-left:10px;
	list-style-type: none;	
	list-style-image: none;
}

.article  img {
	float: left;  	
}

img[alt]:after {
 content:"\A ("attr(alt)")";
}

.rightIllustration{
	float: right;
	margin-left: 50px;
	position: relative;
	top: 0px;
	right: 0px;
}

.leftIllustration{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: 0px;
	right: 0px;
}


.illustration{
	margin : auto;
}

.commentaire{
	display: inline;
	color: #c0c0c0;
	font-family: Comic Sans MS;
}

.leftCommentaire{
	color: #c0c0c0;
	font-family: Comic Sans MS;
	margin: 10px;
}

.rightCommentaire{
	color: #c0c0c0;
	font-family: Comic Sans MS;
	margin: 10px;
}


#album1 {
	position: relative;
	list-style-type: none;	
	list-style-image: none;
}

#album2 {
	position: relative;
	list-style-type: none;	
	list-style-image: none;
}

#album3 {
	position: relative;
	list-style-type: none;	
	list-style-image: none;
}

#conclusion img {
	float: left;
	list-style-type: none;	
	list-style-image: none;
}

.transition {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 50px;
	position: relative;
	display: block;
}

#content {
	width:inherit;
	margin-top: 30px;
	height: auto;
	min-height: 600px;
}

#content h2 {
	color: #c0c0c0;
	font-family: Comic Sans MS;
	margin-left: 10px;
}

#footer {
	background-color: gray;
	min-height: 10px;
}

#header li {
	float: left;
	display: relative;
}

#menuBar a{
	color: black;
}

.article a{
	color: white;
}

#menuBar a:HOVER {
	color: white;
}

#header {
	background-color: gray;
	text-align: center;
	padding-top: 10px;
	padding-bottom : 10px;
	padding-right: 2px;
	padding-left: 0px;
}

#header h1 {
	color: black;
	display: inline;
	font-size: 1.5em;
}


#menuBar a:HOVER {
	color: white;
}

#article: a:HOVER {
	color: white;
}

#menuBar {
	width:inherit;
	background: silver;
	margin: 0px;
	height: 30px;
}

.menu{
	float: left;
	list-style-type: none;	
	list-style-image: none;
	margin-top:0;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding-left: 1px;
	padding-right: 1px;	
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 100%;
}

.menu li{
	margin-left: 10x;
	margin-right: 10px;
	text-align: center;
	float: left;
}

.menu li a{
	margin-left: 10px;
}

#allContainer{
	background: black;
	outline-style: solid;
	border: gray solid thin;
	outline-width: thin;
	margin-top : 5px;
}