/* fr Style bleu, bleu ciel et blanc */
/* en Blue, light blue and white style */

/* Main body font choice : */
body {
	background: #C6D9FF;
	font-family: Arial, Helvetiva, Sans-Serif;
	font-size: 12px;
	color: black;
}


/* Big title (on top of each page) choice : */
h1 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #003399;
}

/* 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-image: url(stylebleu/bluebgd2.jpg);
	background-repeat: repeat-x;
}

/* 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;
	text-valign: top;
	padding-top: 0;
	margin-top: 0;
}

/* Error messages */
.error {
	color: red;
	text-align: center;
	padding: 10px;
	background: #fcfc63;
	border-style: solid;
	border-color: #ffff00;
	border-width: 1px;
	width: 35%;
	margin:0 auto;
	margin-bottom: 10px;
}

/* 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: black;
	border-style: solid;
}

/* Input buttons : */
.inb {
	background: #e2dfd6;
	background-image: url(stylebleu/buttonbgd.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

/* Check boxes */
.inc {

	background-color: #F0F5FF;
	color: black;
	border-style: none;
}

/* AJOUT */

td {
	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;
}

#formUser td {
	padding: 6px;
}

.dirpath, .dirpath a {
	color: #ffff33;
}

div.legend {
	background: #FFFF80;
	padding: 5px 5px 5px 12px;
	margin: 5px;
}

#title {
	padding: 5px 5px 25px 12px;
	margin: 10px auto;
	text-align: center;
}

#box {
	padding: 20px 5px 20px 12px;
	text-align: center;
	border: 1px solid #000000;
	background: #FFFFFF;
	width: 400px;
	margin: 10px auto;
}

td.blue {
	background: #7ba5f9;
}