

/* ***********************   Redefinitions des balises HTML *************************** */

body {
	background: rgb(190,200,220);
	margin: 0; 	/* pour éviter les marges */
	padding: 0;
	border: 0;
	font-family: geneva, verdana, arial, 'trebuchet ms', sans-serif;
	font-size: 0.8em;
	color: rgb(0,0,0); /* couleur du texte par defaut */
	line-height: 1.5em; 	/* interligne */
	text-align: center; 	/* pour corriger le bug de centrage IE */
}

ul {
	margin: 0.5em;
	padding: 0, 0, 0, 2em;
}

p {
	margin: 0 0 0 0;
	text-align: left;
	font-size: 100%;
}

h1 {
	padding: 0 0 0.2em 0;
	margin: 0 0 0.2em 0;
	font-size: 140%;
	font-weight: bold;
	color: rgb(120,63,144);
	text-align: left;
	line-height: 120%; 	/* interligne */
}

h2 {
	padding: 0.0em 0 0.2em 0;
	margin: 0 0 0.2em 0;
	font-weight: bold;
	font-size: 130%;
	color: rgb(96,96,96);
}

h3 {
	padding: 0.1em 0 0.2em 0;
	margin: 0 0 0.2em 0;
	font-weight: bold;
	font-size: 100%;
	color: rgb(120,63,144);
}

h4 {
	display: block;
	margin: 0.4em 0 0.4em 0;
	padding: 4px;
	/*background-color: rgb(230,230,230);*/
	background-image: url(images/fondtitrearticle.png);
	color: rgb(120,63,144);
	/*text-transform: uppercase;*/
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

h5 {
	display: block;
	margin: 0.4em 0 0.4em 0;
	padding: 4px;
	/*background-color: rgb(230,230,230);*/
	background-image: url(images/fondtitrearticle.png);
	color: rgb(120,63,144);
	/*text-transform: uppercase;*/
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

h6 {
}

.titremilieu {
	height: 20px;
	width: 440px;
	padding: 8px 0 8px 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: rgb(120,63,144);
	text-align: center;
	background-image: url(images/fondtitreh3milieu.png);
}

.titre-dans-colonne-droite {
	height: 16px;
	width: 216px;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	color: rgb(120,63,144);
	text-align: center;
	line-height: 110%; 	/* interligne */
	background-image: url(images/fondtitredroite.png);
}

.titre-dans-colonne-gauche {
	display: block;
	color: rgb(139,168,0);
	font-size: 85%;
	text-align: left;
	font-weight: bold;
	padding: 0.4em 0 0 0;
	/*background-color: rgb(139,178,0);*/
}

.titre-dans-accueil {
	height: 16px;
	width: 286px;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: rgb(120,63,144);
	text-align: center;
	line-height: 110%; 	/* interligne */
	background-image: url(images/fondtitreaccueil.png);
}

.sous-titre-centre {
	color: rgb(160,160,160);
	/*font-weight: bold;*/
	font-size: 100%;
	/*background-color: rgb(139,178,0);*/
}

.sous-titre-centre2 {
	color: rgb(139,168,0);
	/*font-weight: bold;*/
	font-size: 100%;
	/*background-color: rgb(139,178,0);*/
}

.locator { /* Design du texte du Locator */
	padding: 17px 0 0 20px;
	margin: 0;
	font-size: 75%;
	font-weight: bold;
	color: rgb(164,150,186);
	text-align: left;
}

.lien-locator {
	text-decoration: underline;
	font-weight: bold;
	color: rgb(164,150,186);
}

.lien {
	text-decoration: underline;
	font-weight: bold;
	color: rgb(139,168,0);
}

.lien-accueil {
	text-decoration: none;
	font-weight: bold;
	color: rgb(120,63,144);
}

a.lien-accueil:hover {
	/* agit sur le survol des liens dont la classe est : lien-accueil */
	text-decoration: none;
	font-weight: bold;
	color: rgb(139,168,0);
}

.lien-menu-haut {
	/* agit sur l'aspect des liens dont la classe est : lien-menu-haut */
	text-decoration: none;
	font-weight: bold;
	color: rgb(255,255,255);
}

a.lien-menu-haut:hover {
	/* agit sur le survol des liens dont la classe est : lien-menu-haut */
	text-decoration: none;
	font-weight: bold;
	color: rgb(139,168,0);
}

.lien-menu-bas {
	/* agit sur l'aspect des liens dont la classe est : lien-menu-bas */
	text-decoration: none;
	font-weight: bold;
	/*color: rgb(139,168,0);*/
	color: rgb(164,150,186);
}

a.lien-menu-bas:hover {
	/* agit sur le survol des liens dont la classe est : lien-menu-bas */
	text-decoration: none;
	font-weight: bold;
	color: rgb(120,63,144);
}

.texte-bas-de-page {
	margin: 0 0 0 0;		/* empêche les titres de forcer une marge au-dessus d'eux */
	padding : 30px 0 0 0;
	font-size: 75%;
	font-weight: normal;
	color: rgb(200,200,200);
	text-align: center;
	line-height: 120%; 	/* interligne */
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: rgb(128,128,128);
}

a:hover {
	text-decoration: underline;
	color: rgb(120,63,144);
}
/* **************************************************************************************** */

/* *********************   Definition de mes identifiants    ***************************** */

#conteneur-page {
	position: relative; 	/* on positionne le conteneur */
	margin-left: auto; 	/* pour centrer horizontalement le conteneur principal */
	margin-right: auto; 	/* pour centrer horizontalement le conteneur principal */
	width: 960px; 	/* obligation de donner la largeur du conteneur pour le centrage */
	text-align: left;
}

#conteneur-hautdepage {
	height: 141px;
	background-image: url(images/entete.jpg);
	z-index: 10;
}

#conteneur-fondprincipal {
	width: 960px;
	background: rgb(255,255,255);
	background-image: url(images/fond-haut-arrondi.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 10px;	/* Met une marge en bas du block */

}

#conteneur-fondprincipalhome {
	width: 960px;
	background: rgb(255,255,255);
	/*background-image: url(images/fond-haut-arrondi.gif);*/
	background-position: top;
	background-repeat: no-repeat;
}

#conteneur-principal {		/* bloc texte du MILIEU */
	margin-left: 250px;		/* Marge a gauche de 250px pour aligner le texte a droite après l'image */
	margin-top: 0px;
	padding-top: 18px;		/* Met une marge en haut du bloc du milieu */
	padding-bottom: 10px;	/* Met une marge en bas du block */
	padding-left: 10px;
	padding-right: 10px;
	width: 440px;
	text-align: justify;
	/*border-left: 1px solid rgb(250,250,250);*/
	/*border-right: 1px solid rgb(250,250,250);*/
	/*border-bottom: 1px solid rgb(225,225,225);*/
	/*background: rgb(240,240,240);*/
	/*background-image: url(images/fond-milieu.gif);*/
	/*background-repeat: no-repeat;*/
}

#conteneur-basdepage {
	height: 200px;					/* contient l'image de fond du bas */
	padding: 0;
	background-image: url(images/basdepage.png);
}

#conteneur-menu {
	position: absolute;
	top: 102px;
	left:1px;
	z-index: 1;    /* Important pour que le menu deroulant soit au-dessus de l'animation HTML de la page d'accueil */
	font-size: 85%;
	font-weight: bold;
}

#map_canvas {
	width: 440px;
	height: 440px;
}


.menu-haut {
	position: relative;	/* positionne ce conteneur précisément dans son parent  */
	top: 0px;
	left: 0px;
	padding: 12px 31px 0 0;
	margin: 0;
	font-size: 75%;
	font-weight: bold;
	color: rgb(165,140,165);
	text-align: right;
}

.menu-bas {
	position: relative;	/* positionne ce conteneur précisément dans son parent  */
	top: 0px;
	left: 0px;
	padding: 0px 0 0 0;	/* pour régler le menu du bas en hauteur... */
	margin: 0;
	font-size: 75%;
	font-weight: bold;
	color: rgb(165,140,165);
	text-align: center;
}

#xiti-logo {
	position: relative;	/* positionne ce conteneur précisément dans son parent  */
	top: 25px;
	left: 65px;
	padding: 0px 0 0 0;	/* pour régler le menu du bas en hauteur... */
	margin: 0;
	text-align: left;
}

#statcounter-logo {
	position: relative;	/* positionne ce conteneur précisément dans son parent  */
	top: 0px;
	left: 150px;
	padding: 0px 0 0 0;	/* pour régler le menu du bas en hauteur... */
	margin: 0;
	text-align: left;
}

.colonne-gauche {
	float :left;
	width: 216px; /* largeur de la colonne de gauche */
	text-align: left; /* centre l'image dans la colonne de gauche */
	font-size: 100%;
	padding: 0;
	margin: 32px 0 0 20px;
	/*background: rgb(200,245,245); */
	/*background-image: url(images/entete-colonne-gauche.gif);*/
	background-repeat: no-repeat
}

.texte-dans-colonne-gauche {
	margin-left: auto; /* centre le texte dans son conteneur qui est .colonne gauche */
	margin-right: auto;
	width: 216px;
	/*font-weight: bold;*/
	color: rgb(144,144,144);
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	padding: 0 0 0 0;
	/*border-bottom: 1px dotted rgb(153,131,168);*/
	/*background: rgb(245,245,200);*/
}

.colonne-droite {
	float :right;
	width: 216px; /* largeur de la colonne de droite */
	text-align: center; /* centre l'image dans la colonne de droite */
	font-size: 85%;
	padding: 0 16px 0 0;
	margin: 18px 0 0 0;
	/*border-top: 1px dotted rgb(230,230,230);
	border-right: 1px dotted rgb(230,230,230);*/
	/*border-bottom: 1px dotted rgb(220,0,80);*/
	/*border-left: 1px dotted rgb(230,230,230);*/
	/*background-image: url(images/entete-colonne-droite.gif);*/
	background-repeat: no-repeat
}

.texte-dans-colonne-droite {
	margin-left: auto; /* centre le texte dans son conteneur qui est .colonne droite */
	margin-right: auto;
	padding: 0 0 0 0;
	/* border-bottom: 1px dotted rgb(139,168,0); */ /*trait vert pointillé sous le texte*/
	width: 216px;
	/*font-weight: bold;*/
	color: rgb(92,92,92);
	text-align: left;
	font-size: 100%;
	/*background: rgb(245,245,200);*/
}

.icon01 {
	 float: left;
	 margin-right: 10px;
	 margin-bottom:8px;
}

.liste-1 li {		/* designe l'element li du bloc liste-1  */
	list-style-type: square; /* puce carrée */
	padding: 0 0 0.5em 0; /* met une ligne vide après chaque puce */
	text-align: left;
}

.bandeau-anim {
	width: 960px; /* largeur */
	height: 250px;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 0;
	/* border-left: 1px solid rgb(64,64,64); */ /* Trait a gauche et a droite du bandeau flash */
	/* border-right: 1px solid rgb(64,64,64); */
	/*border-bottom: 1px solid rgb(0,0,0);*/
	/*background: rgb(200,245,245); */
}

.logo-hexacath {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 272px; /* largeur */
	height: 75px;
	margin: 0;
	padding: 0;
	z-index: 0;
	/*background: rgb(200,0,0);*/
	text-decoration: none;
}

.bandeau-annonce {
	position: absolute;
	top: 41px;
	left: 328px;
	width: 272px; /* largeur */
	height: 75px;
	margin: 0;
	padding: 0;
	z-index: 0;
	/*background: rgb(200,0,0);*/
	text-decoration: none;
}

.vignette {
	border-left: 1px solid rgb(230,230,230);
	border-right: 1px solid rgb(230,230,230);
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
}


/* *********************   DEBUT Definition CSS de la page sondage-saisie et sondage-envoi du dossier login    ***************************** */

.bouton {
	/* Positionne bien le bouton lien (retour vers Home Page) ou RESET */
	text-align: center;
	margin-bottom: 16px;
}

.gras {
	font-weight: bold;
	font-size: 100%;
}

.cadre01 {
	position: relative;
	width: 422px;
	border: 1px solid rgb(230,230,230);
	padding: 8px;
	/* Evite d'utiliser des <br /> dans le FORM ce qui n'est pas valid XHTML: */
	margin-bottom: 16px;
}

.cadre02 {
	/* cadre zone fond gris */
	position: relative;
	width: 422px;
	background-color: rgb(245,245,245);
	border: 1px solid rgb(220,220,220);
	padding: 8px;
	/* Evite d'utiliser des <br /> dans le FORM ce qui n'est pas valid XHTML: */
	margin-bottom: 16px;
}

.saisie-texte {
	width: 418px;
	margin: 0;
	padding: 0;
}

.titre-textarea {
	/*color: rgb(255,0,0);*/
	color: rgb(139,168,0);
	border : 0;
	margin: 0;
	padding: 0;
}

.en-petit {
	/* info sur la valeur des cases à cocher */
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 85%;
	font-style: italic;
	/*color: rgb(255,0,0);*/
	color: rgb(139,168,0);
	text-align: right;
	line-height: 100%; 	/* interligne */
}

.tab-ligne-impaire {
	position: relative;	/* permet de fixer cet element pour que ses enfants puissent s'y referer */
	width: 422px;
	background-color: rgb(245,245,245);
	/*color: rgb(255,0,0);*/
	color: rgb(139,168,0);
	border : 0;
	margin: 0;
	padding: 0;
}

.tab-ligne-paire {
	position: relative;	/* permet de fixer cet element pour que ses enfants puissent s'y referer */
	width: 422px;
	background-color: rgb(255,255,255);
	/*color: rgb(255,0,0);*/
	color: rgb(139,168,0);
	border : 0;
	margin : 0;
	padding: 0;
}

.tab-col-gauche{	/* se positionne naturellement dans le flux de son pere en haut à gauche */
	width: 255px;
	text-align: left;
	/* background-color: rgb(240,240,24); */
	border: 0;
	margin: 0;
	padding: 5px; 	/* espace autour du texte */
}

.tab-col-droite{
	position: absolute;	/* se positionne par rapport à son pere fixé : le div tab-ligne-impaire */
	top: 0;
	right: 0;
	width: 255px;
	text-align: right;
	/* background-color: rgb(240,24,240); */
	border: 0;
	margin: 0;
	padding: 5px;   /* espace autour du texte */
}

.bouton-radio {		/* permet de centrer les boutons radios par rapport au texte à cote */	
	vertical-align: text-top;
}

.bouton-submit {
	width: 422px;
	border: 0px solid rgb(220,220,220);
	padding: 10px;
	text-align: center;
}

/* *********************   FIN Definition CSS de la page sondage-saisie et sondage-envoi du dossier login    ***************************** */

