/*-- Mise en forme de la page --*/
body {
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fae9c9 url(../img/bgd.png) repeat-x;
}
#conteneur {
	width: 700px;
	position: relative;
	margin: 0 auto;
	background-color: #e0d0b2;
	border-left: solid 1px #b8ab92;
	border-right: solid 1px #b8ab92;
}
#gauche {
	width: 150px;
	left: 0px;
	background: #e0d0b2 url(../img/AC_02.gif) no-repeat;
	position: absolute;
}
#droite {
	width: 550px;
	margin-left: 150px;
}
#haut {
	height: 200px;
	width: 550px;
}
#photo {
	height: 350px;
	width: 550px;
}
#contenu {
	width: 550px;
	background: #FFF url(../img/bg.png) no-repeat right bottom;
}
/*-- Mise en forme du menu --*/
#menu {
	width: 130px;
	margin-left: 10px;
	border-top: solid 1px #b8ab92;
	margin-top: 200px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: block;
	height: 25px;
	width: 130px;
	text-align: left;
	border-bottom: solid 1px #b8ab92;
}
#menu a {
	line-height: 25px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: capitalize;
	padding-left: 25px;
}
#menu a:hover {
	color: #b8ab92
}
/*-- Mise en forme des actualités --*/
.actu {
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-top: 25px;
	background-color: #b8ab92;
	color: #FFF;
}
#news{
	background-color: #E0D0B2;
	width: 140px;
	margin: 0 auto;
}
#box {
	width: 150px;
	text-align: center;
	margin-top: 2px;
	background-color: #E0D0B2;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C8B6B;
}

#news a {
	color:#FFF;
	font-weight: bold;
	background-color: #E0D0B2;
}
#news h1 {
	color:#FFF;
	background-color: #E0D0B2;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

#news p {
	background-color: #E0D0B2;
	margin:0;
}

.message {
	background-color: #E0D0B2;
}
/*-- Mise en forme de la zone texte --*/
#texte {
	width: 550px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#texte p {
	padding: 5px 10px 15px 10px;
	text-align: justify;
	margin: 0;
}
#texte p:hover {
	color: #333;
}
.hide {
	display: none;
}
.lettrine {
	font-size: 50px;
	margin-bottom: -10px;
	font-family: "Times New Roman", Times, serif;
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	margin-top: -5px;
	color: #E0D0B2;
}
#texte a {
	color: #666;
	font-weight: bold;
}
#texte h1 {
	font-size: 12px;
	margin: 20px 0 10px 10px;
	color: #b8ab92;
}
#texte h2 {
	font-size: 10px;
	margin: 10px 0 5px 10px;
	color: #666;
}
#texte h3 {
	font-size: 9px;
	margin: 0 0 3px 10px;
	color: #999;
}
#texte  h4 {
	font-size: 12px;
	color: #9C8B6B;
	margin: 0;
}
#texte h5 {
	margin: 0;
	font-size: 10px;
	color: #999;
}
#texte ul {
	margin: 0;
}
#texte li {
	margin-left: 10px;
}
.color {
	color: #9C8B6B;
}
/*-- Mise en forme du pied de page --*/
#pied {
	height: 20px;
	width: 700px;
	text-align: center;
	border-top: solid 1px #b8ab92;
	border-bottom: solid 1px #b8ab92;
}
#pied ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#pied li {
	display: inline;
}
#pied a {
	text-decoration: none;
	font-size: 9px;
	color: #b8ab92;
	margin-left: 2px;
	margin-right: 2px;
}
#pied a:hover {
	text-decoration: underline;
	color: #fff;
}
/*-- Mise en forme pages galerie et gemmologie --*/
.image {
	border: 5px solid #E0D0B2;
	margin-left: 75px;
	margin-bottom: 20px;
}
.vignette {
	border: 3px solid #E0D0B2;
	margin-left: 5px;
	margin-bottom: 10px;
}
.gemmo {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top: solid 1px #e0d0b2;
	height: 110px;
}
.gemmo img {
	border: solid 2px #E0D0B2;
}

#texte .ancre {
	text-align: right;
	margin-right: 10px;
	font-weight: normal;
	margin-top: -10px;
}
#texte .ancre a {
	font-weight:normal;
}
.VG {
	width: 200px;
	height: 100px;
	display: block;
	border: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
