html {
	height: 100%;
  	width: 100%;
  	margin: 0;
  	padding: 0;
  	border: none;
}
body {
 	height: 100%;
 	width: 100%;
	margin: 0;
 	padding: 0;
  	border: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0184C2;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.pied {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ED0D6E;
	background-image: url(images/sdi_pied.jpg);
	background-repeat: no-repeat;
}
.txt_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	text-decoration: underline;
	color: #ED0D6E;
}
a:visited {
	text-decoration: underline;
	color: #ED0D6E;
}
a:hover {
	text-decoration: overline;
}
a:active {
	text-decoration: none;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90A4E;
	list-style-image: url(images/puce.gif);
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0184C2;
}
.bas_page {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
  	width: 100%;
  	margin: 0;
  	padding: 0;
  	border: none;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(images/sdi_fond.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left top;
}
