/*Feuille de style des Pages de cours */

/*Aspect des paragraphes par defaut*/
P {
    font-family : Verdana;
    font-size : 10.00000pt;
    font-style : normal;
    font-weight : normal;
    text-decoration : none;
    text-align : left;
    color : #1f1a17;
}

ol {
    font-family : Verdana;
    font-size : 10.00000pt;
    font-style : normal;
    font-weight : normal;
    text-decoration : none;
    text-align : left;
    color : #1f1a17;
}

P.cr  {
    text-align : center;
	margin-left : 0;
	margin-right : 0;
	width:100%;
}

P.PARA  {
	font-family : Verdana;
	font-size : 10.00000pt;
	text-align : justify;
	text-indent:-0.12in;
	margin-left:0.14in;
}

div.PARAN  {
	font-family : Verdana;
	font-size : 10.00000pt;
	text-align : justify;
	margin-left:0.14in;
}

/*Aspect des listes*/
UL{
	margin-left : 0;
    text-align : justify;
}

P.ANIMTIRET  {
    font-style : italic;
    text-align : justify;
    margin-left : 0.40in;
	text-indent:-0.10in;
}

P.Textetabl  {
	margin-left : 0.03889in;
	margin-right : 0.03889in;
}

P.rem  {
	font-family : Verdana;
	font-size : 10.00000pt;
	text-align : justify;
	text-indent:-0.12in;
	margin-left:0.14in
}

P.remtiret  {
	font-family : Verdana;
	font-size : 10.00000pt;
	text-align : justify;
	margin-left : 0.40in;
	text-indent:-0.10in;
}

P.paraalign  {
	font-family : Verdana;
	font-size : 10.00000pt;
    text-align : justify;
    margin-left : 0.14in;
	margin-right : 0.14in;
}
/*Aspect des titres des tableaux*/
P.TITRETABLEAU  {
    font-weight : bold;
    text-align : center;
	margin-left : 0.23611in;
	margin-right : 0.23611in;
}
/*Aspect des sous-titres*/
P.SOUSTITRE  {
    font-family : Verdana;
    text-decoration : underline;
}

/*Aspect du texte des astuces*/
P.astuce  {
    text-align : justify;
    margin-left : 0.14in;
	margin-right : 0.14in;
	padding-top:5px;
	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:#999999;
	padding-bottom:6px;
	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:#999999;
}

P.ANIMTAB  {
    font-style : italic;
    text-align : justify;
    margin-left : 0.14in;
	margin-right : 0.14in;
}

P.paratab  {
    text-align : justify;
    margin-left : 0.14in;
}

P.INTERANIM  {
    font-style : italic;
    text-align : justify;
    margin-left : 0.14in;
}

P.PARATIRET  {
    text-align : justify;
    margin-left : 0.40in;
	text-indent:-0.10in;
}

/*Aspect du titre principal*/
P.TITRE1  {
    font-family : Verdana;
    font-size : 12.00000pt;
    font-weight : bold;
}

/*Aspect des tableaux -----------------------------------------------------------------------------------------------------------------------*/
Table.Tab  {
	background-color:#000000; 
	margin-left:0.14in;
	margin-right:0.14in;	
}
/*couleur de fond des cellules de tableaux*/
TD.Cellule  {
	background-color: #b4c6d6;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*Gestion des marges du body*/

BODY {
	padding-top:30px;
    padding-bottom:30px;
    padding-left:30px;
    padding-right:30px;
}

/*Cache la barre de copyright (active en cas d'impression)*/
div.copy_r  {
	display:none;
}

.Pointer {
	cursor: pointer;
	cursor: hand;
}

