/**
 * Définition des balises de composition de page
 *
 * @section html
 * @todo
 */
html {font-size: 100%}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px  !important;
	line-height: 16px;
	color: #081142;
}
p, li, td, th, blockquote, div, pre, caption {
	font-size: 12px;
	line-height: 16px;
}
img {border: none}
p, ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul, ol {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
}
ul {list-style-type: square}
li {
	margin:0;
	padding:0;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 16px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}
a {
	color: #FD8900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
dt {
	font-weight: bold;
	margin-top: 5px;
}
dd {
	margin-right: 5px;
	margin-left: 10px;
}

small {
	font-size: 10px;
	line-height: 13px;
}