/* CSS Document Centrer les éléments ou un site web en CSS */
body {
	background-image : url(../images/fond.jpg);
	margin : 0;
	text-align : center;
	list-style-image: url(../images/Fleur20x20.jpg);
}
#global {
	position : static;
	margin-left : auto;
	margin-right : auto;
	width : 900px;
	text-align : left;
}
#header {
	background-image : url(../images/FondHeader.jpg);
	background-repeat : repeat;
	height : 118px;
	width : 898px;
	overflow : visible;
	border : 1px solid #000000;
}
.left {
	float : left;
	margin-right: 20px;
}
.right {
	float : right;
}
#menu {
	background-image : url(../images/FondMenu.jpg);
	background-repeat : repeat;
	padding : 0;
	height : 28px;
	width : 898px;
	margin : 0;
	top : 0;
	overflow : visible;
	text-align : left;
	border-bottom : 1px solid #000000;
	border-right-width : 1px;
	border-left-width : 1px;
	border-right-style : solid;
	border-left-style : solid;
	border-right-color : #000000;
	border-left-color : #000000;
}
.contenu1 {
	height : 153px;
	width : 700px;
	overflow : visible;
	border : thin solid #000000;
	left : auto;
	right : auto;
	padding : 5px;
	position : static;
	margin : 10px auto 0;
}
.contenu2 {
	height : auto;
	width : 700px;
	overflow : visible;
	left : auto;
	right : auto;
	padding : 5px;
	position : static;
	margin : 10px auto 0;
	text-align: justify;
}
p {
	text-indent : 3em;
	font-weight : bold;
}
.image {
	float : left;
	margin : 10px 50px 10px 10px;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
}

.explic {
	border: 1px dotted #000000;
	float: left;
	margin: 20px;
}
.clear {
	clear: left;
	float: left;
}
.TitrePetitGras {
	font-weight: bold;
	text-decoration: underline;
}
.Droite {
	float: right;
	width: 500px;
	margin: 5px;
}
