/*body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: #555;
	position: relative;
}*/
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
img {
	border: none;
}
td, a{
color:#fff;
font-size: 1.1em;
}
#notice{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#lienimage{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#infos{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#aide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#traitement{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#impression{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}
#choiximprim{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#fond {
	position: fixed; 
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 10;
}
.popup_bloc {
	background: #666;
	padding: 5px 5px;
	border: 2px solid #fff;
	float: left;
	width: 700px;
	position: fixed;
	top: 15%;
	left: 44%;
	margin: 0 0 0 -250px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.popup_bloc .popup {
	float: left;
	width: 100%;
	background: #666;
	margin: 5px 0;
	padding: 5px 0;
	border: 1px solid #bbb;
}

.popup h2{
	margin: 0 0 2px;
	padding: 5px 10px;
	border-bottom: 0px solid #bbb;
	font-size: 1.2em;
	font-weight: bold;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: bold;
	color:#fff;
}


.popup p {
	padding: 0px 0px;
	margin: 0px 0;
	font-family: "Arial", Times New Roman, serif;
    overflow-x:hidden;
   color:#fff;
}
.popup img.cntrl {
	position: absolute;
	right: 2px;
	top: 2px;
    -webkit-box-shadow: 0px 0px 20px #000;
   
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    
    border-radius: 10px;
}
