/* CSS Document */

body
{
	background-color: #344a96;
	background-image : url("body.png");
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px;
}
#corps
{
	margin: auto;
	/*width:1024px;*/
	font-family: Arial;
	font-size: 0.7em;
}
#corps #header
{
	height:277px;
	margin:auto;
	background-image : url("header.png");
	background-repeat:no-repeat;
	background-position:center;
}
#corps #contenu
{
	margin:auto;
	padding:5px;
	width:647px;
}

#corps #menu
{
	margin:auto;
    font : bold 11px Batang, arial, serif;
   	padding-bottom : 24px;
	width:647px;
}
#corps #menu a
{<a href="statuts.php">statuts.php</a>
	float:left;
    color : #FFFFFF;
	background-color:#344a96;
	border-left: 1px solid white;
    text-decoration : none;
    padding-left: 10px;
	padding-right: 10px;
	line-height:180%;
}
#corps #menu a:hover
{
    background : #fff;
	color:#666666;
}

/*  PAGES  */
#titre_page
{
	font-size:1.5em;
	text-align:center;
	font-weight:bold;
	color:#344a96;
	margin-bottom:10px;
}
#sstitre_page
{
	font-size:1.1em;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}
.statuts_art
{
	font-size:1.1em;
	font-weight:bold;
	background-image:url(statuts_art.gif);
	background-position:left;
	background-repeat:repeat-y;;
	padding-left: 10px;
	margin-left: 20px;
	margin-bottom: -10px;
}
#contenu tr
{
	height:25px;
}