@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ComfortaaLight';
    src: url('comfortaa-light-webfont.eot');
    src: url('comfortaa-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('comfortaa-light-webfont.woff') format('woff'),
         url('comfortaa-light-webfont.ttf') format('truetype'),
         url('comfortaa-light-webfont.svg#ComfortaaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/****************************************/
/*				GENERAL 				*/
/****************************************/
body{
	/*height:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	height:auto;
	font-family: "ComfortaaLight", Arial, Helvetica, sans-serif;
	font-size:14px;
	/*background: url("../images/background-body.jpg") repeat fixed 50% 0 transparent;*/
	/*background: #ffffff url(../images/main-bg.png);*/
	/*background: #ffffff url(../images/stucco.png);*/
	color:#675C53;
	/*letter-spacing:2px;*/
}



h1{
	color: #003452;/*06507f*/
	font-size: 18px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}

h2{
	color: #2f7bab;/*86bfd2*/
	font-size: 16px;
	font-weight:bold;
	letter-spacing:1px;
	/*text-transform:uppercase;	*/
}

input {
 	margin:0;
 	vertical-align:middle;
}



.gras_fonce{
	color: #06507f;
	font-weight: bold;
}

.gras_clair{
	color: #86bfd2;
	font-weight: bold;
}


#global { 
  margin-left: auto; 
  margin-right: auto;
  width: 1024px;
  /*height:auto;*/
  min-height:800px;
}

#container{
	float:left;
	width:100%;
}

#col_gauche{
	
	float:left;
	width:330px;
	
}

#notice{
	float:left;
	padding:20px 0px 0px 30px;
}

#wrapper, #main{
	float:left;
	width:680px;
}

#wrapper_non_connect, #main_non_connect, #wrapper_page{
	float:left;
	width:100%
}



.btn_valider{
	border:none;
	background:url(../images/btn_valider.jpg);
	background-repeat:no-repeat;
	width:103px;
	height:27px;
	cursor:pointer;
}

.btn_refuser{
	border:none;
	background:url(../images/btn_refuser_participation.jpg);
	background-repeat:no-repeat;
	width:159px;
	height:27px;
	cursor:pointer;
}

.btn_valider_demande{
	border:none;
	background:url(../images/btn_valider_demande.jpg);
	background-repeat:no-repeat;
	width:177px;
	height:27px;
	cursor:pointer;
}

.btn_impression{
	float:right;
	padding-right:20px;
	border:none;
	background-image:url(../images/btn_print.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
	background-color:#FFF;
}




/* button
---------------------------------------------- */

.button{
	background-color:#73ab00;/*#B0D4E3*/
	
    /*background: -moz-linear-gradient(center top , #B0D4E3 0%, #88BACF 100%) repeat scroll 0 0 transparent;
	background:-moz-radial-gradient(center top , #B0D4E3 0%, #88BACF 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(center top , #B0D4E3 0%, #88BACF 100%) repeat scroll 0 0 transparent;*/
	
    /*border: 1px solid #7FB2C1;*/
	border: 1px solid #75a119;
	
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    margin: 0 3px;
    padding: 4px 10px 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	cursor:pointer;

}

.button:hover {
    background: none repeat scroll 0 0 #bdd24e;/*#80B8CE*/
	border: 1px solid #75a119;
}



.button_OLD {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/*  pour le curseur d'avancement des questions */
.check_etape{
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.btn_check_etape_OK{
	background-color:#73ab00;/*#B0D4E3*/
	
    /*background: -moz-linear-gradient(center top , #B0D4E3 0%, #88BACF 100%) repeat scroll 0 0 transparent;
	background:-moz-radial-gradient(center top , #B0D4E3 0%, #88BACF 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(center top , #B0D4E3 0%, #88BACF 100%) repeat scroll 0 0 transparent;*/
	
    /*border: 1px solid #7FB2C1;*/
	border: 1px solid #75a119;
	
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    margin: 0 3px;
    padding: 4px 10px 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);

}

.btn_check_etape_KO{
	background-color:#ffab82;/*#B0D4E3*/
	
    /*background: -moz-linear-gradient(center top , #B0D4E3 0%, #88BACF 100%) repeat scroll 0 0 transparent;
	background:-moz-radial-gradient(center top , #B0D4E3 0%, #88BACF 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(center top , #B0D4E3 0%, #88BACF 100%) repeat scroll 0 0 transparent;*/
	
    /*border: 1px solid #7FB2C1;*/
	border: 1px solid #ffab82;
	
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    margin: 0 3px;
    padding: 4px 10px 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);

}


/*----------------------------
	CSS3 Animated Navigation
-----------------------------*/
nav {
    display: block;
    /*margin: 300px auto 0;*/
    /*text-align: center;*/
    width: 800px;
}

.fancyNav{
	/* Affects the UL element */
	overflow: hidden;
	display: inline-block;
}

.fancyNav li{
	/* Specifying a fallback color and we define CSS3 gradients for the major browsers: */
	
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	
	border-right: 1px solid rgba(9, 9, 9, 0.125);
	
	/* Adding a 1px inset highlight for a more polished efect: */
	
	box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	
	position:relative;
	
	float: left;
	list-style: none;
}

.fancyNav li:after{

	/* This creates a pseudo element inslide each LI */	
	
	content:'.';
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	
	/* Gradients! */
	
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)), to(rgba(168,168,168,0.5)));
	background-image:-moz-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-o-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-ms-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	
	/* Creating borders with box-shadow. Useful, as they don't affect the size of the element. */
	
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	/* This will create a smooth transition for the opacity property */
	
	-moz-transition:0.25s all;
	-webkit-transition:0.25s all;
	-o-transition:0.25s all;
	transition:0.25s all;
}

/* Treating the first LI and li:after elements separately */

.fancyNav li:first-child{
	border-radius: 4px 0 0 4px;
}

.fancyNav li:first-child:after,
.fancyNav li.selected:first-child:after{
	box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	border-radius:4px 0 0 4px;
}

.fancyNav li:last-child{
	border-radius: 0 4px 4px 0;
}

/* Treating the last LI and li:after elements separately */

.fancyNav li:last-child:after,
.fancyNav li.selected:last-child:after{
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	
	border-radius:0 4px 4px 0;
}

.fancyNav li:hover:after,
.fancyNav li.selected:after,
.fancyNav li:target:after{
	/* This property triggers the CSS3 transition */
	opacity:1;
}

.fancyNav:hover li.selected:after,
.fancyNav:hover li:target:after{
	/* Hides the targeted li when we are hovering on the UL */
	opacity:0;
}

.fancyNav li.selected:hover:after,
.fancyNav li:target:hover:after{
	opacity:1 !important;
}

/* Styling the anchor elements */

.fancyNav li a{
	color: #5d5d5d;
	display: inline-block;
	font: 20px/1 Lobster,Arial,sans-serif;
	padding: 12px 35px 14px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
}

.fancyNav a.homeIcon{
	background:url('../images/menu/home.png') no-repeat center center;
	display: block;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	text-indent: -9999px;
	width: 16px;
}



/************************************************************/
/*				CSS pour les différentes box  				*/
/************************************************************/
#box_style_accordion .box_style_label, #box_style_accordion .box_style_label:hover {
    background: none repeat scroll 0 0 #C6E1EC;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #3D7489;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    display: block;
    font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
    font-size: 19px;
    height: 30px;
    line-height: 33px;
    padding: 5px 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    z-index: 20;
}

.box_style_article {
    -moz-transition: height 0.5s ease-in-out 0s, box-shadow 0.1s linear 0s;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
	color: #777777;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	height:auto;
	background-color: #FFF;
	

}



/****************************************/
/*				ACCORDION				*/
/****************************************/
.ac-container{
	width: auto;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}



.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	/*height: auto;*/
	height:270px;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: 370px;
}







/********************************/
/*			OLD BOX 			*/
/********************************/
.cadre_haut {
    background: url("../images/header_box_bleu.jpg") no-repeat scroll center top transparent;
    height: 40px;
    width: 800px;	
	padding-top: 10px;
	*padding-top: 6px;
	float:left;
}

.cadre_haut_titre{	
	color:#06507f;	
	font-weight:bold;
	text-transform:uppercase;
	margin: 0;
	height:40px;
	padding-left:10px;
	float:left;
}

.cadre_fond {
    background: url("../images/content_box.jpg") repeat scroll center top transparent;
    color: #695b5d;
    margin: 0;
	padding: 10px 10px 0 10px;
    width: 780px;
	margin-top:-10px;
	/**width: 800px;*/
	float:left;
}

.cadre_fond label{
	font-weight:bold;
}

.cadre_bas {
    background: url("../images/bottom_box.jpg") no-repeat scroll center top transparent;
    height: 20px;
    width: 800px;
	float:left;
	padding-bottom:15px;
}

.visualisation{
	float:left;
	background-image:url(../images/btn_visu_20px.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	margin-left:20px;
	text-decoration:none;	
}

a{
	color:#003452;
	text-decoration:none;
}

/*a:hover{
	text-decoration:none;
	color:#09F;
}*/

.lien_identification {
	color:#003452;
	text-decoration:none;
}
.lien_identification:hover{
	text-decoration:none;
	color:#2f7bab;
}

/********************************************/
/*				Identification 				*/
/********************************************/
/*#identification{
	margin-left: auto; 
 	margin-right: auto;
  	width: 1024px;
  	height:auto;
}

#identification a, #identification a:visited, #identification a:active {
	font-size:10px;
	color: #06507f;
	text-decoration:none;
}

#identification a:hover{
	color:#09F;
}*/

#logo_identification{
	text-align:center;
	text-align:center;
	font-weight:bold;
	/*color: #06507f;*/
	padding-top:50px;
	text-transform:uppercase;
}

.text_identification{
	text-align:left;
	/*color:#06507f;*/
	font-weight:bold;
	
}

.btn_connexion{
	border:none;
	background:url(../images/btn_connexion.jpg);
	background-repeat:no-repeat;
	width:103px;
	height:27px;
	cursor:pointer;
}

.table_center{
	margin-right: auto; 
	margin-left: auto;
}

.btn_center{
	text-align:center;
}

/************************************/
/*				Entete 				*/
/************************************/
#entete{
	float:left;
	height:auto;
	width:1020px;
	padding-bottom:0px;
}

#menu{
	float:left;
	width:800px;
	height:auto;
	/*background:url(../images/banniere_id_planner.png);*/
	background-repeat:no-repeat;
	padding-top:20px;
	color:#666666;
}

#date_dynamique{
	float:left;
	width:400px;
	text-align:right;
	text-transform:capitalize;
	font-weight:bold;
	color:#005380;
}

#heure_dynamique{
	float:left;
	width:400px;
	text-align:right;
	text-transform:capitalize;
	font-weight:bold;
	color:#666;
}

 
#utilisateur{
	float:left;
	width:380px;
	padding-left:10px;
	color:#666;
}


#logo{
	float:left;
	width:200px;
	height:auto;
	padding-right:20px;
	margin-top:20px;
	/*text-align:center;*/
}


#logo a{
	border:none;
}



#menu a{
	
	font-size: 16px;
	font-weight: normal;
	cursor:pointer;
	text-decoration:none;
	padding-lft:10px;
}

/********************************************/
/*				Menu Gauche 				*/
/********************************************/
#menu_gauche{
	float:left;
	width:200px;
	padding-right:20px;
	/*border:1px solid #000;*/
}

.cadre_haut_menu {
    background: url("../images/header_box_menu.jpg") no-repeat scroll center top transparent;
    height: 40px;
    width: 200px;	
	padding-top: 10px;
	*padding-top: 6px;
}

.cadre_haut_titre_menu{	
	color: #06507f;	
	font-weight:bold;
	text-transform:uppercase;
	margin: 0;
	height:40px;
	padding-left:10px;
}

.cadre_fond_menu {
    background: url("../images/content_box_menu.jpg") repeat scroll center top transparent;
    margin: 0;
	padding: 10px 10px 0 10px;
    width: 180px;
	margin-top:-10px;
}

.cadre_bas_menu {
    background: url("../images/bottom_box_menu.jpg") no-repeat scroll center top transparent;
    height: 20px;
    width: 200px;
}

#menu_gauche .cadre_fond_menu a {
	font-size:11px;
	color: #06507F;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:#999 1px dashed;
	display:inline-table;
	width:100%;
	height:35px;
}

#menu_gauche .cadre_fond_menu a:hover {
	color: #09F;
	background-color:#f2f2f2;
}

#menu_gauche .cadre_fond_menu img {
	vertical-align: middle;
	border:0;
}

#menu_gauche .bt_deconnexion{
    height: 30px;
    width: 140px;
	border:0;
	padding-top:10px;
	padding-left:28px;
	text-decoration:none;
	vertical-align: middle;
	display:inline-table;
}


/****************************************/
/*				Accueil 				*/
/****************************************/

#msg_accueil{
	float:left;
	height:auto;
	font-weight:bold;
	/*color: #e1017d;*/
	color:#f8b333;
	width:800px;
}

#msg_login{
	text-align:center;
	height:auto;
	font-weight:bold;
	/*color: #e1017d;*/
	color:#f8b333;
	width:100%;
}

#texte_accueil{
	float:left;
	padding-bottom:15px;
	padding-top:5px;
	width:100%;
}

#nav_liste{
	text-align:center;
	
}


/****************************************/
/*				Contact 				*/
/****************************************/
#contact{
	float:left;
	width:800px;
}

#contact fieldset{
	width:800px;
}

#contact fieldset legend{
	color: #e1017d;
	text-transform:uppercase;
}


/************************************/
/*				Footer 				*/
/************************************/
#footer{
	float:left;
	text-align:right;
	width: 1024px;
	height: 113px;
	padding-top:20px;
	color:#999;
	font-size:11px;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#999;
}

#footer a:hover{
	color:#09F;
}


/****************************************************/
/*				Formulaire form wizard 				*/
/****************************************************/

#demoWrapper {
	padding : 1em;
	width : 100%;
	/*border-style: solid;*/
}

#fieldWrapper {
	padding:10px;
}

#demoNavigation {
	margin-top : 0.5em;
	margin-right : 1em;
	text-align: right;
	padding-bottom:10px;
	padding-top:10px;
}

#data {
	font-size : 0.7em;
}

input {
	margin-right: 0.1em;
	margin-bottom: 0.5em;
}

.input_field_25em {
	width: 2.5em;
}

.input_field_3em {
	width: 3em;
}

.input_field_35em {
	width: 3.5em;
}

.input_field_12em {
	width: 12em;
}

label {
	margin-bottom: 0.2em;
	font-weight: normal;
	font-size: 1em;
}

label.error {
	/*color: red;*/
	position: absolute;
	
	font-size: 0.8em;
	margin-left : 0.5em;
	
	z-index: 5000;
	background: none repeat scroll 0 0 #E99D01;
    border: 2px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 6px #000000;
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 11px;
    padding: 4px 10px;
    width: 150px;
	
}

.step span {
	float: left;
	font-weight: bold;
	padding-right: 0.8em;
}

.navigation_button {
	width : 70px;
}

#data {
		overflow : auto;
}

#question_1, #question_2, #question_3{
	padding-bottom:0px;
}
