@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-image: url(../images/back1.jpg);
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #D66512;
}



.Aide {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #396;
	font-weight: normal;
	font-style: italic;
}
.Alerte {
	color: #FFF;
	background-color: #C30;
	padding: 0px;
}
.arrondi {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	background-color: #2E2E2E;
	width: 75px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 10px;
	font-weight: bold;
	padding-right: 5px;
}
.arrondi_titre {
	background-color: #787A90;
	text-shadow: 1px 2px 4px black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 675px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	color: #FFF;
	text-align: center;
	margin-left: 10px;
	height: 30px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #333;
}
.arrondi_navigation {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 2px 4px #666;
	-moz-border-radius: 10px 4px 10px 0;
	-webkit-border-radius: 10px 4px 10px 0;
	border-radius: 10px 4px 10px 0;
	font-size: 1em;
	font-weight: bold;
	color: #363636;
	text-decoration: none;
	background-image: url(../Navigation/images/Fond.png);
	width: 119px;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-type: none;
	border: 1.5px solid #333;
}
.arrondi_navigation:hover {
	color: #333;
	background-image: url(../Navigation/images/Fond2.png);
}
.cadre_code {
	font-family: Verdana, Geneva, sans-serif;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 0.7em;
	width: 670px;
	margin-left: 8px;
	border: thin solid #333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #C6C7D2;
}


.attributs {
	text-align: center;
	margin: 10px;
}

.centrer {
	text-align: center;
}
.Droite {
	text-align: right;
	padding-right: 20px;
}
.Ecriture {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #369;
	background-color: #CCC;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border: thin solid #333;
}
.form_bouton {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.Gauche {
	text-align: left;
}
.haut_page {
	font-weight: normal;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	text-align: right;
}
.important {
	background-color: #B3CAC0;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #666;
	border-left-color: #666;
}
.Blanche {
	background-color: #FFF;
	margin-left: 5px;
}

.infos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #C8CADB;
	width: 660px;
	margin-right: 10px;
	margin-left: 8px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #333;
	padding-top: 10px;
	margin-top: 20px;
}



.infobulle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #66F;
	font-style: italic;
}
.liens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
	font-weight: bold;
}

.menusidebar1 {
	-moz-border-radius: 10px 4px 10px 0;
	-webkit-border-radius: 10px 4px 10px 0;
	border-radius: 10px 4px 10px 0;
	padding-left: 17px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	background-color: #BFD5EA;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 88%;
	border: 1.5px solid #333;
	margin-left: 0px;
	margin-bottom: 5px;
}
.retrait {
	padding-left: 10px;
}
.double_retrait {
	padding-left: 20px;
}


.Sensible {
	color: #C33;
	font-weight: bold;
}
.sous_chapitre {
	width: 640px;
	margin-left: 20px;
	border: thin solid #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #D9D9F2;
}

.Sous_niveau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #272727;
	font-weight: bold;
}

#barre_navigation {
	height: 12px;
	width: 920px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 30px;
}
.thrColFixHdr #Menu {
	width: 920px;
	height: auto;
	padding-top: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-top: 0px;
}
.thrColFixHdr #container {
	width: 960px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 4px solid #333;
} 

.thrColFixHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
	background-color: #FFF;
}
.thrColFixHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	-moz-border-radius: 10px 4px 10px 0;
	-webkit-border-radius: 10px 4px 10px 0;
	border-radius: 10px 4px 10px 0;
	width: 125px;
	margin-top: 0px;
	margin-left: 34px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: #A0A4C2;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #333;
	background-image: url(../Navigation/images/Fond.png);
}
.thrColFixHdr #sidebar1 .Titre-detail {
	font-family: Tahoma, Geneva, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.8em;
	color: #FFF;
	background-color: #000;
	margin-top: 8px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1.5px solid #F4F4F4;
	width: 98%;
	font-weight: bold;
	text-align: center;
}

.thrColFixHdr #sprytooltip1 {
	background-color: #FFF;
}

.thrColFixHdr #mainContent .Titre {
	background-color: #A0A4C2;
	text-align: center;
	text-shadow: 1px 2px 4px black;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	width: 690px;
	margin-left: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #585858;
	border-right-color: #585858;
	border-bottom-color: #4D4E5B;
	border-left-color: #4D4E5B;
	margin-bottom: 10px;
}
tr {
	height: auto;
}
th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	background-color: #373737;
}


.thrColFixHdr #mainContent .infos .info_titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #69C;
	background-color: #FFF;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	border: thin solid #666;
	margin: 5px;
	padding-left: 5px;
}
.Code_HTML_balise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #005B5B;
}
.Code_HTML_Code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #096;
}
.Code_HTML_code_contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #C43100;
}
.Code_HTML_div_balise {
	width: 670px;
	margin-left: 10px;
}
.Code_HTML_haut_page {
	width: 670px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	margin-top: 10px;
	text-align: right;
}
.Code_HTML_gras {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #333;
}

.Code_HTML_information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	font-style: italic;
}

.Code_HTML_numero_ligne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	padding-right: 10px;
}
.Code_HTML_paragraphe {
	padding-left: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	color: #000;
}
.Code_HTML_Texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
}
.CSS_code {
	margin-right: 9px;
	margin-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #000;
	background-color: #EFE1DC;
	padding-right: 5px;
	padding-left: 5px;
}


.thrColFixHdr #mainContent .infos .info_exemple {
	color: #000;
	background-color: #CCC;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr {
	color: #036;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-left: 10px;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	color: #454655;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #51569D;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #51569D;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #484E8C;
	font-weight: bold;
}


h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 1px 2px 4px #a0a4c2;
	font-size: 1.4em;
	color: #5A618B;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	padding-left: 8px;
	padding-right: 10px;
}

table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #333;
	background-color: #C8D2CC;
	border: thin solid #333;
	text-align: center;
}

.alphabet {
	margin-top: 20px;
	margin-bottom: 20px;
}

.thrColFixHdr #container .home {
	margin-top: 15px;
}

.thrColFixHdr #container .home table {
	background-color: #FFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 0;
} 
.thrColFixHdr #mainContent ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}
.thrColFixHdr #mainContent .Entete6 {
	width: 692px;
	margin-right: 10px;
	margin-left: 10px;
}
.thrColFixHdr #mainContent .Entete6 .Chp {
	margin-left: 150px;
	width: 400px;
}
.thrColFixHdr  #mainContent .Entete6 .Ecriture {
	margin-bottom: 10px;
}
.thrColFixHdr #mainContent .Entete6 .Couleur table {
	padding: 1px;
}

.thrColFixHdr #mainContent .modele .modele_titre table tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
}
.thrColFixHdr #mainContent .modele .modele_titre table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #63C;
}

.thrColFixHdr #mainContent .modele {
	background-color: #C6C7D0;
	width: 680px;
	padding-left: 10px;
	text-align: left;
	border: 2px solid #333;
	margin-top: 5px;
	padding-bottom: 10px;
}

.thrColFixHdr #mainContent .modele .modele_titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFF;
	margin-top: 10px;
	width: 663px;
	color: #51569D;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0.2px solid #333;
	margin-left: 0px;
	margin-bottom: 10px;
}

.thrColFixHdr #mainContent .modele p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: left;
	padding-left: 10px;
}
.thrColFixHdr  #mainContent .Titre .titreimage {
	text-align: center;
	width: 450px;
	margin-left: 100px;
}
.thrColFixHdr #mainContent .Titre .titre2  {
	width: 350px;
	margin-left: 40px;
}
.thrColFixHdr #mainContent .Entete6 ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
}

.thrColFixHdr #footer {
	background-color: #3E3E3E;
	padding-left: 390px;
	height: 22px;
	margin-top: 44px;
	margin-left: 220px;
	margin-bottom: 20px;
	margin-right: 40px;
	border: 2px solid #CCC;
} 
.thrColFixHdr  #footer p a {
	color: #FCFCFC;
}

.thrColFixHdr #footer p {
	margin: 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.div_compteur {
	text-align: left;
	width: 99%;
	margin-left: 0px;
	margin-bottom: 6px;
	background-color: #FFF;
	border: 1.5px solid #333;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.xiti {
	text-align: center;
	background-color: #FFF;
	width: 99%;
	border: thin solid #333;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.W3C {
	background-color: #C6C7D2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 99%;
	border: 1.5px solid #333;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.thrColFixHdr #sidebar1 .W3C a img {
	padding-bottom: 2px;
	padding-top: 2px;
}

.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible div .Alerte {
	margin-bottom: 10px;
	margin-top: 5px;
}
.bordure {
	border: thin solid #333;
}
