
/* CSS Document */

img{ border:none}
ul, li, p{ padding:0; margin:0;}
a { text-decoration:none;}

#cache_popin
{
/*
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:.5;
	z-index:50;
	filter:alpha(opacity=50);
	display:none
	margin:0;
	padding:0;
*/
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	width:1002px;
	height:578px;
	opacity:.5;
	z-index:50;
	filter:alpha(opacity=50);
	display:none
}
#ecran{
	background-color:#000;
	width:100%;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	opacity:.5;
	filter:alpha(opacity=50);
	display:none;
	min-width:800px;
	height:100%;
}
#popin
{
	z-index:100;
	background-color:#FFF;
	display:none;
	position:absolute;
	top:5px;
	left:140px;	
	margin:0;
	padding:0;
}

div.popin_home { width:700px; /*height:270px;*/ border:1px solid #9aa1a7; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
/* Header */
div.popin_home .bhaut{ background:#38424e; height:13px; text-align:right; color:#9ba0a6; font-size:10px; padding:2px 5px 0 0;}
div.popin_home .bhaut a{color:#9ba0a6}
/* Titre et Chapeau */
div.popin_home .corpop {padding:25px; padding-top:15px;}
div.popin_home .corpop .chapeau {padding:10px 0 15px 0;}
/* Questions */
div.popin_home .reponces ul.question{ list-style-type:none;}
div.popin_home .reponces ul.question li{ padding-left:13px; background:url(http://www.securite-pour-tous.com/securite-routiere/Images/fleche_tcm1780-743136.gif) 0 4px no-repeat; font-weight:bold; color:#117e61; padding-bottom:3px;}
div.popin_home .reponces ul.question li a{color:#117e61;}
div.popin_home .reponces ul.question li a:hover{color:#117e61; text-decoration:underline;}
div.popin_home .basdepage{ text-align:center; color:#0e7f63; padding-top:13px;}
div.popin_home .basdepage .countpage{ padding:0 30px 0 30px;}
div.popin_home .basdepage a{color:#0e7f63;}
div.popin_home .basdepage a:hover{color:#0e7f63; text-decoration:underline;}