body{

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

text-align: center;
	font-family:'courier new', Calibri, serif;
	color:#949495;
	font-size: 13px;
	font-weight:lighter;
	margin: 0px;
	padding: 0px;
}

h1{
    text-shadow:4px 3px 4px black;
	font-family: 'courier new', Calibri, serif;
	color:#B98B8B;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
h2{
	text-decoration: overline;
    text-align: center;
	font-family: 'courier new', Calibri, serif;
	color:#DEC824;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin: 80px;
	padding: 0px;
}



.para0{
	background:white;
	border-style:solid;
	border-color: #B98B8B;
	border-width: 2px;
	/*paddind permet d'éloigner texte du bord de la boite*/
	padding: 10px;
	/*margin éloigne la bordure extérieure de la boite des bords de la page*/
	margin: 10px; /*existe aussi margin-left, etc*/
}
.para00{
	text-shadow: none;
	font-size:13px;
	background:#FFFFFF;
	font-weight:bold;
	border-style:none;
	/*paddind permet d'éloigner texte du bord de la boite*/
	padding: 10px;
	/*margin éloigne la bordure extérieure de la boite des bords de la page*/
	margin: 10px; /*existe aussi margin-left, etc*/
	position:fixed;
}



header{
		background-image:url(media/me.png);
		background-position: 180px 0;
		background-attachment: fixed;
		height: 100px;
}

footer{
	height: 40px;
	padding: 30px;
	text-align: center;
	background-color: #C5C5C5;
	border-top: 2px solid #AAA;
}

nav{
	width: 100%;
	background-color: #151515;
}
nav ul{
	margin: 0px;
	padding: 0px;
}
nav li{
	list-style-type: none;
	float: left;
}

nav a{

	display: inline-block;
	text-decoration: none;
	padding: 20px 30px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
}


.table{
	display: table;
	margin: 0 auto;

}

/*Couleur quand on passe dessus*/

.menu-apro:hover{
	border-top: 5px solid white;
	border-left: 5px solid white;
	background-color: #B98B8B;
}

.menu-parc:hover{
	border-top: 5px solid white;
	border-left: 5px solid white;
	background-color: #B98B8B;
}

.menu-ecri:hover{
	border-top: 5px solid white;
	border-left: 5px solid white;
	background-color: #B98B8B;
}
.menu-real:hover{
	border-top: 5px solid white;
	border-left: 5px solid white;
	background-color: #B98B8B;
}
.menu-con:hover{
	border-top: 5px solid white;
	border-left: 5px solid white;
	background-color:#B98B8B ;
}

/*Pour éviter que le menu bouge quand on passe dessus*/
nav li:hover a{
	padding: 15px 30px 20px 30px;
}

/*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;
}
}

