/* CSS Document */
.droite {
	text-align: right;
}
.gauche {
	text-align: left;
}
.centre {
	text-align: center;
}
.gras {
	font-weight: bold;
}
.souligne {
	text-decoration: underline;
	
}
.italique {
	font-style: italic;
}

.signature {
	text-align: right;
	padding-top: 20px;
}
.HautNorm {
	line-height: normal;
}
 
.PetMaj {
	font-variant: small-caps;
}
.Maj {
	text-transform: uppercase;
}

.Roman {
	font-style: normal;
}
.ext {
	background-image: url(/images/style/ext.gif);
	background-position: right;
	padding-right: 10px;
	background-repeat: no-repeat;
}

dfn {
	font-style:normal;
	cursor: help;
	background-image: url(/images/style/aide.gif);
	background-position: right top;
	padding-right: 4px;
	background-repeat: no-repeat;
}

#TipLayer {
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top:-1000px;
	line-height: normal;
	top: -5000px;
}
.spacer {
  clear: both;
}
a.imgZoom:hover img  {
	height: auto; 
	width: auto;
}
.Uldecimal {
	list-style-type:decimal;
}
.UlpetitAlpha {
	list-style-type:lower-alpha;
}
.UlgrandAlpha {
	list-style-type:upper-alpha;
}
.UlpetitRoman {
	list-style-type:lower-roman;
}
.UlgrandRoman {
	list-style-type:upper-roman;
}
.ovfl {
	overflow: auto;
}
.NoBord {
	border: none;
}
.NoBg {
	background: none;
}
img {
	border: none;
}
.cadreDroite, .cadreGauche, .imgCadre, .cadreCentre  {
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	border: 1px solid #CCCCCC;
	line-height: normal;		
}
.cadreGauche {
	float: left;
	margin-right: 5px;
}
.cadreCentre {
	display: table;
	margin: 5px auto;
}
.cadreDroite {
	float: right;
	margin-left: 5px;
}
img:hover {
height: auto;
width: auto;
}
.cadreDroite p, .cadreGauche p,  .cadreCentre p,
#TextePage .cadreDroite p, #TextePage .cadreGauche p, #TextePage  .cadreCentre p
{
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0px;
}
.imgGauche {
	float: left;
	margin-right: 5px;
}
.context {
	overflow: hidden;
}
.imgDroite {
	float: right;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}
.imgCentre {
	display: block;
	margin: 5px auto;
}
 /* IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
.imgCadre {
	width:150px;
}
 /**/
.cadreDroite img, .cadreGauche img,  .cadreCentre img, .imgCadre img{
	margin-bottom: 3px;
	display: block;

}
.cadreDroite > img, .cadreGauche > img,  .cadreCentre > img, .imgCadre > img {
	margin-left: auto;
	margin-right: auto;
	
}
/* ul#evitement, ul#evitement li {
	position: absolute;
	font-size: 0;
	height: 0; 
	line-height: 0px;
	overflow: hidden;
	top: -100px;
}
ul#evitement li {
	display: inline;
}*/
ol#sommaire li,
ul#sommaire li {
	text-align:left;
}
ul#sommaire ul,
ul#sommaire2 ul{
	margin-top: 2px;
}