/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	background-color:#242424;
}

#mainbody {
	/*width:914px;*/
	/*height:1500px;*/
	text-align:center;
	/*background-position:-525px -130px;
	background-image:url('../images/fond-bas.png');*/
	background-color:none;
	padding:0px 0px 0px 0px;
	position:relative;
	margin:auto;
}

#top {
	width:950px;
	height:135px !important; /*200-65 (padding-top)*/
	height:200px;
	text-align:center;
	background-color:none;
	background-image:url('../images/baniere-large.png');
	background-repeat:no-repeat;	
	background-position:-2px 10px;
	color:black;
	position:relative;
	padding-top:60px;
	margin:auto;
}

#bannermenu {
	float:right;
	color:#fbe70c;
	list-style-type: none;
	text-align:right;
	font-weight: bold ;
	padding-right:10px;
}

#logo {
	width:250px;
	height:80px;
}

#login, #form-login {
	padding-top:15px;
	float:right;
	font-size: 8pt;
	color:white;
}

#login a:hover {
	background-color:transparent;
}

/*#login p {
	border:0; margin:0;padding:0;
	float:left;	
}

#login fieldset {
	border:0; margin:0; padding:0;
}

#login input.inputbox {
	width:50px;
}

#login input.button {
	color:#242424; 
	font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	font-size:7pt;
	font-weight:normal;	
}*/

p#form-login-remember {
	width:0px;
}

.menubanner {
	list-style-type: none;
}

#bannermenu a {
	color:#fbe70c;
}

#bannermenu a:hover {	
	color:#222222;
	background-color: #bebebe;
}

#left {
	width:160px;
	text-align:left;
	background-color:white;	
	float:left;
	position:relative;	
	margin-left:0px;
	padding-top:5px;
	padding-left:10px;
}

.module {
	width:148px;	
	background-color:none;
	/*width:100%;*/
	/*height:250px;*/
	padding:10px 0px 10px 0px;
}

#middle {
	background-color:white;
	width:945px;
	padding-bottom:10px;
	margin:auto;
}

table.blog {
	width:770px;
}

#content {
	float:left;
	width:770px;
	padding:0px 0px 10px 0px;
	margin-left:0px;
	position:relative;	
}

#contentin {
	/*background-image:url('../images/semi-opaque.png');*/
	text-align:left;
	padding:10px 10px 10px 10px;
}

/* joomla */
.module div div div {
	border:1px solid lightgrey;
	/* border:2px solid #242424;*/
	background-color:white;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(100, 100, 100)));*/
	width:100%;
	height:100%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-bottom:5px;
}

.module div div div div {
	border:none;
}

#recherche {
	margin:auto;
	margin-bottom:5px;
}

#recherche .module {
	padding-left:10px;
	padding-right:10px;
	width:354px;
	float:left;
}

#recherche .module div div div {
	float-left;
	text-align:center;
	background-color:none;
	background-image:url('../images/fond-module-recherche2.png');
	height:130px;
	background-color:#fdf48c
}

#recherche .module table {
	background-color:none;
}

#recherche .module div div div div {
	background-color:none;
	background-image:inherit;
	height:100%;
}

#recherche SELECT {
	width:150px;	
	color:#black;
	background-color:white;
	font-size:10px;
	font-family:arial;
	margin-bottom:5px;
}

#recherche OPTION:hover {
	background-color:green;
}

#recherche .module h3 {
	font-variant: small-caps;
	background-image:url(../images/tete-module-recherche.png);
	background-position:-11px -9px;	
	text-align:center;
	font-size        : 15px;
	color: #fbe70c;  
	height:35px;
	width:374px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;	
	position:relative;
	
}

#homepage {
	margin:auto;
}

#homepage .moduletable {
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
	float:left;
	width:60%;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(grey));
	border:1px solid lightgrey;
	float:left;
	overflow:hidden;
	height:200px;
}

#homepage .moduletablenocadre div {
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
	float:left;
	width:60%;	
	height:200px;
	border:1px solid lightgrey;
	float:left;
	overflow:hidden;
	height:200px;
}

#homepage .moduletable_pubtournante div {
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
	float:left;
	width:100%;	
	height:268px;
	border:1px solid lightgrey;
	float:left;
	overflow:hidden;
}

#homepage .moduletablesmall {
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
	float:left;
	width:35%;
	height:200px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(grey));
	border:1px solid lightgrey;
	float:left;
	overflow:hidden;
}

#homepage .moduletablelarge {
	margin:auto;
	margin-bottom:10px;
	width:98%;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	overflow:hidden;
	clear:both;
}

#homepage a:link, a:visited {
	/*font-weight :bold;*/
}

#leftin .module h3 {
	font-variant: small-caps;
	background-image:url(../images/tete-menu-gauche.png);
	background-repeat:no-repeat;	
	background-position:0px;	
	text-align:center;
	font-size        : 15px;
	color: #fbe70c;  
	height:40px;
	width:157px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;	
	position:relative;
	top:-4px;
	left:-5px;
}

ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

ul.menu li {
	width:90%;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	padding-left:5px;
}

ul.menu li a {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid lightgrey;
	border-top:1px solid lightgrey;
	background-color:#fdf48c;
	font-variant: small-caps;
	font-weight:bold;	
	width:100%;
	display:block;
}

ul.menu li a:hover {
	background-color:#fbe70c;
}

ul.menu li ul li a {
	border-bottom:none;
	border-top:none;
	background-color:white;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-variant: normal;
}

ul.menu li ul li a:hover {
	background-color:#fbe70c;
}

ul.menu li a span {
	margin-left:0px;
}

ul.menu_nochild li {
	width:90%;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  padding-left:5px;
}

#keywords {
	padding-top:10px;
	padding-bottom:5px;	
	width:945px;
	color:#777777;
	margin:auto;
	/*position:relative;
	left:5px;*/
}

#keywords ul.menu_nochild{
	width:33%;
	float:left;
	margin:auto;
}

#keywords a {
 color:#777777;
 font-weight:normal;
}

#keywords p {
	clear:both;
	width:100%;
	margin:auto;
}

#keywords a:link, a:visited {
  color:#777777;
}

#footer {
	padding-top:5px;
	padding-bottom:5px;
	background-color:white;
	width:945px;
	color:#333;
	margin:auto;
}

#footer div {
	width:33%;
	float:left;
	text-align:center;
}

#footer a:link, a:visited {
	font-weight:bold;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Links
*********/
a:link, a:visited {
  font-size        : 13px;
  color            : #333333;
  text-decoration  : none;
}

a:hover {
	color            : #000000;
	text-decoration  : none;
	background-color: #fbe70c;
}

/* Pagination 
***************/
ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

/* virtuemart 
***************/

/*#vmMainPage td {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border:1px solid black;
}*/

#vmMainPage div.details-catbar {
	width:1px;
	height:1px;
	visibility:hidden
}

#vmMainPage h3 {
	color:black;
}

.checkout_link {
	width:120px;
}

a.checkout_link {
	color:white;
	font-weight:normal;
}

.cart-coupon-section-inner {
	background-color:#FDF48C;
}

.contentpane {
	background-color:lightgrey;
}

