/******************************************/
	/***template design "globbersthemes" **********/
	/***Via Granitti /Septembre 2010/************/
	/***by globbers for globbersthemes ************/
	/***all rights reserved***********************/
	/******************************************/
	/********************************************/
	/*** *********body et aspect general ***********/
	/*******************************************/
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #cee7fa url(../images/bg.jpg) 0 0 repeat-x;
	font-size: 13px;
	color: #009ec7;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
}

/*texte*/
p {
	font-size: 100%;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4,h5,h6 {
	font-size: 100%;
}

/* liens hypertextes*/
a:link,a:visited {
	text-decoration: none;
	color: #009ec7;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color: #98cc00;
}

ul {
	margin: 0;
	padding-left: 20px;
}

li {
	list-style-type: circle;
	background: transparent;
	margin: 15px;
}

img {
	border: none;
	margin: 3px 5px;
	padding: 0;
}

img .caption {
	text-align: left;
}

.highlight {
	background: #98cc00;
	padding: 0px 2px 0px 2px;
	color: #ffffff;
}

.button {
	background: #98cc00;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-top-left-radius: 10px; /* pour Chrome */
	-webkit-border-top-right-radius: 10px; /* pour Chrome */
}

.inputbox {
	color: #000000;
	background: #ffffff;
	border: none;
	padding: 4px;
	font-weight: bold;
}

.pagewidth {
	width: 980px;
	text-align: center;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

fieldset {
	margin: 0px 5px 5px 5px;
	padding: 7px;
	border: 1px dashed #c2ddf3;
}

.pagewidth {
	width: 980px;
	text-align: center;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

/******nuage*********/
#nuage {
	float: right;
	width: 807px;
	height: 105px;
	/*background:transparent url(../images/nuage.png) no-repeat;*/
}

/***************************/ /*MOD LOGIN/REGISTER/SEARCH*/
	/***************************/
#tool {
	float: left;
	width: 300px;
	height: 30px;
	background: transparent;
	margin-top: 25px;
	margin-left: 235px;
}

a.login-switch {
	float: left;
	background: url(../images/login.png) no-repeat;
	color: #000;
	width: 75px;
	height: 30px;
}

a.register-switch {
	float: left;
	background: url(../images/register.png) no-repeat;
	color: #000;
	width: 75px;
	height: 30px;
	margin-left: 20px;
}

a.search-switch {
	float: left;
	background: url(../images/search.png) no-repeat;
	color: #000;
	width: 75px;
	height: 30px;
	margin-left: 20px;
}

a.login-switch:hover {
	background: url(../images/login-hover.png) 0 0 no-repeat;
}

a.register-switch:hover {
	background: url(../images/register-hover.png) 0 0 no-repeat;
}

a.search-switch:hover {
	background: url(../images/search-hover.png) 0 0 no-repeat;
}

a.show,a.show:hover {
	float: left;
	color: #000;
	width: 75px;
	height: 30px;
	background: url(../images/close.png) 0 0 no-repeat;
}

a.deconnexion {
	float: left;
	background: transparent url(../images/logout.png) no-repeat;
	color: #000;
	width: 75px;
	height: 30px;
}

#gl-login {
	background: url(../images/bg-login.png) no-repeat;
	color: #009ec7;
	top: 200px;
	display: none;
	height: 250px;
	overflow: hidden;
	padding: 11px 21px 11px 33px;
	position: absolute;
	left: 300px;
	text-align: left;
	z-index: 999;
	width: 150px;
}

h3.tittle-login {
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0;
	padding: 8px 0 0px 0px;
}

h3.tittle-register {
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	padding: 8px 0 0px 0px;
	letter-spacing: 1px;
}

#gl-register {
	background: url(../images/bg-register.png) no-repeat;
	color: #009ec7;
	top: 250px;
	display: none;
	height: 364px;
	overflow: hidden;
	padding: 16px 11px 11px 25px;
	position: absolute;
	left: 300px;
	text-align: left;
	z-index: 999;
	width: 450px;
}

#gl-search {
	background: url(../images/bg-search.png) no-repeat;
	color: #fff;
	top: 100px;
	display: none;
	height: 36px;
	overflow: hidden;
	padding: 5px 7px;
	position: absolute;
	left: 400px;
	text-align: left;
	z-index: 999;
	width: 186px;
}

#gl-search .inputbox {
	width: 163px;
	background: #fff;
}

#gl-login form a,#gl-register form a {
	background: transparent;
	color: #009ec7;
	font-weight: bold;
}

#gl-login label {
	color: #009ec7;
	padding-top: 4px;
}

#gl-register label {
	color: #009ec7;
	padding-top: 4px;
}

#gl-login .button {
	background: url(../images/bg-button.png) no-repeat;
	color: #fff;
	padding: 5px;
	margin: 20px 0 5px 0;
	cursor: pointer;
	width: 47px;
}

#gl-register .button {
	background: url(../images/bg-register-button.png) no-repeat;
	color: #fff;
	margin: 10px 0 20px 0;
	cursor: pointer;
	height: 28px;
	width: 146px;
}

#gl-register .inputbox {
	background: url(../images/bg-register-input.png) no-repeat;
	color: #fff;
	margin-top: 2px;
	font-weight: bold;
	width: 275px;
	height: 24px;
}

#gl-login form {
	float: left;
	margin-top: 5px;
}

#gl-login form label {
	float: left;
}

label.gl-login-user span,label.gl-login-password span {
	display: block;
	float: left;
}

#gl-login form input.button {
	font-size: 11px !important;
	float: left;
}

#gl-login form #mod_login_username,#gl-login form #mod_login_password {
	background: url(../images/bg-input.png) no-repeat;
	border: 0px solid #490001;
	width: 120px;
	margin: 3px 8px 0 0;
	font-size: 12px !important;
	padding: 2px;
	font-weight: normal;
}

#gl-login form a {
	padding: 5px 0 !important;
	margin: 0;
	text-decoration: none;
	background: transparent;
	display: block;
}

#gl-login form a:hover,#gl-login form a:active,#gl-login form a:focus {
	text-decoration: underline;
}

.gl-login-links {
	padding: 2px 0 !important;
	margin: 0;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
	font-size: 12px;
	font-weight: normal;
}

.gl-login-links a {
	font-weight: normal;
}

.libele {
	display: none;
}

/******sitename******/
#sitename {
	float: left;
	background: transparent;
	margin-left: 0px;
	margin-top: -40px;
}

#facebook {
	float: left;
	width: 31px;
	height: 31px;
	margin-left: 35px;
	margin-top: 15px;
}

#twitter {
	float: left;
	width: 31px;
	height: 31px;
	margin-left: 10px;
	margin-top: 15px;
}

#deco {
	float: right;
	width: 39px;
	height: 33px;
	margin-right: 25px;
}

#topmenu {
	float: left;
	width: 980px;
	height: 35px;
	background: transparent;
	margin: 30px 0 0 0;
	text-align: center;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#navigation {
	float: left;
	width: 980px;
	height: 35px;
	background: transparent;
	text-transform: uppercase;
	margin-top: 0px;
}

#navigation a {
	display: block;
	float: left;
	height: 35px;
	padding: 0 23px;
	font-weight: bold;
	color: #ffffff;
	font-size: 25px !important;
	letter-spacing: 1px;
	background: url(../images/circle.png) 0 0px no-repeat;
}

#navigation  a:hover {
	color: #99cc00;
	background: url(../images/circle-hover.png) 0 0px no-repeat;
}

#navigation li.active,#navigation li.active a {
	color: #99cc00;
	background: url(../images/circle-hover.png) 0 0px no-repeat;
}

#navigation li {
	display: block;
	float: left;
	margin: 0;
	margin-right: 15px;
	padding: 0;
}

#navigation li li a {
	font-size: 18px !important;
	padding: 13px 0 0 0;
	color: #42b6d4;
}

#navigation li li {
	border-top: 1px solid #cee7fa;
	border-bottom: 1px solid #cee7fa;
}

.nav,.nav * {
	margin: 0;
	padding: 0;
}

.nav {
	float: right;
	position: relative;
	z-index: 10;
	overflow: visible;
}

.nav ul {
	background: #ffffff;
	padding: 0;
}

.nav li {
	float: left;
	list-style: none;
	position: relative;
	background: none;
}

.nav li li a {
	display: block;
	padding: 0;
	text-decoration: none;
	background-image: none;
	float: none;
	width: 200px;
}

#navigation li li a {
	height: 30px;
	line-height: 30px;
}

#navigation li:hover li,#navigatin li.sfHover li,#navigation li.active:hover li,#navigation li.active.sfHover li,#navigation li:hover li span,#navigation li.sfHover li span
	{
	background-image: none;
}

#navigation li:hover li a,#navigation li.sfHover li a,#navigation li.active:hover li a,#navigation li.active.sfHover li a
	{
	background-image: none;
}

.nav li ul {
	float: none;
	left: -999em;
	position: absolute;
	width: 200px;
	z-index: 5;
	border-left: 1px solid #cee7fa;
	border-right: 1px solid #cee7fa;
	border-bottom: 1px solid #cee7fa;
}

.nav li:hover ul,.nav li.sfHover ul {
	left: 22px;
	top: 35px;
}

.nav li:hover li ul,.nav li.sfHover li ul,.nav li li:hover li ul,.nav li li.sfHover li ul,.nav li li li:hover li ul,.nav li li li.sfHover li ul
	{
	top: -999em;
}

.nav li li:hover ul,.nav li li.sfHover ul,.nav li li li:hover ul,.nav li li li.sfHover ul,.nav li li li li:hover ul,.nav li li li li.sfHover ul
	{
	left: 177px;
	top: 0px;
	width: 200px;
}

.nav li li {
	position: relative;
	float: none;
	width: 200px;
}

/****contenu top*******/
#wrapper-top {
	float: left;
	width: 966px;
	height: 30px;
	background: url(../images/wrapper-top.png) 0 0 no-repeat;
	margin-top: 25px;
}

#wrapper-top1 {
	float: left;
	width: 966px;
	height: 15px;
	background: url(../images/wrapper-top.png) 0 0 no-repeat;
	margin-top: 25px;
}

#pathway {
	float: left;
	width: 700px;
	height: 55px;
	text-align: left;
	background: transparent;
}

#pathway p {
	color: #009ec7;
	font-size: 20px;
	margin: 28px 15px 15px 15px;
	letter-spacing: 1px;
}

#visitors {
	float: left;
	width: 230px;
	height: 23px;
	text-align: left;
	background: transparent;
	padding: 28px 15px 15px 15px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #009ec7;
}

#wrapper-center {
	float: left;
	width: 966px;
	height: 356px;
	background: url(../images/wrapper.jpg) 0 0 repeat-y;
}

#wrapper-center1 {
	float: left;
	width: 966px;
	height: 150px;
	background: url(../images/wrapper.jpg) 0 0 repeat-y;
	padding-left: 30px
}

/****SLIDE****/
#slide {
	width: 956px;
	height: 346px;
	position: relative;
	margin-top: 10px;
	padding: 0 0 0 10px;
}

#joomscontbox1 {
	position: absolute;
}

#joomscontbox1 .inner {
	width: 940px;
	height: 320px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.joomscontmask1 {
	width: 941px;
	height: 325px;
	position: relative;
	overflow: hidden;
}

.prev1,.next1 {
	width: 69px;
	height: 55px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
}

.prev1 {
	left: 0;
	background: url(../images/prev.png) no-repeat;
	margin-left: -16px;
}

.prev11 {
	left: 0;
	background: url(../images/prev.png) no-repeat;
	margin-left: -16px;
	position: relative;
}

.next1 {
	right: 0;
	background: url(../images/next.png) no-repeat;
	margin-right: -16px;
}

.next11 {
	right: 0;
	background: url(../images/next.png) no-repeat;
	margin-right: -16px;
	position: relative;
}

.wrapper-bottom {
	float: left;
	width: 966px;
	height: 26px;
	background: url(../images/wrapper-bottom.png) 0 0 no-repeat;
	margin-bottom: 20px;
}

.wrapper-bottom1 {
	float: left;
	width: 966px;
	height: 26px;
	background: url(../images/wrapper-bottom.png) 0 0 no-repeat;
	margin-bottom: 20px;
}

#wrapper-top-main {
	float: left;
	width: 966px;
	height: 39px;
	background: url(../images/wrapper-top.png) 0 0 no-repeat;
	margin-top: 0px;
}

#wrapper-center-main {
	float: left;
	width: 966px;
	background: url(../images/wrapper.jpg) 0 0 repeat-y;
}

/********************************************/
	/*** ***********CONTENT MAIN****************/
	/*******************************************/
#main {
	float: left;
	width: 700px;
	text-align: left;
	margin: 15px;
	background: transparent;
	margin-top: 0px;
}

#main1 {
	float: left;
	width: 850px;
	text-align: left;
	margin: 15px;
	background: transparent;
	margin-top: 0px;
}

#main-full {
	float: left;
	width: 936px;
	text-align: left;
	margin: 5px 15px 15px 15px;
	background: transparent;
	padding: 0;
}

/****calendar***/
td.calendar {
	display: block;
	margin: 0;
	padding: 8px 0 0 0px;
	background: url(../images/calendar.png) 0 0 no-repeat;
	width: 60px;
	height: 60px;
	font-size: 18px;
	text-align: center;
}

.calendar .day {
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
	background: transparent;
	width: 60px;
	font-weight: bold;
}

.calendar .month {
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 15px;
	background: transparent;
	width: 60px;
}

.contentinfo {
	margin: 0;
	padding: 0;
}

/*** *titre principale ****/
.contentheading,.componentheading,a.contentpagetitle {
	color: #009ec7;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	margin: 0;
	padding: 4px 0 10px 0px;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 2px;
}

a.contentpagetitle:hover,a.contentpagetitle:active,a.contentpagetitle:focus
	{
	color: #98cc00;
}

.contentpaneopen {
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px 15px 15px;
}

span.small {
	background: transparent;
	padding-left: 18px;
}

.modifydate {
	margin-top: 10px;
	text-decoration: underline;
}

.createdate {
	background: transparent;
	padding-left: 18px;
	padding-top: 2px;
}

.blog_more {
	margin-bottom: 25px;
	background: transparent;
	margin-left: 25px;
}

.blog_more strong {
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/fleche.png) 7px 4px no-repeat;
}

.blog_more li {
	margin: 5px 0px;
}

a.readon {
	float: right;
	background: #98cc00;
	font-weight: bold;
	padding: 5px;
	margin-right: 15px;
	color: #fff;
	margin-top: 10px;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-top-left-radius: 10px; /* pour Chrome */
	-webkit-border-top-right-radius: 10px; /* pour Chrome */
}

a.readon:hover,a.readon:active,a.readon:focus {
	background: #a9dd10;
	color: #fff;
}

table.contenttoc {
	margin: 5px;
	padding: 5px;
	float: right;
	color: #fff;
	background: #cee7fa;
}

table.contenttoc td {
	padding: 0 5px;
}

td .article_column {
	margin: 5px;
}

/* Pagination ---*/
ul.pagination {
	float: left;
	margin: 10px 0;
	width: 100%;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 6px;
	overflow: hidden;
}

ul.pagination li span {
	padding: 0 5px;
	line-height: 20px;
}

ul.pagination a {
	background: transparent;
	border: 1px solid #cee7fa;
	color: #009ec7;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
}

ul.pagination a:hover,ul.pagination a:active,ul.pagination a:focus {
	background: #cee7fa;
	border: 1px solid #cee7fa;
	color: #fff;
	text-decoration: none;
}

/***right******/
#right,#left,#user2 {
	float: right;
	margin-top: 25px;
	width: 259px;
	height: 490px;
	margin-right: -25px;
	margin-bottom: 120px;
}

#right {
	background: url(../images/bg-right.png) no-repeat;
	color: #ffffff;
}

#left {
	background: url(../images/bg-left.png) no-repeat;
	color: #ffffff;
	position: relative;
    right: 25px;
}

#user2 {
	background: url(../images/bg-user2.png) no-repeat;
	color: #8fb6d8;
}

.moduletable,.moduletable_menu,.moduletable_text {
	background: transparent;
	margin: 170px 0 0 45px;
	padding: 0;
}

#right h3,#left h3,#user2 h3 {
	font-size: 25px;
	letter-spacing: 1px;
}

#right ul,#left ul,#user2 ul {
	text-align: left;
	margin: 0px 15px 15px 40px
}

#right ul li a,#left ul li a {
	color: #fff;
	font-size: 14px;
}

#right ul li a,#left ul li a:hover {
	color: #99cc00;
}

#user2 ul li a {
	color: #8fb6d8;
	font-size: 14px;
}

/*****POOL****/
table.poll td {
	text-align: left;
	font-size: 11px;
	margin: 0 !important;
	padding: 0;
}

table.poll thead td {
	font-size: 13px;
	padding-left: 14px;
	font-weight: bold;
}

table.poll div {
	text-align: left;
	padding: 2px !important;
}

table.poll .button {
	font-size: 12px;
	margin: 3px 0px 0 8px;
	padding: 4px;
	font-weight: bold;
}

table.pollstableborder td.sectiontableentry1,table.pollstableborder td.sectiontableentry2
	{
	background: transparent;
	margin: 0;
	padding: 2px;
	font-style: italic;
}

/*table*/
.sectiontableheader {
	padding: 5px;
}

td.contentdescription {
	padding: 5px;
}

tr.sectiontableentry1 td,tr.sectiontableentry2 td {
	padding: 5px;
}

/**publicité****/
div.bannergroup_text {
	padding-bottom: 10px;
}

div.bannerfooter {
	padding: 10px;
	text-align: left;
}

div.banneritem_text {
	padding-top: 10px;
	margin: 0;
	text-align: left;
}

div.bannerheader {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/**********/
#-top {
	float: left;
	width: 100%;
	height: 118px;
	background: url(../images/footer.png) 0 0 no-repeat;
	margin-top: 20px;
}

#footer {
	float: left;
	width: 100%;
	height: 50px;
	background: #fff;
}

#users-box {
	float: left;
	width: 966px;
	height: 250px;
	background: transparent;
}

.box {
	float: left;
	width: 240px;
	height: 250px;
	text-align: left;
	margin-top: -20px;
	padding: 0;
}

#users-box h3 {
	font-size: 25px;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
	padding: 0;
}

#users-box  .moduletable,#users-box  .moduletable_menu,#users-box  .moduletable_text
	{
	background: transparent;
	font-size: 14px;
}

#users-box ul {
	padding-bottom: 6px;
}

#footer-tm {
	float: left;
	width: 900px;
	height: 30px;
	background: transparent;
}

.ftb {
	margin-top: 15px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

.ftb a,.ftb a:visited {
	padding: 0 !important;
	border: none !important;
}

#top {
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 8px;
	padding: 0 !important;
	border: none !important;
	background: transparent;
}

.top_button {
	padding: 0 !important;
	border: none !important;
}

#logo {
    height: 75px;
    left: 145px;
    margin-top: -12px;
    position: absolute;
    top: 0;
    width: 188px;
    z-index: 20;
}

/*---------------contact_form------------------*/
.contact_form {
	width: 650px;
	float: left;
	padding: 20px;
	margin: 20px 0 0 15px;
	_margin: 20px 0 0 5px;
	border: 1px #99CC00 dashed;
	position: relative;
	margin-bottom: 10px;
}

.form_row {
	width: 335px;
	_width: 355px;
	clear: both;
	padding: 11px 140px;
	_padding: 5px 0 5px 0;
	color: #99CC00;
}

label.contact {
	width: 75px;
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 4px 0px 0 0;
	color: #009EC7;
}

input.contact_input {
	width: 253px;
	height: 18px;
	background-color: #fff;
	color: #999999;
	border: 1px #009EC7 solid;
	float: left;
}

textarea.contact_textarea {
	width: 253px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #fff;
	border: 1px #009EC7 solid;
	float: left;
}

input.register {
	width: 71px;
	height: 25px;
	border: none;
	cursor: pointer;
	text-align: center;
	float: right;
	color: #FFFFFF;
	background: url(images/register_bt.gif) no-repeat center;
}

a.contact {
	background: url(../images/bg-register-button.png) 0 0 no-repeat;
	display: block;
	height: 30px;
	margin: 0 0 0 180px;
	background: url(../images/bg-register-button.png) 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

a.checkout {
	width: 71px;
	height: 25px;
	display: block;
	float: right;
	margin: 10px 30px 0 10px;
	background: url(images/register_bt.gif) no-repeat center;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	color: #fff;
}

a.continue {
	width: 71px;
	height: 25px;
	display: block;
	float: left;
	margin: 10px 0 0 0px;
	background: url(images/register_bt.gif) no-repeat center;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	color: #fff;
}

.terms {
	padding: 0 0 0 80px;
}

.form_subtitle {
	position: absolute;
	top: -11px;
	left: 7px;
	width: auto;
	height: 20px;
	background-color: #990000;
	text-align: center;
	padding: 0 7px 0 7px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
}

div.admin_title {
	background: url("../images/mp.png") no-repeat scroll 0 -1px transparent;
	font-size: 20px;
	font-weight: normal;
	padding-left: 37px !important;
}

.feat_prod_box_details {
	padding: 10px 0 10px 0;
	margin: 0 20px 10px 0;
	clear: both;
	font-size: 14px;
}

img.right {
	float: right;
	padding: 0 0 0 10px;
}

/* demo */
div.demolayout {
	width: 460px;
	margin: 0 0 20px 0;
}

ul.demolayout {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul.demolayout li {
	margin: 0 10px 0 0;
	float: left;
}

.tab {
	border: 1px #DFDFDF solid;
	padding: 0 0 25px 0;
}

ul.demolayout a {
	float: left;
	display: block;
	padding: 5px 25px;
	border: 1px solid #DFDFDF;
	border-bottom: 0;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
}

ul.demolayout a:hover {
	background: #fff;
}

ul.demolayout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #931A1D;
}

.tabs-container {
	clear: left;
	padding: 0px;
}

/**end file***/
div.small_content {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	border-width:1px;
	behavior: url(/PIE.htc);
	width: 120px;
	height: 185px;
	padding: 10px;
	float: left;
	position: relative;
	padding: 25px;
	margin: 5px;
}

.small_content_title {
	color: #FFFFFF;
	font-size: 14px;
}

/*************/
#topCat #fondCat {
    background: none repeat scroll 0 0 #000000;
}

#enteteCat #intro {
    left: 188px;
    padding-right: 305px;
    position: absolute;
    top: 138px;
}

#enteteCat #intro .titreCat {
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    text-transform: uppercase;
	
}


#enteteCat {
 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background: url(../images/div2.png) no-repeat;
}

#fondCat{
 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.spacer {
    clear: both;
}

#search #enteteCat #intro .texteCat {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 19px;
    padding-top: 8px;
}

#topCat  .ligne {
    margin-top: 0;
}

#topCat  li {
    float: left;
    list-style: none outside none;
    margin-bottom: 3px;
}

.ligne li {
    float: left;
    list-style: none outside none;
}

.searchClassique {
    padding-left: 25px;
    position: relative;
    width: 160px;
}

.searchClassiqueProduct {
    /*  padding-left: 25px; */
    position: relative;
    width: 140px;
}

.searchClassique1 {
    padding-left: 25px;
    position: relative;
    width: 150px;
}

.produit {
    padding-top: 10px;
}

.produitProduct {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.espacement3px {
    padding-top: 3px;
}

.produit .tag {
    height: 13px;
}

.produit .marque {
    line-height: 10px;
    margin-bottom: 2px;
}

.produit .prix {
    font-size: 11px;
    font-weight: bold;
    padding-top: 3px;
}

.selected {
    color: #99CC00 !important;
    font-size: 14px;
}

.bandeGrise_2px {
    background-color: #e2ebf4;
    display: block;
    font-size: 1px;
    height: 2px;
    width: 100%;
}

.espacement8px {
    padding-top: 8px;
}

div.readmore  {
    background: url("../images/bg-register-button.png") no-repeat scroll 0 0 transparent;
    padding: 7px 2px;
    text-align: center;
    margin-left: 5px;
}

div.readmore  a{
	 color: #FFFFFF;
	 font-weight: bold;
}


/*----------------crumb_nav------------------*/
.crumb_nav {
	padding: 5px 0 10px 20px;
	float: left;
	position: relative;
}

div.crumb_nav a{
	font-weight: normal;
}

input.input_error {
	border: 1px red solid;
}

.clear {
	clear: both;
}

.visuelProduitProduct {
	padding-left: 7px;
	padding-right: 7px;
}


.smallTitle {
	color: #99CC00;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-right: 5px;
}
