@charset "UTF-8";
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.boiteslideshow {
	height: 289px;
	width: 334px;
	border: 1px solid #6f92c2;
}
.oneColFixCtr #container {
	width: 739px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding-top: 45px;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.boitenumeros {
	height: 273px;
	width: 132px;
	border: 1px solid #6f92c2;
	margin-left: 18px;
	padding: 8px;
	text-transform: uppercase;
	color: #88A7D1;
	font-size: 9px;
}
.boitenumeros ul li {
	list-style-type: none;
	background-image: url(/magagent/iconepdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 28px;
	margin-bottom: 30px;
	margin-top: 10px;
}


.boitenumeros ul li a:link,.boitenumeros ul li a:visited {
	text-decoration: none;
	color: #88A7D1;
}

.boitenumeros ul li a:hover,.boitenumeros ul li a:active {
	text-decoration: underline;
	color: #ADCFE5;
}

.texteexplicatif {
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 218px;
}
.video {
	position: absolute;
	margin-top: 224px;
	margin-left: 3px;
}
