/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/
#usr_moncompte{
   
}
#usr_moncompte_contenu{
    /*text-align:left;*/
}

.usr_flash_message{
	border-bottom:2px solid #0066CC;
	border-top:2px solid #0066CC;
	padding:20px 30px;
	margin:30px;
	text-align:left;
	background:#AED7FF url(../images/picto_notice.gif) no-repeat 10px 20px;
	color:#0066CC;
	font-size:14px;
}


.usr_moncompte {
	padding:10px;
	padding-left:15px;
	padding-right:15px;
}

.usr_moncompte h1 {
	color:#e30f26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}

.usr_moncompte h4 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}

.usr_moncompte h4 a{
	color:#000000;
	text-decoration:underline;
	font-size:10px;
}

.usr_moncompte h4 a:hover{
	color:#FF0000;
}

.usr_moncompte h2 {
	font-size:12px;
	color:#999999;
}

.usr_moncompte h2 a {
	font-size:12px;
	color:#999999;
	display:block;
	width:180px;
	height:15px;
	padding-right:18px;
	padding-top:0px;
	margin-top:5px;
	background:url(../../../../images/fleche_ececec.gif)  no-repeat right;
	text-decoration:underline;
}

.usr_moncompte h2 a:hover {
	background:url(../../../../images/fleche_over_ececec.gif)  no-repeat right;
	color:#FF0000;
	text-decoration:none;
	text-decoration:underline;
}

.usr_moncompte h3 {
	font-size:12px;
	color:#999999;
	line-height:18px;
}

.usr_moncompte h3 .data {
	color:#000000;
}

.usr_moncompte_retour a {
	color:#FF9900;
	font-size:9px;
	padding-right:3px;
	line-height:15px;
}

.usr_moncompte_retour a:hover {
	text-decoration:underline;
}

/*-------------------------------- FORMULAIRES ------------------------------------*/
/**
 * th, td.KT_th
 * 		the top row on nextensio list
 * 		labels container on nextensio form
 * 		As on the form table headings are semantically incorrect, we have td.KT_th 
 */
.KT_tngtable th, .KT_tngtable td.KT_th {
	border:none;
	background-color:none;
	font-weight: bold;
	vertical-align: top;
}
/* the plain cells   */
.KT_tngtable td {
	border:none;
	border-top-width: 0;
	border-left-width: 0;
	vertical-align: baseline;
}


/**
    * recommmended css attribute order
	* layout:            display, list-style
	* box positioning:   position, float, clear
	* box position:      top, right, bottom, left
	* box clipping:      overflow, clip
	* box size:          width, height
	* box style:         margin, padding, border, background
	* text:              color, font, text-decoration, text-transform
	* text positioning:  text-align, vertical-align
	* other text:        white-space, ...
 **/

/* Table and cell look and feel */
.KT_tngtable {
	border:none;
}
	.KT_tngtable tfoot, .KT_tngtable thead {
		border:none;
	}
	.KT_tngtable td, .KT_tngtable th, .KT_tngtable caption {
		padding: 2px;
		white-space: nowrap;
		border:none;
	}
	/* HACK: to make ktml skin work properly */
	.KT_tngtable .ktml * td {
		border:none;
		white-space: normal ! important;
	}
		.KT_tngtable .ktml span.lcontainer table {
		}
		.KT_tngtable .ktml span.lcontainer td {
			padding: 0px ! important;
			margin: 0px ! important;
			vertical-align: middle;
		}

/* Buttons area for tNG form */
.KT_buttons td {
	border:none;
	padding: 4px;
	background-color:#dadadc;
	text-align: right;
}

/* Fonts for the table, table headings, table cells */
	.KT_tngtable td, .KT_tngtable th, .KT_tngtable caption {
		font-family: Arial, Helvetica, sans-serif;
	}
	.KT_tngtable th, .KT_tngtable td.KT_th, .KT_tngtable caption {
		font-size: 12px;
		text-align: left;
	}
	.KT_tngtable td {
		font-size: 11px;
	}

/* Active Form Elements :font-sizes */
	.KT_tngtable input, .KT_tngtable select {
		font-size: 10px;
	}

	.KT_tngtable textarea {
		font-size: 12px;
	}

/* Special items : error containers, field hints, required table cell  */
	.KT_field_error {
		color: #cc0000;
	}
	.KT_field_hint {
		color:#AAAAAA;
		font-size: 10px;
	}
	.KT_tngtable td.KT_required {
	}
	/* span containing the "*" for required field labels */
	.KT_tngtable label span.KT_required {
		padding: 0 2px;
		color: #CC0000;
		font-family: Courier New, Courier, monospace;
		font-weight: normal;
	}


/* The client-side error displaying */

	/* How the label should change on error */
	.form_validation_field_error_label {
		/* color:#cc0000; */
	}

	/* How the input's container (TD) should change on error */
	.form_validation_field_error_container {
		/* border: 2px solid black; */
	}

	/* How the input textfield should change on error */
	.form_validation_field_error_text {
		/* border:2px solid #cc0000; */
	}

	/* The actial error message style */
	.form_validation_field_error_error_message {
		color:#cc0000;
		font-weight: bold;
		clear:left;
	}
	form.form_validation_form_error table {
		border:2px solid red;
	}

/* The server-side error displaying */
/* topmost error div */
#KT_tngerror {
	padding: 5px 10px 5px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #CC0000;
	font-size: 12px;
	border:1px solid red;
	background-color:#FFFFE4;
	background-image:url(images/error.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* trace container ( iniitally collapsed), and "Submit this to InterAKT... " area */
#KT_tngdeverror, #KT_tngtrace {
	padding: 5px 10px 5px 5px;
	margin:5px;
	border:1px solid black;
	font-family:Courier, sans-serif;
	font-size: 12px;
	background-color:#FAFAFA;
}

	/* alignment and borders for the form submit buttons */
	#KT_tngdeverror #KT_needhelp {
		text-align: right;
	}

	#KT_tngdeverror label, #KT_tngtrace label {
		display: block;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
	}

	#KT_tngtrace ul {
		padding-left:10px;
		margin-left:10px;
	}

	#KT_tngtrace_details {
		display: none;
	}

#KT_tngwarning {
	padding: 10px 10px 10px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0000CC;
	font-size: 12px;
	border:1px solid blue;
	background-color:#E4FFFF;
	background-image:url(images/warning.gif) ;
	background-repeat:no-repeat;
	background-position:left;
}

.KT_tngtable th, .KT_tngtable td.KT_th {
	background-color:none;
}

.KT_tngtable {
margin:0;
}

/* ESPACE PRIVILEGE */
.espace-privilege h2 {
	color:#868788;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #CCCCCC;
	height:14px;
	padding:6px;	
}

.espace-privilege h3 {
	border-bottom:1px solid #CCCCCC;
	color:#888888;
	font-size:12px !important;
	font-weight:normal;
	padding:8px 0pt 8px 25px;
	text-transform:uppercase;
}

.espace-privilege p {
	padding: 8px 25px 8px 25px;	
}

.espace-privilege .you-are-not {
	color:black;
	font-size:10px;
	font-weight:normal;
	text-transform:none;
}

/* Ouverture compte */
.ouverture_h2 h2 {
	border-bottom:1px solid #CCCCCC;
	color:#868788;
	font-weight:bold;
	padding:6px 10px;
	text-align:right;
	font-size: 11px;
	text-transform: uppercase;
}


