@charset "UTF-8";
/* CSS Document */

.credits {
	font-size: small;
	text-align: center;
}
.credits_droite {
	font-size: small;
	text-align: right;
}
.texte {
	font-size: medium;
	text-align: justify;
}
.titre {
	font-size: x-large;
	text-align: left;
	font-weight: bold;
}
.soustitre {
	font-size: large;
	text-align: left;
	font-weight: bold;
	color: #39280B;
	text-decoration: underline;
}
.ombre_droite {
	background-image: url(images/maquette/droite.jpg);
	background-repeat: repeat-y;
}
.ombre_gauche {
	background-image: url(images/maquette/gauche.jpg);
	background-repeat: repeat-y;
}
.fond_beige {
	background-color: #f4f1eb;
}
.fond_beige_photo {
	background-color: #f4f1eb;
	background-image: url(images/maquette/fond.jpg);
	background-repeat: repeat-x;
}
.sousmenu {
	font-size: x-large;
	text-align: center;
	font-weight: normal;
}
.sousmenuactuel {
	font-size: x-large;
	text-align: center;
	font-weight: normal;
	color: #2E94CD;
}
.intro {
	font-size: medium;
	text-align: center;
}

