/* CSS Document */
body
{
	width:813px;
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	font-family:"Bookman Old Style";
	background-position:center;
	background-repeat:inherit;
	background-color:#D1E38F;

}

/* L'en-tête */

#en_tete
{
	width:808px;
	height:150px;
	margin:0px 5px 5px 5px;
	margin-bottom:3px;
	background-color:#ACDD96;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	
}

#mail {
	float: none;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	font-family: "Bookman Old Style";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

#mail a {
	color:#000000;
	font-size: 14px;
	font-weight: bold;	
}

/* Le Menu */


/* Effets menu */




#logo
{
	font-family:"Bookman Old Style";
	float:left;
	width:150px;
	height: auto;
	background-color:#ACDD96;
	clear: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: block;
}

/* Le corps de page */

#corps
{
	width:638px;
	height:auto;
	text-align:center;
	font-family: "Bookman Old Style";
	padding:5px;
	background-color:#ACDD96;
	color:black;
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	
}

#corps a
{
	font-style:normal;
	text-decoration:none;
	font-family: "Bookman Old Style";
	color:#00000;
	border:none;	
}

#corps a:hover
{
	color:#FFFF00;
	text-decoration:none;
	font-style:normal;
}

#corps h1
{
	color:#2A0000;
	font-family: "Bookman Old Style";
	text-transform: uppercase;
}


.min2
{
	float:left;
	padding:0px;
	color:#ACDD96;
	height:80px;
	width:120px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	border:none;
	background-color:#ACDD96;
	
}



.min2 a
	{
	color:#ACDD96;
	border:none;
	background-color:#ACDD96;
	}

#min2 a:hover{
	border:none;
	background-color:#ACDD96;
	text-decoration: none;
	color:#ACDD96;

}


#menu {
	float: left;
	width: 150px;
	margin: 5px;
	padding: 0px;
}

.element_menu {
	background-color: #ACDD96;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin dashed #000000;
}

.element_menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: 400;
	text-align: left;
	text-indent: 5px;

}

.element_menu li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 135px;
	margin-top: 0px;
	margin-right: 0px;
	
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 12px;
	text-align: left;
}
.element_menu  li  a:hover {
	color: #ACDD96;
	background-color:#000000
}




#corps h2
{
	text-align:center;
	font-family: "Bookman Old Style";
	font-size: 14px;

	
	
}


#corps #etho1 {
	float: left;
	border:none;
}


/* Pied de page */

#pied_de_page
{
	padding:1px;
	text-align:center;
	color:#2A0000;
	border:2px solid black;
	background-color:#FFFFFF;
	
}

#pied_de_page a
{
	color:black;
	text-decoration:none;
	font-weight: bold;	
	
	
}

#pied_de_page a:hover
{
	background-color:#2A0000;
	color:#FFFBF0;
}


/* Formulaire */
input, textarea
{
   font-family: Verdana, Arial, Helvetica, sans-serif; /* On modifie la police du texte tapé l'intérieur des champs */
}

input:focus, textarea:focus
{
   background-color: #FFFF99;
}
#corps h3 {
	font-family: "Bookman Old Style";
	font-size: 14px;
	background-position: center;
	font-weight: lighter;
}
