/* CSS Document */
.error{
	color: red;
}
.adresse{
	margin-left:16px;
	font-size:11px;
}
.titre_menu{
	margin-top: 10px;
}
.titreTableau{
	margin-top:24px;
	width:499px;
}
.titreTableau div{
	position:relative;
	display:inline;
	margin-bottom:-1px;
}
.titreTableau .chapo{
	position:absolute;
	top:0px;
	left:1px;
}

/* TABLEAU */
.facture{
	margin-top:0px;
	clear:both;
	display:block;
}
.tableauFacture{
	margin-top:0px;
	margin-bottom:6px;
	padding:0px;
	border-spacing:1px;
	border:0px;
}
td {
	height:26px;
}
th {
	height:26px;
}
.tableauFacture .titre{
	background-color:#587c1a;
	color:#FFFFFF;
	font-weight:bold;
}
.tableauFacture .titre a {
	color:white;
}

.ligne1 {
	background-color:#d7e49f;
	font-weight:bold;
	color:#760000;
	text-align:center;
}
.ligne2 {
	background-color:#f3f3f3;
	font-weight:bold;
	color:#760000;
	text-align:center;
}
.date{
	color:#444444;
}
.alignGauche{
	padding-left:10px;
}
.alignGauchePetit{
	padding-left:5px;
}
.alignDoite{
	padding-right:10px;
}
/*ONGLET*/
.ongletOFF{
	float:right;
	margin-left:3px;
	padding-bottom:-2px;
}
.ongletON{
	float:right;
	margin-left:3px;
	padding-bottom:-2px;
}
.ongletOFF div{
	float:left;	
}
.ongletOFF .lien{
	font-weight:bold;
	border-top:1px #587c1a solid;
	padding-top:5px;
	height:23px;
}
.ongletON div{
	float:left;	
}
.ongletON .lien{
	background-color:#587c1a;
	height:23px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	border-bottom:0px;
}

/* FORM */
.combobox_small {
	border:1px #CCCCCC solid;
	height:15px;
	font-size:12px;
	color:#666666;
	width:200px;
}
.combobox {
	color:#7c9ba6;
	height:20px;
	font-weight:bold;
	font-size:12px;
}
/* INFO CONTRAT */
.actionnariat{
	float:left;
	margin-top:20px;
}
.gauche{
	float:left;
}
.droite_grand{
	float:left;
	position:relative;
	background-image:url('../../../images/infocontrat/droit_grand.gif');
	width:182px;
	height:245px;
}
.droite_grand .titre{
	position:absolute;
	top:-3px;
	left:30px;
	width:135px;
}
.droite_grand .nom{
	position:absolute;
	top:58px;
	left:30px;
	width:135px;
}
.droite_grand .infos{
	position:absolute;
	top:180px;
	left:25px;
	width:150px;
	font-size:11px;
}
.droite{
	float:left;
	position:relative;
	background-image:url('../../../images/infocontrat/droit.gif');
	contentHeight:scale-to-fit;
	contentWidth:scale-to-fit;
	width:182px;
	height:202px;
}
.droite .titre{
	position:absolute;
	top:-3px;
	left:30px;
	width:135px;
}
.droite .nom{
	position:absolute;
	top:46px;
	left:30px;
	width:135px;
}
.droite .infos{
	position:absolute;
	top:140px;
	left:25px;
	width:150px;
	font-size:11px;
}
.item1_kiosque{
	line-height:22px;
	width:337px;
	background-color:#d7e49f;
	border-left:1px #4c731f solid;
	border-right:1px #4c731f solid;
}
.item2_kiosque{
	height:22px;
	width:337px;
	border-left:1px #4c731f solid;
	border-right:1px #4c731f solid;
}
.actionnaire_kiosque{
	color:#5c7f18;
	font-weight:bold;
	margin-left:8px;
	float:left;
}
.valeur_kiosque{
	color:#5c7f18;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}

/* FORMULAIRE */
.formulaire{
	float:left;
	margin-top:20px;
	line-height:28px;
	width:530px;
	text-align:right;
}
.formulaire td{
	padding-right:10px;
}
.champ3{
	border:1px #CCCCCC solid;
	height:15px;
	font-size:12px;
	color:#666666;
}
.champ4{
	border:1px #CCCCCC solid;
	height:15px;
	font-size:12px;
	color:#999999;
	margin-top:5px;
}
.textarea{
	border:1px #CCCCCC solid;
	font-size:12px;
	color:#999999;
	width:100%;
	overflow:hidden;
}
.bt_envoyer{
	margin-right:20px;
	margin-top:5px;
}
.formulaire2{
	float:left;
	margin-top:20px;
	text-align:left;
	width:530px;
}
.formulaire2 div{
	width:530px;
	line-height:24px;
	height:auto;
}
.bouton{
	margin:6px;
}
.bouton_align {
	margin-bottom:0px;
	padding-bottom:0px;
	display:inline;
	border:1px #000000 solid
}

/* AYMEN #646464 */ 
.libelle {
	color:#666666;
	padding-left:10px;
	font-weight:bold;
}

.info_libelle {
	padding-left:10px;
	font-weight:default;
}

.obligatoire {
	color:red;	
}
.focus {
	font-weight:bold;
	font-size:12px;
	color:#950000;
}
.droite_facture{
	float:left;
	position:relative;
	background-image:url('../../../images/infocontrat/droit_facture.gif');
	width:182px;
	height:202px;
}

.droite_facture .titre{
	position:absolute;
	top:-3px;
	left:30px;
	width:135px;
}
.droite_facture .nom{
	position:absolute;
	top:50px;
	left:20px;
}
.droite_facture .infos{
	position:absolute;
	top:140px;
	left:25px;
	width:150px;
	font-size:11px;
}

.img_calendrier {
	margin-top:5px;
	margin-bottom:5px;
}
.petiteColonne {
	width:75px;
}



