body
{
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background: url('images/fond.jpg') fixed;
   font-family: Geneva, Arial, sans-serif;
}

#body
{
   width: 1000px;
   margin: auto;
}

/* L'en-tête */

#en_tete
{
   width: 1000px;
   height: 350px;
   margin-bottom: 10px;
}

#sous_en_tete1
{
   float: right;
   width: 260px;
   height: 240px;
   margin-left: 10px;
   margin-bottom: 10px;
   padding-top: 10px;
   padding-left: 8px;
   color: #000000;
   background-color: #BBE964;
   border: 1px solid black;
   -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#sous_en_tete2
{
   float: right;
   width: 300px;
   height: 240px;
   margin-left: 10px;
   margin-bottom: 10px;
   padding: 5px;
   color: #000000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
   background-color: #BBE964;
   border: 1px solid black;
}

#sous_en_tete3
{
   float: left;
   width: 390px;
   height: 300px;
   margin-bottom: 10px;
   padding-left: 0px;
   color: #000000;
   background-color: #BBE964;
   border: 1px solid black;
   -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#dessous_en_tete
{
   width: 590px;
   height: 40px;
   float: right;
}

#dessettxt
{
	margin-top: -20px;
	text-align: right;
	visibility: hidden;
	color: #FFFFFF;
	font-size: 18px;
}

/* Le menu */

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

.element_menu
{
	padding-left: 3px;
   background-color: #BBE964;
   background-repeat: repeat-x;
   border: 1px solid black;
   margin-bottom: 20px;
   -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.element_menu_enf
{
	padding-left: 3px;
   background-color: #BBE964;
   background-repeat: repeat-x;
   border: 1px solid black;
   margin-bottom: 20px;
   -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	height: 305px;
}


/* Quelques effets sur les menus */


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

.element_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #000000;
}

.element_menu a:hover
{
   background-color: #CCE994;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 220px;
   margin-bottom: 20px;
   padding: 5px;
   padding-bottom: 20px;
   color: #000000;
   background-color: #BBE964;
   border: 1px solid black;
   -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	min-height: 600px;
}


/* Styles de textes de titres et de formulaires*/

#corps h1
{
   color: #000000;
   background-color: #CCE994;
   border: 1px solid white;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#clt
{
	background-color: #BFEF6F;
}

#corps h2
{
   height: 30px;
   background-color: #CCE994;
   border: 1px solid white;
   color: #000000;
   text-align: center;
}

#corps h3
{
   background-color: #CCE994;
   border: 1px solid white;
   height: 20px;
   padding-left: 15px;
   color: #000000;
   text-align: left;
}

#notice
{
	font-size: 16px;
	font-style: italic;
}

p
{
	text-indent : 10px; 
}

input
{
	background-color: #DFFF9F;
}

select
{
	background-color: #DFFF9F;
}

textarea
{
	background-color: #DFFF9F;
}

/* Le pied de page */

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: #000000;
   background-color: #BBE964;
   border: 1px solid black;
   width: 988px;
   height: 60px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#cadrpg { width:600px; margin:0 auto; border:0; overflow:hidden;}
#newshr { position:relative; width:580px; height:20px; overflow:hidden; 
          color:inherit; background:#FFFFFF url(news.gif); border:1px inset white; }
#defile { position:absolute; margin-top:1px; background-color:transparent; }