/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/#477ab9  */
body { 
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	background: #82837e url("../IMG/fond-site3.jpg") no-repeat center top;
	margin:0;
	padding: 0;
}
a, a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#477ab9;
	text-decoration:underline;
	font-weight:normal;
	border:none;
	outline:none;
}
a:hover, a:active{
	color:#007cbf;
	text-decoration:underline;
}
/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family:Verdana, Geneva, sans-serif; }
h1 { font-size: 1.70em; color: #000; }
h2 { font-size: 1.40em; font-weight: normal; }
h3 { font-size: 1.20em; font-weight: bold; }
h3.spip {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	text-align:left;
}
.boucleCritique h3{font-size:11px;}
/* Cf.: spip_style.css */
hr.spip {} /* Cf.: spip_style.css */

/* BLOC */
p{ margin:0; padding:0; }

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }
div.espace0{
	margin:5px 0 0 0;	
}
div.espace1{
	margin:10px 0 0 0;	
}
div.espace2{
	margin:20px 0 0 0;	
}
div.espace3{
	margin:30px 0 0 0;	
}
span.bleu, span.bleuPub {
	display:block;
	padding:0 0 2px 0;
	margin:0;
	font-weight:bold;
	color:#007cbf;
}
span.bleuPub {
	padding:10px 0 2px 0;
}
span.bleuCGV {
	display:block;
	color:#007cbf;
	padding:20px 0 2px 0;
	margin:0;
}
span.rouge, span.rougeGras {
	display:block;
	padding:2px 0 0 0;
	margin:0;
	color:#990033;	
}
span.rougeGras {
	font-weight:bold;
}
span.rouge a{
	font-family:Arial, Helvetica, sans-serif;
	color:#990033;
}
span.alignDroit {
	display:block;
	text-align:right;
}
span.petit{
	font-size:8px;	
}
/* Listes */
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}


/* Tableaux */
table.spip {} /* Cf.: spip_style.css */

/* Logos, documents et images */
img { margin: 0; padding: 0; border: 0; }
.spip_logos {} /* Cf.: spip_style.css */
.spip_documents {} /* Cf.: spip_style.css */
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */


/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */



#page { 
	position: relative;
	width: 900px;
	padding:0;
	margin: 0 auto;
	text-align: left;
	top:28px;
}
#conteneur { 
	clear: both;
	float: left;
	width: 899px;
	overflow: hidden;
	padding:0;
	margin:0;
}
#contenu {
	position:relative;
	height:708px;
	padding:0;
	margin:0;
}
/* ------------------------------------------
/* ------------BLOC GAUCHE-------------------
/* ------------------------------------------ */
#bloc_G {
	position:absolute;
	top:0;
	left:0;
	width:654px;
	margin:0;
	padding:0;
}
/*-------------HEADER-----------------*/
#entete {
	position:relative;
	width: 654px;
	height:165px;
	margin: 0;
	padding:0;
}
#entete a.sommaire {
	margin:0;
	padding:0;
	display:block;
	width:650px;
	height:100px;
	text-decoration:none;
}
#entete a.sommaire:hover {
	text-decoration:none;
}
#entete h1 {
	position:absolute;
	top:30px;
	left:160px;
	line-height:30px;
	letter-spacing:-0.7px;
	font-size:32px;
	color:#6a6a6a;
}
div.theme {
	position:absolute;
	top:73px;
	left:20px;
	color:#6a6a6a;
	letter-spacing:-0.6px;
}
/*------------- Menus de navigation HAUT-------------*/
#menu1 {
	position:absolute;
	top:100px;
	left:5px;
	width:634px;
	height:40px;
	background-image:url("../IMG/fond_menu1.jpg");
	background-repeat:no-repeat;
	padding:13px 0 0 16px;
	margin:0;
}
ul#nav li a.niv1, ul#nav a#on , ul#nav a#on:hover, ul#nav a#onon , ul#nav a#onon:hover {
	float:left;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
ul#nav li a.niv1:hover,ul#nav a#on , ul#nav a#on:hover, ul#nav a#onon , ul#nav a#onon:hover{
	color:#007cbf;
	text-decoration:underline;
}
ul#nav li span{
	float:left;
	padding:0 2px 0 2px;
	margin:0;
}

#nav, #nav ul {
	padding: 0 0 0 2px;
	margin: 0;
	list-style: none;
	/* line-height: 1; */
}


#nav li {
	position:relative;
	float:left;
	color:#B0AFAF;
	/* width: 10em; */
}
#nav li:hover {
	z-index:20;
	zoom:1;
}
ul.nav2 {
	position:absolute;
	left:auto;
	top:18px;
	z-index:20;
	width:150px;
	background-color:#FFF;
}
ul.nav2 li, ul.navAf li{
	float:left;
	font-size:11px;
	color:#b0afaf;
	width:100%;
	padding:0;
	margin:2px 0 2px 2px;
	z-index:20;
}
ul.navAf li{display:inline-block;width:auto;padding:0 1em 0 0;}
ul.nav2 li a#niv2,ul.nav2 li a#niv2:visited, ul.navAf li a#nivAf,ul.navAf li a#nivAf:visited {
	text-align:left;
	width:100%;
	color:#595955;
	text-decoration:none;
	z-index:20;
}

ul.nav2 li a#niv2:hover,ul.nav2 li a#niv2:active, ul.navAf li a#nivAf:hover,ul.navAf li a#nivAf:active {
	-moz-opacity : 0.5;
	opacity : 0.5;
    filter : alpha(opacity=50);
	background-color:#FFF;
	color:#628508;
	text-decoration:none;
}

/*------------- SOUS MENU NAVIGATION SOUS RUNRIQUE-------------*/
.hierarchie, .hierarchie1 {
	padding:0 0 0 80px;
	color:#9b9b97;
	font-size:9px;
	z-index:-1;
}
.hierarchie1 {
	padding:0;	
}
.hierarchie h1,.hierarchie1 h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0;
	padding:0;
}
ul#nav3{
	padding:20px 0 0 0;	
}
ul#nav3 li{
	display:inline;
}
ul#nav3 li a, ul#nav3 li a.on , ul#nav3 li a.on:hover {
	float:left;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#9b9b97;
	text-decoration:none;
	font-weight:bold;
	height:15px;
}
ul#nav3 li a:hover, ul#nav3 li a.on , ul#nav3 li a.on:hover{
	color:#89bd06;
	text-decoration:none;
}
ul#nav3 li span{
	float:left;
	padding:0 2px 0 2px;
	margin:0;
}

ul.navAf {display:inline-block; width:100%;margin:0.7em 0;}
ul.navAf li a.on {color:#007cbf;text-decoration:underline;}
ul#navAf13 {margin-left: 13.2em;} /* Graphisme et peintures */
ul#navAf11 {margin-left: 4.2em;} /* L'artiste */
ul#navAf12 {margin-left: 8.7em;} /* Critiques */
ul#navAf75 {margin-left: 25.6em;} /* Lithographie */
ul#navAf20 {margin-left: 32.2em;} /* Livres */
ul#navAf15 {margin-left: 35.7em;} /* Contact */
ul#navAf17 {margin-left: 8.7em;} /* Liens */
ul#navAf16 {margin-left: 8.7em;} /* En bref */
#entete a.accueil { display: block; width: 67%; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 1em; }
#entete a.accueil #nom_site_spip { vertical-align: bottom; font-size: 2.2em; font-family: Georgia, Times, serif; font-weight: normal; }
#entete .formulaire_menu_lang { position: absolute; right: 0; top: 0.90em; display: block; width: 30%; } /*Cf.: spip_formulaires.css*/
/*----------PARTIE PRINCIPALE------------------*/
.mainText{
	/* background-image:url("../IMG/fd-menu2.jpg");
	background-repeat:no-repeat;
	background-position:right bottom; */
	position:relative;
	width:654px;
	height:563px;
	margin:0;
	padding:0;
	z-index:-1;
}
#mainRub41,#mainRub12,#mainRub14, #mainRub17,#mainRub18,#mainRub19,#mainRub20,#mainRub10, #mainRub8,#mainRub19,#mainRub21,#mainRub29,#mainRub30,#mainRub31,#mainRub33,#mainRub43,#mainRub45,#mainRub46,#mainRub47,#mainRub49,#mainRub50,#mainRub53,#mainRub54,#mainRub55,#mainRub56,#mainRub57,#mainRub58,#mainRub59,#mainRub60,#mainRub61,#mainRub62,#mainRub63,#mainRub64,#mainRub69,#mainRub75,#mainRub79,#mainRubPaypal {
	z-index:0;
	margin-top: 20px;
}
#mainRub10, #mainRub8 {
	/* background-image:url("../IMG/fd-menu2_10.jpg"); */
	width:654px;
	/* z-index:0; */
}
#mainRub19, #mainRub58 {
	/* background-image:url("../IMG/fd-menu2_19.jpg"); */
	width:654px;
	z-index:0;
}
#mainRub21 {
	/* background-image:url("../IMG/fd-menu2_21.jpg"); */
	z-index:0;
}
div.ombreHome{
	position:absolute;
	top:263px;
	left:5px;
	z-index:1;
}
/*--------CONTAINER FADE ACCUEIL--------------------*/
.posContainer {
	width:450px;
	height:320px;
	padding:62px 0 0 142px;
}
.container {
	width:445px;
	height:370px;
	z-index:0;
}

.container h2 {
	position:absolute;
	top:300px;
	width:400px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
	color:#2b98d0;
	margin:0;
	padding:0;
	line-height:15px;
}
.container h2 span{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	font-variant:normal;
	color:#1a171b;
}
.container h2 span.sTitre{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	color:#2b98d0;
	margin:0;
	padding:0;
	line-height:15px;
}

/*-------- ARTISTE ------------------ ,#specRub_20, .posContact */

.posArtiste {
	margin:0;
	padding:0 75px 0 80px;
	font-size:10px;
	text-align:left;
}

.posLien {
	padding:0 15px 0 80px;	
}
.livrePub, .diffusion {
	float:left;
	width:470px;
	padding:0 20px 0 0;
}
#RubCritique_12, #RubCritique_49, #RubCritique_21, #RubCritique_22, #RubCritique_44, #RubCritique_75, #RubCritique_79, .posContact {
	padding:0 75px 0 80px;
	z-index:0;
}
#RubCritique_44 {
	padding:30px 75px 0 80px;
	z-index:0;
}
.posArtiste h2, .posContact h2 {
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0 0 15px 0;
	text-align:left;
}
.mainText h2.posFormContact{
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
	margin:0;
	padding:0 0 10px 0;
}

.posArtiste .boucleLilitho h2{font-size:12px;font-variant:small-caps;color:#990033;font-weight:700;}
.posContact img {
	margin:5px 0 5px 0;	
}
img.puce {
	margin:0;	
}
.posArtiste p{
	margin:0 0 20px 0;
}
#specRub_20 {
	padding:0 75px 0 70px;	
}
#specRub_20 h2 {
}
#artSpec_20 p{
	margin:0;
}
#specRub_20 span.spec_20 {
	display:block;
	height:130px;
}
#RubCritique_21 p {
	margin:0;	
}
#RubCritique_21 img {
	margin: 7px 5px 7px 0;	
}
div.distribution {
	padding:20px 0 0 15px;	
}
/*---------PETIT JOURNAL ---------------*/
.posPtJournal {
	display:block;
	height:475px;
	width:499px;
	padding:0 0 0 80px;
	z-index:0;
}
.posPtJournal h2, #RubCritique_12 h2, #RubCritique_49 h2{
	font-size:12px;
	display:block;
	padding:2px 0 0 0;
	margin:0;
	color:#990033;
	font-weight:bold;
	font-variant:small-caps;
}
.boucleCritique, .boucleLilitho {
	padding:0 0 20px 0;	
}
.boucleLilitho img {display:inline-block;max-width:80%;width:100%;height:auto;}
.posPtJournal h3, #RubCritique_12 h3, #RubCritique_49 h3, .posArtiste .boucleLilitho h3{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:2px 0 15px 0;
	font-variant:small-caps;
}
.posArtiste .boucleLilitho h3{}
.posPtJournal img {
	margin:0 10px 10px 0;	
}
/*------------SCROLLBAR PETIT JOURNAL---------*/
.scroll-pane {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	margin:0;
	padding:0 20px 0 0;
	font-size:11px;
	overflow: auto;
	height:510px;
	width:530px;
	
}
.jspPane {
	position:absolute;
}
.jspContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jspVerticalBar {
	position:absolute;
	right: 0;
	top: 0;
	height: 100%;
	width:15px;
}
.jspTrack {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url("../IMG/scrollbar/osx_track.gif") repeat-y;
	position: relative;
	cursor: pointer;
	margin-top:24px;
}
.jspDrag {
	background: url("../IMG/scrollbar/osx_drag_middle.gif") repeat-y;
	height:40px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	width:15px;
}
.jspDragTop {
	background: url("../IMG/scrollbar/osx_drag_top.gif") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 6px;
	width:15px;
}
.jspDragBottom {
	background: url("../IMG/scrollbar/osx_drag_bottom.gif") no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 7px;
	width:15px;
}
a.jspArrowUp {
	background: url("../IMG/scrollbar/osx_arrow_up.png") no-repeat 0 -24px;
	display: block;
	position: absolute;
	height: 24px;
	width:15px;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
}
a.jspArrowUp:hover {
	background-position: 0 -24px;
}
a.jspArrowDown {
	background: url("../IMG/scrollbar/osx_arrow_down.png") no-repeat 0 -35px;
	display: block;
	position: absolute;
	height: 24px;
	width:15px;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
}
a.jspArrowDown:hover {
	background-position: 0 -35px;
}

/*-------- TEXTES ET LIVRES ------------------*/
.livreHome{
	float:left;
	margin:0;
	padding:53px 80px 0 80px;
	position:relative;
	font-size:10px;
}
.livreHome h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
	color:#2b98d0;
	margin:0;
	padding:0;
	line-height:15px;
}
.livreHome p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	font-variant:normal;
	color:#1a171b;	
}
.livreHome div.titreHaut{
	position:absolute;
	top:0;
	left:0;
	text-align:left;
}
.livreHome div.titreBas{
	position:absolute;
	width:300px;
	top:350px;
	left:280px;
	text-align:right;
	z-index:1;
}
.livreHome img {
	position:absolute;
	top:120px;
}
.livreOuvert{
	margin:0;
	padding:33px 30px 0 60px;
	font-size:10px;
	z-index:0;
}
.titreLivre{
	padding:0 0 0 20px;
	margin:0;
}
.livreOuvert h2 {
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0 0 2px 0;
}
.livreOuvert span{
	padding:0 0 20px 0;	
}
.containerO{
	padding:35px 0 0 0;
	width:515px;
	text-align:center;
}
.posExtrait {
	margin:0;
	padding:0 75px 0 80px;
	font-size:11px;
	line-height:16px;
	z-index:0;
}
#RubCritique{
	padding:33px 75px 0 80px;
}

span.vignette_gauche img {
	float:left;
	margin:2px 5px 5px 0;	
}

.alertePage_30, .alertePage_55 {
	background-image:url("../IMG/fleche-page.gif");

}

.alertePage_30, .alertePage_55, .alertePage_31, .alertePage_56, .alertePage_69 {
	background-position:235px 0;
	background-repeat:no-repeat;
	font-size:9px;
	font-weight:bold;
	height:40px;
	padding:12px 70px 0 0;
	text-align:right;
}
.alertePage_31, .alertePage_56, .alertePage_69 {
	background-image:url("../IMG/fleche-page-bleue.gif");
	background-position:250px 0;
	padding:12px 55px 0 0;
}
.alertePage_56, .alertePage_55 {
	padding:12px 80px 0 0;
}
/*---------------LITHO LIVRES---------------- */
.posImg{text-align:center;width:100%;}
/* ------------------------------------------
/* RUBRIQUE CONTACT
/* ------------------------------------------ */
div.posFormContact {
	height:460px;
	margin:0;
	padding:0 75px 0 80px;
	font-size:10px;
}
div.posFormContact h2{
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
	margin:0;
	padding:0 0 10px 0;
}
div.posFormContact div.present{
	padding:0 0 15px 0;	
}
div#messalerte, div#messalerte2 {
	margin:0 0 0 79px;
	background-color:#477ab9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:10px 0 10px 0;
	color:#FFF;
	width:500px;
	text-align:center;
}
div#messalerte2 {
	left:50px;
	width:540px;	
}
div#messalerte a, div#messalerte a:visited, div#messalerte2 a, div#messalerte2 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#89bd06;
}
div#messalerte a:hover, div#messalerte a:active, div#messalerte2 a:hover, div#messalerte2 a:active {
	color:#c1e515;
}
div.formulaire {
	height:385px;
	background-image:url("../IMG/fond-form.gif");
	padding:10px 15px 15px 15px;
}

form#Fcontact, form#FcontactEn {
	margin:0;
	padding:0;
}
div.ligneSelec {
	float:left;
	width:480px;	
}
div.ligneSelec0 {
	display:none;
}
div.lignerCaptche {
	float:left;
	padding: 5px 0 5px 0;	
}
.erreur_message {
	float:left;
	width:456px;
	background-color:#477AB9;
	color:#FFFFFF;
	text-align:center;
	padding:5px 0 5px 5px;	
}
label.formulaire_spip, label.formulaire_spip_name {
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
	float:left;
	width:100px;
	margin:5px 0 0 0;
	padding:8px 15px 0 0;
	text-align:right;
}
#captelab {
	width:388px;
	margin-bottom:8px;
}
#captinput {
	width:50px;
}
form#FcontactEn label.formulaire_spip, form#FcontactEn  label.formulaire_spip_name{
	width:140px;
}
label.formulaire_spip_name {
	width:145px;	
}
input.champ, input.champCaptcha {
	background-color:#fee1b4;
	border:none;
	float:left;
	width:340px;
	padding:3px;
	margin:7px 0 0 0;
}
form#FcontactEn input#cpostal, input#cpostal {
	width:			50px;	
}
form#FcontactEn label#villeLabel, label#villeLabel {
	width:			65px;
}
input#ville {
	width:			204px;	
}
form#FcontactEn input#ville {
	width:			179px;
}
form#FcontactEn input.champ {
	width:300px;
}
input.champCaptcha {
	float:right;
	width:190px;
	margin:7px 0 0 14px;
	height:25px;	
}
form#FcontactEn input.champCaptcha {
	width:150px;
}
input.inputName {
	background-color:#fee1b4;
	border:none;
	float:left;
	width:295px;
	padding:3px;
	margin:7px 0 0 0;
}
input.champ1 {
	background-color:#fee1b4;
	border:none;
	float:left;
	width:340px;
	padding:3px;
	margin:7px 0 0 115px;
}
form#FcontactEn input.champ1 {
	width:300px;
	margin:7px 0 0 155px;
}
#submit, #submit-en{
	background-image:url("../IMG/submit_out.gif");
	background-repeat:no-repeat;
	float:left;
	width:77px;
	height:22px;
	padding:0;
	margin:0;
	font-size:12px;
}
#submit-en{
	background-image:url("../IMG/submit_out-en.gif");	
}
#submit-en:hover{
	background-image:url("../IMG/submit_ov-en.gif");	
}
#submit:hover{
	background-image:url("../IMG/submit_ov.gif");
}
div.ligneEtoile {
	width:370px;
	float:left;
	font-size:9px;
	font-style:italic;
	font-weight:bold;
	padding:3px 0 0 15px;
}
select.champ {
	float:left;	
	background-color:#fee1b4;
	border:none;
	padding:3px;
	margin:5px 0 0 0;
}
textarea {
	float:left;
	background-color:#fee1b4;
	border:none;
	width:340px;
	height:50px;
	padding:3px;
	margin:7px 0 0 0;
}
form#FcontactEn textarea {
	width:300px;
}
/*-------- CALCUL PAYPAL -> spip_formulaire 
------------------------------------------*/


/* Espaceur de blocs */
.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }




/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */
.menu2 {
	position:absolute;
	top:540px;
	left:60px;
	height:30px;
	padding:0;
	margin:0;
}
.menu2 ul li{
	font-size:9px;
	display:inline;
	color:#FFF;
}
.menu2 ul li a {
	float:left;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	margin:0 20px 0 0;
}
.menu2 ul li a:hover , .menu2 ul li a#choisi2 {
	float:left;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ccff00;
	text-decoration:none;
	margin:0 20px 0 0;
}

/* ------------------------------------------
/* ------------BLOC DROIT-------------------
/* ------------------------------------------ */
div#bloc_D {
	position:absolute;
	top:0;
	left:654px;
	width:245px;
	height:708px;
	margin:0;
	padding:0;
	color:#FFF;
}
#bloc_D .homeLang {
	position:absolute;
	top:7px;
	right:7px;	
}
body a[hreflang]:after { content: ""; }
#bloc_D .homeLang a.anglais, #bloc_D .homeLang a.anglais:visited{
	display:block;
	width:23px;
	height:23px;
	background: transparent url("../IMG/flag_en.png") no-repeat center center;
	background-size:cover;
	text-decoration:none;
	color:#081130;
}
#bloc_D .homeLang a.anglais:hover, #bloc_D .homeLang a.anglais:active{
	/* background-position:-23px -22px; */
}
#bloc_D .homeLang a.francais, #bloc_D .homeLang a.francais:visited{
	display:block;
	width:23px;
	height:23px;
	background: transparent url("../IMG/flag_fr.png") no-repeat center center;
	background-size:cover;
}
#bloc_D .homeLang a.francais, #bloc_D .homeLang a.francais:visited{
	/* background-position:0 -22px;	*/
}
div#bloc_D span.signature, div#bloc_D span.signature1 {
	display:block;
	text-align:right;
	font-weight:bold;
}
div#bloc_D span.signature {
	margin:20px 50px 0 0;
}
div#bloc_D span.signature1 {
	margin:20px 25px 0 0;
}
div.textRub10 {
	padding:205px 0 0 40px;
	line-height:20px;	
}
div.textRub10 h2 {
	margin:0;
	padding:0 0 2px 0;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
/*---- BLOC DROIT ARTISTE ----*/
div.textRubArtiste, div.textRubPtJournal {
	color:#FFF;
	padding:0;
	text-align:center;
}
div.textRubPtJournal {
	padding:185px 0 0 0;
	line-height:20px;
	text-align:center;	
}
div.img_18, div.img_54{
	padding:185px 0 0 0;
}
div.img_19, div.img_58{
	padding:185px 0 0 0;
}
div.img_20,div.img_59{
	padding:175px 0 0 0;
}
div.img_21 {
	padding:185px 0 0 0;	
}
div.img_22 {
	padding:125px 0 0 0;	
}
div.img_17, div.img_53{
	padding:185px 0 0 0;
}
div.img_12, div.img_49 {
	padding:185px 0 0 0;	
}
div.img_75, div.img_79 {margin-top:185px;}
div.textRubArtiste div.titreOeuvre{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-variant:small-caps;
	line-height:15px;
	text-align:right;
	margin:0;
	padding:17px 32px 0 0;
}
div.titreOeuvre span{
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-variant:normal;
	font-size:10px;
	color:#1a171b;
}
/* -------- Bloc DROIT TEXTES ET LIVRES -------*/
div.textRub14 {
	margin:0;
	padding:140px 0 0 40px;
	line-height:16px;	
}
div.textRub41 {
	margin:0;
	padding:210px 0 0 30px;
	line-height:16px;	
}
div.textRubReflet {
	margin:0;
	padding:138px 0 0 5px;
	line-height:16px;	
}
div.textRub41 div.titreOeuvre{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-variant:small-caps;
	line-height:15px;
	text-align:right;
	margin:0;
	padding:17px 32px 0 0;
}
a#acheterfr, a#acheteren, a#acheterExtraitfr, a#acheterExtraiten {
	display:block;
	float:left;
	background-image:url("../IMG/acheter_out.gif");
	background-repeat:no-repeat;
	padding:0;
	width:116px;
	height:23px;
}
a#acheterfr, a#acheteren{
	margin:60px 0 0 68px;
}
a#acheteren{
	background-image:url("../IMG/acheter_out-en.gif");		
}
a#acheterExtraitfr, a#acheterExtraiten {
	margin:195px 0 0 68px;	
}
a.acheterfr:hover, a.acheterfr:active, a.acheterExtraitfr:hover, a.acheterExtraitfr:active {
	background-image:url("../IMG/acheter_ov.gif");
}
a.acheteren:hover, a.acheteren:active, a.acheterExtraiten:hover, a.acheterExtraiten:active{
	background-image:url("../IMG/acheter_ov-en.gif");	
}
/*----------------Commander-----------------*/
div.textCommande {
	color:#FFF;
	padding:0;
	text-align:left;
	padding:145px 10px 0 30px;
	font-size:11px;
}
div.textCommande h2{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:40px 0 20px;
}
div.textCommande ul {
	list-style-image:url("../IMG/puce-commander.gif");
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:0;
}
div.textCommande ul li {
	padding:0 0 13px 0;
	margin:0;
}
div.textCommande ul li.sans{
	padding:0;	
}
a.linkPaypal {
	display:block;
	width:102px;
	height:25px;
	margin:3px 0 3px 0;
	padding:0;
	background-image:url("../IMG/paypal_out.gif");
	background-repeat:no-repeat;
}
a.linkPaypal:hover {
	background-image:url("../IMG/paypal_ov.gif");
}
a.bonCom, a.bonCom-en {
	display:block;
	width:116px;
	height:23px;
	margin:0;
	padding:0;
	background-image:url("../IMG/bon_out.gif");
	background-repeat:no-repeat;
}
a.bonCom-en {
	background-image:url("../IMG/bon_out-en.gif");	
}
a.bonCom:hover {
	background-image:url("../IMG/bon_ov.gif");
}
a.bonCom-en:hover {
	background-image:url("../IMG/bon_ov-en.gif");		
}
img.paieSecure {
	margin:5px 0 20px 0;	
}
a.blocDroitLink{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
a.blocDroitLink:hover{
	color:#CCFF00;
	text-decoration:none;
}
/*----------------LIENS---------------------*/
div.blocLien {
	display:inline-block;
	width:520px;
	margin: 0 0 25px 0;
	padding:0;
	position:relative;
}
div.blocLien img{
	display:inline-block;
}
div.commentLien {
	position:relative;
	display:inline-block;
	padding-left:15px;
	vertical-align:bottom;
	width:70%;
}
div.commentLien div{position:absolute;bottom:0;}
div.blocLien h2 {
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
	padding:0 0 3px 0;
}
/*-----------------FOOTER-------------------*/
div#pied {
	float:left;
	margin:12px 0 0 0;
	padding:0;
	font-size:9px;
	width:899px;
	color:#FFF;
}
a.piedContact, a.piedContactEn {
	line-height:2em;
	text-align:center;
	color:#FFFFFF;
	background-color:#666666;
	font-size:12px;
	display:block;
	float:left;
	width:162px;
	height:25px;
	padding:0;
	margin:8px 0 0 0;
	text-decoration:none;
}
a.piedContactEn {
	width:175px;
}
a.piedContact:hover {
}
a.piedContactEn:hover {
}
a.linkFooter {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
a.linkFooter:hover,a.linkFooter:active {
	color:#35659e;
}
a.linkFooter1 {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
a.linkFooter1:hover,a.linkFooter1:active {
	color:#35659e;
}
div#pied span.central, div#pied span.centralEN {
	display:block;
	float:left;
	width:380px;
	padding:15px 0 0 55px;
	margin:0;
}
div#pied span.centralEN {
	width:367px;
}
div#pied span.copyright {
	float:right;
	width:300px;
	font-size:9px;
	text-align:right;
	margin:0;
	padding:2px 2px 0 0;
}

