*{
	box-sizing:border-box;
}
body{
	min-width:600px;
	max-width: 960px;
	margin: auto;
	height: 1500px;
	background-color:royalblue;
	background:repeat; 
	background-size:500px;
	background-position: -30px;
	
	background-image:url("../images/Indian-101-Scout.jpg"),url("../images/Indian-101-Scout.jpg");
	background-repeat:repeat-y;
	background-position:left 20%,right 20%;
	background-size:25%;
	background-color:lightblue;
	border: 1px groove red;
	border-radius: 100px;
}

header{
	margin-top:40px;
	background-color: coral;
	
	width: 480px;
	height: 160px;
	margin-left: 450px;
	border: 5px outset red;
	border-radius: 50%;
	
}
header img{
	padding: 10px;
	margin-top: -40px;
	border-radius:90px; 
	margin-left: -450px;
	float: left;
}
nav{
	height: auto;
	width: 490px;
	margin: 40px 0px 10px 440px;
	background:#f8951e;
	border: 10px dashed #8B0103;
	text-align: center;
	
	/*border-style: none none dashed dashed;	*/	
}
nav ul li{
	display:inline;
	padding: 30px;
	color: red;
	font-size: 20px;
	
	
	

}
section{
	float: left;
	padding:10px;
	
	margin-bottom: 6px;
	margin-left:380px;
	width:550px;
	background-color:#f8951e;
	text-align:center;
	box-shadow:0 0 20px 0px black;
	border-radius:100px;
	
	/*overflow:hidden;*/
	
}


footer{
	
	background-color: saddlebrown;
	width: 860px;
	margin-left: 50px;
	margin-top: 520px;
	padding:10px 20px;
	border-radius: 40px;
	/*text-align:left;*/
	
}

#sidebar{
	
	
	margin: 60px 20px 20px 20px;
	width: 300px;
	height: 420px;
	background-color: saddlebrown;
	text-align: center;
	/*padding-left: 15px;
	margin-left: ;*/
	
}
#sidebar img{
	float: left;
	margin-left: -10px;
	padding-top: 40px;
	border-radius: 90% 90% 90% 90%;

}
#tableau_Contenu{
	background-color: blue;
	width:auto;
	margin-: auto;
	padding: 10px;
	border-radius: 100px;
	
	
}
#tableau_Contenu table{
	margin: auto;
}
#tableau_Contenu img{
	width: 150px;
}

p:firts-child{
	
	
}
#sidebar p{
	float: left;
	display: inline-block;
	background-color: yellow;
	width: 240px;
	text-align: left;
	margin-left: 30px;
	padding: 10px;
}
.affiche{
	background-color: green;
}
audio{
	
}
div div p{
	font-size: 15px;
	color: dimgray;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif"
}
a{
	text-decoration: none;
	color: yellow;
}
a:link{
	
}
a:hover{ /* Changement au passage de la souris*/
	text-decoration: underline;
	
	background-color: yellow;
	color: red;
	font-style:italic;
}

a:active{ /*Au moment du clic de la souris */
	background-color: red;
	color: yellow;
}

a:visited{ /* Liens visités */
	/*color:green;*/
}
input:hover{
	text-decoration: underline;
	background-color: green;
	font-style: oblique;
}
h1{
	
}
h2{
	text-align: center;
}
