﻿body {
	color: #333;
	font-family: Corbel, Arial, Helvetica , sans-serif;
	font-size: 11pt;
	line-height: 1.2em;
	background: #fff url(../images/fond.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	overflow: auto;
}
a {
	color: #275eae;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[target=_blank]{
	padding:0 12px 0 0;
	background:url(../images/out.png) no-repeat right center;
}

