.articleHeader{
	font-weight:bold;
}
.articleContent {
	font-size: 12px;
	line-height: 18px;
	font-family: "Trebuchet MS", Verdana, Arial,Helvetica, Geneva, sans-serif;
}
.articleTitle,
.articleContent h1,
.articleContent h2,
.articleContent h3,
.articleContent h4,
.articleContent h5,
.articleContent h6{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;font-weight:bold;
	margin:18px 0px;
}
div.articleTitle h1,
div.articleTitle h1 a{
	color:#cc6600;
}

.articleTitle h1,
.articleContent h1{font-size:180%;}
.articleContent h2{font-size:150%;}
.articleContent h3 {font-size:130%;}
.articleContent h4 {font-size:115%;}
.articleContent h5 {font-size:100%;}
.articleContent h6 {font-size:100%;}

.article table {
	border-collapse: collapse;
}
.article table td {
	border:1px solid gray;
}
.article ul li{
	list-style-position:inside;
}
.article table p{
	margin:0;
	padding:0;
}
.articleAttachement {
	width:200px;
	margin:0 0 1em 1em;
	padding:5px;
	float:right;
	border:1px solid silver;
}
.articleAttachement h3{
	font-weight:bold;
}
.articleAttachement img{
	vertical-align:middle;
}
.articleAttachement ul{list-style:none;
    margin:0 5px;
}
.articleAttachement li{
    margin:0;
    list-style:none;
    color:gray;
    border-top:1px dotted gray;
    padding:3px 0 3px 15px;
    background: url(/images/icones.png) no-repeat -1px -160px;
}
.articleAttachement a{
	color:#03f;
}
.articleAttachement a:hover{
	text-decoration:none;
}
