/* general */
body {
	margin: 10px;
	padding: 0;
	background-color: #696969;
	font-family: Helvetica light, helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #fff;
}

.bged {
      height: 373px;
      width: 1000px;
      background-image:url('fond_web_ASK.jpg');
      font-weight:normal;
}

img {
    border:0;
}

.tit {
     font-size: 10pt;
}

a {
	color: #fff;
	text-decoration: none;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

