/* CSS Document */
body
{
margin: 0; padding: 0;
background-repeat:repeat-x;
background-image:url(./images_2/bg.gif);
background-color:#FFF; /*pour fond rouge 4F1816*/
margin:0;
font:11px Verdana,Arial;
position:absolute;
top:0px;
left:0px;
}
h1
{
color: #9f0000;
font:15px Verdana,Arial;
font-weight:bold; 
}
img{
border:0;
}
a, a:link, a:visited{
color:#9f0000;
text-decoration:none;
}
a:hover
{
color:#9f0000;
text-decoration: underline;
}
a:active{
color:#9f0000;
text-decoration: none;
}
li{
list-style-type:none;
}
.dialogue{
list-style-type:disc;
}
.dialogue_prose{
 list-style-image: url(./images_2/puce.gif);
}
.ref{
display:none;
}
#espace{
position: relative; /* on positionne le conteneur */
background-color:#FFF;
margin-left: auto;
margin-right: auto;
margin-top:15px;
width:820px;
padding-bottom:0;
margin-bottom:0;
border-left-style:solid;
border-left-color:#434343;
border-left-width:1px;
border-right-style:solid;
border-right-color:#434343;
border-right-width:1px;
border-top-style:solid;
border-top-color:#434343;
border-top-width:1px;
}
#header
{
background-repeat:repeat-x;
background-image:url(./images_2/titre_pages.gif);
color:white;
margin-left:auto;
margin-right:auto;
width:980px;
position:relative;
height: 124px;
z-index:10;
}

#header img{
padding-left:128px;
}
#header ul{
margin-left:auto;
margin-right:auto;
}
#header h1
{
margin: 0 0 0 20px;
padding: 3px 0 0 0; 
color:#fff;
margin-left:100px;
font-size : 38px;
font-weight:bold;
}

#header h2
{
margin: 0 0 0 20px;
padding: 5px 0 10px 0; 
color:#fff;
margin-left:100px;
font-size : 28px;
font-weight:bold;
}
#content
{
position: relative; /* on positionne le conteneur */
background-color:#FFF;
margin-left: auto;
margin-right: auto;
width:820px;
min-height:500px;
height:auto; /*Deux lignes sur le height pour la galerie photo et peintures, au cas ou le javascript est désactivé*/
z-index:2;
border-left-style:solid;
border-left-color:#434343;
border-left-width:1px;
border-right-style:solid;
border-right-color:#434343;
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#434343;
border-bottom-width:1px;
}
#marges{
padding-top:15px;
padding-left: 40px;
padding-right : 170px;
}

#menu_galeries
{
position:absolute;
background-color:#FFF;
top:20px;
right:-80px;
height:145px;
width:225px;
z-index:20;
border-style:solid;
border-color:#434343;
border-width:1px;
}
#menu_extraits
{
position:absolute;
background-color:#FFF;
top:188px;
right:-80px;
height:145px;
width:225px;
z-index:20;
border-style:solid;
border-color:#434343;
border-width:1px;
}
#retour_accueil
{
position:absolute;
background-color:#FFF;
bottom:0px;
right:10px;
z-index:20;
}
#ref{
font:9.5px Verdana,Arial;
position:relative;
background-color:#FFF;
bottom:-50px;
z-index:20;
width:250px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.evidence
{
color: #9f0000;
font:11px Verdana,Arial;
font-weight:bold; 
}
.italique{
font-style:italic;
}
.titre{
background-color:silver;
background-repeat:repeat-x;
background-image:url(./images_2/bg_blocs_right.gif);
border-bottom-style:solid;
border-bottom-color:#434343;
border-bottom-width:1px;

color: #FFF;
margin-top:0;
padding:5px 90px;
}
.liens_menus_droite{
padding-left:10px;
}
.centre{
text-align:center;
position:absolute;
bottom:10px;
margin-left:45%;
font:9px Verdana,Arial;
}
.little
{
font:10px Verdana,Arial;
font-style:italic;
}
/******************************************************Menu navig haut*************************************************/
.menu {
 /*background:#DAE0D2 url(/images/menu-onglets/bg.gif) repeat-x bottom;/*
 /*Ligne précédente pour mettre une image de fond avec une bordure qui finit le fond des onglets*/
	  margin-top:-2px;
	  margin-left:69px;
	  float:left;
      width:100%;
      line-height:normal;
      }
    .menu ul {
      margin:0;
      padding:5px 10px 0; /*première mention pour le haut, seconde pour droite et gauche, troisième pour le bas.*/
      list-style:none;
      }
    .menu li {
      float:left;
      background:url(./images_2/left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    .menu a {
      display:block;
      background:url(./images_2/right.gif) no-repeat right top;
      padding:5px 15px 5px 6px;
      text-decoration:none;
      color:#fff;
      }
    .menu a:hover {
	 /* Pour IE Mac uniquement \*//*/   
    float:left;
    /**/
      color:#fff;
      }
	  .menu a:visited {
	 color:#fff;
      }
    .menu #current {
      background-image:url(./images_2/left_on.gif);
      }
    .menu #current a {
      background-image:url(./images_2/right_on.gif);
      color:#000;
      padding-bottom:5px;
      }
/****************************************************************************************/
