@charset "utf-8";
/* CSS Document */

body{
	background-color:#ffffff;
	color:#FFFFFF;
	font-family:  Arial, sans-serif;
}

h1 {
	font-size:20px;
	color:#821b1e;
}	

h2 {
	font-size:16px;
	margin-top:50px;
}

a {
	text-decoration: none;
	color:red;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color : red;
	text-decoration:underline;
}
dl, dt, dd { /* suppression de toutes les marges et paddings */
margin: 0;
padding: 0;
}
dl { /* arrière-plan par défaut sur l'ensemble du cadre */
background: url(images/bas.jpg) bottom;
padding-bottom: 25px; /* pour que le texte ne s'affiche pas sur l'arrondi du bas */
}
dt { /* définitions du titre du cadre */
height:192px;
width:850px;
background: url(images/header.jpg) top left no-repeat;
font-size: 1.3em;
font-weight: bold;
text-align: center;
}
dd {
padding: 0 25px 0 25px; /* gestion des espaces internes du cadre */
background: url(images/milieu.jpg) top left repeat-y; /* arrière-plan intérieur */
}

img{
	border:0px;
}

.contenu{
	width:850px;
	margin:auto;
	background-color:#000000;
}