body {background-color: #4F4F4F;margin: 0px;padding: 0px;}

/* table principale pour centrage h+w dans la page */
#tbl-conteneur {width: 100%;height: 100%;}

/* table principale, 3 colonnes */
#tbl-container {width: 920px;height: 549px;}

/* colonnes conteneur */
.col-LR { /* colonne left et right */
	background-color: #C6C6C6;
	width: 230px;
	text-align: left;
}
.col-c { /* colonne centre */
	background-color: #FFFFFF;
	width: 460px;
	text-align: left;
}

/* table dans colonnes left ou right */
.tabl-col {width: 230px;}
.tabl-col td {text-align: center;}

/* page scoller */
.container {
	height: 430px; 
	width: 460px;
	/*border: solid 1px;
	overflow: scroll;*/
	overflow: auto;
}
.contenu {
	margin-top: 15px;
	margin-left:30px;
	height: auto;
	width: 400px;
}

/* table de la class contenu ( remplacer par div??? ) */
.tabl-contenu {
	width: 400px;
}


.text, .leg {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.text .titre, .text .titre-2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.titre2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

/* petite table accessoire */
.tabl-text td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.tabl-text td.pad-left {
	padding-left: 10px;
}

a:link, a:visited, a:active {
	color: #B20022;
	text-decoration: underline;
}
a:hover {
	color: #B20022;
	text-decoration: none;
}

#connection {
	width:320px;
	height:290px;
	margin:60px auto;
	border-top:solid 1px #bbb;
	border-right:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	border-left:solid 1px #fff;
	background-color:#eee;
	font-size:13px;
}
#connection_int {margin-left:47px;padding-top:20px;}
#connection_int input {}

