
.ui-helper-hidden {
	display:none
}

ul{ border:0; margin:0; padding:0; }
 
.tailleCat
{
height: 400px;
}

.tailleIm{
height: 190px;
}

.tailletitre{
height: 40px;
}

.taillesaga{
height: 40px;
}

.ui-helper-hidden-accessible {
	position:absolute;
	left:-99999999px
}

html, body {
    height: 100%;
    margin: 0; 
	padding: 0;
}

body
{
color: #000000;
width: 100%;
}

footer {
position:absolute;
bottom:0;
width:100%;
z-index:1;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}

table {
	border-collapse:collapse;
	border-spacing:0
}

input, select {
	vertical-align:middle
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}

a:hover, a:active {
	outline:none;
	color: white
}

input[type="radio"] {
	vertical-align:text-bottom
}

input[type="checkbox"] {
	vertical-align:bottom;
	*vertical-align:baseline;
}

.ie6 input {
	vertical-align:text-bottom
}

label, input[type=button], input[type=submit], button {
	cursor:pointer
}

button {
	width:auto;
	overflow:visible
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	outline:none;
	cursor:pointer;
	outline-width:0px;
	zoom:1;
	color: black
}

.PanneauMontant{
width:100%;
height:300px;
background-color: #7da7d9;
}

.carousel-page
{
width:100%;
height:300px;
background-color:#5f666d;
color:white;
}

.coloration
    {
background-color: #7da7d9;
    }

.marge {
margin-left: 4%;
}

.clear {
	float:left;
	clear:both;
	width:100%;
	display:block
}

form {
	display:inline
}

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

ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
	margin:0;
	padding:0;
}

body {
	background:#edf5ff;
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15pt;
	color:#444444;
 	filter:none

}

a:link, a:visited, a:active {
	color: black;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

 .divrow{
 	position: relative;
 	float: left;
 	clear: both;
 	padding-top: 15px;
 	padding-bottom: 15px;
 }

h1 {
	padding:0px;
	margin:0px;
	margin-bottom:16px;
	text-align:left;
	font-size:28px;
	color:#444444;
	font-weight:bold;
	line-height:normal;
}



h2 {
	color: #7da7d9;
	font-weight: bold;
	font-size: 26px;
	line-height: normal;
	 
}

h3 {
	color:#7da7d9;
	font-weight:bold;
	font-size:16px;
	margin:26px 0 16px 0;
}

h4 {
	color: #377C6F;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	padding: 10px 0 10px 0;
	 
	 
}



.fieldset{ 
	margin-bottom: 15px;
color: #765D5E;
}

.label{ margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #765D5E;
	}

.label a{ color: #BCB1B1 !important; margin-left: 10px; font-weight: normal;}

.label a:hover{text-decoration: underline;}

input#username, input#password, input#retriever_input {
	width: 280px;
	font-size: 16px;
	color: #765D5E;
	display: block;
	background-color: #F1EFEF;
	padding: 5px 10px;
	border-radius: 2px;
	border: 0px solid #DDD7D8;

	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.10) inset;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.10) inset;
}

input.myinput {
	 
	font-size: 16px;
	color: #765D5E;
	display: block;
	background-color: #F1EFEF;
	padding: 5px 10px;
	border-radius: 2px;
	border: 0px solid #DDD7D8;

	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.10) inset;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.10) inset;
}

textarea.mytxtarea{
	 
	font-size: 12px;
	color: #765D5E;
	
	background-color: #f5f5f5;
	padding: 10px 10px;
	
	
	border: 0px;
	 

	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.10) inset;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.10) inset;
}



input#topconnectform_submit, button#retriever_action, input.submitbutton {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	
	color: #FBFBFB !important;
	background-color: #7da7d9;
	border: 1px solid #7da7d9;
	padding: 8px 25px 8px 25px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	width: auto;
	height: auto;
	float: left;

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	border-radius: 2px;
	cursor: pointer;
	font: Arial, Helvetica, sans-serif;
	text-decoration: none !important;
	margin-top: 5px;
}

input#topconnectform_submit:hover, button#retriever_action:hover, input.submitbutton:hover {
	background:#7A6364!important;
	 
	border:1px solid #7A6364!important;
	cursor:pointer;
}

#retriever_success, #retriever_error, #connectdiv_error   {
	display: none;
}

a.login_launch_btn {
	display:block;
	font-size:11px;
	color:#fbfbfb;
	padding:9px 20px 9px 20px;
	background-color:#7da7d9;
	border:1px solid #6A5151;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

a.login_launch_btn:hover {
	background-color:#FBFBFB;
	color:#7da7d9;
	text-decoration:none!important;

}

#cadre{
 min-height: 300px;
}

/*header bottom*/
#header_bottom {
	width:100%;
	overflow:visible;
	background-color:#7da7d9;
}

#header_bottom_container {
	position:relative;
	width:990px;
	margin:0 auto;
	height:63px;
	overflow:visible;
}

a#site_logo {
	position:absolute;
	width:279px;
	height:77px;
	top:-57px;
	left:-2px;
	z-index:1;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#main_menu {
	position:relative;
	float:left;
	overflow:visible;
	z-index:0;
}

#main_menu li {
	position:relative;
	float:left;
	height:63px;
	overflow:visible;
}

#main_menu li a {
	font-size:13px;
	color:#000000;
	display:block;
	padding:32px 14px 0px 14px;
	height:31px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

#main_menu li a:hover {
	color:#FFFFFF;
	text-decoration:none!important;

}

#main_menu li a.first {
	padding-left:0px
}

#main_menu li .subNavWrap {
	display:none;
	position: absolute;
	top:63px;
	left:0px;
	z-index:999;
	
}

#main_menu li.dropDown {
	display:block;

}

#main_menu li.dropDown:hover > .subNavWrap {
	display:block;
	 
}

#main_menu li .subNav {
	position:relative;
	display:inline-block;
	padding:10px 22px 12px 11px;
	background: #7da7d9;
	overflow:visible;
	z-index: 1;
	-webkit-border-radius:0px 0px 2px 2px;
	-moz-border-radius:0px 0px 2px 2px;
	border-radius:0px 0px 2px 2px;
	border: 1px solid black;
	
}

.selector {
	position:absolute;
	width:15px;
	height:10px;
	top:-7px;
	left:16px;
	background: url(http://img11.hostingpics.net/pics/967015arrmenu.png) 0px 0px no-repeat;
}

#main_menu li .subNav li {
	width: 100%;
	height:auto;
}

#main_menu li .subNav li a {
	display:inline-block;
	white-space:nowrap;
	padding:7px 16px 7px 6px;
	height:auto;
	color:#000000;
	width: 100%;
}

#main_menu li .subNav li a:hover {
	color:#ffffff;
	background-color:#7da7d9;
	text-decoration:none!important;
}

.searchform {
	position:relative;
	float:right;
	margin:15px 0 0 0;
}
input#topboxsearch_input {
	position:relative;
	float:left;
	display:block;
	width:230px;
	height:32px;
	background-color:#FBFBFB;
	color:#000000;
	font-size:11px;
	padding: 1px;
	padding-left:10px;
	font-family: Arial;

	border:1px solid #000000;
	border-right:0px solid #000000;
	-webkit-border-radius:2px 0px 0px 2px;
	-moz-border-radius:2px 0px 0px 2px;
	border-radius:2px 0px 0px 2px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

input#topboxsearch_submit  {
	position:relative;
	float:left;
	display:block;
	float:left;
	width:40px;
	height:32px;
	background-color:#7da7d9;
	border:1px solid #000000;
	border-left:0px solid #000000;
	background:url(http://img11.hostingpics.net/pics/874670searchicon.png) center center no-repeat;
	-webkit-border-radius:0px 2px 2px 0px;
	-moz-border-radius:0px 2px 2px 0px;
	border-radius:0px 2px 2px 0px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	padding: 0px;
	font-size: 12px;
}

input#topboxsearch_submit:hover {
	background-color:#7da7d9;
}

.login_loggedin{
	position:relative;
	float:right;
	width:auto;
	overflow:hidden;
	margin:24px 0 0 0px;
	padding:0 0 0 30px;
	border-left:1px dotted #444444;
	
}

#header {
	width:100%;
	overflow:visible;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	line-height:normal;
	margin-bottom: 40px;
}

#header_top {
	width:100%;
	overflow:hidden;
	background-color:#5674b9;
}

#header_top_container {
	width:990px;
	margin:0 auto;
	height:77px;
	overflow:hidden;
	background:url(http://img11.hostingpics.net/pics/198734logoicon.png) 60px -15px no-repeat;
}

.modal-dialog {
    width: 300px;
}
.modal-footer {
    height: 70px;
    margin: 0;
}
.modal-footer .btn {
    font-weight: bold;
}
.modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
.input-group-addon {
    color: #fff;
    background: #3276B1;
}

@media ( max-width: 585px ) {
    .input-group span.input-group-btn,.input-group input,.input-group button{
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .input-group {
        position: relative;   
    }
    .input-group span.data-up{
        position: absolute;
        top: 0;
    }
    .input-group span.data-dwn{
        position: absolute;
        bottom: 0;
    }
    .form-control.text-center {
        margin: 34px 0;
    }
    .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
        margin-left:0;
    }

}

nav{
position: relative;
z-index:1;
}

.slide{
position: relative;
min-width: 700px;

}

#footer_bottom {
  width: 100%;
  position: relative;
  clear: both;
  float: left;
  background-color: #7da7d9;
}

#footer_bottom_wrap {
  width: 990px;
  height: 30px;
  padding-top: 25px;
  position: relative;
  margin: 0 auto;
}

.footer_links_left {
  float: left;
}

.footer_links_right {
  float: right;
}

.gold{
	color: #FFBF00;
}

.product{
	border: 1px solid #dddddd;
	height: 321px;
}

.product>img{
	max-width: 230px;
}

.product-rating{
	font-size: 20px;
	margin-bottom: 25px;
}

.product-title{
	font-size: 20px;
}

.product-desc{
	font-size: 14px;
}

.product-price{
	font-size: 22px;
}

.product-stock{
	color: #74DF00;
	font-size: 20px;
	margin-top: 10px;
}

.product-nostock{
	color: #FF0000;
	font-size: 20px;
	margin-top: 10px;
}

.product-info{
		margin-top: 50px;
}

.content-wrapper {
	max-width: 1140px;
	background: #fff;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 10px;
	border: 0px;
	border-radius: 0px;
}

.container-fluid{
	max-width: 1140px;
	margin: 0 auto;
}

.view-wrapper {
	float: right;
	max-width: 70%;
	margin-top: 25px;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
}

.service1-items {
	padding: 0px 0 0px 0;
	float: left;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 321px;
	width: 130px;
}

.service1-item {
	height: 107px;
	width: 120px;
	display: block;
	float: left;
	position: relative;
	padding-right: 20px;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.service1-item > img {
	max-height: 110px;
	max-width: 110px;
	opacity: 0.6;
	transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.service1-item > img:hover {
	cursor: pointer;
	opacity: 1;
}

.service-image-left {
	padding-right: 50px;
}

.service-image-right {
	padding-left: 50px;
}
.service-image-left > center > img,.service-image-right > center > img{
	max-height: 300px;
}

.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

div.clear
{
    clear: both;
}

div.product-chooser{
    
}

    div.product-chooser.disabled div.product-chooser-item
	{
		zoom: 1;
		filter: alpha(opacity=60);
		opacity: 0.6;
		cursor: default;
	}

	div.product-chooser div.product-chooser-item{
		padding: 11px;
		border-radius: 6px;
		cursor: pointer;
		position: relative;
		border: 1px solid #efefef;
		margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10x;
	}
	
	div.product-chooser div.product-chooser-item.selected{
		border: 4px solid #428bca;
		background: #efefef;
		padding: 8px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
		div.product-chooser div.product-chooser-item img{
			padding: 0;
		}
		
		div.product-chooser div.product-chooser-item span.title{
			display: block;
			margin: 10px 0 5px 0;
			font-weight: bold;
			font-size: 12px;
		}
		
		div.product-chooser div.product-chooser-item span.description{
			font-size: 12px;
		}
		
		div.product-chooser div.product-chooser-item input{
			position: absolute;
			left: 0;
			top: 0;
			visibility:hidden;
		}

.panel-title {display: inline;font-weight: bold;}
.checkbox.pull-right { margin: 0; }
.pl-ziro { padding-left: 0px; }
.form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

ul.notes-echelle {
	margin:0;
	padding:0;
	font:.75em/1.2 Arial, Helvetica, sans-serif;
}
ul.notes-echelle li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	min-width:20px;
	min-height:20px;
}
/* Correctif IE6 sur min-width & min-height */
* html ul.notes-echelle.js li {
	width:20px;
	height:20px;
}
ul.notes-echelle li label {
	display:block;
	text-align:center;
	line-height:20px;
	background:url(../img/etoiles.gif) center top no-repeat;
	cursor:pointer;
}

ul.notes-echelle li.note-off label {
	background-position:center -60px;
}


 ul.notes-echelle li.note-checked {
	font-weight:bold;
}

 ul.notes-echelle.js li.note-focus {
	outline:1px dotted #000;
}