/* Styles prédéfinis sur balises xHtml classiques */

body
{
	font-family: Calibri, Arial, serif;
}

p, div, h1, h2, h3, h4, h5, h6, label, img, form
{
	margin : 0px;
	padding: 0px;
}

p
{
	margin-top: 5px;
	margin-bottom: 10px;
}

a img
{
	border: none;
}

#bas
{
	font-size: 0.9em;
	text-align: center;
	margin-top: 10px;
}

a
{
	color: #a80000;
}

a:hover
{
	color: #ff0000;
}

h3:first-letter
{
	color: #a80000;
	font-size: 1.4em;
}

h3
{
	text-align: center;
}

h4:first-letter
{
	color: #a80000;
	font-size: 1.2em;
}

.rouge
{
	color: #ff0000;
}

.centre
{
	text-align: center;
}

.gras
{
	font-weight: bold;
}

#logo
{
	text-align: center;
}

#bas
{
	border: 1px dashed black;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}