/*Elements principaux de la page*/
body
{

	font-family:'Trebuchet MS', Arial,'Courier New', sans-serif;
	color:#181818;
}

#bloc_page
{
	width: 1000px;
	margin: auto;
}

/*header*/
header
{
	border: 5px black groove;
	background-color: #dcdcdc;
	height: 140px;
}

header h1
{
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 3.5em;
	font-weight: bold;
	margin-left: 80px;
	margin-top: 4px;
}

#blason , header h1
{
	display: inline-block;
	padding: 5px 5px;
	vertical-align: top;
}

header h2
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	margin-top: -40px;	
}

section
{
	font-family: 'Comic sans MS', Arial, sans_serif;
	font-weight: normal;
	border: 1px solid black;
	background-color: #dcdcdc;
	position: relative;
}

#friseraisins
{
	margin-top: 10px;
	width: 100%;
}

#imgacc
{
	margin-left: 30px;
}

section h2
{
	position: absolute;
	right: 220px;
	top: 50px;
	font-family: 'Monotype Corsiva', Arial, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: blue;
}

#clicacc
{
	height: 35px;
	width: 320px;
	position: absolute;
	margin-left: 380px;
	margin-top: -100px;
	border: 3px solid black;
	background-color: #FF6666;
	padding-left: 10px;
	padding-bottom: 10px;
	font-style: italic;
}
	
#bande_bas
{
	margin-left: 100px;
	margin-top: 3px;
	font-family: 'Monotype Corsiva', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: blue;
}

#bloc_deroule
{
	position: relative;
	margin-left: 110px;
	margin-top: 0px;
}	

#deroule
{
	position: absolute;
	margin-left: 45px;
	margin-top: -50px;

	font-size: 1.2em;
	color: red;
	text-decoration: none;
}

aside
{
	display:inline-block;
	position: absolute;
	right: 10px;
	bottom: 175px;
	text-align: justify;
	width: 200px;
	height: 100px;
	background-color: #f6f396;
	border: 1.5px solid black;
	padding: 5px 5px 5px 5px;
	color: red;
	font-size: 0.8em;
}

#bt10ans
{
	display:inline-block;
	position: absolute;
	right:5px;
	top: 5px;
}
#contact
{
	display:inline-block;
	position: relative;
	text-align: center;
	font-family: 'Comic sans MS',Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}
#partage
{
	margin-left: 40px;
}
  
footer
{
	border: 1px solid black;
	background-color: #dcdcdc;
	position: relative;
	padding-left: 15px;
	font-size: 0.8em;
	font-weight: normal;
}
	

