/*Style pour webscriptordéveloppé par Francis Falck 06 sept 2006 couleurs (du foncé au cplus clair :rouge1 = #990000;rouge2 = #CC5600;rouge3 = #CC3300;rouge4 = #CC9900;rouge5 = #FCFDA1;
*/


body {
	/* à enlever si on ne veut pas bloquer le fond de page... 
	background-image:url("/charte_web/fond_blanc.gif");
	*/	
	background-image:url("/editeur_web/charte_webscriptor/fond_page_webscriptor.jpg");	background-repeat:no-repeat-y;	background-attachment: fixed; 	background-color:#ffffff;	font-size: 12px ;				
	font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-size:90%;
}
/* style lien par défaut : */
a:link {
	color :  #CC5600;
	text-decoration: none; 
	}
a:visited { 
	color : #CC3300; 
	text-decoration: none;
	}
a:hover {	color : #990000;	text-decoration: none;	}


/* tableaux */
table {
/* permet la compatibilité entre IE et Firefox pour le positionnement absolu des tableaux */
	top : 0px ;
	left : 0px ;
	margin-left: 0px; 
	margin-top: 0px;
}


td 	{
	font-size: 12px ;			
	font-family:  Arial, Verdana, Helvetica, helv, sans-serif;
	}


pre { 	font-size: 9;	    font-style:italic;    font-weight:italic;    font-size:10px;     color:#0000FF;     text-decoration:none; }  

#editeur h1    {
	Text-indent : 5 ;	/*font-weight : bold; */	
	font-size : 16px ;	
	margin-top : 10 ;	
	margin-right : 5 ;	
	margin-left : 5 ;	
	color :#000000;	
	background-color : #CC9900;	
	border-style:solid; 	
	border-width:1px;	
	border-color:#990000; 	
	}


#editeur h2 {		
	color: red;	
	text-align:center;
	font-size : 18px;
	}

/* titre 3 */
#editeur h3{		
	text-align:center;
	color: #CC3300;
	font-size : 16px ;}

/* titre 4 */
#editeur h4 {
	color: #CC9900;   	font-size : 14 ;}

/* titre 5 */
#editeur h5{	font-size : 12 ;
	color: black;
	font-weight : italic;
	font: italic;
      }
	
  
	  
/* -------------------------------------------------------------------------------------------------------- */	  
/* -------------------- # = selecteur id : ne peut être utilisé qu'une fois ! ------------------ */
/* ---------------- mais  pas affiché dans le menu déroulant webscriptor ------------------ */
/* -------------------------------------------------------------------------------------------------------- */
#mis_a_jour { 	 
	  POSITION: absolute; 
	  top : 200px;
	  left : 200px;
	  text-align : center;
	  font-family:  Verdana, Arial,  Helvetica, helv, sans-serif;
      font-style:italic;
	  font-weight:italic;
      font-size:9px; 
      color:#0000FF; 
      text-decoration:none;
}		  
		  
	  

#mis_a_jour a{ 	  
	  text-align : right;
	  font-family:  Verdana, Arial,  Helvetica, helv, sans-serif;
      font-style:italic;
	  font-weight:italic;
      /*font-size:19px; */
      color:#0000FF; 
      text-decoration:none;
}		  
	  

#mis_a_jour a:hover { 
      text-align : right;
	  font-family:  Verdana, Arial,  Helvetica, helv, sans-serif;
      font-style:italic;
      font-weight:bold;
      /*font-size:19px; */
      color:#7D0101; 
      text-decoration:none; 
}


/* ----------------------------------------------------------------------------------------------------- */
/* --------- liste des fonctions affichée dansle menu déroulant de webscriptor ------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------- bloc texte déplaçable ----------- */
.bloc_mobile {
	/*position:absolute; ne marche pas dans le menu webscriptor ! */

	width: 13px; 
	height: 25px; 
	
	background-color: transparent; 
	/*background-color: #ffff00;  */
	/* on n'affiche pas la bordure du conteneur :
	border: 1px solid red; 
	*/
	/**/  
	margin-left: 0px; 
	margin-top: 0px; 
	/* pour éviter l'autocentrage...
	top: 0%; 
	left: 0%;
		*/
	/*
	left:200px;
	top: 200px;
	*/
	
	width:80px;
	height:15px;
	
	position: absolute; 

}

.--------------   {
}

.couche_0
{
z-index: -1;
}

.couche_1
{
z-index: 1;
}
.couche_2
{
z-index: 2;
}
.couche_3
{
z-index: 3;
}
.couche_4
{
z-index: 4; 
}

.bordure_rouge {
border: 1px solid red;
}

.special {
	font: 25px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00193A;
}
