/* CSS Document */

#pop{
	width:400px;
	height:290px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_pop.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	
}

#pop #header{
	width:395px;
	height:21px;
	background-image:url(images/bg_h.jpg);
	background-repeat:no-repeat;
	padding:4px 5px 0 0;
}

#pop #header a{
	float:right;
	width:16px;
	height:16px;
	background-image:url(images/close_sprite.jpg);
	background-repeat:no-repeat;
	background-position:-16px 0px;
	display:block;
}


#pop #header a:hover{
	width:16px;
	height:16px;
	background-image:url(images/close_sprite.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0px 0px;
	float:right;
}

#pop #content{
	width:340px;
	height:225px;
	padding:35px 30px 30px 30px;	
}

#pop h1{
	margin-bottom:15px;
	color:#1068bc;
	font-size:18px;
}

#pop h2{
	color:#103184;
	font-size:14px;
	margin-bottom:15px;
}

#pop p{
	color:#103184;
	font-size:12px;
	margin-bottom:15px;
}


#pop a{
	color:#103184;
	font-size:12px;
	margin-bottom:15px;
	text-decoration:underline;
}

#pop a:hover{
	color:#000000;
	font-size:12px;
	margin-bottom:15px;
}

#pop #zone{
	width:360px;
	height:90px;
}

#pop #zone form{
	padding-right:48px;
}


#pop #zone form input#champs{
	width:306px;
	border:solid 1px #becaea;
	height:14px;
	padding:2px;
	margin-bottom:15px;
}

#pop #zone form input#valider{
	float:right;
}
