
body {
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 20px; 
	/* background-color: #e3d6aa;*/
	background-image:url('../images/fond.png');
	background-attachment : fixed; 
	overflow: auto;

	}
#page {
   	position: absolute;
   	left: 50%;
   	width: 900px;
   	margin-left: -520px;
	margin-top: 60px; /* 60 px*/
	top:120px;
	z-index:0;
	     

 	}
#contenu { 
	margin: 1em; 
	overflow: auto;

}
#couche_cahier  
{
position: absolute; 
width: 900px; 
left: 5px; 
top: 72px;
background-image: url('../images/cahier02.png'); 
background-repeat: repeat-y
}
#couche_cahier_haut
{
position: absolute; 
width: 927px; 
height: 62px; 
z-index: 1; 
left: 5px; 
top: 10px; 
background-image:url('../images/cahier01.png'); 
background-repeat:no-repeat;
}
#couche_cahier_bas
{
position: absolute; 
width: 927px; 
height: 62px; 
z-index: 1; 
left: 0px; 
top: 100px; 
background-image:url('../images/cahier03.png'); 
background-repeat:no-repeat;
}

#tableau_cahier
{
width:836px;
}

.texte
{
font-family:Times,'Times New Roman';
font-size:12pt;
color:#003366;
text-align:left;
margin-top:0px;
margin-bottom:0px;
padding-left:24px;
vertical-align:top;
line-height:14pt;
}
.poi
{
font-family:Times,'Times New Roman';
font-size:12pt;
color:#003366;
text-align:left;
margin-top:0px;
margin-bottom:0px;
padding-left:12px;
margin-left:-12px;
vertical-align:top;
line-height:14pt;

background-color:#f0d6b0;
}

.jour
{
font-family:Times,'Times New Roman';
font-size:12pt;
color:#333333;
text-align:right;
margin-top:0pt;
margin-bottom:2pt;
vertical-align:top;
margin-right:26px;
width:167px;
}
.mois
{
font-family: 'Pinyon Script', cursive;
font-size:24pt;
color:#425165;
text-align:left;
padding-top:4px;
margin-top:0pt;
margin-bottom:2pt;
vertical-align:top;
padding-left:48px;

}

.annee
{
font-family:'Arial Black', Arial;
font-size:18pt;
color:#800000;
text-align:left;
padding-top:12px;
margin-top:0pt;
margin-bottom:2pt;
vertical-align:top;
padding-left:24px;
}
.titre_photo
{
font-family:'Arial Black', Arial;
font-size:12pt;
color:#800000;
text-align:left;
padding-top:12px;
margin-top:0pt;
margin-bottom:2pt;
vertical-align:top;
padding-left:24px;
}

sup	{ 	line-height:80%; 	font-size:80% }
p	{
margin-top:0pt;
margin-bottom:3pt;
}
.copy
{
font-family:Times;
font-size:10pt;
color:#800000;
padding-top:20px;
text-align:right;

}
.commentaire
{
font-family:georgia;
font-size:12pt;
color:#3f475e;
font-style:italic;
text-align:justify;
margin-top:0px;
margin-bottom:6px;
padding-left:40px;
padding-right:120px;
vertical-align:top;
line-height:16pt;
}
.illustration
{
padding:12px; 
box-shadow: 4px 4px 12px #aaa;  
border:1px solid #999999;   
background-color:#f3eee2;
}

a:link {
	text-decoration: none;
	color: #475c79;
}
a:visited {
	text-decoration: none;
	color: #365364;
}
a:hover {
	text-decoration: none;
	color: #365364;
}
a:active {
	text-decoration: none;
}