.pop_in {
	position: fixed;z-index: 60;
	top: 0;left: 0;
	height: 100%;width: 100%; 
}

.pop_in .background {
	z-index: 60;
	position: fixed;
	top: 0;left: 0;
	height: 100%;width: 100%;
	background-color: #FFFFFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
}

.pop_in .content {
	position: absolute;
	top: 89px;left: 50%;
	margin-left: -191px;
	z-index: 61;
	height: 142px;width: 401px;
	background: url(../_img/general/fd_popin.gif) top left repeat-x;
	border: 5px solid #7e7e7e;
}

.pop_in .content .close {
	float: right;
	margin: 7px 9px 0 0;
}

.pop_in .content .texte {
	margin-top: 65px;
}

.pop_in .content .texte p {
	font: bold 12px Arial, Helvetica, sans-serif;color: #FFFFFF;
	text-align: center;
}

/*##################### POP IN FICHE #####################*/
.pop_in_fiche {
/*	position: fixed;*/
	z-index: 60;
	top: 0;left: 0;
	height: 100%;width: 100%;
}

.pop_in_fiche .background {
	z-index: 60;
	position: fixed;
	top: 0;left: 0;
	height: 100%;width: 100%;
	background-color: #FFFFFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
}

.pop_in_fiche .content {
	position: absolute;z-index: 61;
	top: 89px;left: 50%;
	margin-left: -191px;
	padding-bottom: 15px;
	width: 401px;
	background: url(../_img/general/fd_popin.gif) top left repeat-x;
	background-color: #0F388A;
	border: 5px solid #7e7e7e;
}

.pop_in_fiche .content .close {
	float: right;
	margin: 7px 9px 0 0;
}

.pop_in_fiche .content .texte {
	padding-top: 25px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.pop_in_fiche .content .texte h1 {
	font: bold 14px Arial, Helvetica, sans-serif;color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #858585;
	padding-bottom: 11px;
	margin-bottom: 13px;
}

.pop_in_fiche .content .texte p {
	font: bold 11px Arial, Helvetica, sans-serif;color: #ffffff;
	margin-bottom: 26px;
}

.pop_in_fiche .content .texte p.petit {
	font: normal 11px Arial, Helvetica, sans-serif;color: #ffffff;
	margin-bottom: 14px;
}

.pop_in_fiche .content .texte .tableau_form {
	width: 100%;
	font: normal 11px Arial, Helvetica, sans-serif;color: #FFFFFF;
}

.pop_in_fiche td {
	font-size: 11px;
	line-height : 28px;height: 28px;
}

.pop_in_fiche .content .texte .tableau_form .colonne1 {
	width: 203px;
}

span.chob {
	font: normal 10px Arial, Helvetica, sans-serif;color: #ffffff;
}

/*------- POP IN ENVOYER SELECTION/FICHE A UN AMI -------*/
.pop_in_fiche .content textarea.textarea {
	width: 162px;height: 90px;
}

/*------- POP IN SELECTION/FICHE ENVOYEE -------*/
.pop_in_fiche .content .texte.popin2 p {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 40px 0;
}

/*------- POP IN DEMANDE ESSAI -------*/
.pop_in_fiche .popin4 {
	width: 484px;
}

.pop_in_fiche .popin4 .texte .tableau_form {
	width: 366px;
}

.pop_in_fiche .popin4 .tableau_form .colonne1 {
	width: 123px; 
}

.pop_in_fiche .content.popin4 .texte p.mentions {
	font: normal 9px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	line-height: 10px;
}

.pop_in_fiche .content.popin4 .texte p.accepte {
	font-weight: normal;
	margin: 13px 0 10px 0;
}

.pop_in_fiche .content .texte .input_check {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.pop_in_fiche .content .texte .tableau_form .petites_box {
	margin-top: 3px;
}
.pop_in_fiche .content .texte .tableau_form .petites_box p {
	font: normal 10px Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
}

input.inputcheck1a {
	width: 10px;height: 10px;
	padding: 0px;margin: 0px;
	margin-right: 5px;margin-bottom: 2px;
}

select.petit_select {
	width: 110px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

select.right {
	float: right;
}

/*------- POP IN CONFIRMATION APPEL -------*/
.pop_in_fiche .content .texte.popin3 p {
	font: bold 11px Arial, Helvetica, sans-serif;color: #ffffff;
	text-align: center;
	margin: 30px 0 20px 0;
}

.pop_in_fiche .content .texte.popin3 p.petit {
	font: normal 11px Arial, Helvetica, sans-serif;color: #ffffff;
	text-align: center;
	margin: 0 0 40px 0;
}

/*------- POP IN PLAN -------*/
.pop_in_plan {
	position: absolute;z-index: 60;
	top: 0; left: 0;
	height: 100%;width: 100%;
}
.pop_in_plan .background {
	z-index: 60;
	position: fixed;
	top: 0; left: 0;
	height: 100%;width: 100%;
	background-color: #FFFFFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.pop_in_plan .content {
	position: absolute;z-index: 61;
	top: 89px;left: 50%;
	margin-left: -290px;
	height: 550px;width: 580px;
	border: 1px solid #181818;
	background-color: #FFFFFF;
}
.pop_in_plan .content .close {
	float: right;
	margin: 7px 9px 0 0;
}

/*------- POP IN RAPPEL D'UN CONCESSIONNAIRE -------*/
.pop_in_fiche .content.popin5 {
	width: 395px;
}

.pop_in_fiche .content.popin5 .tableau_form {
	width: 372px; 
}

.pop_in_fiche .content.popin5 .tableau_form .colonne1 {
	width: 168px; 
}

/*------- POP IN ENREGISTREMENT DE VOS CRITERES -------*/
.pop_in_fiche .content .texte.popin7 .tableau_form.first {
	width: 275px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.pop_in_fiche .content .texte.popin7 .tableau_form.first a {
	font: normal 10px Arial, Helvetica, sans-serif;color: #FFFFFF;
	text-decoration: underline;
	float: left;
	display: block;
}

.pop_in_fiche .content .texte.popin7 .tableau_form.first .ok {
	float: right;
}

.pop_in_fiche .content .texte.popin7 p.petit.second {
	margin-top: 23px;
}

.pop_in_fiche .content .texte.popin7 .tableau_form.second {
	width: 325px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

/*------- POP IN ESPACE PERSONEL - IDENTIFICATION -------*/
span.small {
	font-size: 9px;
}

.pop_in_fiche .content.popin7 .texte a {
	font-size: 9px;color: #FFFFFF;
	text-decoration: underline;
}

.pop_in_fiche .content.popin7 .texte .tableau_form {
	width: 300px;
	margin-top: 25px;
}

.pop_in_fiche .content.popin7 .texte .tableau_form .colonne1 {
	width: 145px;
}

/*------- POP IN ESPACE PERSONEL - MOT DE PASSE OUBLIE -------*/

.pop_in_fiche .content.popin8 .texte .tableau_form {
	font-size: 11px;
	width: 300px;
}

/*------- POP IN CONFIRMATION CREATION DE COMPTE -------*/
.pop_in_fiche .content .texte.popin9 {	text-align: center; }
.pop_in .content .texte.popin9 {	text-align: center; }

.pop_in_fiche .content .texte.popin9 p { margin: 17px 0 20px 0; }
.pop_in .content .texte.popin9 p { margin: 17px 0 20px 0; }

.pop_in_fiche .content .texte.popin9 p.petit { margin: 0 0 30px 0; }


/* - */
table.tableau2 {
	width: 312px;
	font: normal 11px Arial, Helvetica, sans-serif;color: #FFFFFF;
}
table.tableau3 {
	font: normal 11px Arial, Helvetica, sans-serif;color: #FFFFFF;
}
table.tableau3 a {
	font-size: 9px;color: #FFFFFF;
	text-decoration: underline;
}
td.colonne2 {
	width: 140px; 
}

/*- - -*/
.text1_popin{
	font: bold 11px Arial, Helvetica, sans-serif;color: #FFFFFF;
	margin-bottom: 10px;
}


/*------- flieds -------*/
input.text1a {
	width: 162px;height: 17px;
	padding-left:5px;padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #003497;
	line-height: 17px;
	border: 1px solid #6b6e71;
}

textarea {
	padding-top: 2px;margin-top: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #003497;
	border: 1px solid #6b6e71;
}

input.input_submit {
	margin-top: 13px;
	float: right;
}

.pop_in select {
	border: 1px solid #6b6e71;
	font: normal 11px Arial, Helvetica, sans-serif;color:#003497;
}
.pop_in select option {
	padding-left:5px;
	color:#003497;
}

.pop_in_fiche select {
	border: 1px solid #6b6e71;
	font: normal 11px Arial, Helvetica, sans-serif;color:#003497;
}
.pop_in_fiche select option {
	padding-left:5px;
	color:#003497;
}

input.text2a {
	width: 235px;
	height: 17px;line-height: 17px;
	padding-top: 2px;padding-left: 5px;
	border: 1px solid #6b6e71;
	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color:#003497;
}

input.text3a {
	width: 122px;
	height: 17px;line-height: 17px;
	padding-top: 2px;padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color:#003497;
	border: 1px solid #6b6e71;
}
input.text3b {
	width: 82px;
	height: 17px;line-height: 17px;
	padding-top: 2px;padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color:#003497;
	border: 1px solid #6b6e71;
}

input.text4a {
	width: 195px;
	height: 17px;line-height: 17px;
	padding-top: 2px;padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color:#003497;
	border: 1px solid #6b6e71;
}

.pop_in_fiche .content .texte p.mentions {
	font: normal 9px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	line-height: 10px;
}

/* POP IN POUR TELECHARGER LE WIDGET */
#exclusion_mini.pop_in{
	text-align: center;
}
#exclusion_mini.pop_in a{
	color: #5BBEFF;
	text-decoration: none;
}
#exclusion_mini.pop_in a:hover{
	text-decoration: underline;
}
#exclusion_mini.pop_in .texte p{
	margin: 0 auto;
	width: 250px;
}

