/* stylebleu.css */
/* fra_FRA Style bleu, bleu ciel et blanc */
/* usa_USA 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: #003399;
}

/* 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: black;
	border-style: solid;
}

/* Input buttons : */
.inb {
	background-color: #F0F5FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}

/* Check boxes */
.inc {
	background-color: #F0F5FF;
	color: black;
	border-style: none;
}

