.body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #53002F;
	margin-top:0px;
}
/********/
/* Menu */
/********/
#Menu{
	font-family: "Georgia", Times, Arial, Helvetica;
	color: #448EBB;
	font-size:21px;
	text-decoration: none;
}
#Menu ul{
	list-style:none;
}
#Menu ul li{
	margin:0px 0px 0px 0px;
	text-decoration: none;
}
#Menu ul li a {
	display:block;
	height:27px;
	width:150px;
	padding-top:7px;
	padding-right:10px;
	cursor:pointer;
	color:#90B8D3;
	font-weight: normal;
	text-decoration: none;
}


#Accueil #Menu ul li a#Accueil,
#Berger-allemand #Menu ul li a#Berger-allemand,
#Westies #Menu ul li a#Westies,
#Chiots #Menu ul li a#Chiots,
#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/fond_menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#ffffff;
	font-weight: normal;
}
#Menu ul li a:hover{
	text-decoration: none;
	background-image: url(images/fond_menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#90B8D3;
	font-weight: normal;
}
/********/
/* logo */
/********/
.logo1 {
	font-family: "Georgia", Times, Arial, Helvetica;
	font-size: 33px;
	font-weight: normal;
	color: #90B8D3;
	text-decoration: none;
}
.logo2 {
	font-family: "Georgia", Times, Arial, Helvetica;
	font-size: 33px;
	font-weight: normal;
	color: #4981A5;
	text-decoration: none;
}
.logo3 {
	font-family: "Georgia", Times, Arial, Helvetica;
	font-size: 33px;
	font-weight: normal;
	color: #1C4761;
	text-decoration: none;
}
/********/
/* Accroche logo */
/********/
.accroche {
	font-family: "Georgia", Times, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #4981A5;
}
/********/
/* Titre, Sous-titre  et texte */
/********/	
.titre {
	font-family: "Georgia", Times, Arial, Helvetica;
	font-size: 26px;
	font-weight: normal;
	color: #811553;
}
.sous-titre {
	font-family: "Georgia", Times, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #90B8D3;
}
.texte {
	font-family:  "Georgia", Times, Arial, Helvetica;
	font-size: 13px; 
	color: #4981A5;
	font-weight: normal;
	text-decoration: none;
	}
.texte a:link {
	color: #811553 ; text-decoration: none; border-bottom: 1px dashed #811553;
}
.texte a:visited {
	color: #811553; text-decoration: none; border-bottom: 1px dashed #811553;
}
.texte a:hover {
	color: #cccccc;
	border-bottom: 1px dashed #cccccc;
}
/********/
/* Footer */
/********/
.footersmall {
	font-family: "Georgia", Times, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #90B8D3;
	text-decoration: none;
}
.footersmall a:link {
	color: #90B8D3;
	text-decoration: none;
	border-bottom: 1px dashed #90B8D3;
	}
.footersmall a:visited {
color: #90B8D3; text-decoration: none; border-bottom: 1px dashed #90B8D3;
	}
.footersmall a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
	}

