/* ---------- Balises HTML */


/* ---------- Mod_Docs (MD) - Module gestionnaire de fichiers */
#MD_01 { }
.MD_CC
{
	border: 1px transparent solid;
	width: 20px;
	float: left;
}
.MD_CD
{
	border: 1px transparent solid;
	float: left;
}
.MD_CF
{
	float: left;
}
.MD_Nro
{
	color: #408000;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 5px;
}
.MD_Date
{
	width: 80px;
	text-align: right;
}
.MD_Size
{
	width: 70px;
	text-align: right;
}
/* -- Mod_Docs (MD) - Tableaux */
#MD_01 table
{
	width: 640px;
	margin: 5px 5px 10px 5px;
	border-color: #000;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}
#MD_01 table th
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #999;
	text-align: center;
	border-top: 1px #000 none;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 none;
}
#MD_01 table td
{
	margin: 0;
	padding-left: 6px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding-right: 6px;
}
#MD_01 table caption {
	color: #565656;
	font-size: 9pt;
	text-align: center;
}
#MD_01 table tr.tablignepaire { background-color: #E6E6E6; }
#MD_01 table tr.tabligneimp { background-color: #E0DED5; }
#MD_01 table tr td
{
	padding: 1px;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

#FormS1 fieldset
{
	padding: 0;
	border: 2px #575D90 double;
}
#FormS1 legend
{
	color: #575D90;
	font-size: 9pt;
}

.formbutton { color: #000; }

a.formbutton:link, a.formbutton:visited
{
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #555e90;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px 3px;
	border: solid 1px black;
	font-family: Verdana, Arial, Verdana, sans-serif;
}

a.formbutton:hover
{
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #6e76a1;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	border-color: #C00000;
	border-width: 1px;
	border-style: inset;
}

/* ---------- Classes du site */
.tabentete
{
	font-weight: bold;
	font-size: 10pt;
	background-color: #fdffe4;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

.errormsg
{
	color: #9F6F71;
	font-size: 10pt;
}

.errormsgb
{
	color: #9F6F71;
	font-size: 10pt;
	font-weight: bold;
}

.withIntro:first-letter
{
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	display: block;
	float: left;
	background-image: url(picts/Puce_64.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 64px;
	height: 64px;
	text-align: center;
	padding: 0 28px 24px 8px;
	margin: 5px 0 0 0;
	clear: both;
}