body
{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px solid rgb(210,210,255);
	width: 750px;
	font-family: Verdana, "Times New Roman";
	background-image: url("images/fond.gif");
}
#header
{
	text-align: right;
	height: 118px;
	background-image: url("images/baniere.jpg");
	background-repeat: no-repeat;
}
#menu
{
	float: left;
	width: 150px;
	background-color: rgb(255,255,255);
}
.menu_element
{
	background-color: rgb(245,245,255);
	background-image: url("images/fond.gif");
	border: 1px solid rgb(115,145,255);
	padding: 5px;
	margin: 10px;
	margin-top: 15px;
}
.menu_element h3
{
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman";
	font-size: 1em;
	font-weight: normal;
	color: rgb(115,145,255);
	text-align: center;
	border-bottom: 1px solid rgb(160,180,255);
}
.menu_element h3:first-letter
{
	color: rgb(70,120,255);
	font-size: 1.1em;
}
.menu_element ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}
.menu_element a
{
	font-family: Verdana, "Times New Roman";
	color: rgb(50,70,200);
}
.menu_element a:visited
{
	color: rgb(50,70,200);
}
#corps
{
	padding: 10px;
	padding-left: 155px;
	background-color: rgb(255,255,255);
}
#footer
{
	padding-top: 10px;
	background-color: rgb(255,255,255);
}
#footer p
{
	margin: 0px;
	text-align: center;
}
a
{
	text-decoration: none;
	color: rgb(70,120,255);
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: rgb(150,70,200);
}
a:visited
{
	color: rgb(115,145,255);
}
a img
{
	border: 0;
}
h1
{
	text-align: center;
	color: rgb(70,120,255);
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman";
	font-weight: normal;
}
h2
{
	margin-top: 15px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman";
	font-weight: normal;
	text-indent: 30px;
	color: rgb(115,145,255);
	font-size: 1.1em;
}
h2:first-letter
{
	font-size: 1.2em;
	color:rgb(70,120,255);
}
h6
{
	padding: 0px;
	padding-top: 10px;
	margin:0px;
	color: black;
	font-size: 0.8em;
	font-weight: normal;
	list-style-type: none;
}
h6:first-letter
{
	font-size: 1em;
	font-weight: bold;
	color: rgb(115,145,255);
	font-family: Georgia, "Times New Roman";
}
label:first-letter
{
	font-size: 1em;
	font-weight: bold;
	color: rgb(115,145,255);
	font-family: Georgia, "Times New Roman";
}
p, ul, label
{
	padding: 0px;
	padding-top: 5px;
	margin:0px;
	text-align: justify;
	color: black;
	font-size: 0.8em;
	font-weight: normal;
}
p:first-letter
{
	font-size: 1em;
	font-weight: bold;
	color: rgb(115,145,255);
	font-family: Georgia, "Times New Roman";
}
ul
{
	list-style-image: url("images/bullet_blue.png");
	padding-left: 30px;
}