
body {
	background-color: #CDF0F0;
	width:auto;
	margin-left: 1%;
	margin-right: 1%;
	font-family: verdana, serif;
	font-size:12px
}

#banniere {
	height:auto;
	width:auto;
	margin-left: 0.25%;
}

#banniere a img	{
	width: 99.5%;
	height: auto;
}

#menu {
	padding-top: 7px;
	padding-bottom: 3px;
	background-color: white;
	width: auto;
	height: 20px;
	border: 1px solid #2499cc;
}

.colonne_gauche {
	background-color: white;
	width:20%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding:0;
	border: 1px solid #2499cc;
	float: left;
	clear: left;
}

#menu_droite {
	text-align: right;
}

#contenu {
	background-color: white;
	margin-left: 21%;
	margin-bottom:10px;
	margin-right:0;
	margin-top:5px;
	padding:5px;
	width:auto;
	border: 1px solid #2499cc;
	min-height:200px;
}

#footer {
	background-color: white;
	clear: both;
	margin:0;
	padding:5px;
	width:auto;
	text-align:center;
	border:1px solid #2499cc;
}

.erreur {
	text-align: center;
	color: #EE0808;
	font-weight: bold;
	background-color: #C0C0C0;
	color: #FF0000;
	border: solid 2px #000000;
	padding: 20px;
	margin: 50px;
}

#information {
	text-align: center;
	color: #08EE08;
}

p {
font-family: "Trebuchet MS", "Times", serif;
font-size: 1.2em;
}

/* ----------------------------------------------------------------------------- */

h1 {
	text-align:center;
	text-decoration: underline;
	color: #3080D0;
	font-family:"trebuchet ms", verdana, sans-serif;
	letter-spacing:1.2px;
	font-variant:small-caps;
	font-weight:bold;
	font-size:22px;
	margin-top:0;
}

a, a:visited {
	color:#4497e6;
	text-decoration:none;
}

a:hover, a:focus {
	text-decoration:underline;
	color:#76b4ee;
}

a img	{
	border: none;
}
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #EFF3FF;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
   
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 4px outset #EFF3FF; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
   width: 100%;
}

th /* Les cellules d'en-tête */
{
   background-color: #EFF3FF;
   color: black;
   font-size: 1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   border: 1px
}

td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: "Trebuchet MS", "Times", serif;
   font-size: 1em;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

/*CALENDRIER*/
.lienCalendrierJour {
	/* La cellule du jour actuel dans le calendrier */
	background-color: #CDF0F0;
	text-decoration: underline;
}
/*zCODE*/

div.code2, .citation2, .spoiler2, .spoiler2_hidden /* Contenu du code, de la citation et du spoiler */
{
	border:1px dashed #A3C0D5;
	background-color:white;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	overflow: auto;
	width: 90%;
}

.code2, .citation2, .spoiler2, .spoiler2_hidden /* Contenu du code, de la citation et du spoiler */
	{
	max-height: 700px;
	}

span.code, span.citation, span.spoiler, span.spoiler_hidden /* Titre du code, de la citation et du spoiler */
{
	font-weight: bold;
	display:block;
	width:80%;
	margin-left: 10%;
}

.code {
	font-family: "Courier New";
	border: 1;
	border-style: dashed; 
	border-width: 0.7px;
	margin: 5px;
	padding: 5px;
}

.orange { color: rgb(236, 118, 0); }
.noir { color: black; }
.marron { color: maroon; }
.vertf { color: green; }
.olive { color: olive; }
.marine { color: navy; }
.violet { color: purple; }
.bleugris { color: teal; }
.argent { color: silver; }
.gris { color: rgb(100, 100, 100); }
.rouge { color: red; }
.vertc { color: lime; }
.jaune { color: yellow; }
.bleu { color: blue; }
.rose { color: fuchsia; }
.turquoise { color: aqua; }
.blanc { color: white; }

.arial { font-family: Arial, serif; }
.times { font-family: Times, serif; }
.courrier { font-family: Courier, serif; }
.impact { font-family: Impact, serif; }
.geneva { font-family: Geneva, serif; }
.optima { font-family: Optima, serif; }

.ttpetit { font-size: xx-small; }
.tpetit { font-size: x-small; }
.petit { font-size: small; }
.gros { font-size: large; }
.tgros { font-size: x-large; }
.ttgros { font-size: xx-large; }

.centre { text-align: center; }
.gauche { text-align: left; }
.droite { text-align: right; }
.justifie { text-align: justify; }

.flot_gauche { float: left; }
.flot_droite { float: right; }
.flot_gauche, .flot_droite { margin: 5px; }

.liste_i { list-style-type: lower-roman; }
.liste_I { list-style-type: upper-roman; }
.liste_a { list-style-type: lower-latin; }
.liste_A { list-style-type: upper-latin; }
.liste_1 { list-style-type: decimal; }
.liste_rectangle { list-style-type: square; }
.liste_cercle { list-style-type: circle; }
.liste_disque { list-style-type: disc; }

.droite {
text-align: right;
}
.centre {
text-align: center;
}
.gauche {
text-align: left;
}

/* Questions -infos - attention - erreur */
.question, .info, .attention, .erreure {
	background-position:10px 10px;
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 50px;
	height:30px; /* On fixe la hauteur, que IE interprète comme une "hauteur minimale" */
	text-align:left;
}

/* Petit arrangement CSS pour une différence entre IE et Firefox. On rétablit en fait la
hauteur en auto (par défaut), et on utilise min-height pour d?finir une hauteur minimale
sous Firefox et autres navigateurs comprenant le CSS 2. */

html>body .information, html>body .attention, html>body .question, html>body .erreure
{
	height:auto;
	min-height:30px;
}


.question {
	color: blue;
	background-image: url("question.png");
}

	
.info {
	color: green;
	background-image: url("information.png");
}

.attention {
	color: orange;
	background-image: url("attention.png");
}

.erreure {
	color: red;
	background-image: url("erreur.png");
}
.titre-citation, .titre-code {
	font-weight: bold;
	display: block;
	width: 80%;
	margin-left: 10%;
}
.citation, .code {
	border:1px dashed #A3C0D5;
	background-color:white;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	overflow: auto;
	width: 90%;
}