/* CSS Document */

/* balises de la zone content */
h3 {
	color: #de552c;
}
.underh3 {
	color: #666;
	margin-bottom: 5px;
	display:none;
}
.underh3 .nb{
	color: #000;
	font-weight: bold;
}
.underh3 .fm{
	color: #000;
}
h4 {
	background-image: url(../img/rond_o.gif);
	background-repeat: no-repeat;
	background-position: top left -10px;
	color: #de552c;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 17px;
	margin: 8px 0px 6px 0px;
}

.nix_h4 {
background-image:url("../img/rond_o.gif");
background-repeat:no-repeat;
color:#DE552C;
font-size:1.1em;
font-weight:bold;
margin:15px 0 6px 15px;
padding-left:17px;
position:absolute;
text-transform:uppercase;
}

#content a {
	color: #de552c;
}
/*input, select, textarea {
	border: solid 1px #de552c;
}*/
/* balises générique de mise en page */
#content .column {
	padding-top: 15px;
	border: none;
	margin: 0 6px;

}
#content .column .left {
	text-align: left;

}
.column span {
	color: #de552c;
	
}


/* balises pour chaques types de bloc */
.bloc-bg {
	border: none;
	padding: 12px 6px;
}
.bloc-border {
	border: none;
	border-top: solid 1px;
	border-color: #c2c2c4;
	padding: 6px;
}
.bloc-alert {
	clear: left;
	border: none;
	font-size: 1.1em;
	padding-top: 1px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
}
.bloc-noborder {
	clear: left;
	border: none;
	padding: 6px;
}
.bloc-legal {
	clear: left;
	border: none;
	padding: 6px;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 24px;
	color: #666666;
}
.bloc-submit {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #eaecf4;
	padding: 6px;
	margin-bottom: 32px;
	clear: /*both*/ left;
	/*margin-right: -312px;*/
}
.bloc-table {
	border: none;
	padding-left: 0 6px 12px 6px;
	margin-bottom: 12px;
}

.bloc-action, .bloc-action2 {
	clear: left;
	text-align: left;
	border: none;
	border-bottom: solid 1px;
	border-color: #B3B3B3;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
.bloc-page {
	text-align: left;
	border: none;
	border-bottom: solid 1px;
	border-bottom-color: #E1E1E1;
	border-top: solid 1px;
	border-top-color: #B3B3B3;
	padding: 6px;
	font-weight: bold;
}
.bloc-warning {
	text-align: left;
	clear: left;
	border: dotted #de552c 2px;
	padding: 12px 6px;
	color: #000000;
	font-weight: bold;
	background-color: #fceae6;
}
/* contenus du bloc-table */


/* contenus du bloc-table */
.bloc-table table {
	width: 100%;
	border: none;
	padding: none;
	margin: none;
}
.bloc-table td, .bloc-table th {
	text-align: left;
	padding: 0px 4px 6px 4px;
}
.bloc-table td.description{
	text-align: left;
}
.bloc-table td span {
	font-weight: bold;
}
.bloc-table th {
	white-space: nowrap;
	color:#5164A8;
	font-weight:bold;
	padding-top:15px;
}
.bloc-table td {
	border-bottom: solid #FFFFFF 1px;
}
.bloc-table .conditions input {
	height: 10px;
	width: 10px;
}
/* propri&eacute;t&eacute; des liens et des textes des blocs */
.bloc-bg a, .bloc-border a {
	color: #de552c;
}
.bloc-action2 a {
	display: block;
	float: left;
	padding-right: 12px;
	text-decoration: none;
	color: #de552c;
}
.bloc-action2 a:hover {
	text-decoration: none;
}
.bloc-result span {
	font-weight: bold;
}
.bloc-submit a {
	font-weight: bold;
}
/* contenus du bloc-alert */
.alert-title {
	color:#5164A8;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:12px;
	padding-left:190px;
	padding-top:15px;
	text-align:left;
}
.alert-new, .alert-new a, .alert-id {
	height: 130px;
}
.alert-new {
	text-align: left;
	vertical-align: middle;
	padding: 6px 10px 0px 10px;
	color: #5164A8;
}
.alert-id {
	background-color:#FFFFFF;
	float:left;
	padding:6px 50px 0 10px;
	text-align:center;
	width:132px;
}

.alert-id form {
	text-align: left;
	display: block;
	width: 128px;

}
/* propri&eacute;t&eacute; des liens et des textes des blocs */
.bloc-bg a, #bloc-border a {
	color: #DF5429;
	width: 260px;
}

/* formulaires spécifiques des pages account */
label {
	color: #666666;
	font-weight: normal;
}
.label2 {
	display: block;
	float: left;
	width: 80px;
}
label span {
	color: #de552c;
}
.form-left, .form-right {
	float: left;
	width: 48%;
}
.form-left input, .form-right input, .form-left select,.form-right select, .form-left textarea, .form-right textarea {
	width: 60%;
}

/* divers */
.bloc-bg ul, .bloc-bg p, .bloc-border ul, .bloc-border p, .bloc-noborder ul, .bloc-noborder p {
	margin-bottom: 6px;
}
.bloc-noborder p {
	clear: left;
}
.help-object {
	float: left;
}
.help-img {
	display: block;
	float: right;
	height: 32px;
	width: 34px;
}
.legende {
	color: #666666;
}