/* @override http://www.librairie-gauzy.fr/themes/Old/style.css */

/* Feuille de style basique pour le site de la Librairie Gauzy
 *
 *
 */

/* --- -- - Base - -- --- */

body {
	font-size : 11pt; 
	background-image : url('img/composants/bg.jpg');
	
	background-position : top left;
	background-color : #fefefe;
	padding: 0;
	margin: 0;
}
h1 { margin : 0.8em 2em 1.4em; }
h2 { margin : 0; padding : 0;}
h5 { margin : 0; }
p { margin : 0.4em 0; }
hr { clear : both; visibility : hidden; }
input, select, textarea { color : #333333; background-color : #eee; border : 1px solid #ccc; }
textarea { width : 99%; height : 10em; }
table {width: 100%; }
table .prix {
	text-align: right;
	font-weight: normal;
	font-style: normal;
}
table a {
	display: block;
	margin: 0; padding : 0.2em 0.4em;
}
table tr:hover td {
	background-color: rgba(255, 255, 255, 0.48);
}
img { border : none; }
a { text-decoration : none; color : #333; }
a:hover { text-decoration : underline; color : #a20; }
.important { color : darkred; font-style : italic; }



/* --- -- - Logo - -- --- */
h1 .image {
	padding : 15px 285px 50px;
	background-image : url('img/composants/titre.png');
	background-repeat : no-repeat;
	background-position : center;
}

.titre { text-align : right; vertical-align : top; padding : 0.4em 0.1em; }




/* --- -- - Edito - -- --- */
#edito {
	position : fixed;
	top : 0;
	right : 2em;
	background-color : #DCFFE4;
	border : 1px solid #ABC7B2;
	padding : 1em 0.4em 0.4em;
	margin : 0 10px -250px;
	z-index : 98;
	opacity : 0.95;
}

/* @group Menu */

#menu a {
	background-color: #fffdeb;
	padding: 0.3em 0.6em 0.2em;
	border-radius: 0.8em;
}
#menu a:hover {
	text-decoration: none;
	background-color: #ffe4dc;
}

#menu {
	display: inline-block;
	padding: 0;
	margin: 2em 0 0;
}
#menu ul {
	display: block;
	padding: 0;
	margin: 0 3em;
}
#menu li {	
	display: inline;
	margin: 0 1em;
	vertical-align: bottom;
}
#menu .image {
	padding : 24px 24px 20px;
	background-repeat : no-repeat;
	background-position : center;
	background-size:100%;
}
#menu .accueil .image { background-image:url('img/menu/accueil.png'); }
#menu .catalogue .image { background-image:url('img/menu/catalogue.png'); }
#menu .agenda .image { background-image:url('img/menu/events.png'); }
#menu .contact .image { background-image:url('img/menu/contact.png'); }
#menu .connexion .image { background-image:url('img/menu/login.png'); }
#menu .panier .image { background-image:url('img/menu/caddie.png'); }
#menu .options .image { background-image:url('img/menu/options.png'); }
#menu .logout .image { background-image:url('img/menu/logout.png'); }


/* @end */

h1 .text, #addcaddie .text, #nophoto .text, #lettrine .text {
	display : none;
}




/* --- -- - Moteur de recherche - -- --- */
#moteur {
	position : absolute;
	top : 2em;
	right : 5%;
	padding : 0.4em 0.6em;
}




/* --- -- - Page - -- --- */
#page {
	min-height : 350px;
	margin-top: 2em;
/*	background-color: rgba(255, 255, 255, 0.3);*/
	padding: 0;
	font-size: 1.1em;
}
#page p {
	padding: 0.5em 1em;
	margin: 0;
}
#page header {
	margin: 0;
	padding: 1em 2em;
	background-color: rgba(255, 255, 255, 0.5);
}





/* --- -- - Fiche de livre - -- --- */
#photos {
	float : left;
	padding : 1em;
	margin : 0;
	width : 300px;
	text-align :center;
	/*background-color : #f3f3f3;*/
	background-color: rgba(255, 255, 255, 0.6);
}
#photos #big {
	margin : 0 0 20px;
}
#photos img {
	border : 2px solid #ccc!important;
}
#photos ul {
	padding : 0;
	list-style : none;
}
#nophoto {
	width : 300px;
	height : 220px;
}
#nophoto .image {
	margin-top : 100px;
	padding : 0 150px 200px 150px;
	background-image : url('img/nophoto.png');
	background-position : center;
	background-repeat : no-repeat;
}
.prix {
	font-style : italic;
	font-weight : bold;
}
#addcaddie {
	margin : 0 0 0 50px;
}
#addcaddie .image {
	padding : 15px 24px 16px; 
	background-image:url('img/addcaddie.png'); 
}

#description {
	margin : 0 0 0 332px;
}




/* --- -- - Liste des catalogues - -- ---*/
#listing {
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0;
	padding: 2em 4em;
	font-size: 1.1em;
}
.pair { background-image : url('img/composants/fff50.png'); }
.impair { background-image : url('img/composants/fff37.png'); }
.removed { background-image : url('img/composants/red37.png')!important; }
.wait { background-image : url('img/composants/orange37.png')!important; font-style : italic; }




/* --- -- - Compteur de page - -- --- */
.compteur {
	text-align : center;
	margin : 1em 0;
}
.compteur .unset, .compteur .current, .compteur .comptlink { padding : 0 5px; }
.compteur .comptlink { border : 1px solid #aaa; color : #000; }
.compteur .comptlink:hover { background-color : #aaa; color : #fff; text-decoration : none; }
.compteur .current {
	background-color: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.35);
}
.compteur .unset { color : rgba(0, 0, 0, 0.2);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}




/* --- -- - Accueil - -- --- */
#nouveaute {
	float : right;
	width : 25%;
	
	padding : 0;
	background-color: rgba(255, 255, 255, 0.5);
}
#nouveaute header {
	background-color: transparent!important;
} 
#nouveaute ul { padding : 0; }
#nouveaute li {
	list-style : none;
	margin : 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #333;
}
#nouveaute strong {
	font-variant: small-caps;
}
/*#vitrine { margin : 0 240px 0 0; }*/
#vitrine .string {
	float:left;
	margin:0.5em 0.5%;
	height:18em;
	text-align:center;
	vertical-align:middle;
	padding: 0.5em 0.5%;
	width:23%;
	background-color: rgba(255, 255, 255, 0.33);
}
#vitrine a:hover {
	text-decoration: none;
}
#vitrine .string:hover {
		background-color: rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 1.3em rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: 0 0 1.3em rgba(0, 0, 0, 0.6);
		box-shadow: 0 0 1.3em rgba(0, 0, 0, 0.6);
		margin: 0;
		padding: 1em 1%;
	}
.string h3 {
	margin : 0;
	font-size : 1.1em;
	min-height : 5em;
	font-variant: small-caps;
	padding: 0!important;
}
.string img {
	margin: 1em;
}
#prochainement { text-align : center; }




/* --- -- - Agenda - -- --- */
.evennement {
	background-image : url('img/composants/fff50.png');
	border : 1px solid #ccc;
	margin : 1em 5em;
	padding : 0.4em 0.6em;
}




/* --- -- - Contact - -- --- */
#boutique {
	float : right;
	text-align : center;
	width : 20em;
	padding: 0 1em 1em;
	background-color: rgba(255, 255, 255, 0.5);
}
#formulaire {
	margin : 0 22em 0 0; 
	padding: 0 2em 2em;
}
#formulaire textarea {

}



/* --- -- - Options - -- --- */
#menuoptions ul li {
	float : left;
	list-style : none;
	margin : 30px 20px 130px;
	text-align : center;
}
#menuoptions .text {
	font-weight : bold;
	display : block;
	position : relative;
	top : 10px;
	height : 35px;
	width : 150px;
}
#menuoptions .complement {
	font-style : italic;
	font-size : 0.8em;
	display : block;
	width : 150px;
	position : relative;
	top : -11.8em;
	left: -6px;
	text-align: center;
	color: #ffffff;
	-khtml-transform: rotate(-5deg);
}
#menuoptions .image {
	padding : 20px 70px 100px;
	background-repeat : no-repeat;
	background-position : center;
	display: block;
}
#menuoptions .infos .image { background-image : url('img/options/infos.png'); }
#menuoptions .apparence .image { background-image : url('img/options/apparence.png'); }
#menuoptions .commande .image { background-image : url('img/options/commandes.png'); }
#menuoptions .catalogue .image { background-image : url('img/options/catalogue.png'); }
#menuoptions .listerecherche .image { background-image : url('img/options/liste_recherche.png'); }
#menuoptions .enparler .image { background-image : url('img/options/parler.png'); }
#menuoptions .edito .image { background-image : url('img/options/editorial.png'); }
#menuoptions .client .image { background-image : url('img/options/clients.png'); }
#menuoptions .newsletter .image { background-image : url('img/options/newsletter.png'); }
#menuoptions .agenda .image { background-image : url('img/options/agenda.png'); }
#menuoptions .syndication .image { background-image : url('img/options/syndication.png'); }
#menuoptions .lexique .image { background-image : url('img/options/lexique.png'); }
#menuoptions .idee .image { background-image : url('img/options/idees.png'); }
#menuoptions .promotion .image { background-image : url('img/options/promos.png'); }




/* --- -- - Bas de page - -- --- */
#lower {
	text-align : center;
	font-size : 0.9em;
	margin : 0 1em 0 0;
}
#partenaires li {
	display : inline;
}




/* --- -- - Login - -- --- */
#login {
	float : right;
	margin-right : 0;
	padding : 0.4em 0.6em;
	border : 1px solid #ccc;
}
#login table { min-width : 10em; }




/* --- -- - Lettrine - -- --- */
#lettrine {
	float : left;
	height : 117px;
}
#lettrine .a { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/A.png'); }
#lettrine .b { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/B.png'); }
#lettrine .c { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/C.png'); }
#lettrine .d { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/D.png'); }
#lettrine .e { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/E.png'); }
#lettrine .f { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/F.png'); }
#lettrine .g { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/G.png'); }
#lettrine .h { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/H.png'); }
#lettrine .i { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/I.png'); }
#lettrine .j { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/J.png'); }
#lettrine .k { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/K.png'); }
#lettrine .l { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/L.png'); }
#lettrine .m { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/M.png'); }
#lettrine .n { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/N.png'); }
#lettrine .o { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/O.png'); }
#lettrine .p { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/P.png'); }
#lettrine .q { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/Q.png'); }
#lettrine .r { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/R.png'); }
#lettrine .s { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/S.png'); }
#lettrine .t { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/T.png'); }
#lettrine .u { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/U.png'); }
#lettrine .v { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/V.png'); }
#lettrine .w { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/W.png'); }
#lettrine .x { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/X.png'); }
#lettrine .y { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/Y.png'); }
#lettrine .z { padding : 10px 64px 105px; background-position : top right; background-repeat : no-repeat; background-image : url('lettrines/Z.png'); }



/* --- -- - Alertes - -- --- */
#alerte {
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	margin : 0;
	border-bottom : 1px solid #CFB883;
	padding : 0.2em 0.5em 0.3em;
	background-color : #FFE3A2;
	z-index : 999;
}

