﻿.bouton {
	font-size: 13px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.bouton:hover {
	font-size: 13px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: underline;
}
.fond {
	background-image: url("fond.jpg");
	background-repeat: no-repeat;
}
.boutonCopy {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.boutonCopy:hover {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.alignV {
	vertical-align: top;
}
.contact {
	position: absolute;
	left: 275px;
	top: 175px;
}
.presentation {
	position: absolute;
	left: 250px;
	top: 150px;
}
.photo {
	position: absolute;
	left: 395px;
	top: 140px;
	width: 600px;
}
.bordurePhoto {
	border: 2px solid #4050FE;
}