/* ******************************************************* */
/*  RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1em;
}
/* ******************************************************* */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 0.85em Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color: #000;
	/*background: #959690 url(../img/bg-haut.jpg) top repeat-x;*/
	background: #959690 url(../img/bg-haut3.png);
}

/* ******************************************************* */
/* BANNER ZEST */
#SWBZ8F1F2EF150304AC38F4D {
	margin-top: 15px;
	}

/* ******************************************************* */
/* REGLES GÉNÉRALES */
h1, h2, h3, h4, p {
	margin-bottom: 0.4em;
	padding-top: 0.6em;
}
p {
	text-align: justify;
	line-height: 1.4em;
	font-size: 1em;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
	font-size: 2.2em;
	color: #869E0F;
	line-height: 1.3em;
}
h2 {
	font-size: 1.75em;
	color: #555;
	line-height: 1.2em;
	text-align: center;
}
h3 {
	font-size: 1.5em;
	color: #000;
	line-height: 1.2em;
	text-align: center;
}
h4 {
	font-size: 1.25em;
	color: #000;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #869E0F;
}
a:hover {
}
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.centrer {
	text-align: center;
}

.sous-titre {
	background: #ccdd01 url(../img/bullet-petit.png) left no-repeat;
	padding-left: 15px;
	margin-top: 5px;
}

iframe {
	margin: 10px 0 10px 0;
}

.reference {
	text-align: justify;
	line-height: 2em;
	font-size: 1em;
	padding-left: 20px;
	color: #888;
}

/* ******************************************************* */
/* LANGUE */

.langue {
	text-align: center;
	line-height: 2em;
	font-size: 0.9em;
}

.langue a {
	text-decoration: none;
}
.langue-active {
	text-align: center;
	line-height: 2em;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	background-color: #888;
}



/* ******************************************************* */
/* PAGE INDEX */

#anim-home {
	margin: 20px 0;
}

/*.banner1 { /* bloc concernant l'image en arrière-plan 
width : 146px;
height: 300px;
border: none;
float:left;
margin-right: 4px;
background: url(../img/banner-edite.png) center left no-repeat;
}

.banner2 { /* bloc concernant l'image en arrière-plan 
width : 146px;
height: 300px;
border: none;
float:left;
margin-right: 4px;
background: url(../img/banner-service.png) center left no-repeat;
}

.banner3 { /* bloc concernant l'image en arrière-plan 
width : 146px;
height: 300px;
border: none;
float:left;
background: url(../img/banner-librairie.png) center left no-repeat;
}
*/

/* ******************************************************* */
/* CONTENEUR PRINCIPAL (contient div#sideBar + div#main) */

div#page {
	width: 940px !important;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 0px;
	padding-top: 20px;
	margin-left: -470px !important;
	margin-left: -500px;
	background: #e5e7df;
}

/* ******************************************************* */
/* SECTION BARRE LATERALE (MENU + BOXES GRIS) */
div#page div#sideBar {
	width: 200px;
	float: left;
	margin-left: 20px; /*attention!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)*/
}

/* ******************************************************* */
/* MENU PRINCIPAL (VERT) */
div#page div#sideBar ul#mainMenu {
	width: 200px;
	height: 243px;
	background: url(../img/box-vert.png) no-repeat;
	padding: 15px 0 0 11px;
	list-style: none;
	font-size: 0.95em;
}
div#page div#sideBar ul#mainMenu li {
	width: 140px;
	padding-left: 32px;
	font-size: 1.15em;
	line-height: 2.7em;
	background: url(../img/bullet-mainmenu.png) no-repeat 5px 9px;
	border-bottom: 1px dotted #fff;
}
div#page div#sideBar ul#mainMenu li a {
	color: #fff;
	text-decoration: none;
}
div#page div#sideBar ul#mainMenu li a:hover {
	background-color: #888;
}

/* ******************************************************* */
/* BOX GRIS SUR LE COTE */
div#page div.grayBox,
div#page div.osCommerceBox {
	background: url(../img/box-gris-back.png) repeat-y;
	padding: 0;
	margin-bottom: 10px;
	width: 200px;
}
div#page div.osCommerceBox table {
	margin-left: 0;
	width: 180px;
	border-collapse: collapse;
	border: 0;
}
div#page div.osCommerceBox table td.boxText br {
	display: block; /* les liens catégories sont séparées par br = sortie standard osCommerce */
	height: 3em;
	clear: both;
}
div#page div.grayBox div.top,
div#page div.grayBox div.bottom,
div#page div.osCommerceBox div.top,
div#page div.osCommerceBox div.bottom {
	background: url(../img/box-gris-top.png) no-repeat;
	width: 200px;
	height: 17px;
	padding: 0;
	margin: 0;
}
div#page div.grayBox div.bottom,
div#page div.osCommerceBox div.bottom {
	background: url(../img/box-gris-bottom.png) no-repeat bottom;
	height: 17px;
}
div#page div.grayBox p,
div#page div.osCommerceBox p {
	padding-left: 20px;
	margin-bottom: 0.2em;
	font-weight: bold;
	color: #555;
}
div#page div.grayBox p.title,
div#page div.osCommerceBox td.infoBoxHeading /* titres des boxes osCommerce */ {
	padding-top: 0;
	font-size: 1.15em;
	color: #000;
}

div#page div.grayBox ul.graymenu {
	list-style: none;
	}
div#page div.grayBox ul.graymenu li {
	background: url(../img/bullet-petit2.png) no-repeat 20px 6px;
	padding: 8px 5px 0 40px;
}
div#page div.grayBox ul.graymenu li a {
	color: #555;
	text-decoration: none;

}
div#page div.grayBox ul.graymenu li a:hover {
	color: #fff;
	background-color: #959690;
}
/* ******************************************************* */
/* SECTION BANNER-LOGO + CONTENU PRINCIPAL + GALERIE */
div#page #main {
	float: right;
	/*width:735px; /*correction pour IE*/
	width: 690px;
	margin-right: 20px; /*attention!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)*/
}
/* ******************************************************* */
/* LOGO / BANNER */
div#page div#main div#logo {
	width: 690px;
	height: 243px;
	background: url(../img/banner-logo.jpg) no-repeat;		
}
/* ******************************************************* */
/* CONTENU DE LA PAGE */
div#content {
	width: 450px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0 25px 15px 25px;;
	float: left;
}

div#content ul li {
	line-height: 1.4em;
	list-style-type: disc;
	margin-left: 19px;
}

/* ******************************************************* */
/* CONTENU DE LA PAGE - TARIFS */

#tarif {
	border-top: dotted 3px #777;
	line-height: 1.4em;
	padding-top: 15px;
	margin-top: 15px;
}
.grtitre {
	font-size: 1.5em;
	background-color: #ccdd01;
}

/* ******************************************************* */
/* CONTENU DE LA PAGE - PRODUITS */


.prodcadregris-out {
	height: 190px;	/* c'est le min-height (180px) */
	min-height: 1px;	/* pour Opera */
	border: solid 3px #e1e2dc;
	padding: 3px;
}

.prodcadregris-in {
}

.prodcadreimage {
	float: left;
	margin-right: 8px;
}

.prodcadreimage img {
    border: 1px solid #e1e2dc;
    padding: 2px;
	margin: 2px;
}

.petitesimages {
	clear: both;
}
.prodcontenu {
	padding: 3px;
	margin-left: 125px;
	width: 300px;
}


/* ******************************************************* */
/* CONTENU DE LA PAGE - NOUVEAUTES */


.cadregris {
	height: 160px;
	border: solid 3px #e1e2dc;
	margin: 0px;
	padding: 10px;
}
.cadreimage {
    float: left;
}
.cadreimage img {
    border: 1px solid #e1e2dc;;
    padding: 5px;
}
.contenubiblio {
	width: 305px;
	float: right;
}
.livretitre {
	font-size: 1.5em;
	color: #869e0f;
	line-height: 1.2em;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}
.livretexte {
	font-size: 0.8em;
	color: #000;
	line-height: 0.9em;
	text-align: left;
	text-decoration: none;
}
.livretexteital {
	font-size: 0.8em;
	color: #000;
	line-height: 0.9em;
	font-style: italic;
	text-align: left;
	text-decoration: none;
}
.livreauteur {
	font-size: 1em;
	color: #869e0f;
	line-height: 1.2em;
	text-align: left;
	text-decoration: underline;
}
.livredescription {
	font-size: 0.8em;
	color: #000;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.livreprix {
	font-size: 1.5em;
	color: #869e0f;
	line-height: 1.5em;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}


/* ******************************************************* */
/* PAGE ACTUALITE */
#actu {
	border-top: dotted 3px #777;
	line-height: 1.4em;
	padding-top: 15px;
}

.date {
	background-color: #ccdd01;
}
.imagepromo {
	display: block;
	margin: 10px auto;
	height: 300px;
	width: 220px;
}

/* ******************************************************* */

/* PAGE EXPLORATEUR */

.imageexplo {
	display: block;
	margin: 0 auto;
	height: 450px;
	width: 457px;
}

.imageexplobulle {
	float:right;
	margin: 10px 0 10px 20px;
}

/* ******************************************************* */
/* GALERIE */
#colonedroite {
	padding: 0;
	position: absolute;      /*attention!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)*/
	top: 260px;
	left: 742px !important;
	left: 780px;
	width: 180px;

}
#galerie {
	background: url(../img/box-gris-gal-back.png) repeat-y;
}
#galerie div.top,
#galerie div.bottom {
	background: url(../img/box-gris-gal-top.png) no-repeat;
	height: 17px;
	padding: 0;
	margin: 0;
}
#galerie div.bottom {
	background: url(../img/box-gris-gal-bottom.png) no-repeat;
}
#galerie p {
	/*padding: 0 10px;*/
}
#galerie p.title {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #555;
}
#galerie p.imggalerie {
	text-align: center;
	margin-bottom: 0;
}

#galerie2 {
	background: url(../img/box-gris-gal-back.png) repeat-y;
}
#galerie2 div.top,
#galerie2 div.bottom {
	background: url(../img/box-gris-gal-top.png) no-repeat;
	height: 17px;
	padding: 0;
	margin: 0;
}
#galerie2 div.bottom {
	background: url(../img/box-gris-gal-bottom.png) no-repeat;
}
#galerie2 p {
	/*padding: 0 10px;*/
}
#galerie2 p.title {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #555;
}
#galerie2 p.imggalerie {
	text-align: center;
	margin-bottom: 0;
}


.adsense {
	padding: 10px 0 25px 0;
	border: none;
}

.rss {
	padding: 10px 0 10px 48px;
}



/* ******************************************************* */
/* PAGE FORMULAIRE */
form {
	background-color: #eee;
	padding: 25px 0 20px 30px;
	border: dotted 2px #555;
}
form p {
	padding-bottom: 3px;
	font-size: 1em;
}

form p.button {
	text-align: center;
}


/* ******************************************************* */

/* PIED DE PAGE */
div#page div#footer {
	clear: both;
	height: 50px;
	width: 900px !important;
	width: 920px;
	margin-left: 20px !important;
	margin-left: 40px;
	color: #555;
	border-top: 1px solid #fff;
	font-size: 0.8em;
}

div#page div#footer a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
}
div#page div#footer a:hover {
	color: #fff;
	background-color: #959690;
}

div#page div#footer img.paypalLogo {
	float: left;
	margin-top: 7px;
	margin-left: 0;
}
div#page div#footer ul.footerMenu {
	float: right;
	list-style: none;
	margin-top: 17px;
}
div#page div#footer ul.footerMenu li {
	float: left;
}
/* ******************************************************* */

/* concours */
#content-concours {
	width: 436px;
	background-color: #cfe400;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px 25px 15px 25px;;
	float: left;
	border: solid 8px #ee3e55;
}
.arrplan {
	padding-top: 305px;
	background: url(../concours/concours-petit.gif) no-repeat top center;
}
#concours ul>li {
	font-size: 14px;
	line-height: 20px;
}
#concours p{
	font-size: 14px;
	line-height: 20px;
}

#concours h1 {
	color: #ee3e55;
	text-align: center;
}
#concours ul {
	padding-left: 30px;
}
#concours a {
	color: #ee3e55;
}
#concours .boutons11 a {
	color:#fff;
}

/*--------  PAGE REFERENCE - EFFET JQUERY-----*/

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
