body {
	margin: 0px;
	background-color: #999999;
}

body, table, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #A31F1F;
	font-size: 14px;
}

h2 {
	margin-bottom: 0px;
	font-size: 24px;
}

h3 {
	margin-bottom: 0px;
	font-size: 20px;
}

h4 {
	font-size: 18px;
}
h4:first-letter {
	font-size: 22px;
	color: #FFCC00;
}

p {
	text-indent: 30px;
}

a {
	color: #A31F1F;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

input, textarea {
	width: 100%;
	background-color: #FFCC00;
}

.corps {
	background-color: #FFFFFF;
}

.colonne_gauche {
	padding: 20px 0px;
	vertical-align: top;
	background-color: #c9e6f6;
	width: 300px;
	text-align: center;
}

.colonne_droite {
	background: url(gfx/logo_fond.jpg) center center no-repeat;
	padding-bottom: 20px;
	vertical-align: top;
	width: 700px;
}

.titre {
	width: 100%;
	background: url(gfx/fond_tit_cuivre.jpg) center left repeat-x;
	vertical-align: middle;
	text-align: center;
}

.titre_blanc {
	width: 100%;
	height: 40px;
	background: url(gfx/fond_tit_blanc.jpg) center left repeat-x;
	vertical-align: middle;
	text-align: center;
}

.footer {
	background-color: FFCC00;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 30px;
	vertical-align: middle;
	text-align:center;
}
.footer a {
	color: #A31F1F;
	text-decoration: none;
}
.footer a:hover {
	color: #0066FF;
	text-decoration: underline;
}