body{
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	position: relative;
	top: 0px;
}

p {
font-size: 10px ;
}

.line-height {
font-size: 10px ;
font-style: normal ;
line-height: 1.0em ;
}

.cssPagesAlign {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	clear: both;
	padding-bottom: 0px;
}



.cssPagesTitre {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #0099FF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-bottom: 0px;
}

.cssPagesTexteBase {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -1px;
	padding-bottom: 3px;
	line-height: normal;
}

.cssPagesTexteAnglais {
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -1px;
	padding-bottom: 3px;
	line-height: normal;
}

.cssPagesLegende {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -1px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.cssPagesBleu {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #0099FF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	clear: both;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -1px;
	padding-bottom: 0px;
}

.cssPagesAnimation {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	float: left;
	color: #33FF00;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-bottom: 0px;
	filter: RevealTrans(Duration=100, Transition=10);
}

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}

/* rollover des images vignettes */
a.rollopaque img {
  opacity: 1.0;
  -moz-opacity:1.0;
  filter:alpha(opacity=100);
  }

a.rollopaque:hover img {
  opacity: 0.5;
  -moz-opacity:0.5;
  filter:alpha(opacity=50);  
  }
