/* fr Style bleu, bleu ciel et blanc */
/* en Blue, light blue and white style */

/* Main body font choice : */
body {
	background: #white;
	font-family: Arial, Helvetiva, Sans-Serif;
	font-size: 12px;
	color: black;
}


/* Big title (on top of each page) choice : */
h1 {
 width:auto;
 font-size:20px;
 color:#54b2e8;
 background: #fff url('http://www.kelcom.fr/images/titre/fond-h1.gif') repeat-x;
 padding: 0 0 0 10px;
 margin: 0 10px 30px 10px;
 font-weight:normal;
}

table {
	border: 1px solid #82B4D0;
}

/* Cell (almost every texts) */
td {
	font-size: 12px;
	background: #F4F8FF;
}

/* Cells headings */
th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background: #82B4D0;
}

/* Links on cells headings */
th a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Rollover links on cells headings */
th a:hover {
	text-decoration: underline;
	color: #F0F5FF;
}

/* Links on cells */
td a {
	text-decoration: none;
	color: #003399;
}

/* Rollover links on cells */
td a:hover {
	text-decoration: underline;
	color: #003399;
}

/* Document comments */
.comments {
	font-size: 10px;
}

/* Error messages */
.error {
	color: red;
	text-align: center;
}

/* Input text : */
.int {
	font-size: 12px;
	text-align: left;
	background: #DDE8FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	border-width: 1px;
	border-color: #888;
	border-style: solid;
}

/* Input buttons : */
.inb {
	background-color: #F0F5FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	border-width: 1px;
	border-color: #888;
	border-style: solid;

}

/* Check boxes */
.inc {
	background-color: #F0F5FF;
	color: black;
	border-width: 1px;
	border-color: #888;
	border-style: solid;

}

/* AJOUT */

td {
	padding: 1px;
	text-align: left;
}

.flag {
	width: 30px;
	height: 20px;
	border: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.right {
	text-align: right;
}

.noborder {
	border: 0px;
}

input {
	padding-left: 2px;
}

.vmiddle {
	vertical-align: middle;
}

.legende {
	vertical-align: middle;
	border: 0px;
	margin-bottom: 5px;
}

#listUsers td, #formUser td, #listRights td, #formRights td, #formConfig td, #formPass td {
	padding: 3px;
}

#center-box {
	width: 400px;
	height: 170px;
	text-align: center;
	margin: 50px auto 50px auto;
	padding: 40px;
	border: 1px solid #ccc;
	background: #c7d2d6 url('http://www.kelcom.fr/images/fond-center-box.gif') repeat-x bottom;
}

#center-box table { border: none; }

.inputLabel {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#666;
	padding:4px;
	padding-top:6px;
	padding-left:5px;
	background: #fff url('http://www.kelcom.fr/images/tableau/fond-jaune.jpg') repeat-x bottom;;
}

.inputValue {
	text-align:left;
	font-size:11px;
	color:#555555;
	padding:4px;
	background: white;
}

.inputValue input, textarea {
	font-family: Trebuchet MS, "Trebuchet MS", sans;
	border-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #efefef;
	border-right-color: #efefef;
	font-size: 1em;
	border-width: 1px;
	color: #777;
	padding: 2px;
	background: #f4f4f4;
}

