body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
margin: 0;
padding: 0;
}

/* ----------------------------------------------Les différentes parties*/
#header1 {
top:0;
height: 50px;
margin-left: 170px;
margin-right: 170px;
background-color: #FFFFFF;
}

#header2 {
height: 30px;
margin-left: 10%;
margin-right: 10%;
background-image:      url(../images/general/barre.gif);
padding-top: 9px;
padding-left: 60px;
}

#centre {
width:auto;
background-color:#FFFFFF;
margin-left: 300px;
margin-right: 300px;     
padding-top: 20px;
text-align:center;
}
#centrepoeme {
width:auto;
background-color:#FFFFFF;
margin-left: 300px;
margin-right: 300px;     
padding-top: 20px;
font-size:14px;
text-align:left;
}

#gauche {
	position: absolute;
	width: 12%;
	height: 300%;
	background-image:    url(../images/general/colonne.gif);
	text-align:left;
	padding-left: 20px;
	left: 0;
	top: 0;


}
#droite {
	position: absolute;
	top:0;
	right:0;
	width: 12%;
	height: 300%;
	background-image:    url(../images/general/colonne.gif);
	text-align:left;
	padding-left: 20px;


}

#pieddepage{
width:auto;
margin-top:100px;
margin-left:30px;
margin-right:200px;
text-align:center;
background-color:#FFFFFF;
}


/*------------------------------------le menu gauche*/
.menugauche {
list-style-type: none;
margin-left: 10px;
padding:0;

}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 2px;
font-size: 12px;
font-weight: bold;
color: #CC6633;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}


/*--------------------------------------le menu droit*/
.menudroit {
list-style-type: none;
margin-left: 10px;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 2px;
font-size: 12px;
font-weight: bold;
color: #CC6633;
text-decoration: underline;
}


.menudroit a:hover {
text-decoration: none;
}

/*--------------------------------------les titres*/
h1{
font-family: "Edwardian Script",  "Edwardian Script ITC",Edwardian,serif;
font-size: 30px;
color: #000000;
text-align:center;
}

h2{
margin-top:30px;
font-size: 14px;
font-weight: bold;
color: #660000;
}

h3{
font-size: 12px;
font-weight: bold;
color: #CC6633;
}

h4{
font-size: 10px;
color: #808080;

}
/*--------------------------------------les liens*/

.lien1{
font-size: 12px;
font-weight: bold;
color: #663366;
text-decoration: underline;
}

.lien1:hover {
text-decoration: none;
}

.lien2{
font-size:9px; 
font-family: Tahoma, "Times New Roman", Times, serif;
color:#808080;
text-decoration: none;
}
.lien2:hover {
text-decoration: underline;
}
/*--------------------------------------les images*/

.bordersans{
border: 0;
}

/*--------------------------------------les texts*/
.textg {
text-align: left;
}
