
div#corps {
	float: right;
	width: 780px;
	padding-top: 30px;
	padding-right: 10px;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: rgb(100,0,0);
}

div#corps div.titre {
	/*position: relative;*/
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: rgb(250,50,0);
	height: 25px;
	border: 2px;
	border-style: outset;
	border-color: rgb(250,200,0);	
	background-color: rgb(250,200,0);
}

div#corps div.titre h3 {
	/*position: absolute;
	width: 100%;*/
	margin: 0;
	/*left: 0px;*/
	font-size: 110%;
	font-weight: normal;
	color: rgb(250,50,0);
}

div#corps div#avertissement {
	float: left;
	font-size: 80%;
	color: rgb(250,0,0);
	background-color: rgb(250,200,50);
	border: 2px;
	border-style: solid;
	border-color: rgb(250,0,0);
	padding: 10px;
}

div#corps p { 
	font-size: 90%;
	text-indent: 20px;
}
 
div#corps p strong { 
	font-weight: bold;
}
 
div#corps p span.lettrine {
	font-size: 120%;
	font-weight: bold;
	background-color: rgb(250,200,50);
	color: rgb(200,0,0);
}

div#corps p.justifie {
	text-align: justify;
}

div#corps p.centre {
	text-align: center;
	text-indent: 0px;
}

div#corps p.gauche {
	text-align: left;
	text-indent: 0px;
}
	
div#corps p.droit {
	text-align: right;
	text-indent: 0px;	
}

div#corps p.indente_20px {
	text-indent: 20px;
}

div#corps p.indente_30px {
	text-indent: 30px;
}

div#corps .normal {
	font-style: normal;
	font-weight: normal;
}

div#corps .gras {
	font-weight: bold;
}

div#corps .italique {
	font-style: italic;
}

div#corps ul, li { 
	font-size: 90%;
	list-style-type: square;
 }
 
div#corps img {
	border: 1px;
	border-style: outset;
	border-color: rgb(100,0,0);
}

div#corps a, div#corps a:visited {
	color: rgb(100,0,0);
}	

div#corps form.formulaire {
	font-size: 80%;
	text-align: center;
	color: rgb(150,0,0);
	border: 1px;
	border-style: outset;
	border-color: rgb(100,0,0);
	padding: 10px;
}

div#corps a:hover {
	background-color: rgb(250,150,0);
}

div#corps span.erreur {
	font-size: 95%;
	text-align: left;
	text-decoration: blink;		
	color: rgb(250,0,0);
}

div#corps div#erreur {
	background-color: rgb(250,200,50);
	border: 3px;
	border-style: solid;
	border-color: rgb(250,0,0);
	padding: 10px;
}

div#corps div#erreur p#erreur1 {
	font-size: 150%;
	color: rgb(250,0,0);
	text-decoration: none;
	text-align: left;
}

div#corps div#erreur p#erreur2 {
	font-size: 100%;
	color: rgb(250,0,0);
	text-decoration: none;
	text-align: left;
}

div#corps div#erreur p#erreur3 {
	font-size: 75%;
	color: rgb(250,0,0);
	text-decoration: none;
	text-align: left;
}
div#corps div#erreur img {
	border: none;
	vertical-align: -10px;
}

div#corps hr.barre {
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(100,0,0);
}