
body{
	behavior: url(../includes/csshover.htc);

	font-family:  Georgia, "Times New Roman", serif;

	width: 650px;
	margin: auto;

	margin-top: 20px;
	margin-bottom: 20px;
	background: #c6e9ec;
}

#header{
	width: 650px;
	height: 250px;
	margin-top:40px;
}

#corps{
	border: #ae0000 3px ridge;
	margin-top:20px;
	margin-bottom: 20px;
	background: white;
	padding:30px;
	width:650px;
}

#categorie{
	color: white;
	border: black 1px solid;
	background: black;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.centre{
	text-align: center;
}

a:focus, a:active{
	background-color: black;
}

a:hover{
	color: blue;
}

div#corps p{
	text-align: justify;
	padding-top:15px;
}

li {
	list-style: none;		/* Retire les puces des liste */
}

p{
	color: black;
	font-family:  Georgia, "Times New Roman", serif;
	word-spacing:2px;	
	padding-left: 10px;
	padding-right: 10px;
}

h2{
	font-size: x-large;
	font-family: Georgia,"Comic Sans MS", "Times New Roman", serif;
	text-indent: 40px;
	word-spacing:5px;
	color: #ae0000;
}

a{
	color: #ae0000;
}

