body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#en_tete
{
	width: 760px;
	height: 100px;
	background-image: url("en_tete_chinois.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#menu
{
	float: left;
	width: 120px;
}

.element_menu
{
	background-color: #0b788f;
	background-repeat: repeat-x;
	border: 2px solid black;
	margin-bottom: 20px;
}

.element_menu h3
{
	color: #dce818;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
}

.element_menu ul
{
	list-style-image: url("");
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-botom: 5px;
}

.element_menu a
{
	color: #dce818;
}

.element_menu a:hover
{
	color: #28d0ce;
}

#corps
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 5px;
	color: #000000;
	background-color: #28d0ce;
	background-repeat: pepeat-x;
	border: 2px;
}
#corps h1
{
	color: black;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
	height: 30px;
	background-image: url("");
	background-repeat: no-repeat;
	padding-left: 30px;
	color: black;
	text-align: left;
}

#corps h4
{
	color: black;
	text-decoration: underline;
}
#corps a
{
	text-decoration: none;
	color: black;
	font-style: italic;
}

#pub_carre
{
	float: right;
}
#pied_de_la_page
{
	padding: 5px;
	text-align: center;
	color: black;
	background-color: #51ae9d;
	background-image: url("");
	background-repeat: repeat-x;
	border: 2px solid black;
	font-size: 0.6em;
}
.sstitre
{
	color: black;
	text-decoration: underline;
}
.signe
{
	font-size: 1.5em;
}
.def
{
	text-decoration: underline;
}
.pi
{
	font-size: 1.4em;
	float: right;
}