body
{
	background-image:url(images/Background.gif);
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#Haut
{
	background-image:url(images/Chez-zef_01.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:70px;
	width:800px;
	margin:auto;
	padding-left:50px;
	padding-right:50px;
}

#Banniere
{
	background-image:url(images/Header.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	width:800px;
	margin:auto;
	padding-left:50px;
	padding-right:50px;
}

#Contenu
{
	background-image:url(images/Chez-zef_03.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:800px;
	margin:auto;
	color:#BBBBBB;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:10px;
}

#Bas
{
	background-image:url(images/Chez-zef_04.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:60px;
	width:800px;
	margin:auto;
	font-size:0.6em;
	font-variant:small-caps;
	text-align:right;
	padding-right:100px;
	color:#999999;
}


#Contenu .Titre
{
	/*font-variant:small-caps;*/
	border-bottom:1px dotted #999999;
	font-size:1em;
	font-weight:bolder;
	margin-left:50px;
	text-align:left;
	margin-right:50px;
	width:auto;
	color:#97C8D2;
}

#Contenu .Titre_firstletter
{
	font-size:1em;
	/*font-style:oblique;*/
}

#Contenu .Titre .News
{
	color:#AB6354;
	font-weight:bolder;
}

#Contenu p
{
	font-size:0.8em;
	text-align:justify;
	margin-left:50px;
	margin-right:50px;
	color:#7cb4bf;
}

#Contenu p:first-letter
{
	font-size:1em;
}

#Contenu a
{
	color:#AB6354;
	border-bottom:1px dashed #AB6354;
	text-decoration:none;
}

#Contenu a:hover
{
	color:#854c41;
}

#Contenu p:first-line
{
	padding-left:20px;
}



#Haut .Menu
{
	padding-top:45px;
	padding-left:60px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
}

#Haut .Menu a
{
	color:#AB6354;
	text-decoration:none;
	border-right:1px solid #999999;
	padding-right:10px;
	padding-left:10px;
}

#Haut .Menu a:hover
{
	color:#6c6399;
}



