/* --------------------- */
/* Définitions des types */
/* --------------------- */
BODY {
	background: rgb(221,238,255);
	color: rgb(0,102,255);
	font: 14px arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}
BODY.frame {
	background-image: url("");
	background-color: rgb(255,255,255);
	margin: 0px;
	padding: 0px;
}
BODY.pub {
	background-image: url("");
	background-color: rgb(153,204,255);
	margin: 0px;
	padding: 0px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
HTML {
	border: 0px;
}
IFRAME {
	border: 0px;
}
A {
	color: rgb(51,153,255);
	font: 14px arial,helvetica,sans-serif;
	text-decoration: none;
}
A:hover {
	color: rgb(255,102,0);
	font: 20px arial,helvetica,sans-serif;
	text-decoration: underline;
}
A.mini {
	font: 10px arial,helvetica,sans-serif;
}
A.mini:hover {
	color: rgb(255,102,0);
	font: 10px arial,helvetica,sans-serif;
}
A.ours {
	color: rgb(0,102,255);
	font: bold 12px arial,helvetica,sans-serif;
	vertical-align: top;
	line-height: 18px;
	text-decoration: none;
	text-shadow: 0px 1px rgb(221,238,255);
}
A.option {
	background-color: rgb(255,255,255);
	border: 1px solid  rgb(255,255,255);
	color: rgb(0,102,255);
	display: block;
	font: 12px arial,helvetica,sans-serif;
	height: 17px;
	line-height: 17px;
	padding: 1px 0px 0px 5px;
	text-decoration: none;
	text-align: left;
}
A.option:hover {
	border-radius: 3px;
	background-image: url("../img/fond181.gif");
	border: 1px solid rgb(153,204,255);
	color: rgb(0,102,255);
	font: 12px arial,helvetica,sans-serif;
	height: 17px;
	line-height: 17px;
	padding: 1px 0px 0px 5px;
	text-decoration: none;
}
INPUT.bouton {
	border-radius: 4px;
	background-image: url("../img/fond202.gif");
	border: 1px solid rgb(153,204,255);
	color: rgb(0,102,255);
	cursor: pointer;
	font: bold 12px arial,helvetica,sans-serif;
	height: 22px;
	margin: 20px 10px 20px 10px;
	/*padding: 0px;*/
	text-shadow: 0px 1px rgb(255,255,255);
	vertical-align: middle;
	/*width: 90px;*/
}
INPUT.bouton:hover {
	border-radius: 4px;
	box-shadow: 0px 0px 4px 2px rgb(255,204,51);
	background-image: url("../img/fond201.gif");
	border: 1px solid rgb(255,153,0);
	color: rgb(204,51,0);
	font: bold 12px arial,helvetica,sans-serif;
	text-shadow: 0px 1px rgb(255,255,51);
}
INPUT.plat,
INPUT.relief {
  display: none;
}
INPUT[type=checkbox].plat+label:before {
  border-radius: 3px;
  border: 1px solid rgb(153,204,255);
  background: rgb(255,255,255);
  margin: 0px 5px 2px 0px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  cursor: pointer;
  width: 13px;
  height: 13px;
}
INPUT[type=radio].plat+label:before {
  border-radius: 50%;
  border: 1px solid rgb(153,204,255);
  background: rgb(255,255,255);
  margin: 0px 5px 2px 0px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  cursor: pointer;
  width: 11px;
  height: 11px;
}
INPUT.plat:checked+label:before {
  background: rgb(51,153,255);
  box-shadow: inset 0px 0px 0px 2px rgb(255,255,255);
}
INPUT.plat:hover+label:before {
  border: 1px solid rgb(0,102,255);
}
INPUT[type=checkbox].relief+label:before {
  border-radius: 3px;
  border: 1px solid rgb(153,204,255);
  background: rgb(240,248,255);
  box-shadow: inset 0px 1px 3px 0px rgba(153,204,255,0.5);
  margin: 0px 5px 2px 0px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  cursor: pointer;
  width: 13px;
  height: 13px;
}
INPUT[type=radio].relief+label:before {
  border-radius: 50%;
  border: 1px solid rgb(153,204,255);
  background: rgb(240,248,255);
  box-shadow: inset 0px 1px 3px 0px rgba(153,204,255,0.5);
  margin: 0px 5px 2px 0px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  cursor: pointer;
  width: 11px;
  height: 11px;
}
INPUT.relief:checked+label:before {
  background: rgb(51,153,255);
  box-shadow: inset 0px 0px 0px 2px rgb(240,248,255);
}
INPUT.relief:hover+label:before {
  border: 1px solid rgb(0,102,255);
}
H1 {
	border-radius: 8px 8px 0px 0px;
	background-image: url("../img/fond180.gif");
	border: 1px solid rgb(51,153,255);
	color: rgb(255,255,255);
	font: bold 18px verdana,arial,helvetica,sans-serif;
	height: 20px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-shadow: 0px 1px rgb(0,51,255);
}
H2 {
	font: bold 14px verdana,arial,helvetica,sans-serif;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px 1px rgb(239,247,255);
}
H3 {
	border-bottom: 1px solid rgb(153,204,255);
	font: bold 15px verdana,arial,helvetica,sans-serif;
	margin: 15px -10px 10px -10px;
	padding: 0px;
}
H5 {
	font: bold 14px verdana,arial,helvetica,sans-serif;
	margin: 10px -10px 10px -10px;
	padding: 0px;
}
H5:before {
	content: url("../img/puce.gif") " ";
}
H4 {
	font: bold 15px arial,helvetica,sans-serif;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
H6 {
	font: 12px arial,helvetica,sans-serif;
	margin: 5px auto 5px auto;
	padding: 0px;
	text-align: center;
}
P {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
TABLE.tableau {
	border-radius: 6px;
	box-shadow: 0px 3px 3px 0px rgba(51,153,204,0.66);
	background-color: rgb(221,238,255);
	border-spacing: 8px 5px;
	margin: 2px auto 0px auto;
	padding: 0px;
}
TH.tableau {
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px rgba(51,153,204,0.66);
	background-color: rgb(153,204,255);
	font: bold 13px verdana,arial,helvetica,sans-serif;
	line-height: 18px;
	text-align: center;
	text-shadow: 0px 1px rgb(239,247,255);
}
SELECT {
	cursor: pointer;
	font: 12px arial,helvetica,sans-serif;
}
LI {
	margin: 1px 0px 1px 0px;
	padding: 0px;
}
LI.nopuce {
	margin: 1px 0px 1px 0px;
	padding: 0px;
	list-style-type: none;
}
OL {
	margin: 10px 15px 20px 30px;
	padding: 0px;
}
UL {
	margin: 0px 15px 10px 30px;
	padding: 0px;
}
UL.liste {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
LABEL {
	cursor: pointer;
}

/* ----------------------- */
/* Définitions des classes */
/* ----------------------- */

/* -------------------- BARRE DE PARAGRAPHE -------------------- */
.haut {
	border: 0px;
	float: right;
	height: 10px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
	width: 10px;
}
.paragraphe {
	border-radius: 5px;
	box-shadow: 0px 3px 3px 0px rgba(51,153,204,0.66);
	background-color: rgb(187,221,255);
	/*height: 19px;*/
	margin: 20px -15px 15px -15px;
	padding: 0px 5px 0px 5px;
}

/* -------------------- CENTRAGE -------------------- */
.centre {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.centre50 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
}
.centre55 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.repere {
	font-weight: bold;
 	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* -------------------- CHAMP -------------------- */
.champ {
	border-radius: 3px;
	box-shadow: inset 0px 1px 3px 0px rgba(153,204,255,0.5);
	background: rgb(240,248,255);
	border: 1px solid rgb(153,204,255);
	color: rgb(51,153,255);
	font: 12px arial,helvetica,sans-serif;
	margin: 0px;
	padding: 1px 2px 1px 2px;
}
.champ:hover {
	border: 1px solid rgb(0,102,255);
 	color: rgb(0,102,255);
}
.champ:focus {
	background-color: rgb(255,255,255);
	border: 1px solid rgb(0,102,255);
	color: rgb(0,102,255);
}
.cellule {
	border-radius: 4px;
	background: rgb(255,255,255);
	border: 1px solid rgb(153,204,255);
	color: rgb(0,102,255);
	font: 12px arial,helvetica,sans-serif;
  height: 19px;
	padding: 1px;
}
.cellule:hover {
	border: 1px solid rgb(0,102,255);
}
.fixe {
	border-radius: 4px;
	background: rgb(255,255,255);
	border: 1px solid rgb(153,204,255);
	color: rgb(0,102,255);
	font: 12px arial,helvetica,sans-serif;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* -------------------- COULEUR -------------------- */
.blank {
	background: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	color: rgb(0,102,255);
  font: 12px arial,helvetica,sans-serif;
}
.blanc {
	background: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	font: 12px arial,helvetica,sans-serif;
}
.blanc:hover {
	border: 1px solid rgb(204,204,204);
}
.bleu {
	color: rgb(0,0,238);
}
.jaune {
	color: rgb(180,180,0);
	Font-Weight: bold;
}
.rouge {
	color: rgb(238,0,0);
}
.vert {
	color: rgb(0,128,0);
}
.noir	{
	color: rgb(0,0,0);
}
.touche {
	background-color: rgb(240,248,255);
	border: 1px solid rgb(153,204,255);
	border-radius: 3px;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

/* -------------------- ICONE -------------------- */
.icone {
	display: block;
	padding: 3px;
}
.icone:hover {
	border-radius: 3px;
	box-shadow: 0px 0px 4px 2px rgb(221,238,255);
	background-image: url("../img/fond200.gif");
	border: 1px solid rgb(0,51,255);
	display: block;
	height: 16px;
	line-height: 17px;
	padding: 2px;
}

/* -------------------- MENU -------------------- */
.barre {
	float: left;
	line-height: 20px;
	position: relative;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.ligne {
	background-color: rgb(153,204,255);
	height: 1px;
	margin: 1px 5px 1px 5px;
	padding: 0px;
}
.menu {
	border-radius: 4px;
	box-shadow: 0px 3px 3px rgba(51,153,204,0.66);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(153,204,255);
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding-left: 1px;
	padding-right: 1px;
	position: relative;
	z-index: 10;
}
.menuOff {
	color: rgb(255,255,255);
	cursor: default;
	font: bold 13px verdana,arial,helvetica,sans-serif;
	height: 20px;
	line-height: 18px;
	text-shadow: 0px 1px rgb(0,51,153);
}
.menuOn {
	border-radius: 4px;
	box-shadow: 0px 0px 4px 2px rgb(255,204,51);
	background-image: url("../img/fond201.gif");
	border: 1px solid rgb(255,153,0);
	color: rgb(204,51,0);
	cursor: default;
	display: block;
	font: bold 13px verdana,arial,helvetica,sans-serif;
	float: left;
	height: 20px;
	line-height: 18px;
	top: -1px;
	left: -1px;
	padding-left: 14px;
	padding-right: 14px;
  text-shadow: 0px 1px rgb(255,255,102);
}

/* -------------------- MISE EN PAGE -------------------- */
.bloc {
	border-radius: 8px;
	box-shadow: 0px 4px 4px 1px rgba(51,153,204,0.66);
	background-color: rgb(255,255,255);
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 1px 0px; /* Bug d'affichage ??? */
}
.doc5 {
	margin: 5px;
	padding: 0px;
}
.doc10 {
	margin: 10px;
	padding: 0px;
}
.doc20 {
	margin: 20px;
	padding: 0px;
}
.doc30 {
	margin: 25px 30px 20px 30px;
	padding: 0px;
}
.page {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 985px;
}

/* -------------------- Style -------------------- */
.Style1 {
	border-radius: 8px 8px 0px 0px;
	background-image: url("../img/fond180.gif");
	border: 1px solid rgb(51,153,255);
	color: rgb(255,255,255);
	font: bold 18px verdana,arial,helvetica,sans-serif;
	height: 20px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-shadow: 0px 1px rgb(0,51,255);
}

/* -------------------- TAG -------------------- */
.tag {
	border: 0px;
	height: 15px;
	margin-top: 2px;
	padding: 0px;
	width: 80px;
}
.tag-menu{
	height: 13px;
	margin: 4px 10px 3px 10px;
	width: 22px;
}
.tag-pied {
	border: 0px;
	float: left;
	height: 13px;
	margin-top: 3px;
	padding: 0px;
	width: 22px;
}

/* -------------------- VIGNETTE -------------------- */
.vignette {
	border: 1px solid rgb(255,255,255);
}
.vignette:hover {
	border: 1px solid rgb(255,102,0);
}

/* -------------------- ZONES -------------------- */
.alerte {
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}
.message {
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
  width: 100%;
}
.icone32 {
	display: table-cell;
	vertical-align: middle;
  text-align: right;
}
.icone01 {
/*display: table-cell;*/
	vertical-align: middle;
  padding-right: 10px;
}
.icone05 {
	vertical-align: middle;
  padding-right: 5px;
}
.icone02 {
	display: table-cell;
	vertical-align: middle;
  padding-right: 20px;
}
.icone11 {
	display: table-cell;
	vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
.icone12 {
	display: table-cell;
	vertical-align: middle;
  padding-left: 10px;
  padding-right: 20px;
}
/* obsolète */
.icone50 {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
}
.captcha {
	margin: 0px;
}
.cadre {
	border-radius: 5px;
	box-shadow: 0px 3px 3px 0px rgba(51,153,204,0.66);
	border: 1px solid rgb(153,204,255);
	padding: 2px;
}
.consigne {
	border-radius: 8px;
	border: 1px solid rgb(153,204,255);
	display: table;
	margin: 10px auto 15px auto;
	padding: 5px 15px 5px 15px;
}
.definition {
	color: rgb(238,0,0);
  font-weight: bold;
}
.encadre {
	border-radius: 5px;
	box-shadow: 0px 3px 3px 0px rgba(51,153,204,0.66);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(153,204,255);
	display: table;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
}
.encart {
	border-radius: 5px;
	box-shadow: 0px 3px 3px 0px rgba(51,153,204,0.66);
	background-color: rgb(221,238,255);
	display: table;
	margin: 20px auto 35px auto;
	padding: 5px 15px 5px 15px;
}
.filet {
	border-radius: 8px;
	border: 1px solid rgb(153,204,255);
	display: table;
	margin: 15px auto 25px auto;
	padding: 5px 15px 5px 15px;
}
.final { /* obsolète */
	border-radius: 5px;
	box-shadow: 0px 3px 3px 0px rgba(51,153,204,0.66);
	background-color: rgb(221,238,255);
	display: block;
	margin: 20px 0px 25px 0px;
	padding: 5px;
}
.question {
	font-style: italic;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.reponse {
	border-left: 1px dashed rgb(51,153,255);
	margin: 5px 0px 5px 3px;
	padding: 5px 0px 5px 10px;
}
.probleme {
	border-radius: 5px;
	box-shadow: 0px 3px 3px 0px rgba(51,153,204,0.66);
	background-color: rgb(221,238,255);
	display: table;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	text-shadow: 0px 1px rgb(255,255,255);
}
.ressource {
	border-radius: 8px;
	border: 1px solid rgb(153,204,255);
  display: table;
	margin: 10px 0px 15px 0px;
	padding: 2px 15px 2px 8px;
}

/* ---------------------------- */
/* Définitions des identifiants */
/* ---------------------------- */
#bandeau {
	height: 80px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 985px;
}
#entete {
	background-image: url("../img/fond102.gif");
	box-shadow: 0px 4px 4px 1px rgba(51,153,204,0.66);
	height: 102px;
	margin: 0px 0px 20px 0px;
}
#colonne {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 170px;
}
#corps {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#barre-entete {
	height: 22px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 985px;
}
#barre-pied {
	background-image: url("../img/fond180.gif");
	border-bottom: 1px solid rgb(51,153,255);
	border-top: 1px solid rgb(51,153,255);
	color: rgb(0,102,255);
 	font: bold 13px verdana,arial,helvetica,sans-serif;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
	padding: 0px;
}
#pied {
	background-color: rgb(153,204,255);
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ------------------- */
/* Définitions en test */
/* ------------------- */

/* Débugage */
.debug {
	border: 1px dashed rgb(0,0,0);
}