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

body {
	background-color: #CCC;
	font-family: Franklin Gothic Medium;
	font-size:0.9em;
	margin: 0;
	padding: 0;
	width:100%;
}
.Page {
	background-color: #7e0202;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	padding-top:15px;
	min-width:900px;
}
.Logo {
	text-align:center;
	vertical-align:bottom;
}
.Menu {
	vertical-align:bottom;
	padding-left:150px;
	color:#e8d09f;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
}
.Menu a:link {
	color:#e8d09f;
	text-decoration: none;
}
.Menu a:visited {
	text-decoration: none;
	color:#e8d09f;
}
.Menu a:hover {
	text-decoration: underline;
	color: #FC6;
}
.Menu a:active {
	text-decoration: underline;
	color: #FC6;
}
.PaveTexte{
	background-color: #e8d09f;
	padding-top:80px;
	vertical-align:top;
	color: #7f0202;
	font-size:1.1em;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.TitrePage{
	float:left;
	width:20%;
	vertical-align:top;
	padding-left:30px;
}
.padding_gauche{
	padding-left:30px;
}
.filet_gauche {
	background-repeat:repeat-y;
}
.Texte{
	margin-left:160px;
	padding-right:200px;
	text-align:justify;
}
.CoursTheatre{
	margin-top: 120px;
	text-align:center;
}
.BasPage{
	background-color:#7f0202;
	color:#e8d09f;
}
.Validations{
	text-align:right;
	padding-right: 20px;
	padding-top:10px;
}
a:link {
	color: #30C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #30C;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
.flotDroite {
	float:right;
	margin-left:15px;
}
