/* 
	Niercombe v2
	octobre 2008
*/


body {
	margin: 0px;
	background-color: #E3DBCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

/* Contenu */
#niercombe {
	width: 760px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF; 
	background-image:url(/img-v3/fond2.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

/* Structure - haut de page */
#top {
	margin: 0px;
	background-color: #BFB9AC;
	height: 20px;
	border-bottom: 1px solid #444444;
	color: #444444;
	font-variant: small-caps;
	text-align: center;
}
#images {
	background-color: #CCCCCC;
	height: 238px;
	border-bottom: 1px solid #444444;
}
.retour_galerie { font-size: 10px; text-align: center; }
.retour_galerie a {color: #333333; }
.retour_galerie a:hover {color: #666666; }

/* Structure - corps de page */
#corps {
	background-image:url(/img-v3/fd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#corps .menu {
	float: right;
	width: 250px;
	background-color: #BFB9AC;
	border-bottom: 2px solid #FFFFFF;
}
#corps .menu .entree {
	font-variant: small-caps;
	color: #444444;
	text-align: right;
	border-bottom: 1px dotted #444444;
	margin: 2px 5px 1px 5px;
	padding: 3px;
}
#corps .menu a { color: #444444; text-decoration: none; }
#corps .menu a:hover { color: #444444; text-decoration: none; font-weight: bold; }

#corps h1 { text-align: left; }
#corps h1 a { color: #444444; text-decoration: none; }
#corps h1 a:hover {color: #444444; text-decoration: none; border-bottom: 1px dotted #444444; }

#corps .flag { float: right; }
#corps .flag img { border: 0px; margin-left: 3px; }

#corps .texte {
	padding: 20px 0px 20px 30px;
	text-align: justify;
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#corps .texte .photo { text-align: left; }
#corps .texte img {
	border: 2px solid #C0B8AB;
	margin: 3px; 
}
#corps .aplat { background-color: #BFB9AC; padding: 10px; margin: 10px 0px 0px 0px; }
#corps .aplat .txt { 
	color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-bottom: 1px dotted #FFFFFF }

.arabesque {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}


/* Structure - pied de page */
#pied {
	background-color: #444444;
	color: #FFFFFF;
	clear: both;
}
#pied .texte {
	text-align: right;
	padding: 5px 10px 5px 5px;
	font-size: 10px;
}
#pied .texte a {color: #FFFFFF; text-decoration: none; }
#pied .texte a:hover { color: #FFFFFF; text-decoration: underline; }

