.cadreGeneral{
	border:1px solid #DCDCDC;
	background-color: rgb(255,255,255);
	text-align:center;
}
.cadreSupport,
.cadreSupportWithSubMenu{
	background-image:url(../images/cadre/bg.png);
	background-repeat:repeat-x;
	height:18px;
	margin-bottom:15px;
	padding-top:2px;
	font-weight:bold;
	
}
.cadreSupportWithSubMenu{
	margin-bottom:0px;
}

.cadreErreur{
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:12px;
}
/* _________________________________ Style des Tableaux Spécifiques _________________________________*/
div#intro{
	margin:100px;
	height:450px;
	
}
div#introSupport{
	/*text-align: center;*/
		
}
div#client{
	margin-left: auto;
	margin-right:auto;
	width: 80%;
}
div#config{
	margin-left: auto;
	margin-right:auto;
	width: 80%;
}
div#fournisseur{
	margin-left: auto;
	margin-right:auto;
	width: 80%;
}
div#clientIndex{
	text-transform:uppercase;
}
.cadreGraphe{
	border-right:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	background-color: rgb(255,255,255);
	text-align:center;
}
/* _________________________________ Style des Notes du journal _________________________________*/
div.noteInterne{
	background-color:#FFFFCC;
	border:1px solid #CC6600;
	width:412px;
	position:absolute;
	margin:3px;
	padding:5px;
	
}
/*_________________________________ Style des menus drop down pour l'envoi_________________________*/
div.menuMailClass{
	border:2px solid #FF6600; 
	background-color:#FFFFDD;
	padding:5px;
	position:absolute;
/*	min-width:400px;*/
	width:400px;
}