/*----------------------------------------------*/
/*----------------------------------------------*/
/*------------------------------------------------

#fff;
#000;
#e5e5e5;
#666;
#444;

rouge :#7d0d00;
bleu : #034172;
vert #5C9B32

gris c8c7bf
gris clair: #98978e;
eaeae6

------------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
html, body, table, div, p, img {
	font-family: Trebuchet MS, Verdana, Arial, Geneva, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	padding: 0;
	margin: 0;
	border: 0;
}
html, body {
	background-color: #eaeae6;
	width: 100%;
	height: 100%;
}
a:link {
	color: #7d0d00;
}
a:visited {
	color: #666;
}
a:hover {
	color: #7d0d00;
}
a:active {
	color: #dc1700;
}
a img {
	vertical-align: center;
	text-decoration: none;
}
b {
	color: #444;
	line-height: 15px;
}
#content li {
	list-style-image: url("../images/bullet.gif");
	padding-bottom: 10px;
}
form {
	font-family: Trebuchet MS, Verdana, Arial, Geneva, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
input, textarea, select, label, option {
	font-family: Trebuchet MS, Verdana, Arial, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px 0px 3px 0px;
}
textarea {
	width:180px;
	height: 150px;
}
option {
	font-family: Trebuchet MS, Verdana, Arial, Geneva, sans-serif;
	font-size: 13px;
	margin: 0;
}
label { 
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}
.go {
	position: relative;
	top: 5px;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #7d0d00;
	margin: 20px 10px 10px 0px;
	padding: 0;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 13px;
	text-transform: uppercase;
	color: #7d0d00;
	margin: 0;
	padding: 0;
	text-align: center;
}
h5 {
	font-size: 12px;
	line-height:15px;
	text-transform: uppercase;
	color: #666;
	margin:10px 0px 10px 0px;
	padding: 0;
}
h6 {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
}
p {
	margin: 10px 0px 15px 0px;
	text-align: justify;
}
small {
	line-height: 11px;
}
address {
	margin: 0;
	padding: 0;
}
.black {
	color: #000;
}
.blue {
	color:#034172;
}
.red {
	color: #7d0d00;
}
.green {
	color: #5c9b32;
}
.lightgrey {
	color:  #98978e;
}
.invisible, .print {
	display: none;
}
.clear {
	clear: both;
	display: block;
	line-height: 0;
	font-size: 0;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.line {
	clear: both;
	display: block;
	line-height: 0;
	height: 1px;
	border: 0;
	margin: 7px 0px 8px 0px;
	padding: 0; 
	background-image: url("../images/line.gif");
	background-repeat: repeat-x;
}
.first-letter:first-letter  {
	color: #7d0d00;
	font-size: 44px;
	line-height: 30px;
	float: left;
	padding-right: 5px;
}
.book {
	float: left;
	border: 1px solid #666;
	margin: 0px 10px 20px 0px;
}
/*-------------------------------------------------*/
#header {
	clear: both;
	background-color: #7d0d00;
	height:70px;
	min-width:990px;
	overflow: hidden;
}
#header .container {
	clear: both;
	padding: 0px 10px 0px 10px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header #container{
	float:right;
	margin-top: 12px;
}
#header img, #header form {
	float: left;
}
#nav-header, #nav-language, #nav-header li, #nav-language li {
	float: left;
}
#header ul {
	list-style: none;
	font-size: 11px;
	padding:0;
	margin-top: 12px;
	margin-right: 10px;
}
#header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
}
#header a:hover ,#header a:active  {
	color: #fff;
	text-decoration: underline;
}
#header #nav-header li {
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #fff;
}
#header #nav-search {
	margin-right: 10px;
	line-height:9px;
	margin-top: 10px;	
}
#header #nav-search form, #header #nav-search input {
	float: left;
	margin: 0;
}
#header #nav-search .go{
	margin-left: 10px;
}
#header #nav-search #search {
	font-size: 11px;
	line-height: 14px;
	height: 14px;
}
#nav-language {
	margin: 0px;
	font-weight: bold;
	/*border-left: 1px solid #fff;*/
}
#nav-language a:link,#nav-language a:visited,#nav-language a:hover,#nav-language a:active {
	padding: 0px 0px 0px 5px;
	color: #fff;
}
#nav-language a.on:link,#nav-language a.on:visited, #nav-language a.on:hover,#nav-language a.on:active {
	color: #c8c7bf;
}
/*-------------------------------------------------*/
#content {
	background-image: url('../images/menu_bkg.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #fff;
}
#content .container {
	background-image: url('../images/menu_bkg.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	clear: both;
	background-color: #fff;
	padding: 30px 10px 20px 10px;
	width:960px;
	margin-left: auto;
	margin-right: auto;
}
#content form .go{
	 padding-left: 5px;
	 padding-top: 4px;
}
#content {
	margin-bottom: 5px;
}
#nav-bar {
	margin-bottom: 5px;
}
#nav-bar a{
	margin-bottom: 5px;
	color:#7d0d00;
}
#content #wide .halfWidth {
	float: left;
	width: 479px;
}
#content #wide .halfWidthLeft {
	float: left;
	width: 459px;
	border-right: 20px solid #fff;
}
#content #left .halfWidth {
	float: left;
	width: 325px;
}
#content #left .halfWidthLeft {
	float: left;
	width: 345px;
	border-right: 20px solid #fff;
}
#content #left {
	padding: 5px 0px 10px 0px;
	border-top: 8px solid #c8c7bf;
	/*border-bottom: 10px solid #444;*/
}
#content #left, #content #wide {
	padding: 5px 0px 10px 0px;
	border-top: 8px solid #c8c7bf;
	/*border-bottom: 10px solid #444;*/
}
#content #left {
	float: left;
	margin-right:10px;
	width: 690px;
}
#content .collection {
	float: left;
	margin-bottom: 5px;
	font-size: 13px;
}
#content .actions {
	float: right;
	margin-bottom: 5px;
	font-size: 13px;
}
#content .actions a:link, #content .actions a:visited, #content .actions a:hover, #content .actions a:active{
	text-decoration: none;
	text-transform: uppercase;
}

#content .listItem, #content .listItem div {
	font-size: 11px;
	line-height: 13px;
}
#content .listItem .new {
	background-color:#7d0d00;
	width: 102px;
	text-align: center;
	position: absolute;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	height: 15px;
}
#content #left #book {
	color: #444;
	float: left;
	width: 200px;
	margin: 15px 40px 40px 0px;
	font-size: 11px;
}
#content #left #book-content {
	float: left;
	width: 420px;
	margin: 0px 0px 0px 0px;
}
#content #left {
	border-top: 1px solid #7d0d00;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#book-others{
	border-top: 1px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content #left #book-others h3 {
	float: left;
	width: 220px;
	margin: 10px 20px 20px 0px;
}
#content #left .news h3 {
	float: left;
	width: 215px;
	margin: 0px 20px 20px 5px;
}
#content #left #book-others div, #content #left .news div.item  {
	float: left;
	width: 210px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #444;
}
#content #right {
	margin-left:10px;
	float: left;
	width: 250px;
}
#content #right .action {
	margin-bottom:5px;
	border-top: 1px solid #ccc;
	background-image: url("../images/right_bkg.gif");
	background-position: center bottom;
	padding: 10px;
}
#content #left .news {
	background-color: #eaeae6;
	padding: 10px 10px 10px 0px;
	border-top: 10px solid #7d0d00;	
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #444;
}
#content #right .news {
	background-color: #eaeae6;
	padding: 10px;
	border-top: 10px solid #7d0d00;	
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #444;
}
#content #right .selection {
	background-color: #eaeae6;
	padding: 10px;
	border-top: 8px solid #034172;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #444;
	margin: 0px 0px 10px 0px
}

/*-------------------------------------------------*/
#footer {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	padding: 10px 10px 15px 10px;
	font-size: 10px;
	text-align: justify;
}
#footer address {
	float: left;
	font-style: normal;
}
#footer ul {
	float: right;
	margin:0;
	list-style: none;
	padding:0px 0px 15px 0px;
}
#footer ul li {
	float: left;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #666;
}


.contact  {
	border-right: 1px solid #fff;
}
/*#book-others .bodytext:first-letter  {
	color: #7d0d00;
	font-size: 44px;
	line-height: 30px;
	float: left;
	padding-right: 5px;
}*/
.lightgrey_news p.bodytext{
	color:  #98978e;
	font-size: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Geneva, sans-serif;
}
.lightgrey_news {
	color:  #98978e;
	font-size: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Geneva, sans-serif;
}
#texte_news p.bodytext{
	font-size: 10px;
	padding: 0px 0px 10px 10px;
	text-align:left;
	font-weight: bold;
}
.lightgrey_parution {
	color:  black;
	font-size: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Geneva, sans-serif;
}


#content #left-test .halfWidth {
	float: left;
	width: 325px;
}
#content #left-test .halfWidthLeft {
	float: left;
	width: 345px;
	border-right: 20px solid #fff;
}
#content #left-test {
	padding: 5px 0px 10px 0px;
	border-top: 8px solid #c8c7bf;
	border-bottom: 10px solid #444;
}
#content #left-test, #content #wide {
	padding: 5px 0px 10px 0px;
	border-top: 8px solid #c8c7bf;
	border-bottom: 10px solid #444;
}
#content #left-test{
	float: left;
	margin-right:10px;
	width: 690px;
}
#nav-main {
	width: 100%;
	top: 70px;
	position: absolute;
	height: 25px;
	z-index: 10;
}
#menu {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 970px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 25px;	
	padding: 0px 0px 0px 10px;
}
#menu img {
	float: left;
}
#menu hr {
	clear: both;
	display: block;
	height: 70px;
	visibility: hidden;
}
#menu li {
	padding: 0px;
	margin: 0px;
	float:left;
	list-style: none;
	width: 160px;
	overflow:hidden;
	font-size: 12px;
}
#menu li a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-left: 1px solid #fff;
	line-height: 25px;
	width: 160px;
	color: #000;
	background-color: #c8c7bf;
}
#menu li a:hover {
	color: #7d0d00;
}
#menu li ul {
	width: 160px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow:hidden;
	margin-bottom: 120px;
}
#menu li ul li {
	font-size: 13px;
	border-top: 1px solid #fff;
	padding: 0px;
	width: 160px;
}
/*css des menu de niveau 2*/
#menu li ul li a {
	font-weight: normal;
	border-right: 1px solid #fff;
	text-transform: none;
	background-color: #444;
	/*width: 158px;*/
	width:160px; 
	line-height: 18px;
	display: block;
	color: #fff;
}
/*css des menu de niveau 2*/
#menu li ul li a:hover {
	color: #fff;
	background-color: #7d0d00;
}
#menu li ul li ul {
	top: 0;
	margin: 0;
	padding: 0;
	border-bottom:0;
	width: 160px;
}
#menu li ul li ul li a {
	color: #000;
	background-color: #eaeae6;
	font-size: 11px;
	line-height: 15px;
	/*padding-left: 25px;*/
	padding-left: 5px;
	/*width: 133px;*/
	width: 160px;
	/*background-image: url('../img/menu_subsub.gif');*/
	background-repeat: no-repeat;
	background-position: top left;
}
#menu li ul li ul li a:hover {
	/*background-image: url('../img/menu_subsub_hover.gif');*/
}
#menu li>#menu ul {
	top: auto;
	left: auto;
}
.hidden
{
	display:none;
}

.ajoutpanier {
	text-decoration: none;
	text-transform: uppercase;
}
/*----------------------------------------------*/
.tableMenu
{
font-size: 11px;
color: #000;
}
.tableMenu:hover
{
color:white;
}
#menu li>#menu ul {
	top: auto;
	left: auto;
}
/*----------------------------------------------*/

.tx-srfeuserregister-pi1-radio
{
	width: 50px;
	
}
.tx-srfeuserregister-pi1-label
{
	width: 50px;
	text-align: left;
}
.left-form
{
padding: 5px 0px 10px 0px;
	border-top: 8px solid #c8c7bf;
	border-bottom: 10px solid #444;
}
.LabelLoginBox
{
font-family: Trebuchet MS, Verdana, Arial, Geneva, sans-serif;
text-align: left;
}
.promoWrapper{float:none;display:inline;}
.promoPriceB{float:none;display:inline;position:absolute;background-color:#ccc;font-size:11px;padding:1px 2px 1px 2px;margin:-17px 0 0 -3px;z-index:1000;text-decoration:line-through;}
.promoPrice{float:none;display:inline;position:relative;background-color:#7D0D00;font-size:13px;padding:3px 7px 3px 7px;margin:0 0 0 15px;color:#fff;}
.promoImg{position:absolute;margin:-30px 0 0 -35px;background-image:url("../images/promo.bg.png");background-repeat:no-repeat;width:75px;height:75px;}
.promoP{text-align:center;margin:28px 0 0 0;color:#fff;font-size:20px;font-weight:bold;}
.promoListPriceB{float:none;display:inline;position:absolute;background-color:#ccc;font-size:11px;padding:1px 2px 1px 2px;margin:-17px 0 0 -7px;z-index:1000;text-decoration:line-through;line-height:normal !important;}
.promoListPrice{float:none;display:inline;position:relative;background-color:#7D0D00;font-size:13px;padding:3px 7px 3px 7px;margin:0 0 0 15px;color:#fff;}
.promoListImg{position:absolute;margin:118px 0 0 -17px;background-image:url("../images/promo.small.bg.png");background-repeat:no-repeat;width:40px;height:40px;z-index:1000;}
.promoListP{text-align:center;margin:13px 0 0 0;color:#fff;font-weight:bold;}
