body {
    /* Center the body */
    width: 900px
    margin: 5px;
    /*margin-left: 20%;
    margin-right: 20%;    enleve pour coller a gauche*/
}

.gallery {
}

.gallerySection {
    margin-bottom: 20px;
		margin-left: 30px;
		width: 850;
}

.gallerySectionHeader {
    height: 20px;
		background-color: #5B5900;
		color: #FBF6AF;
	  font-family: Comic sans ms, Helvetica, sans-serif;
		text-align: left;
		font-weight: bold;
    padding: 5px;
		/*width: 700px;*/
}

.gallerySectionFooter {
    clear: both; /* Make sure a gallerySectionFooter appears as a block _under_ any floated elements */
}

.galleryItem {
    margin: 15px;
    float: left; /* This is the key to make your galleryItems flow next to each other */
		margin-bottom: 20px;
}

.galleryPicture {
    /*width: 100px;*/
    height: 105px; /*fixer seulement une dimendion pour garder le bon rapport d'aspect*/
    margin-bottom: 5px;
}

.galleryCaption {
		color: #5B5900;
    text-align: center;
	  font-family: Comic sans ms, Helvetica, sans-serif;
		font-size: 10px;	
}
.text {
	font-family: Comic sans ms, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5900;
}
a:link {
	color: #5B5900;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #5B5900;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #912D2D;
	text-decoration: none;

}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B5900;
	font-weight: bold;

}
.headingyellow {

	font-family: Comic sans ms, Helvetica, sans-serif;
	font-size: 18px;
	color: #FBF6AF;
	font-weight: bold;
}
.pr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FBF6AF;

}
.prwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
}
.textyellow {

	font-family: Comic sans ms, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBF6AF;
}
.redlink a:link {
	color: #A12830;
	text-decoration: underline;
}
.redlink a:visited {
	color: #A12830;
	text-decoration: underline;
}
.redlink a:hover {
	color: #A12830;
	text-decoration: none;
}
.bigredlink a:link {
	color: #A12830;
	text-decoration: underline;
	font-size: 14px;
}
.bigredlink a:visited {
	color: #A12830;
	text-decoration: underline;
	font-size: 14px;
}
.bigredlink a:hover {
	color: #A12830;
	text-decoration: none;
	font-size: 14px;
}
.border {
  color: #912D2D;
	border-style: double;
	border-width: 15px;
	border-color: #BA5409;
}
.table_look {
  margin-bottom: 25px;
}
