.i { font-style:italic; }
.b { font-weight:bolder; }
.n { font-weight:normal; }
.u { text-decoration:underline; }
.none { text-decoration:none; }
.c { text-align:center; }
.l { text-align:left; }
.r { text-align:right; }
.m { vertical-align:middle; }
.wn { color:red; }
.big2 { font-size:2em; }
.big { font-size:4em; }

body{
	margin: 0px;
	padding: 0px;
	background: #cccccc url(http://www.montagnac-ac.com/images/bg_grad.jpg);
}

body, td, .content { font-family: Tahoma, Verdana, Arial, helvetica, sans-serif; font-size: 11px; }
.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; }
.subtitle { font-size: 12px; font-weight: bold; }

.lienblanc { font-family: verdana; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}

a.lien { color: #666666; text-decoration: none; font-weight: bold }
a.lienblanc { color: #FFFFFF; text-decoration: none; font-weight: bold }
a.lienbleu { text-decoration: none; font-weight: bold; color:#0000AA }
a.lienrouge { color:#F00; text-decoration: none; font-weight: bold }
a.lienfin { color: #666666; text-decoration: none; font-style: italic}
a.lienadmin { color: #666666; text-decoration: none; }
a.liennoir { color: #000000; text-decoration: none; }

a:hover {text-decoration: underline; }
a.lienblanc:hover { color:#000; text-decoration: none }

.pageheader { border: #E0E0E0 solid 2px; background-color: #DDDDDD; font-size : 14px; font-weight : bold }
.pagefooter { border: #E0E0E0 solid 1px; }
.sample { background-color: #FFFFFF; border: #000000 solid 1px; }
.samplecontent { font-size: 10px; }

.menusel { color: #000066; text-decoration: none; font-weight: bold }

.code { background-color: #FFFFFF; border: #000000 solid 1px; }
.codecontent { font-size: 10px; }
.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold }
.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold  }
.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold  }
.codecontent a { color: #666666; text-decoration: none; font-weight: bold  }

.working { color: #00CC00 }
.failed { color: #CC0000 }

.INPUT { font-size : 11px; font-family : Arial, Verdana; }
.SELECT { font-size : 11px; font-family : Arial, Verdana; color : #000000}
.TEXTAREA { font-family : Arial, Verdana; font-size : 11px;}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 8px 0px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0033;
	height:21px;
	vertical-align:middle;
	
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FF0033;
}

/* This is used on tables that should just have a border around them. */
.tborder{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/*----- definitions pour le tableau d'administration, pour voir quelle page est active------- */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_active_back
{
	color: red;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back
{
	color: white;
	text-decoration: none;
	font-size:  12px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_active_back
{
	color: red;
	text-decoration: none;
	font-size:  12px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(http://www.montagnac-ac.com/images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(http://www.montagnac-ac.com/images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(http://www.montagnac-ac.com/images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(http://www.montagnac-ac.com/images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(http://www.montagnac-ac.com/images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(http://www.montagnac-ac.com/images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}
.maintab_active_back a:link
{
	color: red;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: red;
	text-decoration: none;
}

/********************* calendrier **********************/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFFFFF;
}

.ds_head {
	background-color: #000066;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #0033CC;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #66CCFF;
	color: #000000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}

/* --------- Formulaire ---------------*/
#saisie {
	padding-top:20px;
	font-size:11px;
	background-color:#FFFFFF;
	width:670px;
}

.databloc {
	display:table;
	padding:9px 9px 35px 9px;
	margin:0 auto 20px auto;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-radius:15px;
	border:3px solid #A22;
	font-size:11px;
	width:600px;
	background-color:#FFFFFF
}

.databloc table.left {
	margin-left:0;
}

.form1 table{
	margin:0 auto 0 auto;
	border-collapse:collapse;
	font-size:11px;
}

.form1 td, .form1 th {
	padding:0.5em 1em 0.4em 0.7em;
}

.form1 td.label {
	font-weight:bolder;
	border-bottom:1px solid #FFF;
	background:url(../../images/bg_label.png) top left repeat-y #DDD;
}

.form1 td.vars {
	color:#666;
}

.form1 tr.boutons td {
	padding-top:1em;
	background:none;
	text-align:left;
}

.form1 tr.vide td {
	background:none;
	padding-bottom:1em;
}

.form1 tr.entete td,
.form1 th {
	font-weight:bolder;
	font-variant:small-caps;
	padding-bottom:0.5em;
	font-style:normal;
	background:url(../../images/bg_entete.png) top left no-repeat #A22;
	color:#DDD;
}

.form1 .type1 {
	border:0;
	padding:0px;
	font-style:italic;
	margin:3px 0 1em 10px;
	border-left:11px solid #DB8;
	background-color:#FFC;
	color:#C66;
}

.form1 td.rdots {
	border-right:1px dotted #CCC; 
}
.form1 tr.std td.bdots,
.form1 tr.bdots td {
	border-bottom:1px dotted #CCC; 
}

.form1 td.label span.inactif {
	color:#AAA;
}

.form1 span.yn {
	margin-right:1em;
}

input.std,
select.std,
textarea.std {
	border:1px solid #A22;
	padding:2px;
	background:url(../../images/bg_input.png) bottom left repeat-x white;
	color:#A22;
}

.form1 th.label {
	width:230px;
}
.form1 th.vars {
	width:350px;
}

.SUBMIT
{
	background-color: white;
	border: #black 1px solid;
	height:2.5em;
	padding-right:8px;
	padding-left:8px;
}

.SUBMIT:hover
{
	background-color: #66CC33;
	cursor: pointer;
}
.RETOUR
{
	background-color: white;
	border: #black 1px solid;
	height:2.5em;
	padding-right:8px;
	padding-left:8px;
}

.RETOUR:hover
{
	background-color:#F00;
	cursor: pointer;
}
a.Actub{
  	color: #0000AA;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
}
a.Actub:hover{
	/*text-decoration: underline;*/
	letter-spacing:0.5mm;
}
a.Actur{
  	color: #FF0000;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
}
a.Actur:hover{
	/*text-decoration: underline;*/
	letter-spacing:0.5mm;
}

/********************* end **********************/

