body
{

	font-family: "Times New Roman", sans-serif;
	background: url("images/fond_bois.jpg");
	font-size: 16px;
}
#entete_baniere
{
	width: 100%;
	margin: auto;
}
#entete_baniere img
{
	width: 100%;
}


#feuille
{
	width: 98%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/spirales2.png");
	background-repeat: repeat-y;
	text-align: left;
}
#corps_feuille
{	
	padding: 10px 5px 30px 10px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 30px;
	margin-right:0px;
	background-image: url("images/fond_traits.jpg");
	text-align: left;
}

#corps_feuille .p_classique
{
	color: #2d0078;
	font-size: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 2px;
	margin-right: 20px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
#corps_feuille .p_pouce
{
	background-color: #d2e7ff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin: 5px 10px 10px 10px;
	padding: 5px 0px 5px 0px;
	
}
#corps_feuille .p_pouce h2
{
	text-align: center;
	margin-top: 1px;
	margin-bottom: 10px;
	text-decoration: underline;
	color: #2d0078;
	font-size: 1.3em;
}
#corps_feuille h3
{
	font-size: 1.5em;
	color: white;
	background-color: #2d0078;
	border-top-right-radius: 30px;
	padding: 2px 2px 2px 10px;
}
.souligne
{
	text-decoration: underline;
}
strong{
	color: red;
}

#pied_de_page
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

///////////////////////////////////////////////////////

