@charset "UTF-8";
/* CSS Document */



body {
background-color: #FFCC66;
background-image: url(../images/backgroung-principale.jpg);
	color: #990000;

}
.titre1 {
	color: #003300;
	font-weight: bolder;
	font-size: x-large;
	background-position: center;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.titre2 {
	color: #990000;
	border: 1px solid #FF6600;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.style1 {
	font-family: Nouvelle;
	color: #003300;
}
.photos_right {
	margin-left: 8px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	padding: 3px;
}
.photos_left {
	margin-right: 8px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	padding: 3px;
}

