/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	min-height: 600px;
}
h1 { /* titre page */
	font-size: 22px;
	font-weight: bold;
}
h2 { /* intertitre */
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
}
.cellGauche, .cellGauche p {
	font-size: 11px;
}
.cellGauche h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 10px 0 0 0;
}
h3 { /* chapeau */
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 { /* intertitre 2 */
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -10px;
	padding-bottom: 0;
}
td, p {
	font-size: 12px;
}
a, a:visited {
	color: black;
}
.corps a:hover, .corps a:active, .cellGauche a:hover, .cellGauche a:active, .pied a:hover, .pied a:active {
	color: black;
	background-color: white;
}
.corps {
	padding-bottom: 10px;
}
textarea, .input-texte {
	border: 1px #000000 solid;
	margin: 1px;
	padding: 0;
	font-size: 12px;
}
.cellGauche {
	padding-left: 10px;
}
.cellGauche h2 {
	margin-top: -10px;
}
.ulCourt {
	padding-top: 0;
	margin-top: -5px;
}
b {
	color: #333333;
}

.pied {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	border-top: 3px solid #000000;
	padding-top: 3px;
	padding-bottom: 10px;
}
.petit {
	font-size: 11px;
}
.clear {
	clear: both;
}