body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: white;	
	margin: 0;
	color: #333367;
	text-align: center;	
}

img, div { 
	/*behavior: url(includes/iepngfix.htc);*/
}

legend{
	background-color: White;
}

form { margin: 0; }

div.url{
	position: absolute;
	top: 74px;
	left: 40px;
	background-color: #CC6733;
	width: 100%;
}
span.redir{
	font-size : 10pt;
	font-family: Arial;
	color: white;
	font-style: italic;
	line-height: 85%;
	font-weight: bold;
}

input.text{
	border: 1px solid #8E90A9;
	background-color: white;
	width: 150px;
	font-size : 8pt;
}

a {
	color: white;
	white-space: nowrap;
	text-decoration: none;
}
a:Hover {
	color: #333367;
}

a:Hover {
	color: #333367;
}

input.number{
	border: 1px solid #8E90A9;
	background-color: white;
	width: 50px;
	text-align: right;
	font-size : 8pt;
}

tr{	
	font-size : 10pt;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
tr.a {
	background-image: url(../../images/tr_a.jpg); 
	background-position: center;
	background-repeat: repeat-x;
	height: 20px;
	color: White;
	font-weight: bolder;
	font-family: Arial;
	text-align: center;
	font-size: 16px;
}
td.b {
	background-color: White;
	color: #333367;
	border: solid 1px #333367;
}

tr.b {
	background-color: #E9CABA;
}

tr.panier {
	background-color: #CEFFCE;
}

td {
	font-size: 10;
}

.tete{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	/*font-style: italic;*/
	line-height: 75%;
	font-size: 18pt;
	font-weight: bold;
	background-image: url(../../images/bicolor.gif);
}
td.menu{
	background-color: #CC6733;
	font-weight : bold;
	color: White;
	text-align: center;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 20px;
}

div{
	text-align: -moz-center;
	text-align: center;
}

.bleu{
	color:  #333367;
	font-weight: bold;
	cursor: pointer;
}

a.bleu{
	text-decoration: none;
}

a:Hover.bleu{
	color: #CC6733;
}

.blanc {
	color: White;
}

a:Hover.blanc{
	color: #CC6733;
}

a.orange_page {
	font-size: 14px;
	color:#CC6733;
	font-weight: bold;
}

a:hover.orange_page {
	color: #333367;
}

fieldset {
	padding: 15px;
	background-color: transparent;
	text-align: center;
	background-image: url(../../images/div_bleu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;margin: auto;
    width: 1000;
    border-radius: 6px;
}

.filtre {	
	background-image: url(../../images/filtre.png);
	background-repeat: repeat;
	background-position: 0px 30px;
}
legend {
	color: #CC6733;
	font-weight: bold;	
}

legend.active {
	cursor: pointer;
}

select{
	font-size: 10px;	
}


.motscles {
	background-color: transparent;
	border: 0px;
	width: 200px;
	overflow: hidden;
	font-size: 8px;
	text-align: left;
}

.ok {
	width: 15px;
	height: 15px;
}

.ok.over {
	position: absolute;
	right:0px;
	z-index:1000;
}
/*********************************************/
table{
	background-color : White;
	padding: 0px;
	margin: 0px;
}
table.a, table.d {	
	min-width: 1000px;
	text-align : center;
	text-align: -moz-center;
	border : none;
	background-color: transparent;
	
}

table.d tr:nth-child(2n+1) {
 	background-color: #E9CABA;
 }

table.kit {	
	width: 100%;
	text-align : center;
	text-align: -moz-center;
	border : none;
	background-color: transparent;
}
table.b{
	width: 750px;
	border : medium solid #D7BFA7;
}
table.c{
	text-align : center;
}
FORM {
	font-family : Arial;
}

H4 {
	font-size : 8px;
	font-style : normal;
	color : Gray;
	text-align : center;
}

.alert {
	color: Red;
	font-weight: bold;
}


/***** Guide  *****/

button {
	cursor: pointer;
}

#divRecherche {
	background-image: url(../../images/bg_loupe.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
}

#div_news {
	width:100%;
	height: auto;
	background-color: #FF9;
	color: #000;
	font-weight: bold;
	border: solid 3px #ff0;
}
#div_news > div {
	padding: 10px;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#div_news > div div.content {
	width:960px;
}
#div_news > div img.close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor:pointer;
}
#div_news a {
	text-decoration: underline;
}

div.msg {
	color: #333366;
	width: 300px;
	height: 80px;
	background-color: #F9FFCA;
	background-image: url(../../images/info.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;margin-left: -150px;top: 100px;
	border: 2px solid #ACA899;
	padding: 5px;
	vertical-align: middle;
	text-align: center;

}
div.kit {
	display: none;
	height: auto;
	width: auto;
	background-color: White;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 100px;
	border: 2px solid #ACA899;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	z-index: 1300;
}

div.img {
	position: absolute;
	width: 150px;
	height: 150px;
	background-image: url(../../images/image_bg.png);
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

div.images {
	width:100px;
	background-color: white;
	border: dashed gray 1px;
	margin:3px;
	position: relative;
}

div.images img {
	max-width: 100px;
}
div.zoom {
	position: absolute;
	top: 0px;
	right: 2px;
	cursor: pointer;
}
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  text-align: left;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:15px;
  cursor:pointer;
  /*white-space: nowrap;*/
}

ul.ui-autocomplete li {
  font-family: arial;
  font-size: 10px;
  color: #333366;
  text-align: left;
  margin:0;
  padding:2px;
  height:15px;
  cursor:pointer;
}

span.informal {
	float: right;
}

.td25 {
	width: 25px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.tab_on, .tab.on {
 	cursor: default;
	height: 15px;
	width: auto;
	padding: 7px;
	margin-left: -2px;
	border: 1px solid silver;
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: -1px;
	background-color: White;
	background-image: url(../../images/tabtop.gif);
	background-repeat: repeat-x;
	display: inline;
	position: absolute;
	bottom: 0px
}

.tab_off, .tab {
	cursor: pointer;
	height: 15px;
	width: auto;
	padding: 5px;
	border: 1px solid silver;
	border-bottom: 0px;
	background-image: url(../../images/tabback.png);
	background-repeat: repeat-x;
	display: inline;
	position: absolute;
	bottom: 0px
}

.tab_over, .tab:hover {
	cursor: pointer;
	height: 15px;
	width: auto;
	padding: 5px;
	border: 1px solid silver;
	border-bottom: 0px;
	background-image: url(../../images/tabtop.gif);
	background-repeat: repeat-x;	
	display: inline;
	position: absolute;
	bottom: 0px
}

.pointer {
	cursor: pointer;
}

.pointer:hover {
	color: #333367;
}


#dn_alert, #dn_message {
	display: none;
    position: fixed;
    top: 10px;
    padding:10px;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    text-align:center;
    font-weight:bold;
    width:200px;
    min-height: 20px;
    color:#fff;
    background-color:#336;
	border: solid 1px #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 0 20px 0 #888;
    -webkit-box-shadow: 0 0 20px 0 #888;
    -moz-box-shadow: 0 0 20px 0 #888;
	 z-index: 10000;
}


	.modal-background {
	    display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: white;
	    opacity: .50;
	    -webkit-opacity: .5;
	    -moz-opacity: .5;
	    filter: alpha(opacity=50);
	    z-index: 1000;
	}

	.modal-content {
		text-align: left;
	    background-color: white;
	    border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    box-shadow: 0 0 20px 0 #222;
	    -webkit-box-shadow: 0 0 20px 0 #222;
	    -moz-box-shadow: 0 0 20px 0 #222;
	    display: none;
	    height: 240px;
	    left: 50%;
	    margin: -120px 0 0 -160px;
	    padding: 10px;
	    position: absolute;
	    top: 50%;
	    width: 320px;
	    z-index: 1001;
	}
	
	.ui-autocomplete {
		z-index: 2000 !important;
	}

	.modal-background.active, .modal-content.active {
	    display: block;
	}?

	.modal-close {
		position: absolute;
		top:0px;
		right:0px;
	}
	
.btn {
	display: inline-block;
    font-weight: 200;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #ddd !important;
    border: 1px solid #333 !important;
    padding: 0.375rem 0.55rem;
    font-size: 1rem;
    border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover,
.btn:active {
    background-color: #aaa;
}

.btn-warning {
	color: #fff;
    background-color: #fd6409 !important;
    border-color: #fd6409 !important;
}
.btn-warning:hover,
.btn-warning:active {
    background-color: #fe8a45 !important;
}

.promo_card {
	float:left;
    margin: 10px;
    padding: 10px 0 16px 0;
    border: 1px solid #bbb;
    border-radius: 4px;
}
.promo_card:hover {
	border: 1px solid #000;
}

.promo_img {
	background-repeat: no-repeat;
	background-size: contain;
	height: 80px;
	width: 80px;
}

.promo_title, .promo_button {
	height: 40px;
}