/**
 * 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: #060e57;
	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: #80899C 1px solid; /* #050e56  */
}

p
{
	color: #274563;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding: 0 16px 8px 16px;
}
/*
						Tbl Layout
----------------------------------------------------------- */
.tblLayout
{
	margin: 0px;
	padding:0px;
	width: 845px;
	min-width: 620px;
	text-align:left;
	border-left:1px solid #abc0dd;
}
.cellHeader
{
	height: 145px;
	width:845px;

	background: url('imagesEditions/header.jpg') no-repeat left top #FFF;
	/*border-right: 2px solid #fff;*/
	position: relative;
	margin:0px 0px;
	border-bottom:1px solid #060e57;
}

.cellMenu
{
	vertical-align:top;
	width:208px;
	background:  #abc0dd; 
	padding:0px;
	margin:0px;
	border-right:1px solid #060e57;
}

.cellContent
{
	vertical-align:top;
	width:100%;
	padding:0px;
	margin:0px;
	background: #f8f7f1;
	border-width:0px;
}

.cellFooter
{
	padding: 4px 24px;
	color: #249;
	text-align:center;
	/*background: url('imagesEditions/bg5.gif');*/
	line-height:2em;
	background-color:#abc0dd;
	padding-top:0px;
	width:796px;
	border-top:1px #060e57 solid;
}

.cellMenu A
{
	border:0px;
}


img.product, 
.product img {
	border: 1px solid #225F82;
	margin: 12px 8px 4px 8px;
}

.content .product {
	font-weight: bold;
	text-align: center;
}


.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:4px 16px 8px 15px;
	padding-bottom: 4px;
	padding-left:15px;
	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;
}





/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */


.titleSide {
	padding: 8px 16px 4px 16px;
	letter-spacing: 0.1em;
	height: 16px;
	
	background: #050e56; /*#164677 repeat-y left url('imagesEditions/title1.gif');*/
	color: #FFF;
	margin-bottom: 12px;
	font-size: 12px;
	padding-left: 24px;
}


.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;
}


/* Styles spécifiques pour les items de menu Editions */
.menuCatalogue
{
	padding: 0px 24px 0px 16px;
	/*border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;*/
	letter-spacing: 0.1em;
	margin-bottom: 12px;

	background-image:url('imagesEditions/menuCatalogue.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	height:63px;
}

.menuInformations
{
	padding: 0px 24px 0px 16px;
	/*border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;*/
	letter-spacing: 0.1em;
	margin-bottom: 12px;

	background-image:url('imagesEditions/menuInformations.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	height:63px;
}
