body {
	background-color: #EDEAD7;
	background-image: fr/img/fond-2.jpg;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
}

p {
	color: #0026B4;
	font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif; font-size:130%;
}

th {
	font-family: "Times New Roman", Times, serif;
}

table.IndividualPicture {
	height: 450px;
	width: 700px;
}
td.1IP {height: 50px;}
td.2IP {height: 320px;}
td.3IP {height: 20px;}
td.4IP {height: 80px;}
img.IP {height: 300px;}

.title {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;

}

a {
	color: #0026B4;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
a:link {color: #0026B4}     /* unvisited link */
a:visited {color: #0026B4}  /* visited link */
a:hover {color: #333333; text-decoration: underline}   /* mouse over link */
a:active {color: #0032e5; text-decoration: underline}   /* selected link */
