/* CSS CATCHMAIL VERSION 1 */

html, body{
	height : 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background : #22125a url("/templates/actu-voyance/pics/catchmail/bg_catchmail10.png") top right repeat-x;
	color : #f7e298;
	font-size : 12px;
	text-align : center;
}

img{
	border : 0;
	margin : 0;
	padding : 0;
}

#barre_ref{
	margin : 0;
	padding : 0;
	background: #ebe8d5 url("/pics/barre_ref.gif") repeat-x;
	color : #000;
	width:100%;
	height:14px;
	text-align:center;
}

#barre_ref h1{
	margin : 0;
	padding : 0;
	font: normal normal normal 7pt Verdana, Arial, Helvetica, sans-serif;
}

#barre_ref a, #barre_ref a:visited, #barre_ref a:hover{
	color : #000;
}

#container{
	margin : 0 auto;
	padding : 0;
	position : relative;
	width : 772px; /*  808*/
	border : 0;
}

#left{
	float : left;
	width : 165px;
	height : 255px;
	margin : 0;
	padding : 0;
	border : 0;
}

#right{
	float : right;
	width : 154px;
	height : 255px;
	margin : 0;
	padding : 0;
	border : 0;
}

#center{
	width : 447px;
	height : 255px;
	margin : 0 154px 0 165px;
	padding : 0;
	position : relative;
	background : url("/templates/actu-voyance/pics/catchmail/bg_center10.png") top center no-repeat;
	border : 0;
}

#mail_catch{
	position: absolute;
	top : 85px;
	left : 90px;
	width : 250px;
	height : 20px;
	vertical-align: middle; 
	height: 25px; 
	font-size: 20px;
	padding-left : 10px;
}

#offres{
	position: absolute;
	top : 137px;
	left : 45px;
	width : 360px;
}

#offres p{
	margin : 0;
	padding : 0;
}

.small{
	font-size : 10px;
}

#catchmail_submit{
	position: absolute;
	cursor: pointer;
	top : 185px;
	left : 65px;
	width : 320px;
	height : 50px;
	background : url("/templates/actu-voyance/pics/catchmail/button.gif") no-repeat;
	border : none;
}

#bottom{
	clear: both;
}

/* BULLE */
#infobulle{
	background-image: url("/templates/actu-voyance/pics/bulle.gif");
	position: absolute;
	display: none;
    width: 387px;
    height: 140px;
	left : 160px;
	top : 225px;
	z-index : 1;
	margin-left:-10px;
	margin-top: 10px;
}

#closeBulle{
	margin-left: 315px;
	margin-top: 18px; 
	width: 48px; 
	height: 22px; 
	cursor: pointer;
	
}
#bulle{
	clear: both; 
	width: 355px; 
	padding-top: 20px;
	text-align: center;
	color: red;
	font-weight: bold;
	margin-left: 20px;
}

.error{
	color : red;
	font-weight : bold;	
	font-size : 16px;
}

.presentation{
	font-size : 11px;	
}

/* FOOTER */

#footer{
	bottom : 0;
	left : 0;
	width: 99%;
	background-color: transparent;
	text-align:center;
	font-size:10px;
	color: #ffff33;
}

#footer a:link, #footer a:visited{
	color: #ffff33;
	text-decoration : none;
}

