@page
{
  size: landscape
} 

* {
	margin:0;
	padding: 0;
}	


body {
	font-family: arial;
	}
div.clear {
	clear:both;
	height:0;
}	

.Button, button
{

	display:none;
}
.Button :hover, button:hover
{
	display:none;
}




div#top {
	display:none;
}
div#container {
	width:100%;
	padding:0;
}

#form_ext {
	display:none;
	
}

div#bandeau {
	display:none;
}
div#menu {
	display:none;
}
li.recherche:hover {
	background-position: 0 22px;
}
li.recherche{
	display:none;
}
li.recherche input {
	display:none;
}
div#menu ul li{
	display:none;
}
div#menu ul li a{
	display:none;
}
div#menu ul li.selected a {
	display:none;
}
div#menu ul li a:hover {
	display:none;
}
span.soustitre {
	font-weight: bold;
	color: #0071bc;
}
h1.titrePrincipal {
	color: #0071bc;
	font-weight: normal;
	position: absolute;
	top:15px;
	left:50%;
	font-size:25px;
	margin-left: -150px;
}
/***** SOUS MENU *************/

div#sousMenu {
	display:none;
}
div#sousMenu  a{
	display:none;
}
div#sousMenu  a.menu3_on{
	display:none;
}
div#sousMenu  a:hover{
	display:none;
}
/***** RACCOURCIS OUTILS ******/
#raccourcis {
	display:none;
}
#raccourcis li {
	float:left;
	margin-left:13px;
	list-style: none;
}
#raccourcis li#deconnexion {
	margin-left: 20px;
}
#raccourcis li a:hover {
	position: relative;
	top: -3px;
}
img {
	border: 0;
}

/***** INFOS UTILISATEURS ******/

#infosUtilisateur {
	position: absolute;
	color: #545557;
	font-size: 13px;
	right: 20px;
	top: 50px;
	width: 220px;
}
#infosUtilisateur form{
	display: inline;
}
#infosUtilisateur form select {
	border:0;
	background: none;
	color: #545557;
}

div#contenu {
	padding-left: 20px;
	padding-right: 20px;
}

/***** TABLEAU DE BORD ******/

table.tableauBord {
	width:100%;
}
table.tableauBord td{
	border: 3px solid #68b3dd;
	width: 50%;
	vertical-align: top;
}
.affichage a {
	color: #0071bc;
	text-decoration: none;
}
.affichage h2, .affichage h3 , .courrierAgenda h2{
	color: #0071bc;
} 
.affichage h2 a, .affichage h3 a, .courrierAgenda h2 a{
	color: #0071bc;
	text-decoration: none;
} 
.affichage a:hover{
	text-decoration: underline;
} 
table.tableauBord table {
	border-collapse: collapse;
}
table.tableauBord table td {
	border:0;
}
table.tableauBord td.affichage h2, table.tableauBord td.courrierAgenda h2 {
	font-weight: normal;
	font-size: 20px;
	padding: 7px;
}

table.tableauBord td.affichage h2 {
	float: left;
}	

table.tableauBord td.affichage .nouvellesAnnonces {
	float: right;
	display:none;
	color: #00a993;
	padding: 7px;
} 
table.tableauBord td.affichage .nouvellesAnnonces a {
	color: #00a993;
	text-decoration: none;
}
table.tableauBord td.affichage .nouvellesAnnonces a:hover {
	text-decoration: underline;
}

table.tableauBord td.affichage .nouvellesAnnonces span{
	font-size: 20px;
}

table.tableauBord td.affichage .article{
	padding: 7px;
	border-top: 3px solid #68b3dd;
}

.affichage h3 {
	font-size: 14px;
	text-transform: uppercase;
}

.affichage .date {
	font-size: 14px;
	color: #00a993;
}
.affichage .autresAnnonces {
	float:left;
	padding:7px;
	font-size:12px;
	color: #00a993;	
}
.affichage .autresAnnonces a {
	color: #00a993;	
}
.affichage .lireLaSuite {
	float:right;
	padding:7px;
	font-size:12px;
	color:#00a993;
}
.article p {
	font-size: 12px;
	text-align: justify;
}
.courrierAgenda table{
	width: 100%;
}
.courrierAgenda .courrier {
	border-right: 3px solid #68b3dd;
	width: 50%;
	
}
.courrierAgenda h2 {
	letter-spacing: -1px;
}
.courrierAgenda h2 a:hover {
	text-decoration: underline;
}

.courrierAgenda h2 em {
	color: #00a993;
	font-size: 14px;
}
.courrierAgenda h2 span{
	color: #00a993;
	font-size: 20px;
}
.messages {
	border-top: 3px solid #68b3dd;
	padding: 7px;
	
	line-height: 13px;
}
.messages .menu ul{
	font-size: 12px;
	list-style: none;
}
.messages .menu ul a {
	color: #0071bc;
	text-decoration: none;
}
.message:hover {
	color:#68b3dd;
}
.message {
	border-bottom: 1px solid #93278f;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.lu {
	color: #b6b6b7;
}
.non-lu {
	color: black;
}
/*** AGENDA ***/
.agenda h2 {
	text-align: center;
	border-bottom: 3px solid #68b3dd;
	height: 25px;
}
.aujourdhui, .nbRDV {
	width: 50%;
}
.evenements {
	padding: 7px;
}
.aujourdhui {
	text-align: left;
	font-size: 14px;
	color: #0071bc;
}
.nbRDV {
	text-align: right;
	font-size: 14px;
	color: #00a993;
}
.texte a {
	color: #93278f;
	text-decoration: none;
}
.texte a:hover {
	color: black;
	text-decoration: underline;
}
.evenements td.evenement {
	border: 2px solid #0071bc;
	font-size: 12px;
	padding:2px;
	line-height: 13px;
}
.evenements td.evenement td.heures {
	width: 5%;
	padding-right: 5px;
}
.evenements td.evenement h3 {
	color: #0071bc;
	font-size:14px;
	font-weight: normal;
}
.entete  h2 {
	font-weight: normal;
	font-size: 20px;
	padding: 7px;
	float:left;
}
.entete  h2 a {
	color: white;
	text-decoration:none;
}
.entete  h2 a:hover {
	color: white;
	text-decoration:underline;
}
.chrono .entete ,.evaluation .entete {
	color: white;
	background: #68b3dd;
	height: 40px;
}
.chrono  .texte, .evaluation .texte {
	font-size: 12px;
	padding: 10px;
}
.entete  table.onglets { 
	float:right;
	width:60%;
	height:38px;
	border-bottom: 3px solid  #68b3dd;
	}
.entete  table.onglets td {
	background: white;
	border-right: 3px solid  #68b3dd;
	vertical-align: middle;
	text-align:center;
	line-height:14px;
	width:33%;
}
.entete  table.onglets td:hover {
	background: #afdff9;
}
.entete  table.onglets td a {
	text-decoration:none;
	font-size:12px;
	color: #747679;
}
.entete  table.onglets td a.courante {
	color: #93278f;
} 
#pied {
	display:none;
}
#pied table {
	text-align:center;
	width:100%;
}
#pied table  a {
	font-size: 12px;
	margin-left: 20px;
	text-decoration: none;
	color: #747679;
}
.enveloppe_titre{
	text-align:left;
	vertical-align:top;
	height:20;
	padding-left:4px;
	font-size: 10pt;
	color: #0071bc;
	font-weight:bold;
}
.enveloppe_stitre{
	background-position:  top left;
	text-align:left;
	width:100%;
	padding:5px;
	margin:2px 0px 2px 0px;
	font-size: 1.2em;
	color: #000000;
	font-weight:bold;
	color: #0071bc;
	background-color:white;
}
.enveloppe_stitre img {
/*	display: none;*/
}
.enveloppe_stitre a{
	color: #0071bc;
	text-decoration: none;
}
.enveloppe_stitre a:hover {
	color: black;
}
.enveloppe_stitre_jaune{
	background-position:  10px;
	text-align:left;
	width:100%;
	padding:5px;
	padding-left:30px;
	margin:2px 0px 2px 0px;
	font-size: 1.2em;
	color: #000000;
	font-weight:bold;
	background-color:#FFCC00;
}
.enveloppe_lien{
	display:inline;
	width:20%;
	text-align:right;
	background:#0071bc;
	
}
#autocompletion {
	border: 1px solid silver;
	min-height: 15px;
	width:564px;
	background: white;
}
#autocompletion a {
	display:block;
}
#autocompletion a:hover {
	background: silver;
}

.enveloppe_lien td{
	white-space: nowrap;
}
td.contenuFiche {
	text-align: left;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	padding:0;
}
td.contenuFiche .enveloppe_scroll {
	overflow: hidden;
}
.enveloppe_action{
	text-align:left;
	width:100%;
	background:white;
	margin:0;
	border:3px solid #68b3dd;
}
.enveloppe_action a {
	text-decoration: none;
	color: #93278f;
}
.enveloppe_action a:hover {
	text-decoration: underline;
	color: #93278f;
}
.enveloppe_action td {

	padding:5px;
}
.enveloppe_action h3 {
	color: #93278f;
	font-size: 14px;
	float: left;
}
.enveloppe_action .actions {
	float:right;
}
button img{
	display: none;
}
.enveloppe_contenu a{
	color: #0071bc;
	text-decoration: none;
}
.enveloppe_contenu a:hover{
	color: black;
}
.enveloppe_contenu {
	
	text-align:left;
	font-size:12px;
	padding:5px;
	background-color:#FFFFFF;
	border-right:3px solid #68b3dd;
	border-bottom:3px solid #68b3dd;
	border-top:3px solid #68b3dd;
	border-left:3px solid #68b3dd;
}
.enveloppe_contenu  form label {
	display : -moz-inline-box ;
	display : inline-block ;
	margin-right: 5px;
}
.enveloppe_scroll {
	height:100%;
	overflow: auto;
}
.enveloppe_select {
	width:100px;	
	font-size:12px;
	color:#FFFFFF;
	border:2px #68b3dd solid;
	background:#338cbe;
	font-weight:bold;
}
.enveloppe_select a, .enveloppe_select a:visited{
	padding:3px 10px 3px 10px;
	height:100%; width:100%;	display:block;/*--pour que le a prenne toute la taille est colle l'image a gauche */
	color:#FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}
.enveloppe_unselect {
	background:#b9ddf1;
	width:100px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	border:2px #68b3dd solid;
	
}
.enveloppe_unselect:hover {
	color:white;
	background:#338cbe;
}
.enveloppe_unselect a, .enveloppe_unselect a:visited{
	padding:3px 10px 3px 10px;
	height:100%; width:100%;	display:block;/*--pour que le a prenne toute la taille est colle l'image a gauche */
	color:#000000;
	text-decoration: none;
	white-space: nowrap;
}
.enveloppe_unselect a:hover, .enveloppe_unselect a:active{
	padding:3px 10px 3px 10px;
	height:100%; width:100%;	display:block;/*--pour que le a prenne toute la taille est colle l'image a gauche */
	color:white;
	white-space: nowrap;
}
.enveloppe_vide {
	padding:1px;
	margin:0px;
	border-bottom:solid 1px #68b3dd;
}
.infobulle {
	color: #000000;
	border:1px solid #333366;
	background-color:#DBEED7;
	padding:2px;
}
.errorinput {
	border: solid 1px #FF6666;
	background-color: #FFDDDD;
}
.errorspan {
	padding-left: 50px;
	color: #FF0000;
	font-weight:bold;
}
#envshow_gauche {
	display: none;
}
.ContextMenu { 
	cursor:default; 
	text-align:left; 
	background-color:menu; 
	border:1 solid buttonface; 
	border:2 outset buttonhighlight; 
} 
.ContextMenuTitle{ 
	color:black; 
	font-size:15; 
	font-weight:bold; 
	background-color:menu; 
} 
.ContextMenuOver{ 
	color:white; 
	font-size:11; 
	font-weight:700; 
	background-color:midnightblue; 
} 
.ContextMenuOut{ 
	color:black; 
	font-size:11; 
	font-weight:500; 
	background-color:menu; 
} 
.drag {
	color: #000000;
	border:1px solid #333366;
	background-color:#DBEED7;
	padding:2px;
	text-align:left;
	white-space: nowrap;
}
.calendar_table {
	color: #000000;
	border:1px solid #68b3dd;
	background-color:#4682B4;
	font-size:10px;
}
.calendar_table td{
	padding:0px;
}
.calculator {
	color: #000000;
	border:1px solid #333366;
	background-color:#FFFFFF;
	padding:2px;
}
.arbo_unselect{
	text-decoration: underline;
	color: #000000;
}
.arbo_unselect:hover {
	text-decoration: underline;
	color: #000000;
}
.arbo_select{
	text-decoration: underline;
	color: #000000;
	background-color:#D2D5E6;
	padding:2px;padding-left:5px;padding-right:5px;
}
.arbo_select:hover {
	text-decoration: underline;
	color: #000000;
	background-color:#D2D5E6;
	padding:2px;padding-left:5px;padding-right:5px;
}
#grille  {
	border-collapse: collapse;
	margin: 0;
}
#grille  th{
	background: #62a9d5;
	color: white;
	padding:3px;
}
#grille td {
	padding: 3px;
	border: 2px solid #62a9d5;
}
#grille td  td {
	border: 0;
}
