*{
	font-family: verdana;
}
html {
	background-color: black;
}
.page {
	background-color: white;
	margin: 0 auto;
	width:800px;
	padding:10px;
}

header {
	border-top: 3px solid orange;
	border-bottom: 1px solid grey;
	margin-bottom: 10px;
}

h1.titrePrincipal {
	color:orange;
	font-weight: 24px;
	text-align: center;
}

p.titreSecondaire {
	color:#C2C2C2;
	font-variant: small-caps;
	font-weight: 16px;
	text-align: center;
}

nav{
	padding:10px;
	font-family: courrier;
	font-size: 10px;
	text-align:right;
}

section{
	width:500px;
	padding:5px;
}

header.categorie1 {
	border-top-color:green;
	border-top-style:groove;
	border-top-width:3px;
	border-bottom: 1px grey solid;
	color:green;
	font-weight: bold;
}

a.lienArticle{
	text-decoration: none;
}

article{
	padding:10px;
	border-bottom: 1px grey solid;
	color:black;
	text-decoration: none;
}

p.categorie2 {
	font-size: 8px;
}

h1.titreArticle{
	font-size: 12px;
}

p.resumeArticle{
	font-size: 12px;
}

aside{
	width:250px;
	float:right;
	padding:5px;		
}

#aLaUne{
	border-top-color:grey;
	border-top-style:groove;
	border-top-width:3px;
	border-bottom: 1px grey solid;
	color:grey;
	font-weight: bold;
}

article.articleBarre{
	padding:10px;
	border-bottom: 1px grey solid;
	color:black;
	text-decoration: none;
	background-color: lightgrey;
}

footer{
	margin-top: 10px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	text-align:center;
	font-size: 8px;
}