/*
	Général
*/
* {
	font-family: "Trebuchet MS", "Courier New", Arial;
	font-size: 12px;
}

/*
	Blocs
*/
#menu, #header ul, #info_article {
	display: none;
}

#corps {
	text-align: justify;
}

/*
	liste particuliere
*/
.categories {
	list-style-image: url('img/categorie.png');
}

.articles {
	list-style-image: url('img/article.png');
}

.standards {
	list-style-image: url('img/valide.png');
}

/*
	Balises génériques
*/
h1 {
	margin: 5px;
	font-size: 26px;
	padding-left: 40px;
}

#titre p {
	padding-left: 80px;
	font-size: 14px;
}

h3 {
	color: #48858c;
	font-size: 16px;
	background: url('img/motif.png') no-repeat;
	padding-left: 30px;
}

a {
	text-decoration: none;
	color: #659ccc;
}

a img {
	border: none;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	padding: 5px;
	margin: 0px;
	line-height: 18px;
}

hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: #cccccc;
}

form {
	display: none;
}

blockquote {
	font-family: Courier New;
	font-size: 14px;
	border-left: 2px solid #48858c;
	padding-left: 10px;
}

/*
	Classes
*/
.pagination {
	display: none;
}