.mainbody {
	background-color: #9CA0A1;
	background-image: url(images/fond.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}

.maintable {
	width: 780px;
}

.menutable {
	width: 214px;
}

.contentstable {
	width: 503px;
}

.contentsinsidetable {
	width: 460px;
}

.menutable {
	width: 214px;
}

.filetcell {
	width: 10px;
	background-image: url(images/filet.gif);
	background-repeat: repeat-y;
}

.contentscell {
	background-image: url(images/contents_fond.png);
	background-repeat: repeat;
	padding-right: 15px;
	padding-left: 15px;
	font: 11px Verdana;
	line-height: 16px;
	color: #000000;
}

.contentslist {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-top: 1px;
	margin-bottom: 4px;
	padding-top: 1px;
	padding-bottom: 4px;
}

.titlecell {
	font: bold 11px Verdana;
	color: #FFFFFF;
	background-color: #044798;
}

.orangetitlecell {
	font: bold 11px Verdana;
	color: #FFFFFF;
	background-color: #E87B14;
}

.lightbluecell {
	background-color: #80A2CB;
}

.orangecell {
	background-color: #E87B14;
}

h1 {
	text-align: left;
	font: bold 16px Verdana;
	color: #E87B14;
	margin-top: 0;
	margin-bottom: 2px;
	padding-top: 0;
	padding-bottom: 2px;
}

h2 {
	text-align: left;
	font: bold italic 12px Verdana;
	color: #044798;
	margin-top: 0;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 1px;
}

.notes {
	font: 9px Verdana;
	line-height: 14px;
	color: #000000;
}

.container {
	background-image: url(images/fond_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* LIENS */
.main_link:link, .main_link:visited {
	color: #044798;
	text-decoration: underline;
}

.main_link:hover {
	color: #E87B14;
	text-decoration: underline;
}

.footer_link:link, .footer_link:visited {
	font: 10px Arial;
	color: #666666;
	text-decoration: none;
}

.footer_link:hover {
	font: 10px Arial;
	color: #666666;
	text-decoration: underline;
}

.footer_cell {
	font: 10px Arial;
	color: #666666;
	text-align: right;
	padding: 4px;
}

.text_alert {
	font: bold 11px Verdana;
	color: #990000;
}

/* FORMULAIRES */

.saisie{
	background-color: #FFFFFF;
	font: 10px Verdana;
	color: #000000;
	border: 1px solid #333333;
	width: 200px;
	padding: 1px;
	margin-bottom: 6px;
}

.saisie_long{
	background-color: #FFFFFF;
	font: 10px Verdana;
	color: #000000;
	border: 1px solid #333333;
	width: 435px;
	padding: 1px;
	margin-bottom: 6px;
}

.btn{
	background-image: url(images/btn_bck.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font: bold 10px Verdana;
	color: #000000;
	border: 1px outset #999999;
	padding: 5px;
}