/* CSS reset
-------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
-------------------------------------- */
#contenu {
	width: 660px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#contenu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #194269;
	line-height: 18px;
	margin-bottom: 20px;
}
#contenu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #194269;
	line-height: 18px;
	margin-bottom: 20px;
}
#contenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7D1514;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
}
#contenu h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7D1514;
	line-height: 14px;
}
#contenu h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12px;
	margin-bottom: 10px;
	background-color: #990000;
	padding: 5px;
}
#contenu h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: 14px;
	margin-bottom: 3px;
}
#contenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #4D4D4D;
	margin-bottom: 10px;
}
#contenu p .desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 10px;
}
#contenu p strong {
	font-weight: bold;
}
#contenu p em {
	font-style: italic;
}
#contenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #AB8803;
	margin-bottom: 10px;
	font-weight: bold;
}
#contenu a:hover {
	text-decoration: none;
}
#contenu ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
}
#contenu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #4D4D4D;
	margin-bottom: 7px;
}
