* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body {
	background-attachment:fixed;
}

body.page1 {
	background-color: #EAEAEA;
}

a:link {
	color: #0000CC;
	font-family: Comic sans MS, Times;
	text-decoration: none;
}

a:visited {
	color: #0000CC;
	font-family: Comic sans MS, Times;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
	font-family: Comic sans MS, Times;
}

div#biographie p {
	margin-right: 10px;
	padding: 0;
	text-align: justify;
	font-family: Comic sans MS, Times;
}

div.center {
   	width: 550px; /* On a indiqué une largeur (obligatoire) */
   	border: 1px solid black;
   	text-align: justify;
	font-family: Comic sans MS, Times;
   	padding: 12px;
   	margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
	margin-top: 50px;
   	margin-bottom: 50px;
}

div.biographie p {
	margin-right: 10px;
	padding: 0;
	text-align: justify;
	font-family: Comic sans MS, Times;
}

p.center {
   	width: 350px; /* On a indiqué une largeur (obligatoire) */
   	border: 1px solid black;
   	text-align: justify;
	font-family: Comic sans MS, Times;
   	padding: 12px;
   	margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
	margin-top: 50px;
   	margin-bottom: 50px;
}

.para {
	margin-right: 10px;
	padding: 0;
	text-align: justify;
	font-family: Comic sans MS, Times;
}

.image-gauche {
	float: left;
	margin: 12px 10px 0 5px;
	border: 1px solid #666;
	padding: 2px;
}

.image-droite {
	float: right;
	margin: 12px 5px 0 10px;
	border: 1px solid #666;
	padding: 2px;
}

.image-center {
   	border: 1px solid black;
   	margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
	padding: 2px;
}

h1 {
	font-family: Comic sans MS, Times;
	font-size: 20pt;
	color: black;
	padding-top: 10px;
	padding-bottom: 3px;
}

h3 {
	font-family: Comic sans MS, Times;
	font-size: 13pt;
	color: black;
	padding-top: 10px;
	padding-bottom: 3px;
}

td p {
	margin-right: 15px;
	padding: 0;
	text-align: justify;
	font-family: Comic sans MS, Times;
}

ul {
	margin-left: 10px;
	padding: 0;
}

li.list1 {
	list-style: square inside; color:black;
	font-family: Comic sans MS, Times;
}

input.saisie {
	color: #000066;
	background-color: transparent;
	font-size: 15px;
	font-family: Comic sans MS, Times;
	font-weight: bold;
}

textarea.saisie {
	color: #000066;
	background-color: transparent;
	font-size: 15px;
	font-family: Comic sans MS, Times;
	font-weight: bold;
}
