/*##############################################################################
#
#  Module          :  Lois.css
#
#  Description  :  Feuille de style pour les LOIS
# 
#  Auteur(s)	  :  Alexandre Guilmette, pour IROSOFT Inc.
# 
#  Date		         :  11 octobre, 2002
#
#  Version	      :  prototype 1
#
#  Au lecteur	 :  Ce fichier a été créé avec l'éditeur TopStyle Pro.
#
#  Note(s)         :  Ce fichier contient des fonctions, procédures 
#			                ou lignes de code provenant des outils de 
#			                développement d'IROSOFT Inc.
#
#                           Copyright 2002 (c) IROSOFT INC
#
##############################################################################*/


body {
	width: 95%;
}

body.default {
	color : #000000;
	margin-left : 4px;
	margin-top : 10px;
}

body.SitePublic {
	color : #000000;
	margin-left : 80px;
	margin-right : 80px;
	margin-top : 10px;
}

div, Pre {
	font-size : small;
}

div.Ombre, span.DebombreInElemPT {
	background-color : #DEDEDE;
}


div.Inticite, div.Intit, div.Libelle, div.Refart, div.Tit, div.Titann,  div.Titdiv, div.PtNotefl, div.Titannab {
	 margin-left : 0px;
}


div.PtModifLoi {
	font-style: italic;
	font-size: small;
	margin-left: 30px;
}

div.Datmaj, div.Modif, div.Note, div.Pt, div.PtParentAnn, div.Refs, div.Titmaj, div.Verbatim  {
	 margin-left : 30px;
}

div.NoteParentIntit {
	 margin-left : 0px;
	 font-style  : italic;
}

div.Note {
	 margin-top  : 12pt;
	 margin-left : 30px;
	 font-style  : italic;
}

div.Notemarg {
	margin-left : 0px;
	font-size : x-small;
}

span.PtNotefl, span.Modif, span.EmphTypeITAL {
	font-style : italic;
}

span.EmphTypeNORM {
	font-style : normal;
	font-weight : normal;
}

span.EmphTypeRD {
	font-size : xx-small;
}

span.EmphTypeGRAS {
	font-weight : bold;
}

span.EmphTypeOMBRE {
	background-color : #C0C0C0;
}

span.EmphTypeMIN {
	font-size : xx-small;
}

span.NoParentSparL {
	font-style : italic;
}

span.NoBold {
	font-size : large;
	/* font-weight : bold; */
	font-weight : 900;
}


.NoArt {
	font-size : large;
	font-weight : 900;
	margin-left : 30px;
	
}

span.Problem {
	background-color : #FF3300;
}

span.Alpha {
	font-size : large;
}


span.NoParentFlot {
	font-size : normal;
}
span.NoParentIntit {
	font-size : normal;
}

 
span.TitParentAnn {
	font-weight : bold;
	text-transform : uppercase;
}

span.TitParentFlot {
	font-size      : small;
	text-transform : uppercase;
}

span.Titreloi {
	font-size : large;
	font-weight : bold;
	text-transform : uppercase;
}

span.NoParentIntit {
	font-weight : bold;
}

span.Uppercase {
	text-transform : uppercase;
}

span.UppercaseBold {
	font-weight    : bold;
	text-transform : uppercase;
}

span.UppercaseItalic {
	font-style     : italic;
	text-transform : uppercase;
}

a.RenvChap{
	color: #295BAB;
}

div.NoteContainer {
	margin-top : 10pt;
	margin-left : 30px;
}

div.Note {
	list-style-image: url(/lois_et_reglements/images/note.jpg);
	display: list-item;
	list-style-type: square;
	font-style: italic;
}


div.NoteL {

	list-style-image: url(/lois_et_reglements/images/note_l.jpg);
	display: list-item;
	list-style-type: square;
	font-style: italic;
	margin-left : 70px;
}

div.NoteR {

	list-style-image: url(/lois_et_reglements/images/note_r.jpg);
	display: list-item;
	list-style-type: square;
	font-style: italic;
	margin-left : 70px;
}


/* Regle pour que le texte en exposant ne change pas la hauteur des lignes */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

div.NoteParentIntit div.Pt {
	margin-left: 0px;
	margin-top: -1em;
}
