/* $Id: style.css 3482 2009-09-29 15:43:19Z crob $ */

body {
	padding: 0;
	margin: 0;
	color: #330033;
	background: #EEEEEE;
	font: normal normal 11pt Verdana, sans-serif;
}

@media screen  {
	body {
		background: #EAEAEA;
	}
}

@media print  {
	body {
		background: white;
	}

	.noprint {
			display: none;
	}
}

/*==================================*/
.bordercolor {
	border: 2px outset #330033;
	border-spacing: 1px;
}
.bordercolor td{
	border: 1px inset black;
	padding: 5px;
}

.bordercolor10 {
	border: 10px outset red;
	border-spacing: 1px;
}
.bordercolor10 td{
	border: 2px inset purple;
	padding: 5px;
}


/*==================================*/
table.uneligne {
	border-style:solid;
	border-width:1px;
	border-color:black;
	border-collapse:collapse;
	font-size: 8pt;
}

.uneligne td {
	border-style:solid;
	border-width:1px;
	border-color:black;
	font-size: 8pt;
}

table.normal {
	border-style:solid;
	border-width:1px;
	border-color: lightgrey;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}

table.normal td {
	border-style:solid;
	border-width:1px;
	border-color: lightgrey;
	padding: 15px;
}

/*==================================*/
/* Styles généraux */
p {
	font: normal normal 11pt Verdana, sans-serif;
	letter-spacing: -0.05em;
	margin: 5px;
}

img {
	border: 0;
}

a {
	color: #0000AA;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	border: 0;
}
a:visited {
	color: #0000AA;
	text-decoration: none;
}
a:hover {
	color: gray;
}
a:active {
	color: #0000AA;
	text-decoration: none;
}

input,submit,p,td,li,ul {
	color: #330033;
	font: normal 11pt Verdana;
}

textarea {
	color: #330033;
	font: normal 9pt Verdana;
	border: 1px solid black;
}

input {
	border: 1px solid black;
	padding-left: 2px;
}

input:hover, input:active, input:focus {
	border-color: red;
	background: #FFFFF1;
}

div.center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.red {
	color: red;
}

.grey {
	color: gray;
}
div#container {
	padding-left: 1%;
	padding-right: 1%;
}
/*==================================*/
/* Page de login */

fieldset#login_box {
	padding: 0;
	width: 400px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-image: url("./images/icons/lock.png");
	background-position: 10% 50%;
	background-repeat: no-repeat;
	border: 1px solid black;
}

fieldset#login_box div#header {
	background: white;
	background-image: url("./images/background/darkfade_small.png");
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	height: 40px;
}
fieldset#login_box h2 {
	margin:0;
	padding: 0;
	font-size: 11pt;
	font-family: Verdana;
	font-weight: bold;
	letter-spacing: 0.1em;

}

fieldset#login_box p.annee {
	position: relative;
	top: -5px;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	font-size: x-small;
}
div#login_footer {
	width: 98%;
	position: absolute;
	bottom: 0px;
	padding: 0px;
	padding-bottom: 20px;
	text-align: center;
	font-size: x-small;
}

div#lien_cahier_texte {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40px;
}
/*==================================*/
/* Nouvelle page de login */

#div_login {
	width: 25em;
	border: 1px solid black;
}

#div_login_entete {
	background: #4a4a59;
	background-image: url("./images/background/darkfade_small.png");
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	padding:0;
	margin:0;
	width: 25em;
}

#div_login_entete h2 {
	color: white;
	margin:0;
	padding: 0;
	font-size: 11pt;
	font-family: Verdana;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#div_login_entete h1 {
	color: white;
	margin:0;
	padding: 0;
	font-size: 11pt;
	font-family: Verdana;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#div_login_entete p.annee {
	position: relative;
	top: -5px;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	font-size: x-small;
}

#div_login table {
	margin:0;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
}

#new_login_footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: x-small;
}
/*==================================*/
/*Début - header*/
div#version_gepi {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 2px;
	padding-left: 10px;
	color: red;
    font-size: 10pt;
}
div#header {
	width: 100%;
	margin: 0;
	padding: 0;
	color: white;
	background-color: #4a4a59;
}

div#header a {
	color: lightgrey;
}

div#header a:hover {
	color: white;
	border: none;
}
div#headerLeft {
	float: left;
	width: 50%;
	margin: 0;
	font-size: 10pt;
	text-align: center;
}

div#headerLeft h3 {
	color: white;
	font-family: Verdana;
	font-size: 14pt;
}

div#headerRight {
	float: right;
	margin: 0;
	padding-top: 2px;
	padding-right: 0.7%;
	font-size: 10pt;
	text-align: right;
}

div#headerRight img {
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -3px;
}

div#separation {
	clear:both;
}
div#headerBottomLeft {
	float: left;
	width: 50%;
	min-height: 15px;
	margin: 0px;
	padding-left: 5px;
	font-size: 10pt;
	text-align: left;
}
div#headerBottomRight {
	float: right;
	margin: 0px;
	margin-top: 3px;
	padding: 0;
	padding-top: 1px;
	padding-right: 0.7%;
	color: gray;
	font-size: 10pt;
	text-align: right;
	border-top: 1px dotted orange;
}

div#headerBottomRight a {
	color: #999999;
}

div.headerMessage {
	width: 100%;
	padding: 0.5%;
	margin: 0;
	color: #FF0000;
	font-variant: small-caps;
	text-align: center;
}
/*Fin - header*/

/*page acceuil*/
div.bloc_page_acceuil_professeur {
	/*width: 140px;
	height: 70px;*/
}
table.table_acceuil {
	position: relative;
	margin : 13px;
	border-spacing : 7px;
	/*border-width: 1px;
	border-style: solid;
	border-color: #000000;*/
	/*width: 140px;
	height: 70px;*/
}
/* fin page acceuil*/

h1 {
	font: normal small-caps 20pt Verdana;
	line-height: 300%;
}

h1.gepi {
	font: normal small-caps 16pt Verdana;
	text-align: center;
	letter-spacing: 2px;
	line-height: 300%;
}

h2 {
	font: normal small-caps normal 14pt Verdana;
	line-height: 200%;
}

h2.gepi {
	font: normal small-caps normal 14pt Tahoma;
	text-align: center;
	letter-spacing: 2px;
	text-decoration: underline;
	line-height: 200%;
}

h3 {
	font: normal small-caps normal 14pt Verdana;
	line-height: 125%;
}
h3.gepi {
	font: normal small-caps normal 14pt Verdana;
	line-height: 125%;
}

.fond_sombre {
background: #CDCDC2;
}

.bull_simpl {
	color: #000000;
	font-size: 8pt;
	font-style: normal;
}
.bull_simpl_g {
	color: #000000;
	font-size: 12pt;
	font-style: normal;
}

p.bulletin {
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-family: Tahoma;
}

p.cn {
	font-size: 10pt;
}
td.cn {
	font-size: 10pt;
}
th.cn {
	font-size: 10pt;
}

p.medium {
	font-size: 10pt;
}

p.saut {
	page-break-after: always;
}

/* Correction Régis pour centrer les menus sans balise <center>...</center> */
 table#messagerie {
	width: 70%;
	padding: 5px 5px 5px 10px;
	border: 1px dashed #0000AA;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.menu {
	width: 70%;
	border-collapse: separate;
	border-spacing: 0px;
	border: none;
	border-bottom: 1px solid lightgrey;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
	background-image: url("./images/background/left-top-corner.png");
	background-repeat: no-repeat;
	background-position: -1px 0%;
}

table.menu tr {
}

table.menu td {
	border: 1px solid lightgrey;
	border-bottom: none;
	border-top: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	padding-left: 10px;
	padding-right: 10px;
}

table.menu td a {
	width: 90%;
	padding: 5px;
	display: block;
}

table.menu td a:hover {
	border: none;
	color: gray;
}

table.menu th {
	border: none;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 11pt;
	color: black;

}
table.col {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000000;
}

td.col {
	font-size: 11pt;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

th.col {
	padding: 2px;
	margin: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #B6B6D1;
	font: normal small-caps normal 12pt Verdana;
	text-align: center;
}

.bold {
	font-weight: bold;
	font-style: normal;
}

.grand {
	color: #330033;
	font-size: 16pt;
}

.norme {
	color: #330033;
	font: normal 10pt Verdana;
}

.small {
	font-size: 8pt;
}

.microtime {
	margin-top: 100px;
	font-style: italic;
	font-size: 8pt;
	color: #AAAAAA;
	text-align: center;
}

.style_normal {
	color: #330033;
	font-size: 12pt;
}

.style_bas {
font-size: 7pt;
}
.style_bas_titre {
font-size: 8pt;
font-weight: bold;
}

.cal_current_day{color:red}
TD.calendar {border:0px; font-size: 7pt}
TD.calendarcol1 {border:0px; font-size: 8pt}
TD.calendarHeader {border:0px; font-size: 10pt}

a.info {
	position: relative;
	text-decoration: none;
	color: black;
	border-bottom: 1px gray dotted;
}
a.info span {
	display: none;
}
a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
	cursor: help;
}
a.info:hover span {
	display: inline;
	position: absolute;
	top: 2em;
	left: 1em;
	background: #CFE0FF;
	text-align: left;
	color: #0056DF;
	padding: 2px;
	cursor: help;
	border-style:solid; border-width:1px; border-color: #6F6968;
}

img.back_link {
	position: relative;
	bottom: -3px;
}

img.link {
	position: relative;
	bottom: -3px;
}

/*=================================*/

#table_header{
	color: white;
	background-image: url("./images/background/darkfade.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#table_header a {
	color: lightgrey;
}

#table_header a:hover {
	color: white;
	border: none;
}


#td_headerLeft{
	vertical-align: middle;
	font-size: 10pt;
	color: white;
}

#td_headerLeft h3 {
	text-align: center;
	margin: 0px;
	color: white;
	font-family: Verdana;
	font-size: 14pt;
}
	/* Correction Régis : h3 doit être contenu dans h2 qui doit être contenu dans h1 */
#td_headerLeft h1 {
	text-align: center;
	margin: 0px;
	color: white;
	font-family: Verdana;
	font-size: 14pt;
}

#td_headerTopRight {
	color: white;
	width:50%;
	text-align:right;
	margin: 0;
	padding-top: 2px;
	padding-right: 0.7%;
	font-size: 10pt;
}

#td_headerBottomRight{
	vertical-align: bottom;
	text-align: right;
	width:50%;
	margin: 0px;
	margin-top: 3px;
	padding: 0;
	padding-top: 1px;
	padding-right: 0.7%;
	color: gray;
	font-size: 10pt;
}

#td_headerBottomRight img {
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -3px;
}

.gestion_temp_dir th {
	background-color: #aae6aa;
	font-weight:bold;
	text-align:center;
}

.gestion_temp_dir td {
	text-align:center;
}

.gestion_temp_dir .lig-1 {
	background-color: honeydew;
}
.gestion_temp_dir .lig1 {
	background-color: papayawhip;
}

.infobulle_entete {
	background-color: #4a4a59;
}
.infobulle_corps {
	background-color: #DFDFDF;
}
/* ===================== */
table.boireaus {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
}

.boireaus th {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: khaki;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
}

.boireaus td {
	text-align:center;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.boireaus .lig-1 {
	background-color: #C8FFC8;
}
.boireaus .lig1 {
	background-color: #FFE6AA;
}
.boireaus .nouveau {
	background-color: #96c8f0;
}
.boireaus .modif {
	background-color: #eeaaff;
}
/* ===================== */
.white_hover:hover {
	background-color:white;
}
/* ===================== */
#essaiMenu {
	margin: 0;
	padding: 0.1em 1em;
	background: #686397;
	color: #FFF;
}

#essaiMenu li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
	font-size: 0.8em;
}

#essaiMenu li.last {
	border-right: 0;
}

#essaiMenu a {
	color: white;
}

#essaiMenu a:hover {
	color: lightblue;
}

td.menu_gauche {
	width: 30%;
	text-align:left;
	border-right:none;
}

td.menu_droit {
	text-align:justify;
	border-right: 1px solid lightgrey;
}

.wrap {
	white-space: nowrap;
}

.petit {
	font-size: smaller;
	font-weight: bold;
}
.cadenas {
	width:48px;
	height: 48px;
}
#deconnexion {
	width:99%;
        background-color: #FFFFBB;
	padding: 0.1em;
	margin: 0 auto;
	position: absolute;
        top: 100px;
        left: 5px;
        z-index: 1;
	overflow: none;
        display: none;
        font-size: 16pt;
        color : red;
}
.acc_prof {
  font-weight: bold;
}
.acc_prof :hover {
  background-color: white;
  color: blue;
}

#fixe {
position:fixed;
bottom: 4em;
right: 4em;
}