body{

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


	font-family:'courier new',Calibri, serif;
	color:#949495;
	font-size: 12px;
	letter-spacing: 0px;
	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: bolder;
	text-align: center;
}

h4{
	text-shadow:4px 3px 4px black;
	font-family: 'courier new', Calibri, serif;
	color:#B98B8B;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
}

h2{
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;
}

h3{
	font-family: 'courirer new', Calibri, serif;
	color: black;

}

.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:12px;
	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;
}
.para1{
	font-family: 'courier new', Calibri, serif;
	letter-spacing: 0px;
	line-height: 30px;
	background: white;
	border-width:0px;
	border-style:solid;
	border-top-right-radius: 20px;
	box-shadow: 4px 3px 3px black;
	/*paddind permet d'éloigner texte du bord de la boite*/
	padding: 30px;
	/*margin éloigne la bordure extérieurse de la boite des bords de la page*/
	margin: 100px; /*existe aussi margin-left, etc*/
}
.para2{
	background:white;
		text-decoration:overline;
	border-width: 6px;
	}
.para3{
	text-shadow: none;
	font-size:13px;
	background:white;
	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;
	top:600px; right:40px; /*comme ça il est toujours collé en haut*/
	position: fixed; /*TROP COOL, si je descend dans la page, il me suit toujours*/
}

.para4{
background:white;
border-width: 6px;
font-size: 13px;
}

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

