html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CUSTOM STYLES */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: linear-gradient(to bottom, #215a81, #29709c, #3086b8, #369ed4, #3bb6f0);
	font-size: 12px;
	border-top: none;
}
a {
	color:#34a1d5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 0.8em 0;
	color:#b2b1af;
	font-weight:bold;
}
h1 {font-size:19px;}
h2 {font-size:17px;}
h3 {font-size:16px;}
h4 {font-size:14px;}

strong {font-weight:bold;}

ul {line-height:1.2em;margin:10px 0;}
p {line-height:1.5em;margin:10px 0;}

label {
  display:block;
  padding:5px 0;
  float:left;
  width:120px;
}

input[type=text], input[type=password], select {
	/*display:block;*/
	margin:0 0 5px 0;
	width:270px;
	border:5px;
	padding:2px;
	border:1px solid #CCC;
}
.field_value {
	display:block;
	margin:0 0 5px 120px;
	width:230px;
	padding:5px;
	background-color:#EEE;
	font-family: Courier New, Courier, mono;
}
.filelist {
	margin:-35px 0 0 380px;
}
select {
	width:208px;
}
.inputval {
	padding:5px 0;
}

.recap {
  float:left;
	border:1px solid #CCC;
	padding: 5px 5px 5px 5px;
}

fieldset {
	border:1px solid #CCC;
	margin-bottom:2em;
	padding-top:1em;
	display:block;
	width:900px;
	padding:10px;
	margin:10px 20px 20px 0;
}
fieldset.modulo {
	background-color:#EFEFEF;
}
legend {
	font-size:14px;
	color:#333;
	font-weight:bold;
	font-family:Georgia, Arial, Helvetica;
}
/* HEADER */
.page {
    background-color: white;
    box-shadow: 0 3px 3px rgba(0,0,0,0.11), 0 3px 6px rgba(0,0,0,0.20);
    width: 982px;
    margin: 0 auto;
}
#header {
	padding:5px 20px 0 20px;
	height:82px;
}
#logo {
	float:left;
}
#bandeau {
//float:left;
clear:both;
  background:url('../images/bandeau.jpg') repeat-y top center;
  width:982px; 
  margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:150px;
}
#cabinet_top {
	float:right;
	font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size:14px;
	color:#1582fb;
	line-height:1.1em;
}
#cabinet_top .cabinet_name {
	color:#e46248;
}
/* FOOTER */
#footer {
	color: #999;
	padding: 10px 20px;
	clear: both;
}
#footer ul {
	margin-bottom:0;
}
#footer li {
	display:inline;
}
#bas_page {
	background:url('../images/bas_page.png') repeat-y top center;
	width:996px;
	margin:0 auto;
	height:20px;
}
/* MSG */
.msg, .alert_msg, .msg_hook {
	background-color:#FF0000;
	border:none;
	color:#FFF;
	/*border:1px solid #E6DB55;*/
	-moz-border-radius:3px 3px 3px 3px;
	margin:5px 0px 10px 0px;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	line-height:1.4em;
}
.msg_hook {
	margin-top:0;
	display:none;
}
.msg p, .alert_msg p, .msg_hook p {
	margin:0;
	padding:3px 0 3px 0;
	line-height:1.4em;
}
.alert_msg {
	background-color:#ffdfdf;
	border-color:#ff5656;
}
.errorfield {
	color:#CC0000;
}
/* FORMS */
.simple_wysiwyg {
	margin-bottom:2em;
}
.wysiwyg_input {
	margin-bottom:1em;
}
.datepicker {
	background:url('../images/date_picker.png') no-repeat 98% 4px #FFF;
}
/*CONTENT */
#entete_dossier {
	background-color:#005fd8;
	color:#FFF;  
	font-weight:bold;
	padding:2px 10px 8px 10px;
  margin:0px 0px 10px 0px;
	height:20px;
}
#entete_dossier li {	
  float:left;
  width:225px;
}
.retour {
	padding:5px 10px 5px 15px;
  float:left;
  margin-left:580px;
}

.aide {
	background-color:#ececec;
	margin:25px 0;
	padding:5px 10px 5px 15px;
  float:both;
  margin-left:10px;	
}

.hotspot {
	background-color:#ececec;
	margin:25px 0;
	padding:5px 10px 5px 15px;
  float:both;
  margin-left:440px;	
}
.hotspot h2 {
	color:#3e3e3e;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:10px;
}
.testetap1 {
	margin-left:455px;
  font-size:9px;
  line-height:14px;
  font-style:italic;	
  float:none;
}
.testetap3 {
	margin-left:45px;
  font-size:9px;
  line-height:14px;
  font-style:italic;	
  float:none;
}

.banque {
	margin-left:440px;
}

.content {
	padding:15px 25px;
	min-height:370px;
}
.content_1col {
	width:650px;
	margin-top:65px;
}
.colonne {
	float:left;
	width:410px;
	margin:15px;
}
.colonne2 {
	margin:15px 15px 15px 440px;
}
input.postal {
	width:125px;
}
input.largeinput {
	width:348px;
}
.etapes {
	height:37px;
	margin:0 0 15px 0;
}
.etapes li {
	float:left;
	font-size:16px;
	font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	color:#9ec2f0;
	font-weight:bold;
}
.etapes li.active {
	color:#005fd8;
	font-weight:bold;
}

.step_number {
	background:url('../images/etape.gif') no-repeat 0 -36px #FFF;
	height:36px;
	line-height:36px;
	/*padding-top:10px;*/
	width:36px;
	text-align:center;
	float:left;
	color:#FFF;
	font-size:21px;
}
.etapes li.active .step_number {
	background:url('../images/etape.gif') no-repeat 0 0 #FFF;
}
.step_label {
	width:140px;
	margin-left:46px;
	padding-top:10px;
	padding-bottom:2px;
}
.title {
	color:#34a1d5;
	font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
}
.colonne_fieldset {
	border:1px solid #CCC;
	margin:10px 0;
}
.bouton  {
	background:url('../images/bouton.png') no-repeat 0 0;
	width:120px;
	height:18px;
	padding:9px 17px;
	text-transform:uppercase;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	margin:15px;
	border:none;
}

.print {
	background:url('../images/print.png') no-repeat 0 -2px;
	height:14px;
	padding:9px 0 9px 60px;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	margin:10px 0 10px 40px;
	border:none;
	color:#e04129;
}
.print:hover {
	background:url('../images/print.png') no-repeat 0 -34px;
	color:#005fd8;
	text-decoration:none;
}

/* CRL janvier 2014 BROYER question utilis� dans etape5 */
.question {
	background:url('../images/question.png') no-repeat 0 -2px;
	height:14px;
	padding:9px 0 9px 60px;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	margin:10px 0 10px 40px;
	border:none;
	color:#e04129;
}
.question:hover {
	background:url('../images/question.png') no-repeat 0 -34px;
	color:#005fd8;
	text-decoration:none;
}

/* CRL fev 2014 - telechargement ADOBE PDF utilis� dans etape5 */
.getacro {
	background:url('../images/getacro.gif') no-repeat 0 0;
	height:25px;  
	padding:0px 0 9px 100px;
	font-size: 10px;
	display:inline-block;
	text-align:letf;
	margin:10px 0 10px 40px;
	border:none;
	color:#e04129;
}
.getacro:hover {
	color:#005fd8;
	text-decoration:none;
}

input[type=submit], input[type=button] {
    background: url("../images/bouton.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    padding: 0 17px;
    text-align: center;
    text-transform: uppercase;
    width: 152px;
    margin-top:10px;
}
.input_large input[type=submit] {
	 background: url("../images/bouton_large.png") no-repeat scroll 0 0 transparent;
	 width:200px;
	 padding-bottom:5px;
}
.bouton:hover, input[type=submit]:hover, input[type=button]:hover  {
	text-decoration:none;
	background-position:0 -36px;
}

.colonne_profil {
	border:1px solid #CCC;
	padding:0;
	margin:0 0 15px 0;
}
.title_profil {
	background-color:#ececec;
	text-transform:uppercase;
	font-size:12px;
	padding:5px 10px;
}
.contenu_colonne_profil {
	margin:15px;
}

.retour {
	background:url('../images/retour.gif') no-repeat 0 0;
	padding:7px 20px 10px 40px;
	display:block;
	height:30px;
	float:left;
}
.clearer {
	clear:both;
}
.separator {
	clear:both;
	padding:1em 0 1em 0;
}
.separator hr {
	height:1px;
	background-color:#CCC;
	border:none;
}
textarea, .simple_texarea {
	height:30px;
	padding:0.5em;
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.nosecu {
	font-family: Courier New, Courier, mono;
	letter-spacing: 5px; /* 6.5 sous mac */
	background: url('../images/nosecu.gif') no-repeat 0 -2px;
	border:none;
	padding-left:7px;
	height:20px;
	color:#000;
	padding-bottom:10px;
}

input.nocaisse {
	font-family: Courier New, Courier, mono;
	letter-spacing: 5px; /* 6.5 sous mac */
	background: url('../images/orga.gif') no-repeat 0 -1px;
	border:none;
	padding-left:5px;
	height:20px;
	color:#000;
	padding-bottom:10px;
  width:140px;
}

.regime {
	width:270px;
}
#demo_helper {
	background-color:#FFF;
	border:1px solid #888;
	position:absolute;
	width:350px;
	padding:5px;
}
#demo_helper ul li {
	list-style-type: disc;
	list-style-position:inside;
	margin-bottom:0px;
	font-size:10px;
}
#open_close_btn {
	/*text-align:right;*/
	font-size:10px;
}
#open_close_btn a {
	float:right;
}
.accollade {
	background:url('../images/accollade.gif') no-repeat 180px 0;
	min-height:50px;
	margin-top:5px;
}
.small {
	font-size:9px;
}
.or_choice {
	font-weight:bold;
	text-align:center;
	width:175px;
	height:20px;
}

.etape5_col1 {
	float:left;
	width:380px;
	margin:15px;
}
.etape5_col2 {
	margin:15px;
}