/**
 * 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;
    }
