/* Feuille de style pour le site de LLemire sculpteur
   Auteur Gilles Y. Godin
	Révisé : 2005-06-21
 */

htmt {
	font-size: 100%;

}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Helvetica,sans-serif;
	color: #000;
	background: 0;
	font-size: 100%;
	width: 984px;
}
img {
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: .5em;
	margin-top: 0;
}

hr {
	color: #896C44;
}

#corp{
	position: relative;
	width: 984px;	/* Pour IE qui ignore la largeur de «body» */
}

/* ============= Colone de gauche ============= */
#col-gch {
	float: left;
	background: transparent url(images/roche.png) no-repeat 17px 194px;
    width: 250px;
	height: 510px; /* pour accomeoder l'image de fond */
}

#menu {
	list-style: none;
	padding: 0;
	margin: 220px 0 0 90px;
	font: bold 1.15em/1.1em Arial, Helvetica, sans-serif;
}
#menu a {
	text-decoration: none;
	color: #342913;
}
#menu a:hover, #uber a {
	color: #F5DFA5;
}

/* ============= Colone de droite ============= */
#col-drt {
	float: left;
	background-color: transparent;
	width: 734px;
}

#entete {
	margin: 30px 27px 20px 10px;
	border-bottom: thin solid #896C44;
	text-align: center;
}

/* ~~~~~~~~~~~~~ Contenu général ~~~~~~~~~~~~~ */
#contenu {
	margin: 10%;
	font-size: .9em;
}
#contenu img {
	border: medium solid;
}
#contenu a {
	text-decoration: none;
	font-style: oblique;
	color: #342913;
}
#contenu a:hover {
	text-decoration: underline;
}

/* ~~~~~~~~ Contenu galerie & salles ~~~~~~~~~ */
#ch-salle, #ch-oeuvre {
	margin: 0 27px 0 10px;
	font-size: .8em;
}
#ch-salle ul, #ch-oeuvre ul {
	list-style: none;
	padding: 0; /* pour NS/FF */
	margin: 0 5px 0 24px;
}
#ch-salle li, #ch-oeuvre li {
	float: left;
	height: 130px;
	width: 100px;
	margin: 0 8px 10px 0;
	text-align: center;
}
#ch-salle li {
	width: 207px;
	margin: 0 10px 10px 0;
}
#ch-oeuvre .nodata {
	width: 424px;
}
#ch-salle img, #ch-oeuvre img {
	margin: 0 auto 0 auto;
	display: block;
}
#ch-salle img {
	float: left;
}
#ch-salle a, #ch-oeuvre a {
	text-decoration: none;
	font-style: oblique;
}
#ch-salle a:hover, #ch-oeuvre a:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~~ Contenu oeuvres ~~~~~~~~~~~~~ */
#m-oeuv {
	list-style: none;
	width: 162px;
	padding: 0;
	margin: 220px 0 0 70px;
	font: normal 1.15em/1.1em Arial, Helvetica, sans-serif;
}
#m-oeuv .titre {
	font-weight: bold;
}

#oeuvre {
	margin: 0 27px 0 10px;
	padding: 0;
	text-align: center;
}
#oeuvre img {
	border: 2px solid;
}

/* ============= Pied de page ============= */
#pied {	/* pour ie */
	clear: both;
	width: 734px;
}
#pied {
	margin: 1em 250px 0;
	padding: 5px 0 0;
	color: #000;
	background-color: transparent;
	font-size: .8em;
	border-top: thin solid #896C44;
}
#pied a {
	color: #000;
	text-decoration: none;
}
#pied a:hover {
	text-decoration: underline;
}

#precedent, #suivant {
	float: right;
}
