body, html {
	margin: 0px;
	height: 100%;
}
body{
	background-image:url('images/bg_body.jpg');
	background-repeat:repeat-x;
}
body, table, input, select, textarea {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
}
body, textarea {
	width: 95%;
}
form {
	padding: 0px;
	margin: 0px;
}
a {
	font-weight: normal;
	color: #333333;
}

.bodyPopup{
	background-image:url('images/bg_body.jpg');
	background-position:0px -200px;
}

input[readonly]{

background:#DDDDDD;

}

#main{
	width:940px;
	margin:auto;
}

#content {
	height: 100%;
	background-color:#FFF;
}

#popupContent{
	height: 100%;
	background-color:#FFF;
	margin : 10px 10px 10px 10px;
	padding:10px;
}
#header{
	width:940px;
	height:141px;
	background:transparent url(images/bg_header.jpg) no-repeat scroll 0 0;
}

#header #login {
	padding:5px 10px; 
	width:170px;
	height:40px;
	top:3px;
	left:760px;
	position:relative;
}

	#header #loginText {
		font-weight:bold;
		color:#707070;
		float:left;
	}

	#header #loginImg{
		text-align:right;
		padding:5px 5px 0 0;
	}

#header #menu {
	height:36px;
	width:100%;
	position:relative;
	top:55px;
}
#content {
	background: #FFF;
	padding:20px 15px;
	height:400px;
}
/* CSS TABLEAUX */
/*table {*/
/*	border:2px solid #754C24;*/
/*	border-collapse: collapse;*/
/*	margin-left:auto;*/
/*	margin-right:auto;*/
/*	width:100%;*/
/*}*/
/**/
/*table thead{*/
/*	background:#CBC4BA url(images/bkg_tbl_header.jpg) bottom repeat-x ;*/
/*	height: 28px;*/
/*	text-align:center;*/
/*	font-weight:bold;*/
/*}*/
/**/
/*table tbody{*/
/*	text-align:center;*/
/*	font-weight:normal;*/
/*	background-color: #EDE4D9;*/
/*}*/
/*.odd {*/
/*	background-color: #DCD5CB;*/
/*}*/
/**/
/*th{*/
/*	border: 1px solid #754C24;*/
/*}*/
/**/
/*td{*/
/*	border: 1px solid #000;*/
/*}*/

/* CONNECTION */
#mainConnect{
	width:717px;
	margin:auto;
	text-align:center;
}

#headerConnect{
	width:300px;
	height:141px;
	margin: 0 auto 40px auto;
	background:transparent url(images/bg_headerConnect.jpg) no-repeat scroll 0 0;
}

#contentConnect {
	background: #FFF;
	padding:20px 15px;
	margin:auto;
	height:400px;
	width:450px;
}



.titreMenu{
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:140%;
	font-weight:bold;
	height:36px;
	line-height:36px;
	margin:0;
	white-space:nowrap
}


/* FORMULAIRES */
.fieldset{
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border: 1px solid #DDDDDD;
	background-color:#F8F8F8;
	margin:15px 0;
	padding:10px;
	
}

.legend {
	color:#555555;
	text-transform:uppercase;
	font-weight:bold;
	margin:15px 0;
	text-align:left;
}

.fieldset p {
	margin:2px 0px;
}

#actionsForm{
	text-align:center;
}

#actionsForm button{
	margin-right:10px;
}

.note{
 	text-align:center;
}

.noteFormation{
 	text-align:center;
 	color:#FF0000;
 	text-decoration: underline;
}

.fiche {
	width: 100%;
	background: #f7f7f7;
}
.fiche td {
	font-size: 14px;
	padding: 6px;	
	border-bottom: 2px solid #fff;
	vertical-align: middle;
}

.BCM {
	width: 100%;
	background: #f7f7f7;
}

.BCM td {
	font-size: 14px;
	padding: 6px;
	border: 1px solid #000000;
	vertical-align: middle;
}

#tabBCM {
	font-size: 14px;
	padding: 6px;
	border: 1px solid #000000;
	vertical-align: middle;
	text-align:right;
}


input {
	/*height: 16px;*/
	vertical-align: top;
}
#frmDepotDemande input.donnees {
	width: 320px;
}
#frmDepotDemande select {
	min-width: 320px;
}
select {
	height: 22px;
}
#frmOrdreFacturation input.donnees {
	width: 200px;
	background: #fff;
	border: 0px;
}
.label{
 	text-align:right;
}

.label_oblig {
    /*font-weight: bold;*/
    padding-right: 10px;
    background: url(images/required.png) top right no-repeat;
}
/* Error System */
.field_error {
    border: 1px solid #a50021;
}
.label_error {
    color: #a50021;
    font-weight: bold;
}
.error_msg {
    display: none;
    margin: 10px 20px;
    padding: 10px 10px 10px 20px;
    vertical-align: middle;
    text-align: center;
    border:1px solid #CC0000;
    background-color: #F7CBCA;
    color:#CC0000;
}

.ok_msg {
    margin: 10px 20px;
    padding: 10px 10px 10px 20px;
    vertical-align: middle;
    text-align: center;
    border:1px solid #006729;
    background-color: #8DD57D;
    color:#006729;
}
#arianne {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}


/*  Tableau  */

#list_ValidClient .CaptionTD
{
	border-left : 1px solid #D4D0C8;
	width:170px;
}

#list_ValidClient .DataTD
{
	border-right : 1px solid #D4D0C8;
	width:170px;
}

#list_ValidClient .CenterTD
{
	text-align:center;
	
}

