/* -----------------CSS GENERAL------------------------- */

body{
		 background-color: #ffffff;
		 font-family: verdana;
		 font-size: 11px;
}
div.contenaire{
    position: abolute;
    width: 760px;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;	 
		border-style: solid;
		border-color: #000000;
		border-width: 1px;
}

div.entete{
    position: absolute;
    width: 760px;
    height: 112px;
	z-index: 20;
}

div.pied{
    position: relative;
    width: 760px;
    height: 21px;
		line-height: 19px;
    top: 459px;
    background-color: #062cb0;
		text-align: center;
		z-index: 30;
}

span.pied{
    padding-left:10px;
    padding-right: 10px;
}

div.titre{
    position: absolute;
    width: 452px;
    height: 75px;
    background-image: url("img/fond_titre.gif");
    background-repeat: no-repeat;
		background-color: #ffffff;
}

div.menu_nav{
	position: absolute;
	width: 308px;
	height: 112px;
	left: 451px;
	background-image: url("img/fond_menu.gif");
	background-repeat: no-repeat;
	top: 2px;
}

div.suivi_navigation{
    margin-top: 50px;
    margin-left: 18px;
		font-size: 11px;
		color: #ffffff;
}

a.lien_blanc:link, a.lien_blanc:visited{
		font-family: Verdana;
		font-size: 10px;
		text-decoration: none;
		color: #ffffff;
}
a.lien_blanc:hover{
    color: #ff0f0f;
}

div.menu_accueil{
	position: absolute;
	margin-left: 247px;
	margin-top: 10px;
	left: 18px;
	top: -5px;
}
div.menu_portrait{
	position: absolute;
	margin-left: 168px;
	margin-top: 11px;
	top: -2px;
	left: 23px;
	width: 32px;
}
div.menu_penchants{
	position: absolute;
	margin-left: 75px;
	margin-top: 23px;
	left: 29px;
	top: -5px;
}

div.menu_anglais{
	position: absolute;
	margin-left: 75px;
	margin-top: 50px;
	left: 115px;
	top: -8px;
}


div.menu_cercle_de_lecture{
	position: absolute;
	margin-left: 45px;
	margin-top: 55px;
	left: -3px;
	top: -1px;
}
div.menu_livre_or{
	position: absolute;
	margin-left: 158px;
	margin-top: 78px;
	left: -22px;
	top: 4px;
}
div.menu_media{
	position: absolute;
	margin-left: 226px;
	margin-top: 58px;
	left: 1px;
	top: 15px;
}

div.contenu{
		position: absolute;
		height: 381px;
		width: 760px;
		margin-top: 75px;
		background-color: #ffffff;
		background-image: url("img/fond_accueil.jpg");
		background-repeat: no-repeat;
		z-index: 1;
}

div.contenu_portrait{
		position: absolute;
		height: 436px;
		width: 760px;
		margin-top: 20px;
		background-color: #ffffff;
		background-image: url("img/fond_portrait.jpg");
		background-repeat: no-repeat;
		z-index: 1;
}

div.contenu_penchants{
		position: absolute;
		height: 381px;
		width: 760px;
		margin-top: 75px;
		background-color: #ffffff;
		background-image: url("img/fond_penchants.jpg");
		background-repeat: no-repeat;
		z-index: 1;
}

div.contenu_cercle_de_lecture{
		position: absolute;
		height: 397px;
		width: 760px;
		margin-top: 59px;
		background-color: #ffffff;
		background-image: url("img/fond_cercle_de_lecture.jpg");
		background-repeat: no-repeat;
		z-index: 1;
}
div.contenu_anglais{
		position: absolute;
		height: 397px;
		width: 760px;
		margin-top: 59px;
		background-color: #ffffff;
		background-image: url("img/fond_cercle_de_lecture.jpg");
		background-repeat: no-repeat;
		z-index: 1;
}

div.contenu_livre_d_or{
		position: absolute;
		height: 397px;
		width: 760px;
		margin-top: 59px;
		background-color: #ffffff;
		background-image: url("img/fond_livre_d_or.jpg");
		background-repeat: no-repeat;
		z-index: 1;
}

div.contenu_media{
		position: absolute;
		height: 400px;
		width: 760px;
		margin-top: 59px;
		background-color: #ffffff;
		background-image: url("img/fond_media.jpg");
		background-repeat: no-repeat;
		z-index: 1;
}

a.suivi_navigation:link, a.suivi_navigation:visited{
		color: #ffffff;
		font-style: italic;
		font-size: 10px;
		text-decoration: none;
}

a.suivi_navigation:hover{
 		color: #1f9a9c;
		text-decoration: none;
}

img.miniature{
position: relative;
width: 60px;
margin-right: 8px;
text-decoration: none;
border: solid 1px #000000;
}
img.miniature_110px{
position: relative;
width: 110px;
margin-right: 8px;
text-decoration: none;
border: solid 1px #000000;
}

img.photo{
border: solid 1px #000000;

}
a:link, a:visited{
color: #000000;
text-decoration: none;
}
a:hover{
color: #605ecc;
text-decoration: none;
}

a.blanc_underline:link, a.blanc_underline:visited{
color: #ffffff;
text-decoration: underline;
}

a.blanc_underline:hover{
color:#1f9a9c;
}

/* -------------- AFFICHER6MASQUER LE CONTENU ----------------*/

a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
top: 200px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
left: 100px;
width: 200px;
height: 100px;
background: green;
text-align: center;
color: white;
z-index: 50;
}

/*--------------------------------------------------------------------------*/

/* ------------------------------------------------------------- */
/* ----------------- "FIN" CSS GENERAL ------------------------- */
/* ------------------------------------------------------------- */

/* ----------------- CSS "PLAN DU SITE" --------------------- */
div.plan_accueil{
position: relative;
width: 200px;
height: 20px;
line-height: 20px;
}
div.plan_rubrique{
position: relative;
width: 200px;
height: 17px;
line-height: 17px;
margin-top: 2px;
padding-left: 30px;
}
div.plan_sous_rubrique{
position: relative;
width: 200px;
height: 17px;
line-height: 17px;
margin-top: 2px;
padding-left: 60px;
}
a.plan_accueil:link, a.plan_accueil:visited{
color: #0006e0;
}
a.plan_accueil:hover{
color: #ae6e07;
}

a.plan_rubrique:link, a.plan_rubrique:visited{
color: #4972ff;
}
a.plan_rubrique:hover{
color: #ae6e07;
}

a.plan_sous_rubrique:link, a.plan_sous_rubrique:visited{
color: #8fbdff;
}
a.plan_sous_rubrique:hover{
color: #ae6e07;
}



/* ------------------------------------------------------------- */
/* ----------------- "FIN" CSS PLAN DU SITE ------------------------- */
/* ------------------------------------------------------------- */

/* ----------------- CSS rubrique "ACCUEIL" --------------------- */
div.cadre_gourmand{
position: relative;
/*margin-right: 200px;*/
margin-left: 590px;
top:170px;
padding: 15px;
height: 50px;
width: 130px;
text-align: center;
background-image: url("img/blc_420_120.gif");
z-index: 2;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
}


div.cadre_edito{
position: absolute;
width: 600px;
left: 80px;
top: 50px;
}
div.edito_haut{
position: relative;
width: 600px;
min-height: 10px;
height: 10px;
background-image: url("img/blc_600_haut.gif");
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
}
div.edito{
position: relative;
margin-top: 0px;
padding-left: 12px;
padding-right: 12px;
width: 576px;
text-align: justify;
background-color: #ffffff;
z-index: 2;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
}
div.edito_bas{
position: relative;
width: 600px;
height: 13px;
background-image: url("img/blc_600_bas.gif");
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
}

div.dernier_livre{
position: relative;
margin-left: 80px;
top:200px;
padding: 10px;
height: 100px;
width: 400px;
text-align: justify;
background-image: url("img/blc_420_120.gif");
z-index: 2;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
}

div.editeur{
position: absolute;
left: 450px;
top: 30px;
padding: 10px;
background-color: #ffffff;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
}

div.contact_form{
position: absolute;
width: 353px;
height: 340px;
left: 40px;
top: 10px;
padding: 10px;
background-color: #ffffff;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
overflow: auto;
}

div.erreur_champ_vide{
position: absolute;
bottom: 30px;
right: 15px;
height: 20px;
}
/* PLAN DU SITE */
div.plan1{
position: absolute;
width: 140px;
height: 380px;
left: 10px;
top: 0px;
padding: 10px;
background-color: #ffffff;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
}
div.plan{
position: relative;
left: 240px;
top: 10px;
}
div.plan2{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
padding: 10px;
width: 650px;
height: 310px;
background-image: url("img/blc_670_330.gif");
z-index: 2;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
}
/* -------------------------------------------------------------- */
/* ------------- "FIN" CSS rubrique ACCUEIL --------------------- */
/* ------------------------------------------------------------- */

/* --------------- CSS rubrique "PORTRAIT" ------------------- */

div.cadre_portrait{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
padding: 10px;
width: 650px;
height: 310px;
background-image: url("img/blc_670_330.gif");
z-index: 2;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
}

div.acces_galerie{
position: absolute;
background-color: #3c50cc;
height: 275px;
width: 150px;
padding: 3px;
top: 120px;
left: 55px;
z-index: 3;
}

img.w_to_135{
width: 130px;
text-decoration: none;
border: solid 1px #000000;
}
img.h_to_135{
height: 135px;
text-decoration: none;
border: solid 1px #000000;
}

div.extrait{
font-family: verdana;
font-size: 12px;
position: absolute;
float: right;
width: 471px;
height: 286px;
margin-top: -320px;
margin-left: 210px;
padding: 12px;
color: #000000;
text-align: justify;
overflow: auto;
z-index:3;

}

img.hauteur_max_200{
height: 210px;
}

img.largeur_max_300{
width: 300px;
}

div.portrait_photo_text{
position: absolute;
width: 640px;
height: 230px;
top: 160px;
left: 55px;
padding-top: 10px;
padding-left: 10px;
z-index:3;
}

div.portrait_info{
position: absolute;
right: 10px;
top: 10px;
background-color: #ffffff;
width: 290px;
height: 210px;
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
z-index: 4;
text-align: justify;
overflow: auto;
border: solid 1px #000000;
}


/* -------------------------------------------------------------- */
/* ------------- "FIN" CSS rubrique PORTRAIT --------------------- */
/* ------------------------------------------------------------- */

/* --------------- CSS rubrique "PENCHANTS" ------------------- */

div.cadre_penchants{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
padding: 10px;
width: 650px;
height: 310px;
background-image: url("img/blc_670_330.gif");
z-index: 2;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
overflow: auto;
}

div.penchants_scroll{
position: relative;
width: 650px;
height: 280px;
overflow: auto;
}

span.penchant_1{
position: absolute;
width: 110px;
left: 120px;
top: 20px;
text-align: right;
}

span.penchant_2{
position: absolute;
width: 110px;
left: 430px;
top: 20px;
text-align: left;
}

span.penchant_3{
position: absolute;
width: 110px;
top: 185px;
left: 120px;
text-align: right;
}

span.penchant_4{
position: absolute;
width: 110px;
left: 430px;
top: 185px;
text-align: left;
}

span.penchant_5{
position: absolute;
float: right;
width: 110px;
left: 280px;
top: 115px;
text-align: center;
}
/* page penchants/style.php*/
div.artiste{
margin-top: 6px;
margin-bottom: 6px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
width: 615px;
min-height: 60px;
text-align: justify;
overflow: auto;
}
/* -------------------------------------------------------------- */
/* ------------- "FIN" CSS rubrique PENCHANTS--------------------- */
/* ------------------------------------------------------------- */

/* --------------- CSS rubrique "CERCLE DE LECTURE" ------------------- */

div.cadre_cercle_de_lecture{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 41px;
padding: 10px;
width: 650px;
height: 310px;
background-image: url("img/blc_670_330.gif");
z-index: 2;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
overflow: auto;
z-index:2;
}

div.cercle_de_lecture_scroll{
position: relative;
width: 650px;
height: 280px;
background-color: #ffffff;
overflow: auto;
}
div.collection{
margin-top: 6px;
margin-bottom: 6px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
width: 615px;
min-height: 60px;
text-align: justify;
overflow: auto;
}
div.oeuvre{
margin-top: 6px;
margin-bottom: 6px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
width: 615px;
text-align: justify;
}
div.en_savoir_plus{
position: relative;
width: 615px;
text-align: right;
}

a.en_savoir_plus:link, a.en_savoir_plus:visited{
position: relative;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
text-align: right;
width: 615px;
color: #000000;
}
a.en_savoir_plus:hover{
color: #605ecc;
}

a.nom_collection:link, a.nom_collection:visited{
position: relative;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
text-align: right;
color: #000000;
}
a.nom_collection:hover{
color: #605ecc;
}

div.photo_oeuvre{
position: absolute;
float: left;
font-size: 11px;
width: 150px;
height: 292px;
margin-top: -320px;
margin-left: 60px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #21262b;
text-align: center;
color: #ffffff;
/*opacity: 1;
filter: alpha(opacity=100);
-moz-opacity: 1;*/
z-index: 3;
}
img.oeu_100px{
height: 130px;
border: solid 2px #ffffff;
}

div.extrait{
font-family: verdana;
font-size: 12px;
position: absolute;
float: right;
width: 471px;
height: 286px;
margin-top: -320px;
margin-left: 210px;
padding: 12px;
color: #000000;
text-align: justify;
overflow: auto;
z-index:3;

}

/* -------------------------------------------------------------- */
/* ------------- "FIN" CSS rubrique CERCLE DE LECTURE--------------------- */
/* ------------------------------------------------------------- */

/* --------------- CSS rubrique "LIVRE D'OR" ------------------- */

div.cadre_livre_d_or{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 41px;
padding: 10px;
width: 650px;
height: 310px;
background-image: url("img/blc_670_330.gif");
z-index: 2;
opacity:.80;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
z-index:2;
}
div.livre_d_or_scroll{
position: relative;
width: 650px;
height: 258px;
margin-bottom: 7px;
overflow: auto;
}
div.form_left{
float: left;
width: 150px;
height: 22px;
line-height: 22px;
}

div.form_right{
float: left;
height: 22px;
line-height: 22px;
}

/* -------------------------------------------------------------- */
/* ------------- "FIN" CSS rubrique LIVRE D'OR--------------------- */
/* ------------------------------------------------------------- */

/* --------------- CSS rubrique "MEDIA" ------------------- */

div.cadre_media{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 41px;
padding: 10px;
width: 650px;
height: 310px;
background-image: url("img/blc_670_330.gif");
z-index: 2;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
z-index:2;
}

div.media_scroll{
position: relative;
width: 650px;
height: 260px;
background-color: #ffffff;
overflow: auto;
}

div.vignette_media{
position: relative;
width: 600px;
height: 150px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
/*background-color: #30f000;*/
}
span.media1{
position: absolute;
width: 110px;
left: 50px;
top: 20px;
text-align: left;
/*float: left;
/*background-color: #ff00ff;*/
}

span.media3{
position: absolute;
width: 110px;
left: 250px;
top: 60px;
text-align: center;
/*position: relative;
/*float: right;
/*background-color: #fff00f;*/
}

span.media2{
position: absolute;
width: 110px;
left: 430px;
top: 20px;
text-align: right;
/*position: relative;
/*float: right;
/*background-color: #fff00f;*/
}

div.texte_media_cadre{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
width: 450px;
height: 80px;
/*background-color: #ffff00;*/
overflow: auto;
visibility: visible;
}

div.texte_media{
position: relative;
margin-left: 70px;
width: 540px;
height: 80px;
z-index: 4;
}

div.article_media{
position: relative;
float: left;
margin-top: 6px;
margin-bottom: 6px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
width: 630px;
text-align: justify;
}

div.photo_details{
float: left;
width: 80px;

}
div.details{
position: relative;
font-size: 11px;
background-color: #ff00ff;
}
/* -------------------------------------------------------------- */
/* ------------- "FIN" CSS rubrique MEDIA--------------------- */
/* ------------------------------------------------------------- */
