/********/
/* corps de page */
/********/
.body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #000921;
	margin-top:20px;
	
}
.table {
	margin-left: 10px;
	margin-right: 10px;
}
/********/
/* Menu */
/********/
#Menu{
	font-family: "Trebuchet", Arial, Helvetica;
	color: #448EBB;
	font-size:18px;
	text-decoration: none;
}
#Menu ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#Menu ul li a {
	display:block;
	padding-top:7px;
	padding-left:20px;
	height:27px;
	width:200px;
	cursor:pointer;
	color:#889EA9;
	font-weight: bold;
	text-decoration: none;
	background-image:url(images/etiquette_menu.gif);
	background-repeat:no-repeat;
	background-position:left;
}


#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{
	text-decoration: none;
	background-image:url(images/etiquette_menu2.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#F9EFE0;
	font-weight: bold;
}
#Menu ul li a:hover{
	text-decoration: none;
	background-image: url(images/etiquette_menu2.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#F9EFE0;
	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: "Trebuchet", Arial, Helvetica;
	font-size: 45px;
	font-weight: bold;
	color: #F9EFE0;
}
.logo a:link {
	color: #F9EFE0;
	text-decoration: none;
}
.logo a:visited {
	color: #F9EFE0;
	text-decoration: none;
}
.logo a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
.accroche_logo {
	font-family: "Trebuchet", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #F9EFE0;
}
.accroche_logo a:link {
	color: #F9EFE0;
	text-decoration: none;
}
.accroche_logo a:visited {
	color: #F9EFE0;
	text-decoration: none;
}
.accroche_logo a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
.titre_rubrique {
	font-family: "Trebuchet", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #889EA9;
}
.titre_news {
	font-family: "Trebuchet",  Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #889EA9;
}
.news {
	font-family: "Trebuchet", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #889EA9;
}
.news a:link {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
	text-decoration: none;
}
.news a:visited {
	color: #ffffff; 
	text-decoration: none; 
	border-bottom: 1px dashed #ffffff;
}
.news a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
.texte {
	font-family: "Trebuchet", Arial, Helvetica;
	font-size: 13px; 
	color: #889EA9;
	font-weight: normal;
	text-decoration: none;
}
.texte a:link {
	color: #ffffff ; 
	text-decoration: none; 
}
.texte a:visited {
	color: #ffffff; 
	text-decoration: none; 
}
.texte a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
.titre-texte {
	font-family: "Trebuchet", Arial, Helvetica;
	font-size: 15px; 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/********/
/* footer*/
/********/
.footersmall {
	font-family: "Trebuchet", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #889EA9;
	text-decoration: none;
}
.footersmall a:link {
	color: #ffffff;
	text-decoration: none;
}
.footersmall a:visited {
	color: #ffffff; 
	text-decoration: none; 
}
.footersmall a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
