@charset "iso-8859-1";

a   {
	text-decoration: none;
}
a:hover { text-decoration: underline }
a:active {
	text-decoration: none;
	color: #264389;
}
INPUT      {
	color: #123072;
	border: 1px solid #bec4d2
}

textarea {
	border: 1px solid #bec4d2;
	color: #123072;
}

SELECT       { color: #123072; font-weight: bolder; font-size: x-small; font-family: Arial; background-color: white; text-align: center; border: solid black }

body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #fcfcfc;
	background-image: url(graphisme/charte/head-grd.gif);
	background-repeat: repeat-x;
	color: #484848;

}

h1 {
	font-size: 14pt;
	color: #8692b0;
}
h2 {
	color: #8692b0;
	margin-left: 5px;
	font-size: 12pt;
}

h3 {
	font-size: 12pt;
	color: #8692b0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h4 {
	font-size: 10pt;
	color: #8692b0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #container {
	width: 748px;
	margin: 0 auto;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-color: #FFF;
	background-image: url(graphisme/charte/center-grd.gif);
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 137px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 171px;
	background-color: #FFF;
	background-image: url(graphisme/charte/m-grd.gif);
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 171px;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 20px;
} 

.twoColFixLtHdr #footer {
	background-color: #FFF;
	background-image: url(graphisme/charte/foot-grd.gif);
	height: 24px;
} 
.twoColFixLtHdr #container #sidebar1 table tr td #menu {
	list-style-type: none;
	font-size: 11pt;
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0;
	text-align: center;
	font-size: 9px;
}
.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;
}

.BlocLarge {
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
}

.BlocGauche {
	width: 235px;
	float: left;

}
.BlocDroite {
	width: 235px;
	float: right;
}
.CadreListe {
	border: 1px solid #CCC;
	margin-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
}
.CadreModeles {
	border: 1px solid #CCC;
	margin-bottom: 8px;
	margin-left: 10px;
	padding-right: 5px;
}
.CadreDetail {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
}





.STitre1 {
	font-size: 10pt;
	font-weight: bold;
}
.TPetit {
	font-size: 8pt;
}
.MsgErreur {
	color: #C00;
}
.ChampsObligatoires {
	color: #123072;
}
.Images1 {
	margin-top: 10px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.Test {
	color: #8692b0;
	font-size: 14pt;
	font-family: Tahoma, Geneva, sans-serif;
}
.Slogan {
	font-size: 12pt;
}
.LienContenu {
	background-image: url(graphisme/charte/fleche-lien.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.LienRetour {
	background-image: url(graphisme/charte/fleche-retour.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

