body {
	background-color: #807B68;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	margin-top: 30px;
}

/* contenu */

	/* top */
		 div.top {
			position: relative;
			background-image:  url(../act_page/images/gen/img_top.gif);
			background-repeat: no-repeat;
			height: 110px;
			width: 835px;
		}
		
		.ptop {
			font-size: 18px;
			color: #9B173B;
			font-family: Helvetica, Arial, sans-serif;
			padding: 34px 0px 0px 34px;
			font-weight: bold;
			text-align: left;
		}
		
	/* accueil */
		
		div.ac {
			position: relative;
			height: 27px;
			width: 835px;
			background-image: url(../act_page/images/gen/img_ac.gif);
			background-repeat: no-repeat;
			z-index: 2;
		}
		
		.pac {
			font-size: 13px;
			color: #000000; 
			font-weight: bold;
			text-decoration: none;
			font-family: Helvetica;
			text-align: left;
			padding: 8px 0px 0px 34px;
			margin: 0px; /* sinon laisse un blanc entre les div */		
		}
		
		div.ac a {
			text-decoration: none;
			color: #9B173B;
		}
		
		div.ac a:hover {
		text-decoration: none;
		color: #000000;
		}
		
	/* barremenu */

		div.barremenu {
		position: relative;
		background-image: url(../act_page/images/gen/img_menu.gif);
		background-repeat: no-repeat;
		height: 29px;
		width: 835px;
		z-index:100;
		}
		
	/* titre chapitre */
	
		div.titre {
		position: relative;
		background-image: url(../act_page/images/gen/img_titre.gif);
		background-repeat: no-repeat;
		height: 69px;
		width: 835px;
		z-index: 3;
			}
			
		.tit1lig { /* quand il n'y a qu"une ligne */
		font-size: 18px;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		line-height: 24px;
		padding: 18px 0px 0px 70px;
		margin: 0px;
		text-align: left;
		}
		
		.tit2lig { /* quand il y a deux  lignes */
		font-size: 18px;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		line-height: 25px;
		padding: 6px 0px 0px 70px;
		margin: 0px;
		text-align: left;
		}
	
		.tit1droit { /* boite flottante &agrave; droite pour index */
		float: right;
		margin-right: 34px;
		margin-top: -35px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-size: 13px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		font-family: Helvetica;
		text-align: left;
		}
		
		.tit2droit { /* boite flottante &agrave; droite pour index */
		float: right;
		margin-right: 34px;
		margin-top: -48px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-size: 13px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		font-family: Helvetica;
		text-align: left;
		}
		
		div.titre a {
		text-decoration: none;
		color: #9B173B;
		}
		
		div.titre a:hover {
		text-decoration: none;
		color: #000000;
		}
		
/* corps de la page qui contient tout le texte */
			
		div.corps {
		position: relative;
		background-image: url(../act_page/images/gen/img_corps.gif);
		background-repeat: repeat-y;
		height: auto;
		width: 835px;
		text-align: justify;
		}

/* Sommaire */

		.sommaire{
		color: #970744;
		font-weight: bold;
		text-align: left;
		margin: 0px;
		}
		
		ol {
		list-style-type: upper-roman;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		list-style-position: outside;
		line-height: 15px;
		text-align: left;
		margin-left: 100px;
		}
		
		ol li ol {
		list-style-type: upper-alpha;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		list-style-position: outside;
		margin-left: -20px;
		line-height: 15px;
		text-align: left;
		}
		
		ol li ol li ol {
		list-style-type: decimal;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		list-style-position: outside;
		line-height: 15px;
		text-align: left;
		}
		
		ol li ol li ol li ol{
		list-style-type: lower-alpha;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		list-style-position: outside;
		line-height: 15px;
		text-align: left;
		}
		
		ol li ol li ol li ol li ol{
		list-style-type: lower-greek;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		list-style-position: outside;
		line-height: 15px;
		text-align: left;
		}
		
		ol li ol li ol li ol li ol li ol{
		list-style-type: lower-roman;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		list-style-position: outside;
		line-height: 15px;
		text-align: left;
		}
		
		ol li ol li ol li ol li ol li ol li ol{
		list-style-type: decimal-leading-zero;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		list-style-position: outside;
		line-height: 15px;
		text-align: left;
		}
		
		.olnone {
		list-style-type: none;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		line-height: 15px;
		text-align: left;
		margin-left: -30px;
		}
		
		div.olbib { /* quand il y a des chiffres romains */
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		text-align: left;
		margin-left: 110px;
		padding-bottom: 12px;
		}

		div.bib { /* quand il n'y a pas des chiffres romains */
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0000CC;
		text-align: left;
		margin-left: 110px;
		padding-bottom: 16px;
		}
		
/* citation */

	div.citation {
	margin: 0px 27px 2px 10px;
	padding: 6px;
	float: right;
	border: 2px solid #9B173B;
	text-align: justify;
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	}
		
	div.cadre {
	margin: 0px 27px 2px 10px;
	padding: 6px 6px 0px;
	float: right;
	border: 2px solid #9B173B;
	text-align: justify;
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFCC;
	}

	.cadrepast {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	list-style-position: outside;
	line-height: 15px;
	visibility: inherit;
	width: 160px;
	list-style-image: url(../act_page/images/gen/croix.gif);
	margin-left: -16px;
	}
	
		
/* texte gen */

		p {
		font-family: Helvetica, Arial, sans-serif;
		line-height: 15px;
		text-indent: 10px;
		visibility: inherit;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 100px;
		width: 708px;
		padding-right: 0px;
		font-size: 13px;
		font-weight: normal;
		color: #000000;
		}
		
		.pastille {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 670px;
		margin-left: 100px;
		}
		
		.pastillecn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	list-style-position: outside;
	line-height: 15px;
	visibility: inherit;
	width: 670px;
	margin-left: 100px;
	list-style-image: url(../act_page/images/index/cn.gif);
		}
		
		.pastillect {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 670px;
		margin-left: 100px;
		}
		
		.pastilleg1 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 610px;
		margin-left: 30px;
		}
		
		.pastilleg2 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 610px;
		margin-left: 80px;
		}
		
		.pastilleg3 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 610px;
		margin-left: 160px;
		}
		
		.pastilleg4 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 610px;
		margin-left: 144px;
		}
		
		.pastilleg5 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 610px;
		margin-left: 120px;
		}
		
		.pastilleg6bien {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 610px;
		margin-left: 164px;
		}
		
		.pastilleg7att {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 610px;
		margin-left: 146px;
		}
		
		.pastilledialogue {
			font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		line-height: 15px;
		visibility: inherit;
		width: 598px;
		margin-left: 170px;
		}
		
		.pastille2 {
		list-style-position: outside;
		line-height: 15px;
		}
		
		.pastille3 {
		list-style-position: outside;
		line-height: 15px;
		}
		
		.pastille5 {
	list-style-position: outside;
	line-height: 15px;
	margin-left: 142px;
		}
		
		.norm {
	text-indent: 0px;
		}
		
		.norm1 {
	text-indent: 0px;
	padding-left: 124px;
	width: 682px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
		}
		
	  .norm2 {
	text-indent: 0px;
	padding-left: 140px;
	width: 666px;
		}
		
	.norm3 {
	text-indent: 0px;
	padding-left: 160px;
	width: 640px;
		}
		
		.deb {
		margin-top: 0px;/* sinon laisse un blanc entre les div */
		}
		
		h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-left: 100px;
	line-height: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
		}
		
		h2 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		padding-left: 100px;
		line-height: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
		}
		
		h2 span {
		border: 1px solid #000000;
		padding: 5px;
		background-color: #CCCCCC;
		color: #000000;
        }
		
		h3 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		padding-left: 100px;
		line-height: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-decoration: underline;
		}
		
		h4 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		padding-left: 100px;
		line-height: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #666666;
		text-decoration: underline;
		}
		
		
		.expastille {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
		color: #666666;
		list-style-position: outside;
		list-style-type: disc;
		list-style-image:  url(../act_page/images/gen/gen_boule.gif);
		text-align: justify;
		line-height: 15px;
		margin-left: 130px;
		width: 638px;
		}
		
		.expastille1 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
		color: #666666;
		list-style-position: outside;
		list-style-type: disc;
		list-style-image:  url(../act_page/images/gen/gen_boule.gif);
		text-align: justify;
		line-height: 15px;
		margin-left: 160px;
		width: 638px;
		}
		
		.expastille2 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
		color: #666666;
		list-style-position: outside;
		list-style-type: disc;
		list-style-image:  url(../act_page/images/gen/gen_diams.gif);
		text-align: justify;
		line-height: 15px;
		width: 600px;
		}
		
		.exnorm {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
		color: #666666;
		text-align: justify;
		text-indent: 0pt;
		line-height: 15px;
		padding-left: 130px;
		width: 678px;
		}

		.exnorm2 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
		color: #666666;
		text-align: justify;
		text-indent: 0pt;
		line-height: 15px;
		padding-left: 160px;
		width: 648px;
		}
		
		.exnorm3 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
		color: #666666;
		text-align: justify;
		text-indent: 0pt;
		line-height: 15px;
		padding-left: 186px;
		width: 620px;
		}
		
		.attention1 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000000;
		text-align: justify;
		text-indent: 0pt;
		line-height: 15px;
		padding-left: 140px;
		width: 648px;
		}
		
/* liens */

		a {
			text-decoration: none;
		}
		
		a:hover {
	text-decoration: none;
	color: #970744;
	font-weight: bold;
				}

/* images */

		img.droite {
		float: right;
		margin-right: 0px;
		margin-top: 2px;
		margin-bottom: 0px;
		margin-left: 10px;
		border: 1px solid #000000;
		}
		
		img.droitesc {
		float: right;
		margin-right: 0px;
		margin-top: 2px;
		margin-bottom: 0px;
		margin-left: 10px;
		}
		
		img.droitetit {
		float: right;
		margin-right: 27px;
		margin-top: 2px;
		margin-bottom: 0px;
		margin-left: 10px;
		border: 1px solid #000000;
		}
		
		img.gauche {
		float: left;
		border: 1px solid #000000;
		margin-right: 10px;
		margin-top: 2px;
		margin-bottom: 1px;
		margin-left: 0px;	
		}
		
		img.gaucheim {
		float: left;
		border: 1px solid #000000;
		margin-right: 10px;
		margin-top: 2px;
		margin-bottom: 1px;
		margin-left: -30px;	
		}
		
		img.gauchec {
		float: left;
		margin-right: 10px;
		margin-top: 2px;
		margin-bottom: 1px;
		margin-left: 0px;
		vertical-align: middle;
		background-position: center;
		}
		
		.vet {
		float: left;
		margin-right: 10px;
		margin-top: 2px;
		margin-bottom: 1px;
		margin-left: -76px;
		vertical-align: middle;
		background-position: center;
		}
				
		
		.vetcenter {
		float: none;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 220px;
		vertical-align: middle;
		background-position: center;
		}
		
		img.centre {
		margin:0 auto;
		border: 1px solid #000000;
		text-align: center;
		}
		
		div.center {
		margin-top: 10px;
		margin-left: 72px;
		border-top-width: 0px;
		}
		
		div.hp {
		float: left;
		border: none;
		width: 30px;
		height: 26px;
		margin-top: -6px;
		margin-left: 40px;
		}
		
		div.cam {
		float: left;
		border: none;
		width: 30px;
		height: 26px;
		margin-left: 34px;
		}

/* tableaux */

		table { /*permet de centrer le tableau sur la page enti&egrave;re */
		margin:0 auto;
		}
		
		.tabot {
		margin-left: 100px;
		width: 716px;
		margin-top: 10px;
		margin-bottom: 10px;
		}
		
		td {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #000000;
		}
		
		thead {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		background-color: #FF99FF;
		text-align: left;
		}
		
		.titrej  {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		background-color: #FFFF99;
		text-align: left;
		}
		
		.titrev  {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		background-color: #99FFCC;
		text-align: left;
		}

		.exintrapar {
			font-style: italic;
			color: #666666;
		}
		.acorriger {
			color: #FF00FF;
		}
		
		.tabplus1  {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-align: center;
		}
		
			.tabplus2  {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		text-align: center;
		}

/* fin page */

	/* fleches*/

		.fleches {
		text-align: center;
		background-position: center;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #970744;
		margin: 0px;
		padding: 0px;
		}
		
		.flecheschap {  /* correspond au chapitre en cours */
		text-align: center;
		background-position: center;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FF6633; /* orange */
		margin: 0px;
		padding: 0px;
		}
		

	/* bibliographie */

		img.bib {
		float: left;
		margin-right: 0px;
		margin-top: 2px;
		margin-bottom: 0px;
		margin-left: 100px;
		border: 1px solid #000000;
		}
		
		.biblio {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #FF6633;
		font-weight: bold;
		padding-left: 10px;
		}
		
		.bibliopast {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: justify;
		list-style-position: outside;
		list-style-image:  url(../act_page/images/gen/gen_boule.gif);
		background-position: left top;
		padding-right: 8px;
		padding-left: 0px;
		}
		
	/* menu du bas */

		div.bottom    {
	background-image:  url(../act_page/images/gen/img_bot.gif);
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	height: 30px;
	width: 834px;
	z-index: 100;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: -14px;
		}
		
		div.bottompeu    {
		background-image:  url(../act_page/images/gen/img_bot.gif);
		font-size: 15px;
		color: #FFFFFF;
		font-weight: bold;
		position: relative;
		height: 30px;
		width: 834px;
		z-index: 100;
		font-family: Helvetica, Arial, sans-serif;
		}
		
		div.bottompeu1    {
		background-image:  url(../act_page/images/gen/img_bot.gif);
		font-size: 15px;
		color: #FFFFFF;
		font-weight: bold;
		position: relative;
		height: 30px;
		width: 834px;
		z-index: 100;
		font-family: Helvetica, Arial, sans-serif;
	    margin-top: -8px;
		}
		
		div.bottompeu2    {
		background-image:  url(../act_page/images/gen/img_bot.gif);
		font-size: 15px;
		color: #FFFFFF;
		font-weight: bold;
		position: relative;
		height: 30px;
		width: 834px;
		z-index: 100;
		font-family: Helvetica, Arial, sans-serif;
	    margin-top: -9px;
		}
		
/*menu du bottom*/

/* acceuil du bas est tout seul dans div.actbot pour pouvoir reprendre plus 
facilement le menu du haut en gros, le m¡me script*/

div.acbot {
	position: absolute;
	top: 3px;
	left: 20px;
	z-index:100;
	width: 100px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #970744;
	display: block;
	height: 100%;
	padding-top: 3px;
: 0 none;
}

a.acbot {
	color: #9B173B;
	text-decoration: none;
}

a.acbot:hover {
	text-decoration: none;
	color: #000000;
}

/* menu du bas qui reprend le menu du haut en gros le même script*/

#menubot {
	position: absolute;
	top: 5px;
	left: 116px;
	z-index:100;
	width: 100%;
}

dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}

#menubot dl {
float: left;
width: 141px; 
}

#menubot dt {
cursor: pointer;
}

#menubot dt a {
color: #FFFFFF;
text-decoration: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
text-align: center;
display: block;
height: 100%;
border: 0 none;
}

#menubot dt a:hover {
text-decoration: none;
color: #F9FB51;
}
.souligne {
	text-decoration: underline;
	font-weight: bold;
}
.cit {
	font-style: italic;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-indent: 0pt;
}
.norm4 {
	text-indent: 0pt;
	width: 640px;
	padding-left: 172px;
}
