body{

cursor: url('pinceau.cur'),auto;
/*cursor: url('images/cursor2.png'), pointer;*/

background: 
	            url("img/me.gif") fixed no-repeat bottom left;




	/*background: linear-gradient(to top, silver,#43362F,#D8C6BA);
	background: -webkit-linear-gradient (bottom, silver,#43362F,#D8C6BA);
	background: -moz-linear-gradient (top, silver,#43362F,#D8C6BA);
	background: -ms-linear-gradient (top, silver,#43362F,#D8C6BA);
	background: -o-linear-gradient (top, silver,#43362F,#D8C6BA);*/

	font-family: 'courier new','Century Gothic', Calibri, serif;
	font-size: 10px;
	margin: 9px;
	padding: 0px;
}

h1{
	font-family: 'Century Gothic', Calibri, serif;
	font-size: 25px;
	color: #B98B8B;
	font-weight: normal;
	text-align: center;
}

h2{
text-align: center;
	font-family: 'Century Gothic', Calibri, serif;
	font-weight: lighter;
	font-size: 15px;
	color: black;
	margin: 40px;
	padding: 0px;
	letter-spacing: -1px;
	line-height: 25px;

}

.para1{

	height: 70px;
	padding: 30px;
	background:url("img/background002.jpg");
}
.para2{
   /* height: 240px;
	padding: 40px;
	background: #F2F2F2;*/

	

}





/*UTILE : permet que dimensions s'adapte si on rétréci la fenetre manuellement
ou même si on ouvre le site sur le smartphone...*/
@media screen and (max-width: 780px){
	header{
		height: 50px;
	}
h1{
	font-size: 28px;
	margin: 20px 0px 0px 0px;
}
nav li a{
	font-size: 12px;
	padding: 10px;
}
nav li:hover a{
	padding:5px 10px 10px 10px;
}
}