/* CSS Document */
BODY{
	margin: 0;	
	padding: 0;	
	background-color: #F7CB34;
	font-family:arial;
	}

#bandeau{
	width:1024px;
	background-color:#318f00;
	color:#FFF;
	font-weight:bold;
	}

#bandeau P, H1{	
	text-align:center;
	margin:0;
	line-height:32px;
	font-size:30px;
	/*letter-spacing:1pt;*/
	}

#bandeau H1{
	background-color:#94cd63;
	color:#318f00;
	font-size:18pt
	}

#milieu{
	display:table;
	clear:both;
	background:url(../images/fond_menu.jpg) 0 0 repeat-y;
	min-height:400px;
	width:1024px;
	}

#menu{
	width:172px;
	float:left;
	}

#menu a.bouton{
	float:left;
	}
	
#menu a:hover{ 	background-position:172px;  }

#menu IMG.sep{
	float:left;
	}

#adresse{
	width:172px;
	float:left;
	text-align:center;
	color:#94cd63;
	font-size:7pt;
	}

#bas{
	display:table;
	background:url(../images/fond_menu.jpg) 0 0 repeat-y;
	background-color:#FFF;
	width:1024px;
	text-align:right;
	color:#318f00;
	font-size:7pt;
	padding-top:15px
	}

#bas a{
	line-height:25px;
	color:#318f00;
	}

#bas a:link{ 	text-decoration: none;  }
#bas a:visited{ text-decoration: none;  }
#bas a:active{ 	text-decoration: none; }
#bas a:hover{ 	text-decoration: underline;  }

#contenu{
	display:table;
	min-height:400px;
	background-color:#fff;
	width:852px;
	}

#contenu P{
	margin:10px 0;
	}
	
#liens A{color:#318f00; margin:0 30px 10px 0; display:block;  float:left;}

#liens a:link{ 	text-decoration: none;  }
#liens a:visited{ text-decoration: none;  }
#liens a:active{ 	text-decoration: none; }
#liens a:hover{ 	text-decoration: underline; color:#D6B11F  }

