/**
 * Design. (c) Jason Earl, 2005, Virtual Function
 *
 * "tableless" design known to work (and tested) on Mozilla, and IE 6.
 * Should also work KHTML (Konqueror and Safari)
 */


/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body 
{
	background:#050e56 url('imagesLibrairie/backtop.jpg') repeat-x; 
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Georgia, Times New Roman, sans-serif;
	text-align:center;
}

a:link,
a:visited {
	text-decoration: none;
	color: #163477;
}

a:hover {
	border-bottom: #bdf 1px solid;
}

p
{
	color: #163452;
	line-height: 1.3em;
	letter-spacing: 0.03em;
	padding: 0 16px 8px 16px;
}

/* -----------------------------------------------------------
						Tbl Layout
----------------------------------------------------------- */
.tblLayout
{
	margin: 0px;
	padding:0px;
	width: 845px;
	min-width: 620px;
	text-align:left;
	border-left:1px solid #ffffff;
}
.cellHeader
{
	height: 145px;
	width:845px;
	padding:0px;
	margin:0px;
	border-bottom:2px solid #ffffff;
	vertical-align:top;
	text-align:right;
}

.cellMenu
{
	vertical-align:top;
	width:208px;
	background:  #F0F3F2; 
	padding:0px;
	margin:0px;
	border-right:2px solid #ffffff;
}

.cellContent
{
	vertical-align:top;
	width:637px;
	padding:0px;
	margin:0px;
	background: #ecf2f2;
	border-right:1px solid #ffffff;
}

.cellFooter
{
	padding-top: 10px;
	margin:0px;
	background-color:#f8f7f1;
	color: #249;
	text-align:center;
	line-height:1.5em;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
}




img.product, 
.product img {
	border: 1px solid #225F82;
	margin: 12px 8px 4px 8px;
}


.content .product 
{
	text-align: center;
}

.subBarInner p {
	margin: 8px 8px 2px 8px;
	padding: 0;
}

.product {
    font-weight:bold;
	color: #0B70CE ! important;
}

div.wide3 {
	width: 33%;
	float: left;
	text-align: center;
}

input[type=text],
input[type=button],
input[type=submit],
select,
textarea
{
	background: #F6F9FB;
	border: 1px solid #225F82;
}

/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8
{
	margin: 8px 16px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.08em;
}

h1 {
	font-size: 18px;
	color: #164677;
	padding-bottom: 4px;
	border-bottom: 1px solid #4C95D6;
}

h1 span {
	float: right;
	color: #69839B;
}

h2 {
	font-size: 14px;
	color: #164677;
	padding-bottom: 4px;
	border-bottom: 1px solid #4C95D6;
}

h2 span {
	float: right;
	color: #69839B;
}

h3
{
	margin:0px 16px 0px 30px;
	padding:0px 0px 4px 0px;
	border-bottom: 1px solid #BBBBBB;
	width:200px;

}

h7
{
	margin-top:50px;
	margin-left:10%;
	width:60%;
	display:block;
	font-size: 14px;
	color: #164677;
	padding-bottom: 4px;
	border-bottom: 1px solid #4C95D6;
}
h7 span {
	float: right;
	color: #69839B;
}

h8
{
	margin-top:30px;
	margin-left:30%;
	margin-right:10%;
	width:60%;
	display:block;
	font-size: 14px;
	color: #164677;
	padding-bottom: 4px;
	border-bottom: 1px solid #4C95D6;
	text-align:right;
}
h8 span {
	float: right;
	color: #69839B;
}



/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */


.cellHeader #logo {
	width: 113px;
	float: left;
	background: url('imagesLibrairie/logo.jpg') no-repeat #FFF;
	margin:0px;
	padding:0px;
	height: 145px;
	position: absolute;
	z-index: 100;

}

.cellHeader #logo h1 {
	display: none;
}

#heading .head {
	height: 79px;
	width:845px;
	background: url('imagesLibrairie/header.jpg') no-repeat right top #FFF;
	position: relative;
	border-bottom:1px solid #ffffff;
	}


#heading .top, 
#heading .sub {
	margin: 0px 10px 0 0;
	float: right;
	width: 630px;
	text-align: right;
	height: 32px;
	padding-top:0px;
	padding-right:10px;
}
#heading .top
{
	color:#050e56;
}
#heading .sub
{
	color:#FFF;
}
/* Le menu Top en ul */
#heading .top UL,
#heading .sub UL
{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}
#heading .top UL LI,
#heading .sub UL LI
{
	display:inline;
	list-style-type:none;
}


#heading a:link,
#heading a:visited {
	/*color: #FFF;*/
	margin-left: 32px;
}

#heading UL LI a:hover
{
	border-bottom: #050e56 1px solid;
}

#heading .sub {
	clear: right;
}



/* -----------------------------------------------------------
						Layout Controls
----------------------------------------------------------- */



.titleSide {
	padding: 8px 16px 4px 24px;
	margin:0px;
	border-bottom: 1px solid #FFF;
	border-left: 0px solid #FFF;
	letter-spacing: 0.1em;
	height: 16px;

	background: #becdeb; 
	color: #050e56; /*#FFF;*/
	margin-bottom: 12px;
	font-size: 12px;
}

/* -----------------------------------------------------------
					Decoration Fix-up Pieces
----------------------------------------------------------- */

div.gap {
	border-top: 2px solid #FFF;
	background: #CDE;
	position: relative;
}



/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */


.right p,
.content p {
	color: #274563;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding: 0 16px 8px 16px;
}

.cellMenu ul {
	list-style-type: none;
	margin: 0 0 12px 12px;
	padding: 0;
}

.cellMenu ul li {
	margin: 8px;
}

ul.dotted,
li.select {
	list-style-type: square;
	color: #40A3FE;
	margin-left: 52px;
}

.cellMenu .active a:link,
.cellMenu .active a:visited {
	font-weight: bold;
	color: #0471E1;
	list-style-type: square;
}

.cellMenu ul.dotted {
	list-style-type: square;
}

.cellMenu input {
	color: #000;
}

.cellMenu div.button1,
.cellMenu div.button2 {
	width: 100%;
	color: #163977;
	border: 0 none;
	border-top: #FFF solid 2px;
	padding: 6px 0;
}

.cellMenu div.button1 a:link,
.cellMenu div.button1 a:visited,
.cellMenu div.button2 a:link,
.cellMenu div.button2 a:visited {
	margin: 0 0 0 24px;
	font-size: 12px;
	font-weight: bold;
}

.cellMenu div.button1 {
	background: #C9D6A6 url('imagesLibrairie/bg3.gif');
}

.cellMenu div.button2 {
	border-bottom: #FFF solid 2px;
	background: #C9D6A6 url('imagesLibrairie/bg4.gif');
}

/* La table avec les commandes */
.TableOrders TD
{
	border:solid 1px #888888;
	padding:4px;
	
}

/* Le style d'un paragraphe Le Livre a été ajouté... */
.BookAddedToCart
{
	font-weight:bold;
	width:90%;
	text-align:center;
	/*border:solid 1px #009900;*/
	margin:10px;
	padding-top:10px;
	padding-bottom:10px;
}

/* Le lien pour visualiser la facture */
.ClickInvoice
{
	padding-left:20px;
	background:url('../images/arrowr.gif') no-repeat left;
}

.PlusMoinsOrder
{
	margin-top:8px;
	padding-right:6px;
	border:0px;
}

/* Les statistiques */
.tblStatistics
{
    width:500px;
    padding:0px;
    margin:0px 0px 0px 20px;
    border-collapse:collapse;
}
.tblStatistics TD
{
    border:1px solid #555555;
    padding:3px;
    margin:0px;
    }


/* La fiche d'un livre */
.photoProduct 
{
    width : 150px;
    float:left;
    margin : 30px 10px 5px 20px;
}

.dataProduct
{
    width:487px;
    padding : 30px 10px 5px 10px;

}

.infosProduct
{
    width:637px;
    padding:10px 0 0 10px;
    }

#infosProductMenu {
	background: #90A2D2;
	float: left;
	list-style: none;
	margin: 0 0 20 0;
	padding: 0 0 0 0;
	width: 617px;
}
#infosProductMenu li {
	float: left;
	font-family: Georgia, Times New Roman, sans-serif;
	margin: 0;
	padding: 0;
}
#infosProductMenu a {
	background: #90A2D2 url("images/seperator.gif") bottom right no-repeat;
	color: #163477;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 16px 5px 16px;
	text-decoration: none;
	font-weight:normal;
}

#infosProductMenu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 4px;
	}
	
.infosProductBody
{
    display:block;  
    width: 617px;
    padding : 30px 0 0 0;
    
    }
    
    /* Article */
.DateArticles {color:#333333; font-size:9px; padding-right:5px; width:50px;}
.TitreArticles {color:#4C95D6; padding-right:5px; font-style:italic; font-weight:normal; width:320px; }
.LienArticles {text-align:right;}
.ContenuArticles IMG 
{
	float:left; 
	padding:2px 8px 5px 0px;
}

.TableArticles 
{	margin-left:10px;
	/*padding:5px 10px 5px 10px; */
	width:90%; 
	text-align:justify;
	/*border:solid 1px #274563;
	background-color:#F6F9FB;*/
	border-collapse:collapse;
	}
	
.TableArticles TD
{
	padding:5px 10px 5px 10px;
}

.TableArticlesNarrow	/* Pour les actus Chandeigne */
{	margin-left:10px;
	margin-right:10px;
	/*padding:5px 10px 5px 10px; */
	width:350px; 
	float:left;
	text-align:justify;
	border:solid 1px #274563;
	background-color:#F6F9FB;
	border-collapse:collapse;
	}

.TableArticlesNarrow TD
{
	padding:5px 10px 5px 10px;
}

.NbArticlesParPage
{
	margin:20px 0px 20px 17px;
}

.ArticleTitle
{
	margin:20px 0px 20px 0px;
	font-size:14pt;
	padding-left:17px;
	width:95%;
}
.Abstract
{
	margin:20px 0px 20px 0px;
	font-style:italic;
	padding-left:17px;
	width:95%;
}
.ArticleBody
{
	margin:20px 0px 20px 0px;
	padding-left:17px;
	width:95%;
}

/* Les actualités */
.ListeActu {	list-style-type: none;}
.UneActu	{margin-left:0px; padding-left:0px;}
.UneActu LI	
{ 
		list-style-position:inside;
			display:inline;
			list-style-type:none; }
.TableActu {margin-left:10px;
	padding:0px 10px 0px 10px; 
	width:90%; 
	text-align:justify;
	/*border:solid 1px #274563;
	background-color:#F6F9FB;*/}
.TableActu .DateActu 
{
    color:#333333; font-size:9px; padding-right:5px; width:60px;
    }
    
.TableActu .TitreActu {color:#4C95D6; padding:8px 5px 0 0; font-style:italic; font-weight:normal; width:450px;  }

/* Revue de presse */
.TablePresse .DatePresse {color:#333333; font-size:9px; padding-right:5px; width:50px;}
.TablePresse .TitrePresse {color:#4C95D6; padding-right:5px; font-style:italic; font-weight:normal; width:450px;}
.TablePresse .LienPresse {text-align:right; margin-right:10px;}
.TablePresse .ContenuPresse IMG 
{
	float:left; 
	padding:2px 8px 5px 0px;
}
.TablePresse 
{	margin-left:10px;
	padding:0px 10px 0px 10px; 
	width:90%; 
	text-align:justify;
	border:solid 1px #274563;
	background-color:#F6F9FB;}
	
/* Nouvelles parutions */
.TblNouvellesParutions
{
	width:100%;height:180px;
	background: #F7F7EC  url('imagesLibrairie/bg2.gif');border-bottom:2px solid #FFF;
}
.TitleNouvellesParutions
{
	text-align:center;height:2em;
	border-bottom:2px solid #FFF;
	background: #e2dfc8; /*#E6EDE0 url('imagesLibrairie/bg1.gif');*/
	color: #164677;
}
.CellNouvellesParutions
{
	text-align:center;width:33%;
	background: #f1efe3; /*#F7F7EC  url('imagesLibrairie/bg2.gif');*/
	padding-bottom: 8px;padding-top:4px;
}

/* En vitrine */
.TblEnVitrine
{
	width:100%;height:180px;border-bottom:2px solid #FFF;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

/* Cellule présentation de la librairie */
.CellPresentationLibrairie
{
	/*padding:10px;*/
	padding:0px;
	margin:0px;
	vertical-align:top;
}

.TitleEnVitrine
{
	width:180px;height:1.2em;text-align:center;
	border-bottom:2px solid #FFF;border-left:2px solid #FFF;
	background: #becdeb;
	color: #164677;
}
.CellEnVitrine
{
	text-align:center;width:180px;background: #eff3fa  ;border-left:2px solid #FFF;
	padding-bottom: 8px;padding-top:4px;
}


