/* 
##################
  pages dcom
##################
*/
html {height: 100%;}
body {
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	font-family:Arial,Helvetica,sans-serif;
}
fieldset{border: 0;}
#super_global_darty_container {
	position: relative;
	min-height: 100%;
	width: 100%;
}

#dcom_main_container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	position: relative;
	background-color: #A6A5A1;
    box-shadow: 0 -15px 0 15px #A6A5A1;
}

#main_container {
	background: #FFFFFF;
	text-align: left;
}

#content {
	width: 100%;
	min-width: 990px;

	min-height:500px;
  	height:auto !important;
  	height:500px;
	
	font-family: arial;
	font-size: 12px;
	background: white;
}
#content form {	margin: 0;	padding: 0;}

#contentColOne {margin: 0 25px;}

/* 
##################
  mini classes
##################
*/
.tunnel_achat_hide {display: none;}
.tunnel_achat_show {display: block;}
.spacing10 { clear: both; height: 10px; line-height: 10px; }

/* 
##################
  boutons CSS3
##################
*/

.btn_common{
	border-radius: 5px;
	padding: 2px 10px;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}

.dcom_button_grey {
	cursor: pointer;
	border: 1px solid #999999;
	background: #C1C1C1; /* Old browsers */
	background:    -moz-linear-gradient(top, #C1C1C1 0%, #DBDBDB 100%); /* FF3.6+ */
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C1C1C1), color-stop(100%,#DBDBDB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C1C1C1 0%,#DBDBDB 100%); /* Chrome10+,Safari5.1+ */
	background: 	 -o-linear-gradient(top, #C1C1C1 0%,#DBDBDB 100%); /* Opera 11.10+ */
	background: 	-ms-linear-gradient(top, #C1C1C1 0%,#DBDBDB 100%); /* IE10+ */
	background: 		linear-gradient(to bottom, #C1C1C1 0%,#DBDBDB 100%); /* W3C */
}
.dcom_button_red {
	cursor: pointer;
	border: 1px solid #A80000;
	color: #FFFFFF;
	background: #d53333; /* Old browsers */
	background:    -moz-linear-gradient(top,  #d53333 0%, #ca0000 100%); /* FF3.6+ */
	background: 	   -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d53333), color-stop(100%,#ca0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d53333 0%,#ca0000 100%); /* Chrome10+,Safari5.1+ */
	background: 	 -o-linear-gradient(top,  #d53333 0%,#ca0000 100%); /* Opera 11.10+ */
	background:     -ms-linear-gradient(top,  #d53333 0%,#ca0000 100%); /* IE10+ */
	background: 		linear-gradient(to bottom,  #d53333 0%,#ca0000 100%); /* W3C */
}
.dcom_button_yellow {
	cursor: pointer;
	border: 1px solid #F3A900;
	background: #FED021; /* Old browsers */
	background:    -moz-linear-gradient(top,  #FED021 0%, #fbdb69 100%); /* FF3.6+ */
	background: 	   -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FED021), color-stop(100%,#fbdb69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FED021 0%,#fbdb69 100%); /* Chrome10+,Safari5.1+ */
	background: 	 -o-linear-gradient(top,  #FED021 0%,#fbdb69 100%); /* Opera 11.10+ */
	background: 	-ms-linear-gradient(top,  #FED021 0%,#fbdb69 100%); /* IE10+ */
	background: 		linear-gradient(to bottom,  #FED021 0%,#fbdb69 100%); /* W3C */
}
.dcom_button_white {
	cursor: pointer;
	border: 1px solid #B4B2B2;
	background: #FFFFFF;
}

.dcom_popin_button{
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* 
#################################
  POPIN from div display:none
#################################
*/

.ie6 .dcom_rounded_box_popup{
	zoom:1; /* resoud le pb de haslayout */
}

.dcom_rounded_box_popup .first_level { text-transform: uppercase; }
.oldie .dcom_rounded_box_popup h3.first_level { font-size: 14px; }

.dcom_rounded_box_popup .first_level span.label{
	padding-left: 0;
	margin-left: 10px;
	background-repeat: no-repeat;
	margin-top: -18px;
	line-height: 23px;
}
.dcom_rounded_box_popup h2, .dcom_rounded_box_popup h3, .dcom_rounded_box_popup h4 {margin: 0;}
.dcom_rounded_box_popup .first_level a{
	font-size: 14px;
	font-weight: bold;	
}
.dcom_rounded_box_popup .first_level a.more_info_link {
	font-size: 10px;
	color: #595959;
	padding: 0 10px;
	text-decoration: none;
	
}
.dcom_rounded_box_content_popup{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: white;
	border: 1px lightGrey solid;
	margin: 0;
	padding: 5px;
}

.dcom_rounded_box_popup .button_box{padding: 10px;text-align: center;}
.dcom_rounded_box_popup .content_middle{padding: 10px;}
