/*********************/
/*** Editions Mols ***/
/*** style by MIH  ***/
/*** 2007          ***/
/*********************/

* {margin: 0; padding: 0;}

body {
    background: #3E3F37; /* url("../images/header-bg.gif") top repeat-x; */
    font-size: 11px;
    font-family: Verdana, arial, sans-serif;
    text-align: center; /* IE crazyness */
	color: #333;
}

a:link, a:visited {
	color: #95a247;
	text-decoration: none;
}
a:active, a:hover {
	color: #555D28;
	background: #ECF2EB;
	text-decoration: underline;
	
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	color: #8b1a0e;
}
h5 {
	font-size: 1em;
	color: #8b1a0e;
}
/*** Layout divs ***/
div#header {
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #8E9B3F;
	text-align: left; /* IE crazyness again*/
}

div#header-shadow-gen {
	margin: 0 auto;
	text-align:center;
	width: 100%;
	height: 20px;
	background-image:url(../images/header-shadow-gen.gif);
	background-repeat:repeat-x;
}

div#header-shadow-content {
	margin: 0 auto;
	text-align:center;
	width: 760px;
	height: 20px;
	background-image:url(../images/header-shadow-content.gif);
	background-repeat:no-repeat;
}

#titlezone {
	margin: auto;
	padding: 10px 0 0 0;
	width: 760px;
	text-align: left;
}
.maintitle {
	text-indent: -9999px;
	background: transparent url("../images/logo.gif") top left no-repeat;
}

div#maincontainer {
	margin: 0 auto;
	width: 800px;
    text-align: left; /* IE crazyness again */
	background: transparent url("../images/core-bg.gif") 0px 15px repeat-y;
}

div#wholecontent {
	margin: 0 auto;
	width: 720px;
	height: 695px;
	border-left-width:20px;
	border-left-style:solid;
	border-left-color:#f7f7f7;
	border-right-width:20px;
	border-right-style:solid;
	border-right-color:#f7f7f7;
	border-bottom-width:20px;
	border-bottom-style:solid;
	border-bottom-color:#f7f7f7;
	background: #FFF url("../images/menu-bg.gif") repeat;
    text-align: left; /* IE crazyness again */
}
html>body div#wholecontent {
	float:left;
	margin: 0 0 0 20px;
	width: 720px;
	height: auto;
	min-height: 695px;
	border-left-width:20px;
	border-left-style:solid;
	border-left-color:#f7f7f7;
	border-right-width:20px;
	border-right-style:solid;
	border-right-color:#f7f7f7;
	border-bottom-width:20px;
	border-bottom-style:solid;
	border-bottom-color:#f7f7f7;
	background: #FFF url("../images/menu-bg.gif") repeat;
    text-align: left; /* IE crazyness again */
} 

div#menu {
	float: left;
	width: 195px;
	margin: 0;
}
div#menu ul {
	width: 185;
	margin: 0;
	padding: 15px 0 15px 10px;
	background-color: #f7f7f7;
	font-weight: bold;
}
div#menu li {
	position: relative;
	list-style: none;
}
div#menu ul ul{
	position: relative;
	margin: 0;
	padding: 0 0 0 15px;
	width: 170px;
	font-weight: normal;
	border:none;
}
div#menu a.genlink:link, div#menu a.genlink:visited{
	font-family: arial;
	color: #909382;
	text-decoration: none;
	background: transparent;
}
div#menu a.genlink:active, div#menu a.genlink:hover{
	font-family: arial;
	color: #64665A;
	text-decoration: none;
	background: transparent;
}
div#menu a.activelink:link, div#menu a.activelink:visited{
	font-family: arial;
	color: #4e5046;
	text-decoration: none;
	background: transparent;
}
div#menu a.activelink:active, div#menu a.activelink:hover{
	font-family: arial;
	color: #64665A;
	text-decoration: none;
	background: transparent;
}

hr.hr-white {
	display:block;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 0;
}
hr.hr-gray {
	display:block;
	height: 1px;
	margin: 0;
	_margin: -14px 0 -7px 0;
	padding: 0;
	color: #ececec;
	background-color: #ececec;
	border: 0;
}

div#content {
	float: right;
	/*margin: 0 0 0 196px;*/
	padding: 0 0 0px 20px;
	width: 505px;
	height: 695px;
	background: #f7f7f7;
    text-align: left; /* IE crazyness again */
}

html>body div#content {
	float: right;
	/*margin: 0 0 0 196px;*/
	padding: 0 0 0px 20px;
	width: 505px;
	height: auto;
	min-height: 695px;
	background: #f7f7f7;
    text-align: left; /* IE crazyness again */
}

div#mainfooter {
	margin: 0 auto;
	width: 780px;
	height: 20px;
	font-size: 10px;
    text-align: right;
	color: #909382;
	clear: both;
	background-color:#3E3F37;
	background-image:url(../images/shadow-bottom.gif);
	background-repeat:no-repeat;
}
p.footer {
padding: 5px 10px 0 0;
color:#565750;
}

#search {
	background: transparent;
	padding: 5px;
}
#searchform form, #searchform fieldset{
	background: transparent;
	border: none;
}
#searchform label, #searchform legend {
	display: none;
}
#searchform input.searchfield {
	float: left;
	width: 115px;
	height: 18px;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-right: none;
	border-bottom: none;
	font-size: 11px;
	color: #656E31;
}
#searchform input.searchsubmit {
	float: right;
	width: 64px;
	height: 20px;
	border-left: none;
	border-top: none;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	font-size: 10px;
	color: #656e31;
	background-color:#f7f7f7;
}
#ariane {
	padding: 8px;
	height: 22px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color : #95a247;
	background: transparent url("../images/ariane-bg.gif") center repeat-x;
}
.ariane {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;

}
.cat-coll-desc {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #e8e9e0;
	padding: 10px;
	border-bottom: 1px solid #b0b0b0;
	height: 0;
}
html>body .cat-coll-desc {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #e8e9e0;
	padding: 10px;
	border-bottom: 1px solid #b0b0b0;
	height: auto;
	min-height: 60px;
}
.cat-item {
	margin-top: 5px;
	margin-bottom: 5px;
	background: transparent url("../images/book-bg.gif") bottom repeat-x;
	padding: 5px;
	border-bottom: 1px solid #b0b0b0;
	height: 0;
}
html>body .cat-item {
	margin-top: 5px;
	margin-bottom: 5px;
	background: transparent url("../images/book-bg.gif") bottom repeat-x;
	padding: 5px;
	border-bottom: 1px solid #b0b0b0;
	height: auto;
	min-height: 125px;
}

.titre-list-book {
	color: #8b1a0e;
	display: inline;
	font-size: 15px;
}
.auteur-list-book {
	color: #95a247;
	display: inline;
	font-size: 13px;
}
.list-image-container {
	float: left;
	margin: 3px;
	height: 100%;
	width: 30px;
	cursor: pointer;
}
.list-text-container {
	margin-left: 95px;
	margin-right: 10px;
	height: 100%;
}
img.book-list-img {
	border: 3px solid #a3a58f;
}
.arrows {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.arrows {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.arrows a, .arrows a img {
	border: none;
	text-decoration: none;
	color: #333;
}
/*
.prix {
	display: inline-block;
	width: 45%;
	text-align: left;
}
.moreinfo {
	display: inline-block;
	width: 45%;
	text-align: right;
}
*/
.soustitre {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
div#subheader{
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.listpub dt {
	font-weight: bold;
}
.listpub dd
{
	color: #003;
	margin: 5px;
	padding-bottom: 10px;
	text-align: justify;
}
div.ouvrageliste {
	display: block;
	border: 0;
	overflow: auto;
	background: transparent;
	margin: 0;
	padding-top: 5px;
}
.ouvrageliste dt {
	font-weight: bold;
}
.ouvrageliste dd {
	color: #b13c3c;
	margin: 0px;
	padding-bottom: 5px;
	text-align: justify;
}

div#awex {
	width: 192px;
	height: 102px;
	padding: 740px 10px 0 0px;
	background: transparent url("images/awex-off.gif") no-repeat;
	margin: 30px auto;
	border-top: 1px solid #CCC;
}

#awex a:link, #awex a:visited {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background: transparent url("../images/awex1_off.jpg") no-repeat top;
	text-indent: -9999px;
	border: 1px solid #CCC;
}

#awex a:active, #awex a:hover {
	background: transparent url("../images/awex1_on.jpg") no-repeat top;
	text-indent: -9999px;
	border: 1px solid #CCC;
}