html {
	background-image:url(fond.gif);
	/*height: 100%;*/	
	margin:10%;
	font-family: roman, 'times new roman', times, serif;	
		text-align:left;
 }

/*
body {
	border:1px black solid;

}
*/

h1 {font-family: arial, helvetica, sans-serif;
	text-shadow: 1px 1px 1px white, -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white;
	text-align: center;
	}

h2{font-family: arial, helvetica, sans-serif;
	text-shadow: 1px 1px 1px white, -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white;
	border-left: 2px black dashed;
	text-indent: 1em;
	margin-left: -1em;
	color: darkred;
}

h3{font-family: arial, helvetica, sans-serif;
	text-shadow: 1px 1px 1px white, -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white;
	text-indent: 5%;
}

p{ text-shadow: 1px 1px 1px white, -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white;}

ul {list-style: none}

li::before{
	content: "o";
	color: darkred;
	display: inline-block;
	width: 1em;
  	margin-left: -1em
}

li{text-shadow: 1px 1px 1px white, -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white;
	padding-bottom: 1em;}

a{	text-shadow: 1px 1px 1px white, -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white;
	font-weight: bolder;
	color: darkred;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

a:hover{
	color: black;
	border-bottom-style: solid;
}

.soul{border-bottom: 1px dashed darkred;}
.gras{font-weight: bolder;}
.tt {font-family: courier, fixed, monospace;}
.e {font-style: italic;}

.menu{
	text-shadow: 0px 0px 1px white;
	position:fixed;
	top: 3%;
	left: 50%; 
   transform: translate(-50%, -50%);
}

.amenu{font-family: arial, helvetica, sans-serif;}

.media{
	width: 50%;
	position: relative;	
	border:2px darkred dashed;
	margin-left: auto;
	margin-right: auto;
}

.cc {
	position:fixed;
	bottom: 1%;
	/*left: 50%;
   transform: translate(-50%, -50%);*/
   right: 1%;
}

.milieu{text-align: center;}

.tdm{
	border: 2px dashed black;
	width: 80%;
	margin-left: 5%;
	padding-left: 5%;
	}

.atdm{color: black;}

.cca{border-bottom: 0px;}