/* LA MAGIE DE BROCELIANDE */

body {		margin: 0; 
		background-image:URL("../images/bg_roses.jpg");
		background-color:white;}

/* -------- ---------- classe fond blanc ----- */
body.fond_blanc {background-image:none;}
		
/* ------------------- liens ----------------- */
a:link {color: purple; text-decoration: none;}
a:visited {color: darkpurple; text-decoration: none;}
a:hover {color: red; font-weight:bold;}

/* ------------------- paragraphes ------------ */
.left    {text-align: left    ; }
.right   {text-align: right   ; }
.center  {text-align: center  ; }
.justify {text-align: justify ; }

/* ------------------ UL (listes) ------------- */
ul {list-style-type:none;}

/* --------------------- ENTETE -------------------------------------- */
.entete {	position:absolute;
		font-family:serif;
		background-image:URL("../images/bg_roses.jpg");
		background-color:white;
		left:50px; top:10px;
		height:150px;
		width:894px;} /* 300+50+536+8*/

.entete_fond_blanc {	position:absolute;
			font-family:serif;
			background-image:none;
			background-color:white;
			left:50px; top:10px;
			height:150px;
			width:894px;} /* 300+50+536+8*/
		
/* --------------------- PRESENTATION -------------------------------- */
.presentation {	position:absolute;
		font-family:serif;
		font-style:normal;
		font-size:16px;
		font-variant:normal;
		font-weight: normal;
		text-align:left;
		text-indent:0%;
		line-height:normal;
		white-space:normal;
		color:white;
		background-image:URL("../images/fpresentation.jpg");
		left:50px; top:164px; /*+4*/
		height:366px;
		width:300px;}

.presentation_fond_blanc {	position:absolute;
		font-family:serif;
		font-style:normal;
		font-size:16px;
		font-variant:normal;
		font-weight: normal;
		text-align:left;
		text-indent:0%;
		line-height:normal;
		white-space:normal;
		color:black;
		background-image:none;
		left:50px; top:164px; /*+4*/
		height:366px;
		width:300px;}
				
/* --------------------- IMAGE --------------------------------------- */
.image {	position:absolute;
		font-family:serif;
		border-style:double; border-color:gray; /*cadre */
		left:400px; top:160px;
		width:538px;
		height:366px;}
		
/* --------------------- BAS PAGE ------------------------------------ */
.bas_page {	position:absolute;
		font-family:serif;
		font-style:normal;
		font-size:12px;
		font-variant:normal;
		font-weight: normal;
		text-align:center;
		text-indent:0%;
		line-height:normal;
		white-space:normal;
		color:blue;
		background-image:URL("../images/bas_page_transparent.gif");
		left:50px; top:536px; /* 150+366+10 */
		height:100px;
		width:894px;} /* 300+50+536+8*/

.bas_page:hover{ background-image:URL("../images/bas_page_transparent-2.gif");}

.bas_page_fond_blanc {	position:absolute;
		font-family:serif;
		font-family:serif;
		font-style:normal;
		font-size:16px;
		font-variant:normal;
		font-weight:normal;
		text-align:justify;
		text-indent:0%;
		line-height:normal;
		white-space:normal;
		color:black;
		background-image:none;
		left:50px; top:536px; /* 150+366+10 */
		height:100px;
		width:894px;} /* 300+50+536+8*/
