@charset "utf-8";
/* CSS Document */
body
{
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
}
#header
{
	width: 900px;
	height: 100px;
	background-image: url("logotype.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FC3;
}


/* Le menu */

#menu
{
	float: left;
	width:350px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #00F;
}

.element_menu
{
	background-color: #69F;
	border: 2px solid lightblue;
	margin-bottom: 20px;
	text-decoration: none;
	color: #000;
}
.element_menu h3
{
	color: #000;
	font-family: Arial, "Trebuchet MS", "Times New Roman", Times, serif;
	text-align: center;
	background-color: #FFF;
}

.element_menu ul
{
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
	text-decoration: none;
	list-style-image: url(grechcopie.jpg);
}

.element_menu a
{
	color: #000;
	text-decoration: none;
}

.element_menu a:hover
{
	background-color: #FFF;
	color: black;
	text-decoration: none;
}


/* Le corps de la page */

#corps
{
	margin-left: 360px;
	margin-bottom: 20px;
	padding: 5px;
	color: #000;
	text-align: center;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

 hr
  {
	background-color:#FC3;
  }
  tr,td
  {   text-align:center;
	  background-color:
	  #9C0
	}
	
	td
	    {
			width:auto;
		}






#footer
{
	padding: 5px;
	text-align: center;
	color: #000;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#corps {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#corps p {
	text-align: center;
	color: #000;
}
p {
	color: #00F;
}
#corps p b {
	color: #00F;
}
#corps h3 {
	color: #804000;
}

