/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1.1em;
background: linear-gradient(0deg,#ffffff, #e9e0b3);

font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 1em;
}
	
/* Le contenu de la page*/

#wrapper {
background: url(fondcercle2024.png);
background-repeat: no-repeat;
background-position: top left;
}


h1{
    width: 435px;
    margin-left: 190px; 
}
#introduction {
    width: 435px;
    margin-left: 190px;
    padding-left:5px;
}


.boite{
    margin-left: 190px;
    padding-left:5px;
    width: 435px;
    border: 3px double #8b0828;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px
}


.parties {
display: block;
padding-left:65px;	
}


footer {
width: 250px;
height :35px;
margin: 0 auto;
background: url(boutonretour2024.png);
background-repeat: no-repeat;
background-position: top left;
padding: 25px 0 0 65px;
font-size: 2em;
margin-bottom: 20px;
}


/* layout page de lecture*/

#wrapper2{
	margin: 10px;
}

#lecteur{
margin: 5px;	
}

.explique{
	font-size: 1em;
	text-align: center;
}

.lecteurgauche{
display: inline-block;
width:300px;
vertical-align: top;
padding: 5px;
}


.lecteurgauchegallerie{
display: inline-block;
width:250px;
vertical-align: top;
padding: 5px;
}



.lecteurdroit{
display: inline-block;
vertical-align: top;
padding: 5px;
}



.titrechapitre{
display: block;
background: url(ornement2024.png);
background-repeat: no-repeat;
background-position: top left;
padding: 32px 0 0 26px;
font-size: 24px;
margin-left: 156px;
margin-bottom: 10px;
}


.listepage{
display: inline-block;
width:80px;
vertical-align: top;
padding: 5px;
}


.texte{
width:800px;
text-align: justify;
padding: 10px;
}

/* basics */
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

a:link {
color: #61091b;
}

a:visited {
color: #b64c61;
}


a:hover, a:active {
color:#114031;
}

p {
margin: 5px;
}


.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}
	