/*
 * Feuille pour CRM
 * $Revision: 1.43 $
 */

/*
 * Feuille pour CRM
 * $Revision: 1.43 $
 */

.contactWindow { 
	display: none;
	/*border: 1px solid black;*/
	background-color: #CE6C00;
	/*position: absolute;*/
	text-align: left;
	padding: 10px;
}
.contactWindow a { 
	color: #000;
}
legend {
	color:#CE6C00;
	padding:3px 10px;
	font-weight:bold;
	border-left:1px solid #CE6C00;
	border-right:1px solid #CE6C00;

	
}
fieldset{
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
	border:1px solid #CE6C00;	
}
form{
	margin:0px;
	padding:0px;
}
label {
	font-weight: bold;
	margin-top:10px;
}
/* Pour les spans qu'on veut d�guiser en label... */
.label {
	font-weight: bold;
}

.label-partie {
	font-weight: normal;
}

label.label-choix {
	font-weight:normal;
}
span.label-choix {
	font-weight:bold;	
}

div.inscription div.contact{
	padding:10px;
	border:1px solid  #CE6C00;
	width:184px;
	background: url(../images/interface/formulaires/fond-inscription.png) no-repeat;
	line-height:180%
}

div.inscription{
	width: 210px;
	margin-top:-100px;
	float:right;
}

a.creer-profil{
	display:block;
	margin-top:20px;
	background: url(../images/interface/formulaires/bouton-submit.png) repeat-x;
	padding:3px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width:200px;
	line-height:normal;
	
}


a.creer-profil:hover{
	background:#CE6C00 none!important;
}

div#etat{
	margin-bottom:10px;
}



/* pour positionnement absolu � l'int�rieur */
.rel-container {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
}


.mandatory {
	color: #CE6C00;
	font-weight: bold;
	font-size: 1.2em;

}

/* Pour des blocs c�te � c�te */
.table-block-field {
	margin-top: 0px;
}
.block-field {
	margin-right: 15px;
	margin-top: 0px;
}
.block-left {
	float:left;
	margin-right: 15px;
	margin-top: 0px;
}
.block-right {
	clear: right;
	margin-right: 15px;
	margin-top: 0px;	
}
.block-split-container {
	margin-top: 0px;		
	margin-bottom: 1em;
}

.bordure {
	padding: 10px;
	border: 1px solid #999;
}
/* pour radio et checkbox*/
input.no-border{	
	border:none;
}

input.err-inp {
	border: 2px solid #C03;
}




input.button {
	background: url(../images/interface/formulaires/bouton-submit.png) repeat-x;
	color:#fff;
	border:none;
	height:20px;	
}


span.error{
	padding:10px 25px;
	background: url(../images/interface/formulaires/img-erreur.png) no-repeat 0 8px;
}

div.error{
	padding:10px 25px 6px;;
	background: url(../images/interface/formulaires/img-erreur.png) no-repeat -1px 8px;
}





/* table*/

table.facturation {
	border-top: 1px solid  #CE6C00;
	border-right: 1px solid #CE6C00;
	margin-right:10px;
	margin-bottom: 10px;

}

table.facturation td {
	padding: 5px;
	border-bottom: 1px solid  #CE6C00;
	border-left: 1px solid #CE6C00;
	font-size: 0.9em;
}
table.facturation td span {
	font-size: 0.8em;
	color:#999;
}


table.facturation th {
	padding: 5px;
	border-left: 1px solid  #CE6C00;
	border-bottom: 1px solid  #CE6C00;
	font-size: 0.9em;
	background-color: #F9F2E6;
	color: #CE6C00;
}


table.vues{
	margin-bottom:20px;
}

table.vues td{
	vertical-align:top;
	padding-right:30px;
}

table.vues td.vue1{
	border-right:1px dotted  #CE6C00
}


table.vues td.vue2{
	padding-left:30px;
}

table.vues td.vue2 li{
	margin-bottom:10px;
}

ul.profil-liste li{
	margin-bottom:10px;
	margin-left: 20px;
}

ul.profil-inline-liste{
	list-style-type:none;
	padding:0;
	margin-left:0;
	margin-bottom:20px;
}

ul.profil-inline-liste li{
	margin-right:10px;
	margin-top:0;
	display:inline;
}

ul.costs-liste {
	list-style-type:none;
	padding-top:5px;
}


/* Authentification_View */
#inscription-intro {
	float: right; 
	width: 215px; 
}
#Authentification_View {
	width: 300px;
}
#Authentification_View .box-border {
	border: 1px solid #f3d1a5;
	padding: 3px;
}
#Authentification_View .box {
	background-color: #fff2d9;
	padding: 5px;
}
#Authentification_View form p {
	position: relative;
	height: 20px;
}
#Authentification_View form p br {
	display: none;
}
#Authentification_View form p label {
	position: absolute;
	left: 0;
	top: -7px;
	padding-right: 5px;
}

#Authentification_View form p span {
}
#Authentification_View #Contacts_email1, 
#Authentification_View #Contacts_password {
	position: absolute;
	top: 0;
	width: 150px;
	left: 110px;
}
#Authentification_View #Contacts_email1_div span {
	position: absolute;
	top: auto;
	left: 60px;
}
#Authentification_View #Contacts_password_div span {
	position: absolute;
	top: auto;
	left: 90px;
}
#Authentification_View #submit_div input {
	position: absolute;
	left: 110px;
}
