/************* Configuration generale des .page ****************/
.page h1.title span {
	display: none; /* masque le titre, afin de laisser le titre en image */
}

/************* Presentation generale des .zone ****************/
.page .zone {
	margin-bottom: 15px;
}

.page .zone.bloc h2.title {
	/* en prevision des .title en image de fond */
	height: 30px;
	background-repeat: no-repeat;

	/* si pas d'image : pour le texte */
	color: #fff;
	font-size: 14px;
	padding-left: 35px;
	padding-top: 5px;
}

/* A ENLEVER img pour ancien tarif*/
.page .zone.bloc h2.title24 {
	/* en prevision des .title en image de fond */
	height: 30px;
	background-repeat: no-repeat;

	/* si pas d'image : pour le texte */
	color: #fff;
	font-size: 14px;
	padding-left: 35px;
	padding-top: 5px;
}

.page .zone h2.title span {
	display: none; /* masque le titre, afin de laisser le titre en image */
}
/* A ENLEVER img pour ancien tarif*/
.page .zone h2.title24 span {
	display: none; /* masque le titre, afin de laisser le titre en image */
}

.page .zone.bloc .data {
	background-repeat: repeat-y;
}

.page .zone.bloc.no_footer {
	padding-bottom: 14px;
	background-image: url(img/user/zone.bloc.footer.gif);
 	background-repeat: no-repeat;
 	background-position: left bottom;
}

.page .zone#step {
	background-repeat: no-repeat;
}

.page .zone#step .details {
	height: 50px;
}

.page .zone#step .details a {
	display: block;
	width: 162px;
	height: 43px;
	float: left;
}

.page .zone#step .details a span {
	display: none;
}

/************* Presentation specifique des .zone ****************/
/* rail_way */
.page .zone#rail_way {
	padding-left: 15px;
	background-image: url(img/common/puce_suivant.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.page .zone#rail_way ul.item li {
	float: left;
	list-style-type: none;
}

.page .zone#rail_way a.item {
	color: #5e5e5e;
	font-size: 11px;
	text-decoration: underline;
}

.page .zone#rail_way a.item#last {
	color: #d62f31;
}

/* espace_perso */
.page .zone.cartouche {
	height: 37px;
	background-image: url(img/common/zone.cartouche.gif);
	background-repeat: no-repeat;
}

.page .zone#note,
.page .zone#note_comparateur {
	background-image: url(img/common/zone.note.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}

.page .zone#note h2.title,
.page .zone#note_comparateur h2.title {
	background-image: url(img/common/zone.note.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.page .zone#note .data,
.page .zone#note_comparateur .data {
	text-align: justify;
	background-color: #f5f5f4;
	border-width: 0 1px;
	border-color: #bcc3c6;
	border-style: solid;
	padding: 0 10px !important;
}

.page .zone#note p.item,
.page .zone#note_comparateur p.item {
	margin: 0;
}

/************* Configuration general des .item ****************/
.page .zone a {
	text-decoration: underline;
}
	
.page .zone a,
.page .zone a:link {
	color: #0066cc;
}

.page .zone a:visited,
.page .zone a:active {
	color: #d62f31;
}

.page .zone.bloc h3.item {
	padding-top: 4px;
	padding-left: 35px;
	padding-bottom: 0;
	height: 27px;

	background-repeat: no-repeat;

	color: #ef591a;
	font-size: 14px;	
}
	
p.item {
	text-align: justify;
	margin-bottom: 8px;
}

p.item.error {
	color: red;
	font-size: 10px;
}

.page p.item.action {
	margin-left: 30px;
}

.page p.item.action img {
	float: right;
	margin-top: -5px;
	margin-right: 23px;
}

.page p.item.action a {
	/*padding-left: 15px;*/

	/*background-image: url(img/common/puce_suivant.gif);*/
	background-repeat: no-repeat;
	background-position: center left;

	color: #5e5e5e;
	font-weight: bold;
	text-decoration: underline;
}

form .item {
	/*margin-bottom: 5px;*/
	padding: 3px 0;
}

form .item.over {
	border-color: #fe8b5c;
}

form .item .label {
	float: left;
	width: 325px;
/*	margin-top: 3px;*/
}

form .item .NRadio {
	margin-left: 8px;
}

/************* Divers ****************/

.Maximiles	{
	color: #FF4B70
}


a.item.button {
	background-repeat: no-repeat;
}

a.item.button span {
	display: none;
}

ul.item {
	/*border: 1px solid green;*/
}

div.item.waiter {

	display:none;
	float: right;

	width: 16px;
	height: 16px;

	background-image: url(img/NForm/waiter.gif);
	background-repeat: no-repeat;

	margin-right: 5px;
}

.waiter_champ_infos_perso {

	background-image: url(img/NForm/waiter.gif);
	background-repeat: no-repeat;
}

form .item .help {
	display: none;
}

.zone.bloc form .item.focus {
	padding: 3px 9px 3px 29px !important;

	border: 1px solid #fe8b5c;
	background-color: #fccdb9;
	background-repeat: no-repeat;
	background-position: 10px center;

	position: relative; /* pour le message d'aide qui est en position absolue */
}

form .item.focus .help {
	display: block;

	position: absolute;
	left: 650px;
	top: 0px;
	width: 247px;
	
	background-repeat: repeat-y;
}

form .item.focus .help h3.title {
	height: 54px;

	background-repeat: no-repeat;
}

form .item.focus .help .message {
	margin-left: 15px;
	padding: 0 10px;
	
	position: relative;
	top: -20px;
	
	color: #545454;
	text-align: justify;
}

/*
form .item.focus .help .footer : IE6 
*/
form .item.focus .help .help_footer {
	height: 90px;

	background-repeat: no-repeat;
	background-position: bottom right;
}

/************** NForm *****************/

.date.day,
.date.month	{
	width: 1.6em;
}
.date.year	{
	width: 3em;
}

.NStatic {
	border:0px;
/*	margin:0px;*/
/*	padding:0px;*/
	background-color:transparent;
	color:black;
}

form h3.item {
	background-image: url(img/common/form_h3.item.jpg);
	background-repeat: repeat-x;

	font-size: 12px;
	font-weight: bold;
}

.cage {
	float: left;

	width: 216px;
	height: 32px;

	background-image: url(img/NForm/SliderBackground.gif);
	background-repeat: no-repeat;
	background-position: left 5px;

	position: relative;

	margin-right: 10px;
}

.Slider {
	height: 16px;
}

.Slider .Mover {
	width: 16px;
	height: 16px;

	background-image: url(img/NForm/SliderButton.gif);
	background-repeat: no-repeat;

	cursor: pointer;
}

form .item .slide_couple input {
	width: 30px;
}

form .item .state {
	float:right;

	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

form .item.error .label	{
	color: red;
}

form .item.error .state	{
	background-image: url(img/NForm/error.gif);
}

form .item.valid .state	{
	background-image: url(img/NForm/valid.gif);
}

.waiter_mail {
	background-image: url(img/NForm/waiter.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float:right;
	margin-right:70px;
	margin-top:-18px;
}

#password_forgotten_infos_perso {
	margin-left: 30px;
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -320px;
    width: 658px;
    
    
    /*background-color: #EEE;*/
    color: #333;
    /*border: 1px solid black;*/
    /*padding: 12px;*/
}

.jqmOverlay { background-color: #FFF; }

input.helper {
	color: #bbbbbb;
}
.jqmWindow .item.buttons {
	text-align: right;
	margin-bottom: 0px;
}
.jqmWindow .buttons input.button {
	height: 18px;
	font-size: 10px;
	width: 80px;
}

/***************** CALENDAR ******************/
/* calendar styles */
#calendar_div, #calendar_inline_div {
	width:185px;
	background: #fcf3f4;
	display: none;
	border: 1px solid black;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#calendar_div table#calendar {
	width:177px;
	margin:3px;
}
#calendar_inline_div {
	display: block;
	border: 0;
}
.calendar_dialog {
	padding: 5px;
	background: #ddd;
	border: 4px ridge #ddd !important;
}
#calendar_div a, #calendar_inline_div a {
	cursor: pointer;
/*	cursor: hand;*/
}
.calendar_trigger {
	border:0px;
	margin:0px;
	padding:0px;
	width: 45px;
	height: 22px;
	background:url(img/NForm/DatePicker.gif);
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
#calendar_prompt {
	float: left;
	width: 181px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html #calendar_prompt {
	width: 185px;
}
#calendar_control, #calendar_links, #calendar {
	clear: both;
	float: left;
	color: #7f1d2a;
}
#calendar_links {
	text-align:center;
}
#calendar_header {
	padding:2px;
}
#calendar_control {
	background: #e64226;
}
#calendar_links {
	background: #e64226;
}
#calendar_control a, #calendar_links a {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
	color: #eee;
	padding: 2px 5px;
}
#calendar_control a:hover {
	background: #fdd;
	color: #333;
}
#calendar_links a:hover, .calendar_titleRow a:hover {
/*	background: #ddd;*/
	color: #82212c;
}
#calendar_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
#calendar_clear, #calendar_prev {
	float: left;
}
#calendar_current {
	text-align: center;
}
#calendar_close, #calendar_next {
	float: right;
}
#calendar_header {
	background: #e64226;
	text-align: center;
	font-weight: bold;
}
#calendar_div .calendar_titleRow td {
	border-bottom: 1px solid #7c2128;
}
#calendar_header select#calendar_newMonth {
	width:110px;
	float:left;
	margin-left:4px;
	color: #841b29
} 
#calendar_header select#calendar_newYear {
	width:60px;
	float:right;
	margin-right:4px;
	color: #841b29
}
#calendar_header select {
/*	background: #333;*/
	color: #e64226;
	font-size:10px;
	border: 1px solid black;
	font-weight: bold;
}
#calendar {
	text-align: center;
	font-size: 100%;
}
#calendar a {
	width: 100%;
	display: block;
}
#calendar a:hover {
	color: #eee;
}

#calendar .calendar_titleRow a {
	margin-top: 4px;	
	margin-bottom: 4px;
	font-size:12px;
}
#calendar .calendar_titleRow a:hover {
	color: #000;
}
#calendar .calendar_daysRow {
	color: #666;
}

#calendar .calendar_daysCell a {
	color: #7f2429;
	font-weight: 200;
	width: 100%;
}
#calendar .calendar_daysCell a:hover {
	background: none;
}

#calendar .calendar_daysCellOver {
	background: #b40001;
}
#calendar .calendar_daysCellOver a {
	color: white;
}
#calendar .calendar_unselectable {
	color: #888;
}
#calendar #calendar_today a {
	font-weight: bold;
}
#calendar #calendar_currentDay {
	background: #b40105;
}
#calendar #calendar_currentDay a {
	color: white !important;
}
#calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
/*    filter: mask(); *//*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/
}

/*th, td {
font-family: Arial, Verdana, sans-serif;
font-size :10px;
font-weight: bold;
}*/

.jqmWindow .modal.close {
	width: 16px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(img/close.gif);
	/*cursor: pointer;*/
}
.jqmWindow .modal.close.down {
	background-image: url(img/close.down.gif);
}
.jqmWindow .modal.close a {
	display: none
}

.jqmWindow .title {
	background-image: url(img/auto/zone.bloc.gif);
	height: 30px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	padding-left: 35px;
	padding-top: 5px;
}

.jqmWindow .data{
	border: none;
		
	padding: 14px;
	background-image: url(img/auto/zone.bloc.gif);
	background-repeat: no-repeat;
 	background-position: left bottom;
 	z-index: 3000; 
 	display: block;
}

/************* Configuration pour les pages Tests ****************/

.itemTest td {
	background-color:#EAF1F6;
	height:20px;
	padding:2px;
	vertical-align:top;
}

.itemTest th {
	background-color:#5B8AA1;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:120%;
	height:27px;
}

#chemin .item input {
	width: 95%;
}

#linkwcbST a {
	color: #000;
	text-decoration: none;
}