body {
			background-image:  url("../images/imgAccueil/fdPages.gif");
			background-position: center; 
			background-repeat: repeat-y;
			background-color:#ffffff;
			margin-right: 0px;
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			}
			
body, p, td, div, a     { font-family: verdana; font-size: 9px; font-weight: normal; color: #0063C6; }
input,select,textarea   { font-family: verdana; font-size: 9px; font-weight: normal; color: #666666; }

/* ----- TITRAILLE - PARAGRAPHE ----- */
.titre     { font-family: verdana; font-size: 13px; font-weight: bold; color: #0067BB; }
.chapo     { font-family: verdana; font-size: 10px; font-weight: bold; color: #0067BB; }
.texte     { font-family: verdana; font-size: 10px; font-weight: normal; color: #0067BB; }
.texteGris { font-family: verdana; font-size: 10px; font-weight: bold; color: #666666; }
.texteGrisFleche { font-family: verdana; font-size: 9px; font-weight: normal; color: #666666; background: url("../images/imgPages/flecheGrise.gif") no-repeat; background-position: 0 0; padding: 0 0 0 15; }

/* ----- LIENS ----- */
a:link { color: #0262BC; text-decoration:none; background-image:  url("../images/imgAccueil/p_liens.gif") no-repeat; background-position: 0 0; }
a:visited { color: #0262BC; text-decoration:none; background-image:  url("../images/imgAccueil/p_liens.gif") no-repeat; background-position: 0 0; }
a:active { color: #0262BC; text-decoration:none; background-image:  url("../images/imgAccueil/p_liens.gif") no-repeat; background-position: 0 0; }
a:hover { color: #009CEE; text-decoration:none; background-image:  url("../images/imgAccueil/p_liens.gif") no-repeat; background-position: 0 0; }

.lien { color: #0064D0; padding-right: 5px; text-decoration:none; font-weight: normal; }
a.lien:hover { color: #8DD3F8; background-image:  url("../images/imgAccueil/sep_liensHaut.gif") no-repeat; background-position: 0 0;}
.lienSelected { color: #8DD3F8;}
.ecart { padding: 5 0 0 0;}

.lienActus { color: #0064D0; padding-right: 5px; text-decoration:none; font-weight: normal; }
a.lienActus:hover { color: #FFFFFF; background-image:  url("../images/imgAccueil/sep_liensHaut.gif") no-repeat; background-position: 0 0;}
.lienActus { color: #8DD3F8;}

/* ----- MENUS RUBRIQUES -----*/
td.menuMarges { padding: 10 0 10 0; }
.menu2ndaire { color: #009CEE; font-weight: bold; background: url("../images/imgPages/p_menus_on.gif") no-repeat; background-position: 0 0; padding-left: 15; }
a.menu2ndaire:hover { color: #FFFFFF; font-weight: normal; background: url("../images/imgPages/p_menus_off.gif") no-repeat; background-position: 0 0; padding-left: 15; }
.menu2ndaireSelected { color: #FFFFFF; font-weight: normal; background: url("../images/imgPages/p_menus_off.gif") no-repeat; background-position: 0 0; padding-left: 15; }

/* ----- LIGNE EN POINTILLES ----- */
.pointill_horiz { background-image:  url("../images/imgAccueil/pointill_horiz.gif")}
.pointill_vertic { background-image:  url("../images/imgAccueil/pointill_vertic.gif")}

/* ----- DRAPEAUX LANGUES ----- */
.fr { background:  url("../images/imgAccueil/dr_fr_onoff.gif") no-repeat; background-position: 100% 0;}
a.fr:hover { background-image:  url("../images/imgAccueil/dr_fr_onoff.gif") no-repeat; background-position: 100% 0; }
.uk { background:  url("../images/imgAccueil/dr_uk_onoff.gif") no-repeat; background-position: 100% 0;}
a.uk:hover { background-image:  url("../images/imgAccueil/dr_uk_onoff.gif") no-repeat; background-position: 100% 0; }
.de { background:  url("../images/imgAccueil/dr_de_onoff.gif") no-repeat; background-position: 100% 0; }
a.de:hover { background-image:  url("../images/imgAccueil/dr_de_onoff.gif") no-repeat; background-position: 100% 0; }
.port { background:  url("../images/imgAccueil/dr_port_onoff.gif") no-repeat; background-position: 100% 0; }
a.port:hover { background-image:  url("../images/imgAccueil/dr_port_onoff.gif") no-repeat; background-position: 100% 0; }

.uk_selected { background:  url("../images/imgAccueil/dr_uk_onoff.gif") no-repeat; background-position: 100% 0; }
.de_selected { background:  url("../images/imgAccueil/dr_de_onoff.gif") no-repeat; background-position: 100% 0; }
.port_selected { background:  url("../images/imgAccueil/dr_port_onoff.gif") no-repeat; background-position: 100% 0; }
.fr_selected { background:  url("../images/imgAccueil/dr_fr_onoff.gif") no-repeat; background-position: 100% 0; }

/* ----- ACTUS ACCUEIL ----- */
.actu_clair { color: #FFFFFF; padding: 2 0 0 5; }
.actu_sombre { color: #FFFFFF; padding: 2 0 0 5; }

/* ----- TABLEAU ----- */
.formTable{
	color: #4B4D97;
	font-size:x-small
	text-align: left;
	background-color: #ffffff; /*bordures du tableau*/
}
.formSeparator{
	background-color: #ffffff; /*fond de ligne alternée*/
	font-family: inherit;
	font-size: 11px;
	text-align: left;
}
.formSeparator td{
	padding: 0px 0px 0px 5px;
}
.formListInput{
	background-color: #D8F1FE; /*fond de ligne alternée*/
	font-family: inherit;
	font-size: 11px;
	text-align: left;
}
.formListInput td{
	padding: 0px 0px 0px 5px;
}
.formHeader{
	height: 17px;
	font-weight: bold;
	text-align: left;
	padding: 1px 0px 0px 3x;
	background-color : #009CEE; /*fond de titreEnTête*/
	color : #ffffff; /*couleur de tittre*/
	font-size: 11px;
}
/* ----- ADMIN ----- */
.adminTitre { font-family: verdana; font-size: 20px;color: #0262BC; font-weight: bold; }

/* ----- IMAGE D'ARRIERE PLAN - HP ----- */
#imgArrierePlan  { background-image:  url("../images/imgAccueil/imgFondTable.jpg"); background-repeat: no-repeat;  background-position: bottom right; }

/* ----- FOOTER ----- */
.copyright { color: #747A77; font-weight: bold; }

blockquote   { width : 517px; height : 300px;  margin: 0px; }

.hauteurdiaporama {
	height: 641px;
}




