@charset "utf-8";
.TitrePage {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #063;
	text-align: left;
	padding-left: 5px;
	text-transform: uppercase;
	background-color: #ECF4FF;
}
.TitrePageZoomPhoto {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #063;
	text-align: left;
	padding-left: 5px;
	text-transform: uppercase;
	background-color: #ECF4FF;
}

.FondTableauFormulaire {
	background-color: #ECF4FF;
}

.TexteEnExergue {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	color: #063;
}

.TitreTexte {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #063;
	text-align: left;
	padding-left: 5px;
	text-transform: none;
}
.SousTitreTexte {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #063;
	text-align: left;
	text-transform: none;
	margin-left: 5px;
	text-indent: 0px;
}


.TexteNormal {
	font-family: Arial;
	font-size: small;
	color: #000;
	text-align: justify;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
/* CSS Document */

.TableauPrincipal {
	height: 100%;
}
.Copyright {
	font-family: Arial;
	font-size: small;
	color: #FFF;
	text-align: left;
	background-image: url(Picts/Copyright.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
}
.ColonneGauche {
	background-image: url(Picts/background02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 250px;
	height: 100%;
}


a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	background-color: #3585ff;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: Arial;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	font-family: Arial;
	font-weight: bold;
	font-size: larger;
}


a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
