
body {
	padding: 0;
	margin: 0;
	color: #330033;;
	font-family: "DejaVu Sans", Verdana, sans-serif;
	background: #EEEEEE;
}

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

@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 {
	letter-spacing: -0.05em;
	margin: 5px;
}

img {
	border: 0;
}

a {
	color: #0000AA;
	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,ul {
	color: #330033;
}

textarea {
	color: #330033;
	border: 1px solid black;
}


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-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-weight: bold;
	letter-spacing: 0.1em;
}

#div_login_entete h1 {
	color: white;
	margin:0;
	padding: 0;
	font-size: 11pt;
	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-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-style:  normal;
	font-variant: small-caps;
	font-size: 20pt;
	line-height: 300%;
}

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

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

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

h3 {
	font-style:  normal;
	font-variant: small-caps;
	font-size: 14pt;
	line-height: 125%;
}
h3.gepi {
	font-style:  normal;
	font-variant: small-caps;
	font-size: 14pt;
	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;
}

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;
}
*/
#messagerie {
  width: 70%;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 4px double #0000AA;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 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-style:  normal;
	font-variant: small-caps;
	font-size: 12pt;
	text-align: center;
}

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

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

.norme {
	color: #330033;
	font-style:  normal;
	font-size: 14pt;
}

.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-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-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;*/
	background-color: #fff5b1;
	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;    
    padding: 5px;
}

.boireaus .lig-1 {
	background-color: #C8FFC8;
}
.boireaus .lig1 {
	background-color: #FFE6AA;
}
.boireaus .nouveau {
	background-color: #96c8f0;
}
.boireaus .modif {
	background-color: #eeaaff;
}
.boireaus .conflit {
	background-color: #f77070;
}

.padd_et_bordg td {
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #BBBBBB;
}
/* ===================== */
.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;
}

/*=====================================================*/
/* Infobulles sans javascript */

span.conteneur_infobulle_css {
  position:relative;
}
span.conteneur_infobulle_css:hover {
   background: none;
   z-index: 500;
}
span.conteneur_infobulle_css span.infobulle_css {display: none;}
span.conteneur_infobulle_css:hover span.infobulle_css {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   text-decoration: none;
   font-weight:normal;
   /*width:150px;*/
   top: 1em;
   left: 0.5em;
   background: #DFDFDF;
   padding: 3px;
   border: 1px solid #4a4a59;
   border-top: 4px solid #4a4a59;
}
span.conteneur_infobulle_css span.infobulle_css:hover {display: inline;}


span.conteneur_infobulle_css {
  position:relative;
}
span.conteneur_infobulle_css:hover {
   background: none; 
   z-index: 500; 
}
span.conteneur_infobulle_css div.infobulle_css {display: none;}
span.conteneur_infobulle_css:hover div.infobulle_css {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   text-decoration: none;
   /*font-size:10px;*/
   font-weight:normal;
   /*width:150px;*/
   top: 1em;
   left: 0.5em;
   background: #DFDFDF;
   padding: 3px;
   border: 1px solid #4a4a59;
   border-top: 4px solid #4a4a59;
}
span.conteneur_infobulle_css div.infobulle_css:hover {display: inline;}


div.conteneur_infobulle_css {
  position:relative;
}
div.conteneur_infobulle_css:hover {
   background: none; 
   z-index: 500; 
}
div.conteneur_infobulle_css div.infobulle_css {display: none;}
div.conteneur_infobulle_css:hover div.infobulle_css {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   text-decoration: none;
   /*font-size:10px;*/
   font-weight:normal;
   /*width:150px;*/
   top: 1em;
   left: 0.5em;
   background: #DFDFDF;
   padding: 3px;
   border: 1px solid #4a4a59;
   border-top: 4px solid #4a4a59;
}
div.conteneur_infobulle_css div.infobulle_css:hover {display: inline;}

/*=====================================================*/
/* Affichage/masquage de span.details_saisie_abs lorsqu'un champ radio .abs_crob avec LABEL est coché */
input[type=radio].abs_crob:checked + label {
	font-weight: bold;
}
.details_saisie_abs {
	display:none;
	font-weight: normal;
}
input[type=radio].abs_crob:checked +label span.details_saisie_abs {
	display:inline;
}
input[type=radio].abs_crob:checked +label div.details_saisie_abs {
	display:inline;
}
/*=====================================================*/
/* Style des DIV d'aide,... accessibles par F2,... */
div.info_abs {
	/*
	display: none;
	position: absolute; 
	color: white; 
	width: 600px;
	*/
	background-color: gray;
	border: 1px solid black;
}
/*=====================================================*/
/* style tablekit */
.sortable td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
        text-align:center;
        font-size: 12px;
}

.sortable tr.rowodd {
	background-color: #C8FFC8;
}
.sortable table {
	border-collapse: collapse;
}

.sortable tr.roweven {
	background-color: #FFE6AA;
}
.sortable thead, tfoot {
	background-color: #DDD;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url("./images/up.gif");
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url("./images/fleche_a.gif");
}
.nosort {
	cursor: default;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}
/* ===================== */
div.appreciations_deroulantes_graphe_old {
position : absolute;/*j"ai choisi de positionner la boite à partir de l'entête*/
top : 515px;/*idem*/
left : 5px;/*idem*/
font-size: 16px;/*0.95em;*/
border: 1px solid #FFFFFF;
width : 320px; /*largeur de la boite*/
padding : 2px;
background: white;
text-align:left;
overflow: hidden;
border: 1px solid black;
}

div.appreciations_deroulantes_graphe {
position : relative;/*j"ai choisi de positionner la boite à partir de l'entête*/
top : 0px;/*idem*/
left : 5px;/*idem*/
font-size: 16px;/*0.95em;*/
border: 1px solid #FFFFFF;
width : 320px; /*largeur de la boite*/
padding : 2px;
background: white;
text-align:left;
overflow: hidden;
border: 1px solid black;
}
#appreciations_deroulantes {  overflow: hidden;  position: relative; }
#appreciations_defile {  position: relative; }
/*================================================*/
#menu_barre {
	/*font-weight: bold;*/
	font-size: 90%;
	z-index: 1000;
	color: white;
	background-color: #4a4a59;
	margin-top: -3px;
	background-image: url("./images/degrade_noir.png");
	background-position: left top;
	background-repeat: repeat-x;
	height:20px;
}

/* ul ul pour ne masquer par défaut que les sous-menus */
#menu_barre ul ul {
	border-right: #b0b0b0 1px solid; 
	padding-right: 0px; 
	border-top: #b0b0b0 1px solid; 
	display: none; 
	padding-left: 0px; 
	left: 0px; 
	padding-bottom: 0px; 
	/*margin: 0px; */
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-top: -3px;
	border-left: #b0b0b0 1px solid; 
	padding-top: 0px; 
	border-bottom: #b0b0b0 1px solid; 
	position: absolute;
	top: -1px;

	color: white;
	background-color: #4a4a59;

	z-index:1000;
}


#menu_barre ul a, #menu_barre ul a:hover, #menu_barre ul a:visited {
	color: white;
	width:100%;
	height:100%;
}

/*
#menu_barre ul a:hover {
	color: #4a4a59;
}
*/

#menu_barre li {
	padding-right: 2px; 
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px; 
	margin: 0px; 
	width: 160px; 
	list-style-type: none; 
	position: relative; 
	/*background-color: #e0e0e0;*/
}

/* Pour éviter de déborder hors du DIV sur les LI horizontaux (niveau1) */
#menu_barre .niveau1 li {
	padding-bottom: 0px;
}

#menu_barre li:hover {
	background-color: black;
	/*color: #4a4a59;*/
}
/*
	#menu_barre li:hover a {
		color: #4a4a59;
	}
*/
#menu_barre li.sfhover {
	background-color: black;
	/*color: #4a4a59;*/
}
#menu_barre li a {
	display:inline;
	text-decoration: none;
	padding:0px;
	height:100%;
	width:100%;
}
#menu_barre li a:hover {
	text-decoration: none;
	width:100%;
	height:100%;
}
#menu_barre ul.niveau1 {
	display: inline;
}

#menu_barre li:hover ul.niveau2 {
	display: block;
	left: 0px;
	top: 22px;
}
#menu_barre li li:hover ul.niveau3 {
	display: block;
	left: 164px;
	top: 0px;
}
#menu_barre .niveau3 li:hover ul.niveau4 {
	display: block;
	left: 164px;
	top: 0px;
}
#menu_barre li.sfhover ul.niveau2 {
	display: block;
	left: 0px;
	top: 22px;
}
#menu_barre li li.sfhover ul.niveau3 {
	display: block;
	left: 164px;
	top: 0px;
}
#menu_barre li li.sfhover ul.niveau4 {
	display: block;
	left: 164px;
	top: 0px;
}
#menu_barre li.plus {
	background-image: url("./images/icons/forward.png");
	background-position: right 50%;
	border-bottom: #b0b0b0 1px solid; 
	background-repeat: no-repeat;
}

#menu_barre .li_inline {
	display: inline;
}

/* =================== Création du panneau d'affichage ============= */
.panneau_droite {
	background-image:url('./images/right.png');
	background-repeat: repeat-y;
    background-position: right;
    position:absolute;
    top:0px;
    right:-40px;
    height:100%;
    width:40px;
}
.panneau_affichage{
	margin: 40px 40px 40px 40px;
    float:left;
	width:92%;

}
.panneau_central {
    position:relative;
	width:80%; 
	font-size: 1em;
	padding:0px 0 0px 0px;
	margin:0px auto;
}
.panneau_gauche {
	background-image:url('./images/left.png');
	background-repeat: repeat-y;
    background-position: right;
    position:absolute;
    top:0px;
    left:-33px;
    height:100%;
    width:33px;
}
.postit {

	padding:10px;
	background-color:#FFE92F;
	width:80%;
	margin:5px auto 20px auto;
}
.panneau_haut {
	height:33px;
	background-image:url('./images/top.png');
	background-repeat: repeat-x;
    position:absolute;
    width:100%;
	top:-33px;
    left:00px;
}
.panneau_centre {
	background-image:url('./images/center.png');
	background-repeat: repeat-x repeat-y;
    width:100%;
	top:0px;
    left:00px;
	color:black;

}
.panneau_bas {
	height:40px;
    position:absolute;
	background-image:url('./images/bottom.png');
	background-repeat: repeat-x;
    width:100%;
	bottom:-40px;
    left:00px;
}

.panneau_coingh {
    width:33px;
    position:absolute;
	height:33px;
	background-image:url('./images/top_left.png');
    top:-33px;
    left:-33px;		
	background-repeat: no-repeat;
}

.panneau_coindh {
    position:absolute;
    width:40px;
	height:33px;
	background-image:url('./images/top_right.png');
	top:-33px;
    right:-40px;
	background-repeat: no-repeat;
}

.panneau_coingb {
    position:absolute;
    bottom:-40px;
    left:-33px;
    width:33px;
	height:40px;
	background-image:url('./images/bottom_left.png');
	float: left;
}

.panneau_coindb {
    position:absolute;
    bottom:-40px;
    right:-40px;
    width:40px;
	height:40px;
	background-image:url('./images/bottom_right.png');
	float:right;
}
