@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color: #111;
	background-image: url(images/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 804px;
	margin: 0px auto;
}
#containt {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#entete {
	background-color: #5784B9;
	margin-right: -20px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#entete h1 {
	text-align: center;
	color: #FFFF99;
	font-size: 24px;
	font-weight: bold;
	margin: 4px;
	text-shadow: #013 0px 1px 4px;

}
#header p {
	font-size: 20px;
	font-weight: bold;
	color: #7D7A46;
	display: block;
	text-align: right;
	float: right;
	width: 500px;
	margin-top: -2px;
	
}
#containt h2 {
	color: #003366;
	text-align:left;
	font-size: 16px;
	clear: both;
	overflow:auto;
}
#containt h3 {
	color: #1E64A8;
	border-bottom: solid 1px #5784B9;
	text-align:left;
	font-size: 20px;
}
#header {
	text-align: left;
	padding: 10px;
}
sup { 
font-size: .7em; 
line-height: .8em; 
} 

#container #containt .mini {
	font-size: 10px;
	color: #FF9900;
}
a {
	text-decoration:none;
	color:#004987;
	display: block;
}
a:hover {
	text-decoration:none;
	color:#0099FF;
}
#documentation td {
	text-align:center;
	width:350px;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
}
#containt img.illustr {
	clear: right;
	float: right;
	margin-left:20px;
	margin-bottom:0px;
}
#documentation img {
	border: solid 1px #999;
	margin-bottom: 10px;
}



@media print {

body {
	font-size: 10pt;
	background-color:#FFFFFF;
	color:#000000;
	padding:0;
 	margin:0;
 	width:100%;
	height: auto;
}
#container {
	background-color:#FFFFFF;
	color:#000000;
	padding:0;
 	margin:0;
	border:none;
	overflow:visible;
	width:100%;
}
#content {
	background-color:#FFFFFF;
	color:#000000;
	padding:0;
 	margin:0;
	border:none;
	overflow:visible;
	width:100%;
}
#containt ul {
	margin:0;
	padding:0;
	background:none;
}

h1 {
	color:#000000;
}

}

