.separator {
	clear:both;
	margin:0;
	padding:0;
}
/* index */
.index {
	padding:3px 0px;
	text-align:justify;
}
.index li {
    list-style-type: none;
	float:left;
}
.index .largeIndex {
	border:3px solid #336699;
	float:left;
	width:482px;
	margin:8px;
}
.index .smallIndex {
	border:3px solid #336699;
	float:left;
	width:232px;
	margin:6px;
}

.smallIndex label {
	width:210px;
}

.smallIndex h2 {
	color: white !important;
    font-size: 14px;
    padding: 3px 5px;
    text-transform: uppercase;
	background-color:#336699;
}
.smallIndex .widget {
	padding: 10px;
	border:1px solid #336699;
}

.largeIndex .widget {
	padding: 10px;
}

.largeIndex h2 {
	color: white !important;
    font-size: 14px;
    padding: 3px 5px;
    text-transform: uppercase;
	background-color:#336699;
}
.listProduit li {
	width:202px;
	float:left;
	margin:2px 0px 6px 0px;
	border-bottom:2px dotted #336699;
}
.index .listProduit .image {
	width:150px;
	margin:2px;
	height:100px;
	margin:0px auto;
}
.index .listProduit .prix {
	color:red;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:3px 4px;
}
.index .listProduit .prix span {
	text-decoration:line-through;
	font-size:13px;
}

.index .listNews li {
	float:left;
	margin:2px 0px 6px 0px;
	border-bottom:1px dotted #336699;
	width:100%;
}
.index .listNews li a {
	font-size:11px;
	font-weight:none;
}

.index #selectionMois {
	padding: 0px;
	width: 654px;
	border: 1px solid #336699;
	float: left;
	display: block;
}
.index #selectionMois li {
    list-style-type: none;
	padding-left: 5px;
	height: 30px;
	width:210px;
	background-color:#336699;
}
.index #afficheActu {
	padding: 0px;
	width: 654px;
	border: 1px solid #336699;
	border-top: 0px;
	margin:10px 0px;
	float: left;
	display: block;
}
.index #afficheActu h1 {
	width: auto;
	padding: 3px 4px;
	margin: 0px;
	background: url('/styles/img/menu.gif') repeat-x;
}
.index #afficheActu li {
    list-style-type: none;
	padding: 1px 8px;
}
.index #afficheActu span {
	padding-left: 460px;
}
.index #infoInscription label {
	float: left;
	display: block;
	width: 100%;
}
.index #infoInscription {
	padding: 0px;
	width: 654px;
	border: 1px solid #336699;
	float: left;
	display: block;
}
.index .listeNews {
	background: url('/styles/img/bg_alaune.gif') repeat-x;
	display: block;
	float: left;
	width: 476px;
	padding:1px;
}
.index .listeNews a {
	float:left;
	width:333px;
	font-size:16px;
	display: block;
	text-align:center;
	height:20px;
	padding:16px;
}
.index .news0 img {
	float:left;
	display: block;
}
.index .news1 img {
	float:right;
	display: block;
}

/* page listing marque */
.marque { float: left; display: block; width: 180px; margin: 5px; padding: 5px; text-decoration: bold; text-align: center; border: 1px dashed #bc832c; }
.marque img { padding:4px; }

/* listing categorie */
.categorie .listCategorie {
	float: left;
	display: block;
    list-style-type: none;
	list-style-image: URL('/styles/img/ariane.gif');
	padding: 4px 20px;
	v-align: middle;
}
.listCategorie li {
	background-color: #336699;
    display: block;
    float: left;
    height: 153px;
    margin: 8px;
    text-align: center;
    width: 194px;
	-webkit-box-shadow: 2px 2px 4px #383838;
	-moz-box-shadow: 2px 2px 4px #383838;
	box-shadow: 2px 2px 4px #383838;
}

.listCategorie li:hover {
	-webkit-box-shadow: -2px -2px 4px #383838;
	-moz-box-shadow: -2px -2px 4px #383838;
	box-shadow: -2px -2px 4px #383838;

}
.listCategorieLite li {
	width:142px;
	margin:5px;
	border:1px solid #336699;
	height:158px;
	padding-top:6px;
}

.listCategorieLite li a {
	font-size:14px;
	display: block;
	text-align:center;
}

.listCategorie li a{
	font-size:15px;
	display: block;
	text-align:center;
	color:white;
}

.listCategorie li .logo_cat {
	background-color: white;
    height: 120px;
    margin: 2px;
	padding:3px;
}

/* listing tableau */
#col_left table {
	width: 652px;
	align: center;
	padding: 10px;
	margin: 5px 15px;
	border-collapse: collapse;
    border: 1px solid #336699;
	border-top:0px;
}

#col_left th {
	background: url('../styles/img/table_header.gif') repeat-x;
	padding: 5px 8px;
	margin: 0px;
}
#col_left td {
	padding: 10px 8px;
	border-bottom: 1px solid #336699;
}
#col_left .pair {
	background-color:#F0F0F0;
}
#col_left .impair {
	background-color:#FFF;
}
#col_left td span {
	color:#505050;
	font-size:0.9em;
	min-height: 0px;
	height:auto;
	text-align:left;
}
#col_left td {
	color:#336699;
	font-size:12px;
	font-weight:bold;
}
#col_left span {
	color:#909090;
	font-size:0.8em;
	float:left;
	overflow:hidden;
	min-height:50px;
	height:55px;
}
#col_left .prix {
	font-size:18px;
	font-weight:bold;
	color:#CC3333;
}
/*** listing filtre ***/
#filtre ul {
	padding:2px 5px;
    list-style-type: none;
	border-right:1px dotted #C0C0C0;
	width:100px;
	overflow-x:hidden;
	overflow-y:auto;
	float:left;
}
#filtre ul .select {
	color:#CC3333;
}
.topTable a {
	color:white;
	font-size:15px;
}

/*** pagination ***/
.pagination {
	width:652px;
	padding:2px 8px;
	margin:2px 6px;
	border:1px solid #336699;
	text-align:center;
	float: left;
}
.pagination .suiv {
	width:100px;
	float:right;
	padding:4px 20px 4px 10px;
	text-align:right;
	border-left:1px solid #336699;
	background:url('/styles/img/suiv.gif') no-repeat right center;
}
.pagination .info {
	width:350px;
	float:right;
	text-align:center;
	padding:4px 6px;
}
.pagination .prec {
	width:113px;
	float:left;
	padding:4px 10px 4px 20px;
	text-align: left;
	border-right:1px solid #336699;
	background:url('/styles/img/prec.gif') no-repeat left center;
}
/*** Page listing boutique ***/
.listing_boutique p { font-size:15px; }

.boutique {
	background-color: #336699;
    float: left;
    margin: 15px 40px;
	padding:4px;
    text-align: center;
    width: 246px;
	-webkit-box-shadow: 2px 2px 4px #383838;
	-moz-box-shadow: 2px 2px 4px #383838;
	box-shadow: 2px 2px 4px #383838;
}
.boutique a.link_img {
	width:240px;
	height:130px;
	background-color:white;
	display:block;
	padding:5px 3px;
}
.boutique label a {
	font-size:16px;
	color:white;
	text-transform:uppercase;
}
/** Page de la boutique **/
.boutique_page .img_boutique {
	float:right;
	width:244px;
	margin:15px;
	-webkit-box-shadow: 2px 2px 4px #383838;
	-moz-box-shadow: 2px 2px 4px #383838;
	box-shadow: 2px 2px 4px #383838;
	border:2px solid #336699;
}
#content h1.boutique_h1 {
	background: url("/styles/img/table_header.gif") repeat-x scroll 0 0 transparent;
	color:white;
	padding:4px 6px;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}
.boutique_page h2 {
	width:300px;
	float:left;
	padding-top:4px;
}
.boutique_page p.description_boutique {
	float:left;
	width:390px;
	font-size:14px;
	padding:10px 2px;
	min-height:120px;
}
#content .code_promo {
	margin:10px 0px;
	-webkit-box-shadow: 2px 2px 4px #383838;
	-moz-box-shadow: 2px 2px 4px #383838;
	box-shadow: 2px 2px 4px #383838;
}
#content .code_promo h3 {
	background: url("/styles/img/table_header.gif") repeat-x scroll 0 0 transparent;
	color:white;
	padding:4px 6px;
	font-size:15px;
}
#content .code_promo ul {
	border:2px solid #4C8AD2;
	border-top:0px none;

}
#content .code_promo li {
    list-style-type : none;
	padding:15px 5px;
	text-align:center;
	border:1px solid #D3D4D5;

}
#content .code_promo li label {
	font-size:16px;
	font-weight:bold;
	width:150px;
	text-align:center;
	color:red;
	display:block;
	float:left;
}
#content #liste_boutique_code_promo li {
	width:130px;
	float:left;
	border:0;
	padding:8px 4px;
	margin:8px 4px;
	border:3px solid #D3D4D5;
	height:75px;
}
.boutique_page .prix_listing {
	margin:10px 0px;
	-webkit-box-shadow: 2px 2px 4px #383838;
	-moz-box-shadow: 2px 2px 4px #383838;
	box-shadow: 2px 2px 4px #383838;
}
.boutique_page .prix_listing h3 {
	background: url("/styles/img/table_header.gif") repeat-x scroll 0 0 transparent;
	color:white;
	padding:4px 6px;
	font-size:15px;
}
.boutique_page #col_left .prix_listing table {
	border:2px solid #4C8AD2;
	border-top:0px none;
	margin:0;
	width:auto;

}
/** Page listing article **/
#content #liste_actu .img {
	float:left;
	margin:0px 5px;
	width:120px;
}
#content #liste_actu label {
	color:black;
	width:auto;
	font-size:12px;

}
#content #liste_actu span {
	width:500px;
	font-size:16px;
	color:#454647;
}
/*** Page article ***/
.editorial .body_news {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding-top:15px
}
.editorial #auteur {
	width:530px;
	padding:4px;
	font-size:14px;
	float:left;
	border-bottom:1px dotted #336699;
}
.editorial #note {
	float:right;
	width:120px;
	margin:8px 2px;
}
.editorial .body_news img {
	float:right;
	padding:5px;
}
.editorial li {
	list-style-type:none;
	margin:2px 5px;
	font-size:16px;
}


/*** Page contact ***/
#contactForm {
	width:550px;
	padding:10px;
	margin:10px auto;
}

#contactForm .champscontact {
	width:520px;
	float:left;
	padding:3px 5px;
}
#contactForm .champscontact input,textarea {
	width:300px;
}
#contactForm .champscontact .bouton {
	width:75px;
	margin:2px 230px;
	text-align: center;
	color:white;
	height:25px;
	border:0px;
	background: url('../styles/img/valider.gif') no-repeat;
	cursor:pointer;
}
#contactForm .champscontact label {
	width: 160px;
	float:left;
}

/*** page cgu ***/
.cgu ul {
	margin:0px 25px;
}
.cgu p {
	padding:10px;
}
.cgu h3 {
	color:#336699;
	border-bottom:1px dashed #336699;
	font-size:14px;
	margin:1px 3px;
}

/************************
 *		Widgets 		*
 ************************/
/* newsleters */
.newsletterForm {
	display: block;
	padding: 10px;
	padding-top:5px;
	margin: 0;
}

.newsletterForm label {
	width:220px;
	padding-bottom:3px;
	display: block;
	float:left;
	min-height:60px;
}

.newsletterForm span {
	color:red;
	font-weight:bold;
}

.newsletterForm .inputText {
    border: 1px solid #336699;
	color:#000000;
	background-color:#FFFFFF;
	height:16px;
	margin:0;
	padding:2px;
	vertical-align:middle;
	width:150px;
}
.newsletterForm .inputValider {
	font-size:0;
	height:22px;
	width:90px;
	margin:0 0 0 -4px;
	padding:3px;
	vertical-align:middle;
	font-weight: bold;
	font-size: 12px;
	color:white;
	border:0px;
	cursor:pointer;
	background: url('../styles/img/bouton_recherche.gif') no-repeat;
	background-position:center right;
}
/* top recherche */


