body
{
	width: 800px;
	margin: auto;
	background-image: url("images/carre.jpg");
	background-repeat: repeat;
	padding: 10px;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

td
{
	font-size : 0.8em;
	font-family : papyrus, verdana, arial, serif;
	width : 33%;
}



/* L'en-tête */

#en_tete
{
	width: 788px;
	height: 100px;
	background-image: url("images/fond_c.png");
	background-repeat: repeat;
	margin-bottom: 0.8em;
	border : 1px solid black;
	text-align : justify;
	font-family : papyrus, verdana, arial, serif;
	padding: 5px;
}



/* Le menu */

#menu
{
	float: left;
	width: 120px;
	text-align : left;
	font-family : papyrus, verdana, arial, serif;
	background-image: url("images/fond_c.png");
	background-repeat: repeat;
}

.element_menu
{
	border: 1px solid black;
	font-size : 0.8em;
}

/* Quelques effets sur les menus */

.element_menu h3
{    
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #c80000;
}

.element_menu ul
{
	list-style-image: url("images/puce.png");
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
}

.element_menu a
{
	color: #000000;
	text-decoration : none; 
	text-align : left;
}

.element_menu a:hover
{
	background-color: #37ffff;
}



/* Le corps de la page */

#corps
{
	margin-left: 132px;
	width: 653px;
	padding: 5px;
	padding-top: 20px;
	color: #ffffff;
	font-weight: bold;
	background-color: #00c800;
	border: 1px solid black;
	font-size : 1em;
	text-align : justify;
	font-family : verdana, arial, serif;
}

.news 
{
	width:70%; 
	margin:auto;
	text-align:justify;
	background-image: url("images/fond_c.png");
	background-repeat: repeat;
	color:#000000;
	font-size:0.8em;
}

.news h3 
{
	color:#c80000;
	font-family:papyrus, verdana, arial, serif;
	font-size:1em;
	margin-bottom:0px; 
}

.news p 
{
	margin-top:0px; 
}

#corps a
{
	text-decoration : none; 
	text-align : left;
}

#corps a:hover
{
	text-decoration: underline;
	background-color: #37ffff;
	color: #c80000;
}

#corps a img
{
	border: none;
}

#corps h1
{
	text-align: center;
	font-size : 2em;
	font-family : papyrus, verdana, arial, serif;
}

#corps h2
{
	height: 39px;
	background-image: url("images/titre.png");
	background-repeat: no-repeat;
	padding-left: 50px;
	text-align: left;
	font-size : 1.5em;
}

#corps h3
{
	text-align: justify;
	font-size : 1.2em;
}

#corps h6
{
	color: #0000ff;
}

#corps p
{
	text-indent: 30px;
}

#corps p:first-letter
{
	font-weight: bold;
	font-size: 1.5em;
}

#corps .nom
{
font-variant: small-caps;
}

#corps .barres_defilement
{
   overflow: auto;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	width: 798px;
	margin-top: 10px;
	background-image: url("images/fond_c.png");
	background-repeat: repeat;
	border : 1px solid black;
	text-align : justify;
	font-family : verdana, arial, serif;
	text-align: center;
	font-size : 8px;
}