basefont {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

iframe {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

html, body, table, tr, td, p, dl, dt, dd, div, a, .p, span {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color : #000000;
}

.titreformiris {
	color:  #84007B;
	font-family: Arial, sans-serif;
	font-size: 14pt;
        font-weight: bold;
	background : transparent;
}

a.fixedtopnav:link, a.fixedtopnav:visited, a:link, a:visited {
	color: #0000CC;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background : transparent;
	text-decoration: underline;
}

a.fixedtopnav:hover, a:hover {
	color:  #0000CC;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background : transparent;
	text-decoration: underline;
}


a.samenavbas:link, a.samenavbas:visited {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
	padding: 1pt;
	border: solid 1px #FFFFFF;
	background : transparent;
	text-decoration: underline;
	width: 95%;
	display: block;
}

a.samenavbas:hover {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 10pt;
	background-color: #CF81CC;
	padding: 1pt;
	border: solid 1px #000000;
	text-decoration: underline;
	width: 95%;
	display: block;
}

.samenavbasthispage {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 10pt;
	background-color: #CF81CC;
	padding: 1pt;
	border: solid 1pt #000000;
	font-weight: bold;
	width: 95%;
}

a.homepagelink:link, a.homepagelink:visited {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background : transparent;
	text-decoration: none;
	}

a.homepagelink:hover {
	color:  #FF0000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background : transparent;
	text-decoration: underline;
}
a.homepagelinkblack:link, a.homepagelinkblack:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background : transparent;
}

a.homepagelinkblack:hover {
	color:  #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background : transparent;
	text-decoration: underline;
}

a.alaunelink:link, a.alaunelink:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background : transparent;
}

a.alaunelink:hover {
	color:  #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background : transparent;
	text-decoration: underline;
}

.sdpiok {
	color:  #638642;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background : transparent;
}

.sdpinotok {
	color: #FF0000;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background : transparent;
}
.attentionmessage  {
	border: solid 2px #FF0000;
	padding: 5px;
}

/* LISTES */
table.listtable {
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	text-decoration: none;
	width: 100%;
	table-layout: auto;
}
tr.listtableheader {
	background-color: #000;
	color: #FFF;
	vertical-align: middle;
	font-weight: bold;
}

tr.listtable1 {
	background-color: #FEFDE3;
	vertical-align: middle;
}
tr.listtable2 {
	background-color: #FFFDCF;
	vertical-align: middle;
}
td.listtableheader {
	padding: 1px 4px 1px 4px;
	border: 1px solid #FFF;
	color: #FFF;
}
td.listtable {
	padding: 1px 4px 1px 4px;
	border: 1px solid #CCC;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* BEGIN MENU SCRIPTS AND CSS */

.suckertreemenu{
padding: 0px;
margin: 0px;
width: 100%;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #EFFFDF; /* ORI = #F3F3F3 overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 90px; Width of top level menu link items*/
width: auto;
/*padding: 1px 8px;*/
padding: 5px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: black;
/*z-index: 10; */
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
/*z-index: 10; */
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 340px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
/*padding: 1px 5px;*/
padding: 5px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #EFE0EF;
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/* background: #F3F3F3 url(/v3-2/images/SuckerTreeMenu/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
/* background: #F3F3F3 url(/v3-2/images/SuckerTreeMenu/arrow-right.gif) no-repeat center right; */
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}

/* End */
/* BEGIN MENU SCRIPTS AND CSS */

/* DEBUT samenav */
.navcontainersamenav {
float: left;
margin: 0px;
padding: 0px;
width: 243px; /* 263px width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
z-index: 10; 
}
.navcontainersamenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	float: right; */
	font-size: 11px;
}
.navcontainersamenav a {
background: #EFE0EF; /* brun ict : #7A283E; bleu sombre : #1761BA brun : #7A283E;*/
/* font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
/* font: bold 12px Arial, sans-serif; */
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #9A9A9A; /* orange : #FFC853*/
}
.navcontainersamenav a:link, #navcontainersamenav a:visited {
color: black;
}
.navcontainersamenav a:hover {
/* gold : #B0A347; red : #FF3300; bleu : #3399CC */
background: #EFFFDF;
color : black;
border-bottom: 1px solid #9A9A9A;
text-decoration: underline;
}
/* FIN samenav */

/* DEBUT samenav */
.navcontainerglobalservices {
float: left;
margin: 0px;
padding: 0px;
width: 243px; /* 263px width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.navcontainerglobalservices ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	float: right; */
	font-size: 11px;
}
.navcontainerglobalservices a {
background: #DFDFDF; /* brun ict : #7A283E; bleu sombre : #1761BA brun : #7A283E;*/
/* font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
/* font: bold 12px Arial, sans-serif; */
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #9A9A9A; /* orange : #9A9A9A*/
}
.navcontainerglobalservices a:link, #navcontainerglobalservices a:visited {
color: black;
}
.navcontainerglobalservices a:hover {
/* gold : #B0A347; red : #FF3300; bleu : #3399CC */
background: #EFFFDF;
color : black;
border-bottom: 1px solid #9A9A9A;
text-decoration: underline;
}
/* FIN samenav */

.contenu {
	font-family: Arial, Helvetica, lucida, sans-serif;
	font-size: 10pt;
	padding: 15px;
}
.contenudevenirenseignant {
	padding: 15px;
	background: #EFFFDF;
	hight: 100%
}
.contenuintranet {
	padding: 15px;
	background: #DFEBFF;
	hight: 100%
}
.contenuformationcontinue {
	padding: 15px;
	background: #FFFCDF;
	hight: 100%
}
.contenuorganisation {
	padding: 15px;
	background: #DFFFFE;
	hight: 100%
}
.contenudocumentation {
	padding: 15px;
	background: #FFEFF0;
	hight: 100%
}

.popuptable {
 border-width:2px; 
 border-style:solid; 
	border-color: #84007B;
}

.titleinpopup {
	color:  #84007B;
	font-family: Arial, sans-serif;
	font-size: 14pt;
        font-weight: bold;
	background : transparent;
}

