@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; * this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	background-color: #000000;
	font
}
.oneColElsCtr #container {
	width: 810px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(Images/Bordure.jpg);
	/*height: auto;*/
	padding-top: 25px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColElsCtr #mainContent {
	padding-right: 40px;
	padding-left: 40px;

	
	
}

.oneColElsCtr #lien {
	padding-left: 50px;
	padding-right: 50px;
}
a:link {
	color: #C65900;

}
a:visited
{
	color:#C65900;
}

a:hover 
{
	color:#CC0000;
}
.Essai {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000000;
	background-color: #FFFFFF;
	text-transform: capitalize;
	background-image: none;
	font-variant: small-caps;
}
.petitpetit {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.titre_moyen {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
	
}

.titre_moyen_media {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C65900;
	background-color: #FFFFFF;
	text-decoration: underline;
	
}
.classique:first-letter
{
	font-size:1.5em;
	color: #A1AF8C;
}

