@charset "utf-8";
/* CSS Document */
* {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

body {
max-width:690px;
margin:auto;
background-color:#ffffff;
padding:0px;
padding-top:4px;


}

.brochure {
	float: left;  
	height: 85px;
	width: 60px;
	border: 1px solid #FFFFFF; 
	margin-left:3px;
/*	padding: 2px; */
	z-index:3001;
}

.brochure img {
	height: 85px;
	width: 60px;
	border:0px;
	cursor:hand;
	cursor:pointer;
}

#container {
	height: 190px;
	width: 100%;
/*  border:1px solid silver ;  */
  border-bottom:1px dashed silver ; 
 z-index:1000;
 overflow:visible;
}


#panier {
	width:264px;
	height: 354px;
	border: 1px dotted black;
	background-color:#FFFFFF;
	z-index:400;
	background-image:url(/commande_brochures/css/caddie.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
    overflow:visible;
    margin-right: 2px;
	margin-top: 2px;
}

#catalogue {
	border:1px solid silver;
	background-color:#E2DCC8;
	float:right;
	width:408px;
	height: 354px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#catalogue table {
margin:14px;
}

#frmdrp {
padding:2px;
margin:2px;
margin-bottom:10px;
}

.obligatoire {
	background-image: url(../../commande_brochures/css/31.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

.drapeau {
margin-left:10px;
z-index:2900; 

}

.txt_1 {
margin:4px;
}

.overlay {
position:absolute; 
bottom:1px;
right:1px;
background-image:url(../../commande_brochures/css/comment.gif);
background-position:center;
background-repeat:no-repeat;
width:27px;
height:27px;
cursor:help;
overflow:hidden;
margin:0px;
padding:0px;
opacity:0.85;
-moz-opacity:0.85;
-khtml-opacity:0.85;
filter: alpha(opacity=85);
}

.btnsubmit {
margin-top:35px;
margin-bottom:5px;
width:350px;
height:28px;
}

#explic {
font-size:10px;
color:maroon;
margin-top:2px;
margin-bottom:2px;
padding:2px;
}

#footer_com {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:brown;

}

input,select,textarea {
margin-left:6px;
}

.mini {
color:black;
font-size:11px;
}

.minib {
color:black;
font-size:11px;
font-weight:bold;
}

.minibg {
background-color:#E2DCC8;
}

.minifg {
background-color:#FFFFF0;
}
