@import url(http://fonts.googleapis.com/css?family=Raleway);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu {
  width: auto;
  border-bottom: 3px solid #007DC6;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu ul {
  background: #fff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#cssmenu > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color:#EC008C;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #EC008C;
}


body{
background-color:#fff;
font-family: Raleway;
font-size:13px;
}
.fnt{
font-family: Raleway;
font-size:13px;
}
.logo{
width:100%;
height:110px;
background-color:#000;
border-radius: 15px; 
}
.logopng{
width:250px;
height:100px;
border-radius: 15px; 
}
.tbl{
	background-color: #ffffff;
	border: 2px solid yellow;
	border-radius: 15px; 
}

.round{
border-radius: 15px;
}
.tbladress{
	background-color: #000;
	color:#fff;
        font-size:11px;

}



.roundsiege{
border-radius: 10px;
width:100px;
height:100px;
cursor:pointer;
}

.roundsiege:hover{
border-radius: 10px;
width:500px;
height:500px;
}

.mtable{
color:gray;
width:100%;
border:0;
height:40%;
cellpadding:5px;
cellspacing:5px;
font-family: Raleway;
font-size:12px;

}
.dtable{
width:80%;
border:1;
height:100%;
cellpadding:15px;
cellspacing:15px;
}
.trd{
height:15%;
width:10%;
text-align:center;
align:center;
}

.perct{
width:5%;
}

.icontd{
vertical-align: top;
text-align: left;
margin:5px;
font-size:12px;
color:gray;

}

.tdtitle{
color:white;
background-color: #007DC6;
text-align:center;
border-radius: 15px; 
width:150px;
height:20px;
}
.tdtitle:hover{
color:#007DC6;
background-color: yellow;
}

.champ_asterisque{
color:red;
font-weight:bold;

}

.ima{
height:110px;
width:150px;
}

.imaffiche{
height:190px;
width:190px;
}
.messageErr{
	z-index:999;
	color: #df0000;
}

.hdiv
{
display: none;
}


.vdiv
{
 display: block;
}

.center {

  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%); /* Yep! */
 
  background-color: #fff;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-color: #5D6961 #5D6961 #5D6961 #5D6961;
  padding:10px; 
  font-size:100%;
  /*border-radius: 6px;*/
  -moz-box-shadow:5px 5px 2px #333333;
  -webkit-box-shadow:5px 5px 2px #333333;
  box-shadow:5px 5px 2px #c0c0c0;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  overflow:auto;
 
}

.zindexdiv{
	z-index:10;
	width: 36%;
        position: absolute;
}


.action-button2
{
	position: relative;
	padding: 3px 5px;
        margin: 0px 5px 5px 0px;
        border-radius: 5px;
	color: #000;
	text-decoration: none;	
	border: 1px solid #3498db;
	background-image: linear-gradient(to bottom, #fff,#fff);
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	
}


.action-button2:active
{
	transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
	border:none;
	background-image: linear-gradient(to bottom, #3498db, #3498db);
}

.action-button2:hover
{
	color:#fff;
	background-image: linear-gradient(to bottom, #3498db, #3498db);
	-webkit-box-shadow:3px 3px 2px #c0c0c0;
    box-shadow:2px 2px 2px #c0c0c0;
}

.ombre{
-moz-box-shadow:5px 5px 2px #333333;
  -webkit-box-shadow:5px 5px 2px #333333;
   box-shadow:6px 6px 4px #c0c0c0;
   border-radius: 10px;
}
.close-image16{
    border:none;
    display: block;
    float:right;
    position:relative;
    top:0px;
    right: 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    cursor: hand;
    opacity:1;
}
.close-image16:hover{
	  opacity:0.4;
-moz-box-shadow:5px 5px 2px #333333;
  -webkit-box-shadow:5px 5px 2px #333333;
  box-shadow:5px 5px 2px #c0c0c0;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */

}




.imapub{
width:200px;
height:200px;
border-radius: 10px;
  -moz-box-shadow:5px 5px 2px #333333;
  -webkit-box-shadow:5px 5px 2px #333333;
  box-shadow:5px 5px 2px #c0c0c0;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */

}
.commander_botton{
	display:block;
	float:left;
	width:145px; height:31px;
	background:url(../image/commander.png) top left no-repeat;
	margin:0 0 0 0; padding:22px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
  font-weight:bold;
}

.order_mail{
    width: 194px;
    height: 9px;
    background: transparent url("../image/order.png") no-repeat scroll left bottom;
}

.main {
    width: 921px;
    margin: 20px auto 0px;
}

.main_content {
    width: 899px;
    min-height: 200px;
    padding: 5px 10px 40px 12px;
    position: relative;
    background: transparent url("img/bg_bloc_principal.png") repeat-y scroll right top;
    float: left;
}

.home_contenuto {
    width: 990px;
    min-height: 350px;
    margin: 0px auto;
}

.product {
    width: 194px;
    padding: 5px 0px 0px;
    float: left;
    margin: 0px 2px 8px;
}

.product h3 a{
	width:194px; height:29px;
	display:block;
	background:url(img/bg_produit_1.png) top left no-repeat;
	text-align:center;
	color:#FFFFFF;
	padding:21px 0 0 0;
	font-size:1.6em;
	font-weight:normal;
}
.product_footer{
	width:194px; height:9px;
	background:url(img/bg_produit_1.png) bottom left no-repeat;
}

.produit_content {
    width: 189px;
    min-height: 250px;
    background: transparent url("../image/bg_product_content.png") repeat-y scroll right top;
    padding: 0px 0px 0px 5px;
}

.produit_1_2 {
    background-image: url("../image/produit_1_2.png");
}

.produit_1_1 h3 a {
    background-image: url("../image/produit_1_1.png");
}
  .produit_1_link_plus {
    color: #EE822D;
}

.flag{
width:32px;
height:32px;
cursor:pointer;
}