/* CSS Document */

BODY
{
	background-color: #f0f0f0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: verdana,Sans-Serif;
	font-size: 10pt;
}

TD
{
	font-family: verdana,Sans-Serif;
	font-size: 8pt
}

td.candidat
{
	font-family: verdana,Sans-Serif;
	font-size: 15pt;
	color:#FFFFFF;
}

td.hilite {
	background-color: #ffffff;
}

TR
{
	font-family: verdana,Sans-Serif;
	font-size: 8pt
}



A:link { color: #08245b;text-decoration: none;}
A:visited {	color: #08245b;	text-decoration: none;}
A:active {	color: red;	text-decoration: none;}
A:hover {color: #666666;text-decoration: underline;}
a[name] { color: black; text-decoration: none;}

TEXTAREA
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 9pt;
}

.textarea
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 8pt;
}

textarea.small
{
	border: 1px black solid;
	font-family: verdana,Sans-Serif;
	font-size: 8pt;
}

.text
{
	border: 1px black solid;
	font-family: verdana,Sans-Serif;
	font-size: 8pt;
	height: 12pt;
}

.button
{
	border: 1px white solid;
	color:#FFFFFF;
	background-color: #BC131D;
	font-family: verdana,Sans-Serif;
	font-size: 8pt;
	/*width: 100px; too small for some translations*/
}

ul { margin-left: 25px;}

ul.stat
{
	margin-top: 5px;
	margin-left: 40%;
	margin-bottom: 5px;
}


dl { margin-top: 0px; padding-left: 1px;}

dt
{
	margin-top: 0.5em;
	color: #000099;
	font-weight: bold;
}

dd { margin-bottom: 0px; margin-left: 1.5em;}

em
{
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

h1, .title
{
	font-size: 16px;
	font-weight: bold;
	font-family: verdana,Sans-Serif;
	color: #08245b;
	margin-bottom: 0px;
	margin-top: 5px;
}

h2, .subtitle
{
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,Sans-Serif;
	color: #666;
	margin-bottom: 0px;
	margin-top: 15px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,Sans-Serif;
	color: #08245b;
	margin-bottom: 0px;
	margin-top: 35px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	font-family: verdana,Sans-Serif;
	color: #08245b;
	margin-bottom: 0px;
	margin-top: 10px;
}

h5
{
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,Sans-Serif;
	color: #08245b;
	margin-bottom: 10px;
	margin-top: 20px;
}

h6
{
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,Sans-Serif;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

fieldset
{
	border: solid #08245b 2px;
	background: #d6ebff;
	padding : 10px;
	margin-left : 20px;
	margin-right : 20px;
	text-align:left;
	font-size: 8pt;
}

.legend, .stats
{
	text-align : center;
}

legend, .legend
{
	color: #08245b;
	font-size: 10pt;
	font-weight: bold;
	//cursor : hand;
	cursor : pointer;
}

/* Top Banner and Top Nav Customization */
TH.banner {
	background-color: #08245b;
	color: #fff
}

TD.nav
{
	border: 1px solid #848284;
	background-color: #d5d3ce;
	color: #000
}

.rech
{
	border: 1px solid #848284;
	background-color: #d5d3ce;
	color: #000
}

input[type="checkbox"].small_box
{
	height:10px;
	width:10px;
	vertical-align:middle;
	font-size:10pt;
	margin: 4px;
}

/** IE ne supporte pas la syntaxe ci-dessus **/
.small_box
{
	height:10px;
	width:10px;
	vertical-align:middle;
	font-size:10pt;
	margin: 4px;
}


/* Message styles */
.warning {color: red;  text-align:center;}
.error {color: red}
.message {color: #08245b;}
.no_ { color: red }
.missing_field
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FF0000; text-decoration: none }

/* Dossiers inactifs dans le tree menu */
.inact	{font-style:italic; color:#708090}
.inact a  { color: #708090;text-decoration: none;}
.inact a:link { color: #708090;text-decoration: none;}
.inact a:visited {	color: #708090;	text-decoration: none;}
.inact a:active {	color: #708090;	text-decoration: none;}
.inact a:hover {color: silver;text-decoration: underline;}

/*
**********************************
Different tables
**********************************
*/

/* Standard table 'spreadsheet' style */

table.tbl {
	background: #a5cbf7;
}

table.tbl TH {
	background-color: #08245b;
	color: #ffffff;
	list-style-type: disc;
	list-style-position: inside;
	border: outset #D1D1CD 1px;
	font-weight: normal;
}



/* a 'standard' table */
table.std {

	background: #F8F7F4;

}
table.std TH {

	color: #BC131D;
	list-style-type: disc;
	list-style-position: inside;

}

table.std td.hilite {
	background-color: #ffffff;
}

/* contacts table */
table.contacts {
	background-color: #08245b;
}

table.contacts td {
	background-color: #d6ebff;
}

table.contacts td.hilite {
	background-color: #ffffff;
}

/* links in header blocks */
A.hdr:link, A.hdr:active, A.hdr:visited {
	color: #ffffff;
}

/* tabbed boxes */
td.tabon {
	background: #a5cbf7;
	border-top: outset #ffffff 2px;
	border-left: outset #ffffff 2px;
	border-right: outset #cccccc 2px;
	border-bottom: none;
}
td.taboff {
	background: #d6ebff;
	border-top: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 2px;
}
td.tabsp {
	border-bottom: solid #cccccc 2px;
}
td.tabox {
	background-color: #a5cbf7;
	border-left: solid #cccccc 2px;
	border-right: solid #cccccc 2px;
	border-bottom: solid #cccccc 2px;
}

TD.nav { color: #FFFFFF;}

/*
**********************************
Calendriers
**********************************
*/

/* Planning */
td.weekday
{
	height:120px;
	vertical-align: top;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid  #ccc;
	text-align: left;
}

table.tbl td.event
{
	background-color: #f0f0f0;
}

table.motitle {
	background-color: #777777;
}
table.motitle td {
	background-color: #f0f0f0;
}
table.motitle th {
	background-color: #f0f0f0;
	font-size: 10pt;
}

table.mocal {
	background-color: #777777;
}
table.mocal th {
	background-color: #08245b;
	color: #ffffff;
}

table.mocal td {
}

table.mocal td.week {
	vertical-align: top;
	background-color: #08245b;
	height: 80px;
	text-align: left;
}
table.mocal td.empty {
	background-color: #e0e0e0;
	color: #aaaaaa;
	text-align: left;
	vertical-align: top;
	height: 80px;
}
table.mocal td.day  {
	background-color: #ffffff;
	color: #333366;
	text-align: left;
	vertical-align: top;
	height: 80px;
}
table.mocal td.today {
	background-color: #a5cbf7;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
}

table.mocal td.weekend {
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: top;
}

table.mocal .event {}

/* Mini calendrier - title area */
table.minititle {}
table.minititle td {}
table.minititle th {font-weight: normal;}
table.minical {}
table.minical th {font-weight: normal;}
table.minical td {}
table.minical td.week {}
table.minical td.empty {color: #aaaaaa;	text-align: center;}
table.minical td.day  {	text-align: center;}
table.minical td.today {background-color: #e0e0e0;text-align: center;}
table.minical td.weekend {text-align: center;}
table.minical .event {}

/* popup calendar */
body.popcal {background-color: #f0f0f0;}
table.poptitle {background-color: #ffffff;}
table.poptitle td {background-color: #ffffff;}
table.poptitle th {background-color: #ffffff;color: #000000;font-size: 10pt;font-weight: bold;}
table.popcal {background-color: #cccccc;}
table.popcal th
{
	background-color: #ffffff;
	color: #000000;
	font-family: helvetica,arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

table.popcal td {
	background-color: #ffffff;
	font-family: helvetica,arial,sans-serif;
	font-size: 8pt;
	text-align: center;
}

table.popcal td.empty {background-color: #e0e0e0;}
table.popcal td.day  {background-color: #ffffff;text-align: center;}
table.popcal td.today {}
table.popcal td.weekend {background-color: #f0f0f0;}
table.popcal a:link,table.popcal a:visited {color: #0000ff;	text-decoration: none;}
table.popcal a.today:link,table.popcal a.today:visited {color: #ff0000;font-weight: bold;}
table.popcal a.weekend:link,table.popcal a.weekend:visited {color: #0000aa;}
table.popcal a.empty:link,table.popcal a.empty:visited {color: #777777;}

/*
**********************************
Layers de l'historique
**********************************
*/

.txtmenu
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.txtmenu
{
	color: #FFFFFF;
	text-decoration: none;
}

.noir
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
}

a:link.noir
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a:hover.noir
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

.absDivMenu
{
	z-index: 8;
	visibility: hidden;
	position: absolute;
	left: 508px;
	top: 30px;
	width: 258;
}
.absDiv2Menu
{
	z-index: 8;
	background-color: #ffffff;
	layer-background-color: #ffffff;
	visibility: hidden;
	position: absolute;
	cursor: hand;
}
.absdiv3menu
{
	z-index: 10;
	background-color: #cccccc;
	layer-background-color: #cccccc;
	visibility: hidden;
	position: absolute;
	cursor: hand;
}

/*
**********************************
Liste déroulante avec checkboxes
**********************************
*/
.checklist {
	border: 1px solid #000;
	list-style: 12px;
	height: 250px;
	max-height:300px;
	overflow: auto;
	width: 19em;
	font-size: 0.9em;
	width: 100%; 
	background-color:white;
}

.checklist, .checklist li { margin: 0 0 0 0; padding: 0; }

.checklist label { 
	display: block; 
	padding-left: 25px; 
	text-indent: -25px; 
	font-size: 11px;		
	height: 20px;
}

.checklist label:hover, .checklist label.hover { 
	background: #4767BF; 
	color: #fff; 
}
	
.checklist input { vertical-align: middle; }

#listeChoix {
	clear: both;
	float: left;
	width: 100%;
	text-align:left;
}

.dropdown {
	position:absolute;
	top:17px;
	width:378px;
	left:0px;
	clear:both;
	display:none;
	visibiliy:hidden;	
}
	
#listeChoix .over {
	visibiliy: visible;
	display:inline;
}
	
#listeChoix .resultchoix {
	position:relative;
}

#listeChoix .drop2 {float:right; margin: 1px 1px 0px 2px;}

.resultText {
	width: 353px;
	height:16px;
	background-color: #fff;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
	padding: 0px 0px 0px 2px;
	margin: 0px;
	spacing:0px;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	
}
	
div .resultText {
	height: 16px;
}

.resultText {
	margin:0px;
}

.resultchoix {
	width:380px;
	float:left;
	font-size:11px;
	font-family:arial;
	margin: 1px;		
}

#listeChoix .title {
	font-size:11px;
	font-weight:bold;
	margin: 0px 0px 4px 0px;
}
	
.resultchoix img {border:0px;}