body, div {
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: 16px;
}
img { 
	float: left; 
	margin-right: 20px;
}

#entete-de-page {
	padding: 5px;
	height: 100px;
	background-color: purple;
	color :white;
	font-size: 32px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
#bloc-menu {
	height: 40px;
	background-color: blueviolet;
	float: center;
	color: white;
}

#bloc-menu a {
	color : white;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration : none;
}

#contenu {
	padding: 10px;
	background-color: white;
}

#infos {
	color: purple;
	font-style: italic;
}
#pied-de-page {
	padding: 5px;
	background-color: blueviolet;
	font-size: 11px;
	color: white;
}

* .auto {
	width: auto;
	text-align: center;
 }


 * .auto_left {
	width: auto;
	text-align: left;
 }

h1 {
	font-family : calibri;
	font-size : 50 ;
	color : white ;
	background-color : purple ;
} 

b {
	color : purple ;
}

ul {
	border : 2px solid White ;
	background-color : white ; 
	list-style-type: square; 
}

a {
	color : blueviolet;
}

