@import "contenu.css";
@import "tableau.css";
/* reset des marges et padding sinon on a des differences entres les browsers */
* {
	margin: 0;
	padding: 0;
}
p:first-letter {
        font-style: italic;
        font-size: 150%;

        font-weight: 800;
	}

body {
	background-color:#000000;
	font-family: arial,verdena,times,sherif;
        font-weight: 600;
}


#conteneur {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #990000;
	background: #990000 url(../image/bas_page.gif) bottom center no-repeat; 
}

#top {
	width:800px;
	height:150px;
	background: #990000 url(../image/haut-page-viergephoto-2.gif) top center no-repeat; 
	border-bottom: 5px solid #000000;
}
#contenu {
	padding: 0px 0px 50px 0px;
	margin-left: 150px;
	width: 620px;
	border-left: 5px solid #000000;
}
#navig {
  /*margin-top: 100px;*/

	width:150px;
	float: left;
	font-family: Verdana, Courier, Arial;
	font-size: 14px;
}
#pied {
    margin-bottom: 30px;
    margin-left: 110px;
    color: #990000;
    text-align: center;
    font-size: 12px;

}

#plan {
    margin-top: 50px;
}
