@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'VerbReg';
	src: url('../fonts/VerbRegEOT.eot');
	src: local('VerbReg'), local('VerbReg'), 
	url('../fonts/VerbRegWOFF.woff') format('woff'), 
	url('../fonts/VerbRegTTF.ttf') format('truetype'), 
	url('../fonts/VerbRegSVG.svg +#VerbReg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VerbRegBold';
	src: url('../fonts/VerbRegBoldEOT.eot');
	src: local('VerbRegBold'), local('VerbRegBold'), 
	url('../fonts/VerbRegBoldWOFF.woff') format('woff'), 
	url('../fonts/VerbRegBoldTTF.ttf') format('truetype'), 
	url('../fonts/VerbRegBoldSVG.svg +#VerbRegBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VerbSemiBold';
	src: url('../fonts/VerbSemiBoldEOT.eot');
	src: local('VerbSemiBold'), local('VerbSemiBold'), 
	url('../fonts/VerbSemiBoldWOFF.woff') format('woff'), 
	url('../fonts/VerbSemiBoldTTF.ttf') format('truetype'), 
	url('../fonts/VerbSemiBoldSVG.svg +#VerbSemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VerbMed';
	src: url('../fonts/VerbMedEOT.eot');
	src: local('VerbMed'), local('VerbMed'), 
	url('../fonts/VerbMedWOFF.woff') format('woff'), 
	url('../fonts/VerbMedTTF.ttf') format('truetype'), 
	url('../fonts/VerbMedSVG.svg +#VerbMed') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	background-color: #e6e6e6;
	background-image: url('images/bg.png');
	background-repeat: repeat-y;
	background-position:center;
}

body{
	margin: 0;
	padding: 20px;
	font-family: Arial, verdana, sans-serif;
	font-size: 80%;
	width: 680px;
	color: #100d0e;
	background-color: #FFF;
	margin: 0px auto;
}

/* SECTION HEADER */

#header, div#confirm{
	border-bottom: 1px solid #502A7D;
	padding-bottom: 20px;
	width: 100%;
	overflow: auto;
}

#header .logo, #header h1,
#confirm .logo, #confirm h1{
	float: left;
}

#header h1, #confirm h1{
	margin-top: 0;
	padding-left: 50px;
	padding-top: 17px;
	clear: right;
}

#header p, #confirm p{
	float: left;
	clear: left;
	font-weight: bold;
}

#typeAssurance{
	float: left;
	margin-left: 36px;
	margin-top: 10px;
}



/* SECTION PARTICIPANT */
#participant{
	overflow: auto;
}

#info_gen{
	float: left;
	margin-right: 10px;
}

#adresse{
	float: left;
}

#infoAdress{
	padding: 10px 0 0 20px;
}

#ind_tel{
	width: 35px;
	margin-right: 5px;
}

#telephone{
	width: 65px;
	margin-right: 5px;
}

#poste{
	width: 55px;
}

#collectif table tr td.center{
	vertical-align: middle;
}

#individuel{
	display: none;
}

#collectif, #individuel{
	margin-left: 35px;
}

#code_postal1, #code_postal2{
	width: 40px;
	margin-right: 5px;
}

/* SECTION DEMANDE DE RÈGLEMENT */
#tierce, .tierce_clone{
	overflow: auto;
	margin-bottom: 5px;
}

#info_tierce{
	float:left;
	width: 565px;
}

#retirer, #retirer_clone{
	margin-left: 5px;
	float: left;
	height: 58px;
	width: 75px;
}

#retirer img, #retirer_clone img{
	padding-top: 5px;
}

#ajouter img{
	/* for firefox, safari, chrome, etc. */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	/* for ie */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	margin: 5px 10px 0 0;
}

table#retirer tr td, table#retirer_clone tr td{
	vertical-align: top;
}

#q1, #q2, #q3{
	overflow: auto;
}

.explication{
	width: 450px;
	float: left;
}

.expRep{
	float: left;
	margin-left: 20px;
}

.explication, .expRep{
	color: #666666;
}

#yes_q1{
	border: 1px solid #502A7D;
	padding: 5px;
	height: 65px;
}

#yes_q2, #yes_q3{
	border: 1px solid #502A7D;
	padding: 5px;
	height: 32px;
}

#yes_q1, #yes_q2, #yes_q3{
	display: none;
}

/* SECTION COORDINATION DES PRESTATIONS */
#coordination_table{
	margin-top: 10px;
}

/* SECTION BUDGET SANTÉ DENTAIRE */
table.bsd_table tr td{
	vertical-align: top;
	padding: 5px 2px;
}

table#bsd_table tr td input{
	margin: 0;
}

#bsd2, #bsd3, #bsd4{
	text-align: right;
}

/* SECTION PIECES JOINTES */
img.attach{
	padding-right: 10px;
	margin-bottom: -5px;
}

#fileUpload{
	margin-top: -5px;
}


/* SECTION SOUMETTRE */
#captcha{
	overflow: auto;
	margin-bottom: 20px;
}

#captcha div, #captcha span{
	float: left;
}

#captcha div{
	margin-left: 20px;
}

#soumettre{
	margin-bottom: 20px;
}

#conditions{
	font-size: .85em;
	color: #666666;
}

input[type="submit"]{
	margin-right: 200px;
}

/* ELEMENTS COMMUNS */
#participant, #demande, #coordination, #bsd div.Collective, #attachment{
	border-bottom: 1px solid #502A7D;
	padding-bottom: 20px;
	padding-top: 10px;
}

.blue_border, .bsd_table{
	border: 1px solid #502A7D;
	padding: 5px;
}

table tr td{
	vertical-align: top;
}

.jour, .mois{
	width: 30px;
	margin-right: 5px;
}

/* pour watermarks */
.txtGris, .watermark
{
  color: #999;
}

.annee{
	width: 60px;
}

img{
	border: none;
}

/* TEXT ELEMENTS */
h1{
	font-family:"VerbSemiBold";
	font-size:1.5em;
	font-weight:normal;
	line-height:24px;
	color:#502a7d;
}

h2{
	font-family:"VerbSemiBold";
	font-weight: normal;
	font-size: 1.2em;
	color: #502a7d;
}

.bold{
	font-weight: bold;
}

a{
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited{
	color: #773ac2;
}

a:hover, a:active{
	color: #b2a6c1;
}

/* TOOLTIP */
.tooltip{
	display:none;
	background:transparent url(images/small_toolbox.png);
	/*border:1px solid #cc9;
	padding:3px;*/
	padding: 18px 27px 22px 33px;
	font-size: 12px;
	width: 290px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	/*-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;*/	
}

.tooltip2{
	display:none;
	background:transparent url(images/big_toolbox.png);
	/*border:1px solid #cc9;
	padding:3px;*/
	padding:23px 30px 27px 30px;
	font-size: 12px;
	width: 290px;
	height: 114px;
	color: #fff;
	font-weight: bold;
	/*-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;*/	
}

.tooltip3{
	display:none;
	background:transparent url(images/big_toolbox.png);
	/*border:1px solid #cc9;
	padding:3px;*/
	padding:20px 22px 27px 33px;
	font-size: 12px;
	width: 295px;
	height: 117px;
	color: #fff;
	/*-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;*/	
}


/* VALIDATION */

label.error{
	display: block;
	color: #da2730;
	margin-top: 0px;
	font-size: 0.85em;
}

td.bsd label.error{
	display: inline;
	color: #da2730;
	margin-left: 5px;
	font-size: 0.85em;
}

input.error{
	border: 1px solid #da2730;
}

/* MISC */
span.height_space{
	height: 5px;
	display: block;
}