body{
	background-color: black;
	background-image: url("photosite/fondaccueil2.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size : cover;
	width: 100%;
	height: 100%;
	margin: 0;
}
/*général*/
h1{
	color:RGB(239,8,8);
	font: normal bold 1.7em calibri, sans-serif;
}
h2{
	color: RGB(239,8,8);
	font: italic bold 1.5em calibri, sans-serif;
}

p{
	color: RGB(240,232,230); /*white*/
	font: normal normal 1.2em "Times New Roman", serif;
	text-indent: 10px;
	text-align: justify;
}
a:hover{
	font-style: italic;
	font-weight: bold;
}
a.interne{
	color: RGB(240,232,230); /*white*/
}
li{
	color: RGB(240,232,230); /*white*/
	font: normal normal 1.2em "Times New Roman", serif;
}
/*menu */
a.menu{	
	color: RGB(239,8,8);
	text-decoration: none;
	font: normal bold 1.2em calibri, sans-serif;
}
span.menupage{
	float: right;
}
#menu {
	margin: 5px 5px 5px 5px;
}
/*pied de page*/
#pied-de-page{
	color : RGB(0,130,20);
	margin: 5px 5px 5px 5px;
	padding: 1% 1% 1% 1%;
	clear : both;
	text-align: right;
	position: absolute;
	bottom: 0;
}
/*spécifique à la page*/
#actualites{
	position: absolute;
	top: 770px;
	left:10%
}

