/********/
/* corps de page */
/********/
.body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #c1b1a1;
	margin-top:0px;
	
}
.table {
	margin-left: 10px;
	margin-right: 10px;
}
/********/
/* Menu */
/********/
#Menu{
	width:100%;
	height:58px;
	font-family: Arial, Helvetica;
	color: #ffffff;
	font-size:18px;
	text-decoration: none;
}
#Menu ul{
	list-style:none;
	margin:0px;
	padding: 0px;
}
#Menu ul li{
	float:left;
	margin:0px;
	padding: 0px;
}
#Menu ul li a {
	display:block;
	height:58px;
	width:110px;
	text-align:center;
	padding-top:15px;
	cursor:pointer;
	color:#DC5B14;
	font-weight: bold;
	text-decoration: none;
}
#Accueil #Menu ul li a#Accueil,
#Infos #Menu ul li a#Infos,
#Galerie #Menu ul li a#Galerie,
#Liens #Menu ul li a#Liens,
#Contact #Menu ul li a#Contact{
	background-image:url(images/etiquette_menu2.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-decoration: none;
	color:#4981A5;
	font-weight: bold;
}
#Menu ul li a:hover{
	text-decoration: none;
	background-image: url(images/etiquette_menu.gif);
	background-repeat:no-repeat;
	background-position:center top;
	color:#ffffff;
	font-weight: bold;
}
/********/
/* News */
/********/
marquee{
	overflow:auto;
	display:block;
	margin:0px;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	height:250px;
}
/********/
/* Logo Titres et textes */
/********/
.logo {
	font-family: Arial, Helvetica;
	font-size: 27px;
	font-weight: bold;
	color: #FEFAE3;
}
.logo a:link {
	color: #FEFAE3;
	text-decoration: none;
}
.logo a:visited {
	color: #FEFAE3;
	text-decoration: none;
}
.logo a:hover {
	color: #0086CB;
	border-bottom: 1px dashed #0086CB;
}
.titre_rubrique {
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #829DAC;
}
.titre_recyclage {
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #87b90f;
}
.titre_news {
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #B68F62;
}
.texte_accroche{
	padding-top:15px;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #FEFAE3;
}
.texte_bouton{
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #EEE6D6;
	text-decoration: none;
}
.texte_bouton a:link {
	color: #EEE6D6;
	text-decoration: none;
	}
.texte_bouton a:visited {
	color: #EEE6D6; 
	text-decoration: none;
}
.texte_bouton a:hover {
	color: #829DAC;
	text-decoration: none;
}
.news {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #B68F62;
}
.news a:link {
	color: #96BCC1;
	border-bottom: 1px dashed #96BCC1;
	text-decoration: none;
}
.news a:visited {
	color: #96BCC1; 
	text-decoration: none; 
	border-bottom: 1px dashed #96BCC1;
}
.news a:hover {
	color: #B68F62;
	border-bottom: 1px dashed #B68F62;
}
.texte {
	font-family: Arial, Helvetica;
	font-size: 13px; 
	color: #42331B;
	font-weight: bold;
	text-decoration: none;
}
.texte a:link {
	color: #ffffff ; 
	text-decoration: none; 
	border-bottom: 1px dashed #ffffff;
}
.texte a:visited {
	color: #ffffff; 
	text-decoration: none; 
	border-bottom: 1px dashed #ffffff;
}
.texte a:hover {
	color: #FEFAE3;
	border-bottom: 1px dashed #FEFAE3;
}
.titre-texte {
	font-family: Arial, Helvetica;
	font-size: 15px; 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/********/
/* footer*/
/********/
.footersmall {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #B68F62;
	text-decoration: none;
}
.footersmall a:link {
	color: #1C4761;
	text-decoration: none;
	border-bottom: 1px dashed #1C4761;
}
.footersmall a:visited {
	color: #1C4761; 
	text-decoration: none; 
	border-bottom: 1px dashed #1C4761;
}
.footersmall a:hover {
	color: #B68F62;
	border-bottom: 1px dashed #B68F62;
}