﻿html
{
	background: #E0D8D2 url(img/bg-body.png) repeat-x left top;
}

a
{
	color: #000;
	text-decoration: underline;
}
.node
{
	padding: 12px;
	border: 1px solid #FFF;
	background: transparent;
}
.clear
{
	display: block;
	clear: both;
}
label
{
	cursor: pointer;
}
input
{
	border: 1px solid #c5c5c5;
	padding: 2px;
	margin-right: 3px;
}
input.btn
{
	border: 0;
}

/* BOUTON .btn */
div.btn
{
	width: 100%;
	text-align: center;
	margin: 10px auto 0;
}
div.big
{
	width: 250px;
}
div.btn a
{
	display: block; /*background:url(img/abo-gratuit/sprite-btn.png) no-repeat left -139px;*/
	margin-right: 5px;
	padding: 10px 3px 0px 12px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
div.big
{
	background: url(img/abo-gratuit/sprite-btn.png) no-repeat right -72px;
}
div.big a
{
	background: url(img/abo-gratuit/sprite-btn.png) no-repeat left -4px;
}

/* Messages d'erreur */
#main .error input
{
	border: 1px solid #F00;
	background: #FCC;
}
#main div.error strong
{
	color: #F00;
	font: bold 11px Arial;
	display: block;
}
#main div.error, #main div.error label, #main p.error
{
	color: #F00;
	font-weight: bold;
}

/* Bloc d'aide */
#aide
{
	width: 240px;
	padding: 0 20px;
	margin: 20px 0;
	float: right;
	border-left: 1px solid #CCC;
	margin-left: -1px;
}
#aide p
{
	padding: 5px 0;
	line-height: inherit;
}
#aide h2
{
	color: #39C;
	font: bold 12px Helvetica;
	padding-left: 30px;
	padding-top: 4px;
	line-height: 2.5em;
	background: url(img/ico-aide.png) no-repeat left bottom;
}
#aide a
{
	display: block;
	text-align: right;
	text-decoration: underline;
	padding: 5px 0;
	color: #39C;
}
#aide p a
{
	display: inline;
}

/* Class générales */
p.conditions
{
	font: 10px Verdana;
}
.fr
{
	float: right;
}
.fl
{
	float: left;
}

/* =TYPO
*****************************************************************************/
html
{
	font-family: Arial;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica;
	line-height: 2em;
}
h2
{
	font-size: 20px;
	color: #39C;
}
h3
{
	font-size: 17px;
}
h4
{
	font-size: 14px;
}

#lv1 li
{
	font-size: 11px;
}
#lv1 li span
{
	color: #c6b9b2;
	font-weight: bold;
}
#lv1 li.current span
{
	color: #CCC;
}

#highlightServices h2
{
	letter-spacing: -1px;
}
#highlightServices h4
{
	color: #008ac9;
	font-weight: bold;
}

#recapitulatif
{
	background: #F7F3F0 none repeat scroll 0 0;
	border: 1px solid #DDD4CE;
}

/* =MAIN
*****************************************************************************/
#main
{
	width: 845px;
	padding: 2px;
	margin: 0 auto;
	background: #F8F5F5 url(img/abo-gratuit/bg-main.gif) repeat-x 0 0;
}

/* =HEADER */
#header
{
	/*background: #63C5F0 url(img/abo-gratuit/bg-header.png) repeat-x left top;*/
	background: #63C5F0 url("img/abo-gratuit/bandeau-gratuit.jpg") repeat-x scroll left top;
	padding-bottom: 9px;
	padding-top: 16px;
	overflow: hidden;
}
/* h1 */
h1
{
	width: 28%;
	height: 84px;
	position: relative;
	float: left;
	text-indent: -999em; /*background:url(img/logo-boursier.png) no-repeat 24px 24px;*/
}
h1 strong
{
	display: block;
	width: 252px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 34px; /*background:url(img/abo-gratuit/logo-membreGratuit.png) no-repeat left top;*/
}
#header img
{
	margin-left: 50px;
}
#header p
{
	width: 502px;
	padding: 12px 31px 18px;
	float: left;
	font: 20px Helvetica;
	color: #FFF;
	background: url(img/abo-gratuit/bg-titleHeader.png) no-repeat left top;
}
#header p strong
{
	font-size: 24px;
	display: block;
}

/* #lv1 */
#lv1
{
	width: 820px;
	margin: 10px auto 0;
	overflow: auto;
}
#lv1 li
{
	display: block;
	float: left;
	width: 157px;
	padding: 4px 0 5px 7px;
}
#lv1 li span
{
	display: block;
	float: left;
	width: 20px;
}

/* =CONTENT */
#content
{
	padding: 20px;
}

/* Index */
.presentation
{
	padding-bottom: 20px;
}
.presentation #content
{
	padding: 10px 2px 20px;
	min-height: 300px;
}
.presentation #content dl
{
	width: 270px;
	float: left;
	margin: 0 5px;
	padding: 20px 0 0;
	text-align: center;
	background: url(img/abo-gratuit/sprite-bloc.png) no-repeat 0 top;
}
.presentation #content dt
{
	padding: 0 10px;
	font: bold 19px Helvetica;
	text-align: left;
}
.presentation #content dt strong
{
	color: #008ac9;
}
.presentation #content dd
{
	height: 100px;
	padding: 10px 10px 20px;
	margin-bottom: -61px;
	background: url(img/abo-gratuit/sprite-bloc.png) no-repeat 0 bottom;
	font: normal 13px Helvetica;
	text-align: left;
}
.presentation #content img
{
	margin: 0 0 -115px;
}
.presentation .btn
{
	display: block;
	width: 552px;
	margin: 0 auto;
}


/* Inscription */
.node
{
	margin-top: 15px;
	padding: 15px;
	background: #FFF;
	border: 1px solid #dad8d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.inscription .legend
{
	font: bold 20px Arial;
	color: #008ac9;
}
form .inscription ul
{
	margin: 0;
	list-style: none;
}
form .inscription li
{
	height: 24px;
	padding: 5px 0;
}
.inscription .extra_auditeurs li
{
	height: auto;
}
.inscription .label
{
	display: block;
	float: left;
	width: 175px;
	padding-top: 5px; /* height: 24px; 	line-height: 24px; */
	font-weight: bold;
}
.inscription .field
{
	float: left; /* width: 212px;*/
}
.inscription .sweet-field
{
	width: 200px;
}
#cp
{
	width: 40px;
}
#phone
{
	width: 80px;
}
.inscription .notice
{
	position: relative;
	float: left;
	width: 220px;
	margin-left: 10px;
}
.inscription .error
{
	width: 300px;
}
.inscription .notice p span
{
	position: absolute;
	left: 0;
	top: 1px;
	padding: 11px 5px 0;
	margin: 0;
	width: auto;
	height: 11px;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
}
.inscription .notice.help p
{
	border-color: #CCC;
	color: #888;
	background-color: #F5F5F5;
}
.inscription .notice.help p em
{
	color: #05B;
	font-style: normal;
	text-decoration: underline;
	cursor: pointer;
}
.inscription .notice.error p span
{
	border-color: #F10;
	color: #FFF; /*background-color: #F10;*/
}
#main p.error, #main div.error
{
	padding: 5px;
	margin: 3px 0 0 10px;
	border: 0;
	background: #FFF;
	text-align: center; /*	display: none;*/
}
.inscription .notice span
{
	position: absolute; /*width: 0; height: 0;*/
	top: 8px;
	left: 3px;
	border: 4px solid transparent;
	border-left: 0; /*font-size: 0; */
	line-height: 0;
}
.inscription .notice.help span
{
	border-right-color: #AAA;
}
/*.inscription .notice.error span{ border-right-color: #F10; }*/

.inscription input[name=civilite]
{
	margin-left: 15px;
}
.inscription .field input[name=civilite]:first-child
{
	margin-left: 0;
}
.inscription select.birth
{
	width: 65px;
}

.inscription fieldset.optin li
{
	height: auto;
}
fieldset.optin
{
	margin-bottom: 20px;
}
fieldset.optin input
{
	float: left;
	margin: 0;
}
fieldset.optin label
{
	display: block;
	margin-left: 30px;
}
.inscription .mentions
{
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 20px;
}
.inscription .mentions a
{
	color: #888;
	text-decoration: underline;
	font-size: 11px;
}
.submit
{
	text-align: center;
}
.submit input
{
	border: 0;
	margin: 20px 0;
}

/* complement */
.complement h2
{
	font: 24px/24px Helvetica, Arial;
	color: #000;
}
.complement h3
{
	font: 17px/40px Helvetica, Arial;
}
.complement h3 em
{
	font-style: normal;
	color: #39C;
}
.complement .newsletters li
{
	display: block;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #e0e0e0;
}
.complement .newsletters li span
{
	float: left;
	width: 110px;
	height: 50px;
	padding: 0 20px 0 0;
	font: 18px Helvetica, Arial;
	color: #999;
	text-align: center;
}
.complement .newsletters li span em
{
	display: block;
	font-size: 22px;
	margin-bottom: -6px;
	margin-top: -9px;
}
.complement .newsletters li div
{
	float: right;
}
.complement .newsletters li div strong
{
	display: block;
}
.complement .newsletters li p strong
{
	font-size: 14px;
}
.complement .newsletters li p a
{
	text-decoration: none;
	color: #39C;
}
.complement .partenaires ul
{
	float: left;
	width: 100%;
	padding: 0 5px;
}
.complement .partenaires ul input
{
	float: left;
	margin-top: 14px;
}
.complement .partenaires ul img
{
	margin: 5px 10px 8px;
	float: left;
}
.complement .partenaires ul li
{
	padding: 8px 0;
	height: auto;
	font: 12px Helvetica;
	overflow: hidden;
	float: left;
}
.complement .partenaires ul strong.partenaire
{
	display: block;
	font-size: 13px;
}
.complement div.fr
{
	width: 640px;
}

#log h3
{
	font: bold 16px/20px Helvetica, Arial;
}
#nonMembre li
{
	font: 14px Arial;
	padding: 10px 0 0;
}
#nonMembre li img
{
	float: left;
	margin: 0 5px 10px 0;
}
#nonMembre li strong
{
	display: block;
	color: #39C;
}

/* Sweet form elements
------------------------------------------ */
.sweet-field
{
	padding: 5px 5px 0;
	border: 1px solid #B0B0B0;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(img/abo-gratuit/sweet-form.png) -24px top no-repeat;
}
.sweet-field.focus
{
	border-color: #000;
}
input.sweet-field
{
	height: 17px;
}
textarea.sweet-field
{
	font-family: arial, sans-serif;
	font-size: 12px;
}
.sweet-field.disabled
{
	background-position: -500px top;
}


/* Home */
#highlightContent
{
	overflow: auto;
	margin-bottom: 13px;
}
#highlightServices
{
	padding: 10px 16px 16px;
	float: right;
	border: 1px solid #f1edea;
}
#highlightServices div
{
	float: left;
	width: 382px;
}
#highlightServices li
{
	padding-left: 25px;
	line-height: 1.6em;
	background: url(img/abo-gratuit/li-services.gif) no-repeat left center;
}
#log .node
{
	width: 350px;
	float: left;
	margin: 0 10px;
}
#log #membre div
{
	padding: 5px 0;
}
#log #membre #optinRemember
{
	padding-left: 32px;
	text-align: center;
}
#log .form label
{
	float: left;
	padding: 10px 0 0;
	width: 100px;
	text-align: right;
	font-weight: bold;
}
#log .node .sweet-field
{
	width: 200px;
}

#membre ul.clear
{
	width: 170px;
	height: 16px;
	margin: 0 auto;
}
#membre li
{
	float: left;
}
#membre li a
{
	float: left;
	color: #39C;
	font: 10px Verdana;
	padding: 0 5px;
	border-right: 1px solid #39C;
}
#membre li.help a
{
	padding-right: 15px;
	border: 0;
	background: url(img/abo-gratuit/ico-help.gif) no-repeat right center;
}
#nonMembre div.btn strong
{
	display: block;
}
#nonMembre p.conditions
{
	text-align: center;
}
#nonMembre p.conditions
{
	text-align: center;
}


/* Coordonnées */
.coordonnees h2
{
	color: #008ac9;
	font-weight: bold;
}
.coordonnees #formulaire
{
	margin: 0 0 12px;
}

#formulaire .checkMail
{
	width: 130px;
	text-align: center;
}

#validation div
{
	line-height: 1.8em;
}
#formulaire div
{
	line-height: 1.8em;
}
#formulaire .form
{
	margin-top: 20px;
}
#formulaire .form div
{
	width: 100%;
}
#formulaire .form input
{
	border: 1px solid #C5C5C5;
	float: left;
	font-family: 10px Arial;
	margin-right: 3px;
	padding: 2px;
	width: 234px;
}
#formulaire .form label
{
	display: block;
	float: left;
	width: 130px;
	text-align: right;
}

#formulaire .form div
{
	/* width:100%; */
	padding: 0 0 10px;
	min-height: 20px;
}
#formulaire #etape1 div
{
	float: left;
}
#formulaire #etapeDeux, #formulaire #etapeTrois, #formulaire #services
{
	float: left;
	width: 478px;
	padding: 0 20px;
	border-right: 1px solid #CCC;
}
#formulaire #etape1, #formulaire #etape2
{
	border-right: 1px solid #CCC;
	float: left;
	width: 518px;
}
#formulaire #etapeDeux label, #formulaire #services label
{
	text-align: left;
	padding: 0 0 0 5px;
	float: none;
}
#formulaire #services label
{
	width: 440px;
	float: left;
}
#formulaire #etapeTrois div strong
{
	padding: 4px 5px 4px 0;
	display: block;
}
#formulaire #etapeTrois p strong
{
	display: block;
	width: 184px;
	float: left;
}
#formulaire #etapeTrois p.asterisque
{
	color: #333;
	font-size: 11px;
	padding-left: 136px;
	width: auto;
}
.coordonnees .conditions
{
	width: 260px;
	border: 1px solid #a79b9b;
	padding: 8px;
	margin-top: 30px;
	float: right;
}
#profession, #opeMobile, #pays
{
	width: 241px;
}
.coordonnees #content #formulaire div.btn
{
	line-height: normal;
	float: none;
}

/* Validation */
#highlightValidation
{
	float: left;
	width: 498px;
	padding: 15px 20px 50px 0;
	border-right: 1px solid #CCC;
	background: url(img/abo-gratuit/illus-validation.png) no-repeat right 30px;
}
#highlightValidation div.btn
{
	width: 300px;
	margin-left: 100px;
}
#highlightValidation a.nonMerci
{
	display: block;
	clear: both;
	color: #AAA;
	margin: 0 auto;
	width: 63px;
}
#highlightValidation h2
{
	clear: both;
}
#highlightValidation p
{
	width: 290px;
	padding-bottom: 120px;
}

/* Profil */
#profil h3
{
	clear: both;
}
#profil li
{
	width: 123px;
	padding: 0 10px 10px 0;
	float: left;
}

/* Choix newsletters et alertes */
.newslettersAlertes #formulaire .form div
{
	float: left;
	width: auto;
	padding: 0 10px 0 0;
}
.newslettersAlertes li
{
	padding: 0 0 15px 0;
}
.newslettersAlertes ul p
{
	clear: both;
	padding-left: 88px;
}
.newslettersAlertes ul h4
{
	line-height: 1.5em;
	color: #39C;
	font-size: 16px;
	float: left;
}
.newslettersAlertes #formulaire .form div.btn
{
	float: none;
	width: 100px;
}
.newslettersAlertes #formulaire .form div.btn a
{
	padding: 8px 3px 10px 19px;
}
.newslettersAlertes #formulaire div.form input
{
	margin: 3px 3px 2px -6px;
}

/* Partenaires */
#partenaires h3
{
	clear: both;
	padding-top: 20px;
	font: bold 20px/2em Arial;
}
#partenaires li
{
	width: 104px;
	margin: 10px 30px 5px 0;
	float: left;
}
#partenaires p
{
	padding: 0 0 5px;
}
#partenaires li img
{
	border: 1px solid #A7A7A7;
}

/* POPUP MESSAGES */
#main.messages #header
{
	margin-bottom: 20px;
}
#main.messages div.big
{
	background: transparent url(img/abo-gratuit/sprite-btn.png) no-repeat scroll right -186px;
	width: 200px;
}
#main.messages div.big a
{
	background: transparent url(img/abo-gratuit/sprite-btn.png) no-repeat scroll left -139px;
}

/* ModalPopup */
/*.modalPopup h2{
	background:url(img/abo-gratuit/bg-header.gif) repeat-x left top;
	padding: 23px;
	position:relative;
	color:#FFF;
}*/
.modalPopup h2 a
{
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(img/abo-payant/bg-closePopup.gif) no-repeat top left;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -999em;
}
.modalPopup label
{
	display: block;
	float: left;
	width: 120px;
	padding: 7px 0 0;
}

.modalPopup .btn
{
	float: right !important;
}
.modalPopup .center
{
	margin: 0 auto;
	width: 200px;
}
.modalPopup .center1
{
	margin: 0 auto;
	width: 100px;
}
.modalPopup .node
{
	border: 1px solid #ddd4ce;
	background: #f7f3f0;
	padding: 1px 1px 10px;
	margin: 10px 0;
}
.modalPopup .form
{
	padding: 10px;
}
.modalPopup #formulaire
{
	border: 0;
}
#content .modalPopup #formulaire .form div
{
	width: 385px;
}
#content .modalPopup #formulaire .form label
{
	padding: 5px 5px 0 0;
}
#modalPopup #formulaire select
{
	width: 215px;
}
#content .modalPopup div.recap
{
	float: left;
	margin: 18px 9px 0;
	clear: inherit;
}
#content .modalPopup div.recap h2
{
	padding: 0 0 10px 0;
	background: none;
}
#content .modalPopup .btnPopup
{
	width: 124px;
	margin: 5px auto;
}
#content .btnPopup a
{
	width: 62px;
	height: 24px;
	text-indent: -999em;
	background: url(img/abo-gratuit/bg-btnPopup.png) no-repeat top left;
	float: left;
}
#content .btnPopup a.annuler
{
	background: url(img/abo-gratuit/bg-btnPopup.png) no-repeat -62px top;
}
#content .btnPopup a.fermer
{
	background: url(img/abo-gratuit/bg-btnPopup.png) no-repeat -124px top;
}

/* =FOOTER */
#footer
{
	overflow: hidden;
	margin: -35px 0 0;
	padding: 10px;
	text-align: left;
	clear: both;
}
#footer ul li
{
	padding: 0 20px 0 0;
	display: inline;
}
#footer .footer
{
	margin-top: 10px;
	font-size: 10px;
}

/*inscription gratuit*/
form .inscription{
	position: relative;
}

.inscription{
	margin: 10px;
}

form .inscription ul{
	overflow: hidden;
	zoom: 1;
}

form .node {
	overflow: hidden;
	zoom: 1;
}

.spacer{
	clear: both;
	min-height: 110px;
}

form .inscription .error span{
	z-index: 1;
	background: #fff;
}

.op {
	opacity: 0.33;
	-ms-filter: alpha(opacity=33);
}
* + html .op { filter: alpha(opacity=33); zoom:1; }
* html .op { filter: alpha(opacity=33); zoom:1; }

.btn-email{
	display: -moz-inline-box;
	height: 24px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
	color: #037;
	text-shadow: 0 1px 0 white;
	background-color: #ECF0F2;
	background-image: -moz-linear-gradient(top, white, #EAF0F4);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, white),color-stop(1, #EAF0F4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#EAF0F4');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#EAF0F4')";
	border: 1px solid #D6E2EC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	border-color: #037;
	border-color: #7891AB;
	clear: both;
	text-decoration: none;
}
.presentation .btn-email{
	width: auto;
	display: inline-block;
	margin: 10px 403px 10px auto;
	float: right;
}

/* IE 7 - retirer le "* + html" */
* + html .inscription .error{
	height: 24px;
}

* + html .inscription .notice.error p span{
	line-height: 1;
}

/* IE 6 - retirer le "* html" */
* html .inscription .error{
	height: 24px;
}

* html .inscription .notice.error p span{
	line-height: 1;
}

* html .presentation #content dl{
	display: inline;
	width: 250px;
	height: 174px;
}

* html #header, * html #membre-gratuit{
	zoom: 1;
}

