/*
=======================================================================
	Couleurs 2003:
	Or = #B3AC75 = 179,172,117		(vieuxOr=#9F9659 )
	Orange = #FF9900 = 255,153,0
	
	NOTE :Répertoire relatif ROOT de référence
	Ns => répertoire du fichier incluant le CSS
	IE => répertoires du fichier CSS
	s'assurer du même niveau de hiérarchie ou d'un chemin absolu HTTP:
=======================================================================

.test{
	visibility: visible;
	position: absolute;
	background-color: #FFCC00;
	left: 100px;
	top: 100px;
	height: 175px;
	width: 300px;
	z-index: 10;
	}
*/



/*______BALISES______*/

BODY {
	margin:0 ;
	background-color: #9FD8E6; 
	background-image: url('../images/tx_textures/tx0032c.jpg');
	}
	
A:link { color: #B3AC75 }
A:visited { color: #B3AC75 }
A:hover { color: #FF9900 }
A:active { color: #FF9900 }

DIV.zonePage{
	padding:20px;
	margin-bottom: 10px;
	/* background-image: url('../images/tx_textures/tx0032c.jpg'); */
	}



/*______TEXTE______*/

.infoW, .infoW2, .infoNB{
	text-align: justify;
	color: #FFFFFF;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 135%;
	}

.infoW2{
	margin-left: 60px;
	}

.infoWor{
	font-family: Arial;
	font-size: 10pt;
	color: #B3AC75;
	}

.infoPRT, .infoPRT2, .infoPRT3{
	font-family: Arial;
	font-size: 8pt;	
	color : #C0C0A0;	/* gris pâle */
	}

.infoW2titre{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #B3AC75;
	}

.infoPRT2{
	color : #FF9900;	/* orange */
	}
	
.infoPRT3{
	color : #FFFFFF;	/* blanc */
	}
	
.infoNB{
	margin-top: 30px;
	font-family: Arial;
	font-size: 8pt;	
	text-decoration: none;
	}
	
.puceW, .puceW2, .puceW3{
	color: #FFFFFF;
	text-align: justify;
	text-indent: -25px;
	margin-left: 80px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 120%;
	}

.puceW2{
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 80px;
	}

.puceW3{
	margin-left: 25px;
	margin-right: 5px;
	margin-top: 10px;
	}


.noDecoLink, .noDecoLinkW{
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	}
	
.noDecoLinkW{
	color: #FFFFFF;
	}

.linkSousT, .sousTitre{
	font-family: Arial;
	font-size: 12pt;
	color: #B3AC75;
	}
	
.sousTitre{
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.motClef{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #B3AC75;
	text-transform : capitalize;
	}

.tSection {
	font: bold 18pt/22pt Arial;
	color: #B3AC75;
	/* margin-left: 20px;  -plus -*/
	}
	
	
.section {
	font: bold 18pt/22pt Times;
	color: #000000; /* #9F9659 ;*/
	}
	
.smlc {
	font-variant: small-caps
	}

.surligner{
	background-color: #E0DDC9
	}

.texteEntete{
	font: italic 18pt/20pt Times;
	color: #FFFFFF;
	margin-top: 22px;
	/* text-align: center; */
	}


/*______INPUT-TYPE______*/

.petitBtn{
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #800000;
	}

.chpObli, .chpObliB, .chpObliC {
	background: #FFFFCC;
	}

.chpObliB {
	font-family: Arial;
	font-size: 10pt;
	width: 350px;
	}

.chpObliC {
	text-align: center;
	}


.chpFacul, .chpFaculArea{
	color: #000000;
	background: #DEDEDE;
	}
	
.chpFaculArea {
	font-family: Arial;
	font-size: 10pt;
	padding: 6px;
	width: 350px;
	}

.chpInfoAide{
	font-family: Arial;
	font-size: 10pt;
	padding:10;
	color: #000000;
	height:280px;
	width:410px;
	text-align:justify;
	background: #FFFFCC;
	}




/*______DIV-LAYER______*/


.cellBulle {
	font-family: Arial;
	font-size: 9pt;
	color: #554433; 				/* #FFFFFF; */
	background-color: #FFFFCC;		/* #FF6600; */
	}


/* Layers pour défilement des nuages dans les pages de base www.webmemoria.com */

.bandeN, .nuages, .entete, .menuNav{
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 75px;
	}

-- div désormais contrôlé par objet Cardex ---
.bandeN {
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #4477FF;
	padding: 0;
	margin: 0;
	}
     
.nuages {
	z-index: 1; /*->  z-index dans .bandeN */
	}
		
.menuNav{
	left: 20px;
	top: 140px;
	width: 180px;
	height: 450px;
	z-index: 7;
	}
	



.entete{
	visibility: hidden;
	text-align: center;
	z-index: 5;
	}