
* {
	margin:0;
	padding:0;
}

#popin1 {
	position:absolute;
	top:208px;
	left:50%;
	margin-left:-170px;
	width:340px;
	height:108px;
	background-color:#bfbcba;
	color:#000000;
	font:normal 12px Arial, Helvetica, sans-serif;
	z-index:200;
}

#popin1 a.fermer {
	display:block;
	position:absolute;
	top:8px;
	right:8px;
}

#popin1 p.lettre {
	background:url(../_img/puce/lettre.gif) center left no-repeat;
	padding-left:25px;
	margin-left:19px;
	margin-top:17px;
}

#popin1 ul {
	list-style-type:none;
	margin-left:51px;
	margin-top:9px;
}

#popin1 ul li {
	background:url(../_img/puce/puce_popin.gif) top left no-repeat;
	padding-left:8px;
}

#popin1 ul li a {
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

#popin2 {
	position:absolute;
	top:208px;
	left:50%;
	margin-left:-134px;
	width:268px;
	height:49px;
	background-color:#bfbcba;
	color:#000000;
	font:normal 12px Arial, Helvetica, sans-serif;
	z-index:200;
}

#popin2 a.fermer {
	display:block;
	position:absolute;
	top:8px;
	right:8px;
}

#popin2 p.lettre {
	background:url(../_img/puce/lettre.gif) center left no-repeat;
	padding-left:25px;
	margin-left:19px;
	margin-top:17px;
}

#overlay1 {
	top:0px;
	left:0px;
	position: fixed;
	background:#000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index:100;
	height:100%;
	width:100%;
	display:block;
}

#overlay2 {
	top:0px;
	left:0px;
	position: fixed;
	background:#000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index:100;
	height:100%;
	width:100%;
	display:block;
}

html{
	height: 100%;
}

body {
	height: 100%;
}

* html #overlay1 { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* html #overlay2 { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
