/*------------------------------------------------------------------------------

            Styles propres aux elements purement textuels

------------------------------------------------------------------------------*/


div.ShowIt{
     color: black;
     padding: 4px;
     border: none;
}

/* pour une citation */
cite{
		letter-spacing:0.2em;
}


/*
UL{
	color:#343D28;
}
*/


.bold{
  font-weight: bold;
}

/* LI normal est considéré comme subitem de LI.first mais peut être utilisé
pour les listing sans hiérarchisation */

.nogap{
  padding:0px;
  margin:20px;
  margin-left:0px;
}

.red{
  color: #AB3D01;
}

LI, .subitem{
	list-style-type: none;
	line-height:     1.5em;
	margin-left:     0px;
	padding-left:    0px;
	font-size:       10pt;
}

.puce{
  list-style-type:disc;
  font-size:      8pt;
  font-weight:    normal;
}

.circle{
  list-style-type:circle;

}

.lv2{
  font-size:      8pt;
  font-weight:    normal;
  margin-left:    40px;
}

/* élément de liste avec emphase */
.firstitem{
  list-style-type:  none;
  text-decoration:  none;
  font-size:        10pt;
  font-weight:      bold;
/*  color:            black; */
}

/* element de liste minimisé déstiné à commenter les firstitem */
.comment{
  font-size: 8pt;
  padding-top: 0px;
  padding-bottom:0px;
}

#signature{
	color: white;
	font-size:9px;
}


A{
		color:#003372;
		border: 0px;
		text-decoration: none;
/*	color:#000099; */
}


/* signaletique du systeme */
#error{
  color: #FF0000;
  font-size: 10pt;
}


/*------------------------------------------------------------------------------

                                      TITRES

------------------------------------------------------------------------------*/

/* essayer de se débarrasser du positionnement de H1 */
H1
{
  display:           block;
  position:          relative;
  float:             right;

  top:               11px;
  width:             140px;
  height:            30px;

	color:             #b5c694;
	font-size:         15pt;
  text-align:        left;
  line-height:       30px;

  padding:           0px;
  margin:            0px;
}

H2{
  color: black;
}

/* divisions de la partie chapter */
/* #chapter H3 */
H3
{
	padding-top:0px;
	margin-bottom:0px;
	height:30px;

  display: list-item;
  list-style-type:circle;
/*	background-image:url(interface/puce.gif);
	background-repeat:no-repeat;
	background-position:0px 0px; */
	text-indent:0px;
	margin-left:0px;
	margin-top:0px;
	padding-top: 0px;	
	text-align:left;
	color:#284119;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.1em;
}

/* dernier titre de l'arborescence */
H4
{
  display: list-item;
  list-style-type: disc; 
 	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
	color: #316AC5;
	padding-top: 0px;
  text-indent: 0px; 
  border-bottom: 1px dotted #798A54;  	
}
