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

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

body {
line-height: 1;
background: #FFF;
background:url(backgradjaune.png);
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
line-height: 18px;
}
	
/* layout page principale*/

#wrapper {
width: 940px;
margin: 10px;
margin-bottom: 10px;
background: url(fondcercle.png);
background-repeat: no-repeat;
background-position: top left;
}

#main {
width: 590px;
margin-left: 350px;
padding-top: 145px;
padding-left:5px;
}


#content {
background: url(coin1.png);
background-repeat: no-repeat;
background-position: top left;
float: right;
width: 430px;
padding: 32px 0 0 26px;
}

#content2 {
float: right;
width: 430px;
padding: 10px 0 0 0px;
}


.tableau{
width: 850px;
margin-left: 280px;
}

.cadreancien{
display: inline-block;
width: 350px;
height: 150px;	
margin: 5px; 
border: 3px solid #8b0828;
padding: 5px;
vertical-align:top;
}

.cadredebut{
display: block;
width:450px;	
margin-left: 450px; 
border: 3px solid #8b0828;
padding: 5px;
vertical-align:top;
}


.parties {
display: block;
background: url(coin4.png);
background-repeat: no-repeat;
background-position: top left;
padding-left:65px;	
}

.apart1{
margin-left:196px;
margin-bottom: 10px;
display: block;
vertical-align: top;
}

.apartinside{
display: inline-block;
vertical-align: top;
background: url(coin1.png);
background-repeat: no-repeat;
background-position: top left;
padding: 32px 0 0 26px;
}


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


/* layout page de lecture*/

#wrapper2{
	margin: 10px;
}

#lecteur{
margin: 5px;	
}

.explique{
	font-size: 12px;
	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(coin1.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;
}
	