h1 {
	color:green;
}

hr {
	width:70%;
	height:10px;
	background-color:black;
}

/* mise en page */
article {
	border:1px dashed #444;
	margin-left:1em;
	padding:1em;
	background:#fff;
}

aside,header {
	border:1px dashed #444;
}

#main {
	float:right;
	width:80%;
}

#sidebar {
	float:right;
	position:fixed;
	width:20%;
}

/* couleur du texte */
.red {
	color:red;
}
/* div pour les lignes vides */
.saut {
	height:300px;
}

/* liste romaine */
.romain {
	list-style-type: upper-roman;
}

.listesanspuce {
	list-style-type:none;
}

/* partie tableau */
table, td, tr{
	border: solid 1px black;
}

.darkred {
	background-color:darkred;
	color:blue;
	text-decoration: underline;
}

.yellow {
	background-color: yellow;
}

.boldgreen {
	color:green;
	font-weight:bold;
}

.grise {
	border: 1px solid black;
	background-color: #999999;
}

.none {
	border-style: none;
}

.banniere {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 710px;
	height: 90px;
	border: 1px solid blue;
	background-color: #f0f0f0;
}

.menu {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 150px;
	height: 400px;
	border: 1px solid green;
	background-color: #f0f0f0;
}

.conteneur {
	position: absolute;
	top: 110px;
	left: 170px;
	width: 550px;
	height: 400px;
	border: 1px solid red;
	background-color: #f0f0f0;
}	
