/* ----------------------   modele.css -------------------------------- */
/* paramètres globaux */
*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../../design/bandeau_fond_2.jpg);
	background-repeat: no-repeat;
}
#conteneur
{
	position: relative;
	width: 960px; /* largeur de la page */
	margin: 0 auto;
	background-color: White;
}
.titre
{
	font-size:20px;
	font-weight:bold;
	width: auto;
}
.gras
{
	font-weight:bold;
}
.retour
{
	width: 658px;
	padding-top: 10px;
	text-align: right;
}

.commentaire
{
	text-align: center;
}

/*---------------------------------------------------------------------------------------------*/
/* paramètres de l'entète */
#entete
{
	height: 115px;
	width: 700px;
	padding-left: 120px;
}
#img_entete
{
	width: 150px;
	height: 112px;
	background-image: url(../../design/entete.png);
	background-repeat: no-repeat;
}

#nom_entete
{
	color: #3C3C3C;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 833px;
	text-align: right; 	
}

#sculpteur_entete
{
	color: #CBCBCB;
	width: 833px;
	text-align: right;
}
.bord
{
	background-image: url(../../design/bord.gif);
	width: 10px;
}
#ligne_dot
{
	margin-left: 150px;
	border-bottom-style: dotted;
	border-width: 1px;
	border-bottom-color:#999999;
	width: 680px;
}
/* ------------------------------------------------------------------------------------------- */
/* paramètres du conteneur du milieu de la page */
#milieu 
{
	overflow:hidden;
}
/* paramètres du menu */
#nom_menu
{
	background-color: White;
	width: 240px;
	color: #3C3C3C;
	font-size:28px;
	font-weight:bold;

}
#sculpteur_menu
{
	background-color: #7E1B13;
	width: 200px;
	margin-bottom: 5px;
	color: White;
	font-size:20px;
	font-weight:bold;
	padding-left: 15px;
}
#sculpteur_menu li
{
	list-style: square;
}
#menu_gen
{
	float: left;
	width: 240px;
	background-image: url(../../design/gris_vert.jpg);
	background-repeat: no-repeat;
	color: #3C3C3C;
	font-size:26px;
	font-weight:bold;
	padding-left: 15px;
	margin-bottom: 10px;	
}
#nom_sculpteur
{
	color: #3C3C3C;
	text-decoration: none;	
}
/*#nom_sculpteur:hover
{
	text-decoration: underline;
}*/

#menu 
{
	background-color: #7E1B13;
	float: left;
	width: 225px;

	height: auto;
	font-size: 13px;
	font-weight:bold;
	margin 0;

	margin-top: 2px;	
	padding-bottom: 20px;
}
#menu a
{
	color: White;
	width: 225px;
}

#menu_principal dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 8px;
	width: 190px;
}

#navigation 
{
	margin: 0;
	padding: 0;
	list-style: none:
	width: 215px;
}
#navigation a, #navigation span 
{
	display: block;
	padding: 4px;
	text-decoration: none;
	min-width: 211px;	
	max-width: 211px;
	height: 20px;
}
#navigation .toggleSubMenu a, #navigation .toggleSubMenu span 
{
	height: 20px;
	width: 210px;	
}
#navigation .open a, #navigation .open span 
{
	height: 20px;
	width: 225px;
}
#navigation a:hover, #navigation a:focus, #navigation a:active 
{
	text-decoration:underline;
	
}
#navigation .subMenu 
{
	font-weight:100;
	margin: 0;
	padding: 0;
	width: 215px;
}
#navigation ul
{
	width: 215px;
}
#navigation ul.subMenu a 
{
	background: none;
	padding: 3px 5px;
}

/* ------------------------------------------------------------------------------------------- */
/* paramètres page */
#page
{
	position: relative;
/*	width: 700px;*/
	margin-top:	25px;
	margin-left: 260px;
}
/* ------------------------------------------------------------------------------------------- */

/* paramètres du pied de page */
#pied_page
{
	position: relative;
	color:#999999;
	width: 960px;
	padding-top: 20px;
	margin: 0 auto; 
	background-image: url(../../design/statue.jpg);
	height: 120px;
	background-repeat: no-repeat;
}
#ligne_pied
{
	margin-top: 25px;
	margin-left: 80px;
	width: 880px;
	height: 2px;
	border-bottom-style: dotted;
	border-width: 1px;
}
#atelier_pied
{
	margin-top: 10px;
	margin-left: 80px;
	width: 880px;
}
#atelier_pied span
{
	font-weight:bold;	
}
#adresse_pied
{
	font-style:italic;
}
#captusite_pied
{
	margin-top: 10px;
	width: 960px;
	text-align: right;
	margin-bottom: 20px;
}
#captusite_pied a
{
	color:#999999;
}
/* ---- pour l'affichage des lieux ou sont visible les oeuvres et la localisation de ces lieux ---------------- */
/*--------------- dans les pages detail-oeuvre_inc.php et expos-en-cours_inc.php ------------------------------ */
.lieu
{
	margin-top: 10px;
}
.carte_lieu
{
	width: 50px;
}
.map_lieu
{
	border: none;
	margin-left: 20px;
	width: 25px;
	
}
/* ------------------------------------------------------------------------------------------- */