/* CSS Document */

/* POUR NETTOYER LES MAILS HTML DU MESSAGE DE PUB   
table, tr, td {
	visibility: hidden;	
}*/

body {
	background-color: #F7EFCE;
	color: #664512;
	font-size: 1.18em;
}

#tapis-gauche {
	background: url(../images/tapis.gif) repeat-y left top;
}

#tapis-droite {
	background: url(../images/tapis.gif) repeat-y right top;
}

#conteneur-cachegauche {
	background: url(../images/filtre2.gif) repeat-y left top;
	width: 670px;
	margin-left:auto;
	margin-right:auto;
}

#conteneur-cachedroite {
	background: url(../images/filtre2-droite.gif) repeat-y right top;
	width: 670px;
	margin-left:auto;
	margin-right:auto;
}

#conteneur {
	position: relative;
	display: block;
	background: #F7EFCE url(../images/Fond-parchemin.jpg) repeat-y top left;
	width: 650px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

#entete {
	margin-bottom: 25px;
	margin-top: 0px;
	background: url(../images/Fond-parchemin-haut.gif) no-repeat top left;
	padding-top: 20px;
	position: relative;
}

#titre {
	position: relative;
	left: 185px;
	width: 417px;
}

#pied {
	width: 650px;
	margin: 30px auto;
	display: block;
	position: relative;
	text-align: center;
}

#bas {
	font-size: 0.9em;
	position:relative;
	top:-15px;
	margin-right: 20px;
	text-align: center;
}


#menu {
	position: absolute;
	top: 38px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 130px;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}	

#menu li a {
	width:130px;
	height: 30px;
	display: block;
	text-decoration: none;
	border-bottom-width: 0px;	
}

a#lien1 {
	background: url(../menu/par-Contes-en1.gif) no-repeat 0 -30px;	
}
a#lien1:hover {
	background-position: 0 0;
}

a#lien2 {
	background: url(../menu/par-Spectacles-en1.gif) no-repeat 0 -30px;	
}
a#lien2:hover {
	background-position: 0 0;
}

a#lien3 {
	background: url(../menu/par-Ateliers-en1.gif) no-repeat 0 -30px;	
}
a#lien3:hover {
	background-position: 0 0;
}

#menu2 {
	position: relative;
	margin: 10px auto 20px auto;
	padding: 0;
	width: 630px;
}

#menu2 ul, #menu2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu2 li {
	float: left;
	display: block;
	margin: 10px 18px;
}	

#menu2 li a {
text-align:center;
	width:117px;
	height: 27px;
	display: block;
	text-decoration: none;
	border-bottom-width: 0px;	
}

a#accueil {
	background: url(../menu/par-Accueil-en1.jpg) no-repeat 0 -27px;
}
a#accueil:hover {
	background-position: 0 0;
}

a#artistes {
	background: url(../menu/par-Artistes.jpg) no-repeat 0 -27px;
}
a#artistes:hover {
	background-position: 0 0;
}

a#contacts {
	background: url(../menu/par-Contact.jpg) no-repeat 0 -27px;
}
a#contacts:hover {
	background-position: 0 0;
}

a#tarifs {
	background: url(../menu/par-Tarifs.jpg) no-repeat 0 -27px;
}
a#tarifs:hover {
	background-position: 0 0;
}

a#musiques {
	background: url(../menu/par-Musiques.jpg) no-repeat 0 -27px;
}
a#musiques:hover {
	background-position: 0 0;
}

div#par {
	border-bottom-width: 0px;
	float: right;
	position:relative;
	right:10px;
	margin-left: 10px;
}

a#parchemin {
	background: url(../images/parchemin-double2.jpg) no-repeat 0 0;
	width: 173px;
	height: 120px;
	display:block;
}

a#parchemin:hover {
	background: url(../images/parchemin-double2.jpg) no-repeat 0 -120px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
	padding: 0px;
	line-height: 1.1em;
}

h1 {
	text-align: center;
	margin: 20px 40px 15px 40px;
	font-size: 1.8em;
}

h2 {
	text-align: center;
	margin: 18px 40px 12px 40px;
	font-size: 1.7em;
	font-style: italic;
}

h3 {
	margin: 16px 10px 10px 20px;
	font-size: 1.4em;
}

h4 {
	margin: 14px 10px 8px 30px;
	font-size: 1.4em;	
	font-style: italic;
}

h5 {
	margin: 12px 10px 6px 40px;
	font-size: 1.25em;
}

h6 {
	margin: 12px 10px 6px 50px;
	font-size: 1.15em;
	font-style: italic;
}


p {
	/*font-weight: bold;*/
	font-style: italic;
	margin-left: 20px;
	margin-right: 15px;
	line-height: 1.2em;
}

ul {
	margin: 0px;
	line-height: 0px;
}

li {
	color: #664512;
	font-size: 1em;
	font-style: italic;
	line-height: 1.1em;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-top: 5px;
}

li li {
	font-size: 0.95em;
}

p a, li a, h2 a, h4 a {
	color: #3C280A;
	text-decoration: none;
	border-bottom:  1px #3C280A solid;
}

p a:hover, li a:hover, h2 a:hover, h4 a:hover {
	background-color: #3C280A;
	color: #F7EFCE;
	text-decoration: none;
}

p a:active, li a:active, h2 a:active, h4 a:active  {
	background-color: #F7EFCE;
	color: #3C280A;
}

td {font-family: "Times New Roman", Times, serif; font-size: 1em; }

/*   boite d'infos  */

a.info {
	color: #3C280A;
	position: relative;
	border-bottom: 1px #3C280A dotted !important;
	text-decoration: none !important;/**/
	cursor:default !important;
}

a.info:hover { 
	border-bottom: 1px #3C280A dotted !important;
	text-decoration: none !important;
	color: #3C280A !important;
	background-color: #F7EFCE !important;
}

a.info span { 
	/*display: none;*/
	z-index: 1;
	position: absolute;
	top: -1000em;
	left: -2000px;
}

a.info:hover span {
	position: absolute;
	z-index: 1000;
	top: 1.35em;
	left: -7em;
	width: 16em;
	background-color: #F7EFCE;
	color: #2E5978;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	border: 2px #2E5978 solid;
	font-style: normal;
	line-height: 1.2em;
}

.gauche {
	float: left;
	margin: 5px;
}

.droite {
	float: right;
	margin: 5px;
	padding: 0;
}

.centre {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ligne {
	background: url(../images/ligne-etroite.jpg) repeat-x 0 0;
	height: 19px;
	background-color: #F7EFCE;
	width: 597px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	clear: both;
}

.ligneh {
	background: url(../images/ligne-fine-h.jpg) repeat-x 0 0;
	height: 10px;
	background-color: #F7EFCE;
}

.lignev {
	background: url(../images/ligne-fine-v.jpg) repeat-y 0 0;
	width: 10px;
	background-color: #F7EFCE;
}

.faux-gras {
	font-size: 1.1em;
	color: #4A320D;
}

.indent {
	text-indent: 20px;
}

.gros-marge {
	font-size: 1.22em;
	font-style: normal;
	font-weight: bold;
	margin: 5px 20px 5px 5px;
}

.clear {
	clear: both;
	visibility: hidden;
}

sup {
	font-size: 0.65em;
	font-weight: bolder;
	color: #4A320D;
}

sup a, sup a:link{
	text-decoration: none !important;
}

.sans-soulignement a, .sans-soulignement a:link {
	text-decoration: none;
 	border-bottom-width: 0px;
}	

.sans-soulignement a:hover {
	text-decoration: none;
 	border-bottom-width: 0px;
}	

.hors-page {
	display: none;
	position:absolute;
	left: 5000px;
}

.legende-photo {
	font-size: 0.8em;
	font-style: normal;
}

.commentaires /* avec H5*/{
	font-size: 0.8em;
	font-weight: bold;
}

.sous-titre /* avec H6*/ {
	text-align:center;
	font-weight: bold;	
	margin-left: 15px;
	margin-right: 15px;
}
