/*Elements principaux de la page*/
body
{
	width: 1000px;
	text-align: center;
	margin: auto;

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

#bloc_page
{
	width: 1000px;
	text-align: left;
}

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

header h1
{
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
}


header h2
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1.7em;
	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;
	text-decoration: none;
}

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

section h3
{
	margin-left: 300px;
	text-decoration: underline;
}

h4
{
	text-decoration: underline;
}

#carn
{
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 1.1em;
	margin-left: 15px;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	text-indent: 10px;
}

#pgardecarnet1
{
	margin-left: 100px;
}

#carn1
{
	display: inline-block;
	position: absolute;
	border: 1.5px solid blue;
	width: 180px;
	height: 40px;
	background-color: white;
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	margin-left: 50px;
	margin-top: 100px;
}

#clicn
{
	border: 2px solid red;
	width: 280px;
	height: 20px;
	background-color: yellow;
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	margin-left: 300px;
	margin-top: 20px;
	padding: 5px;
}

#relevecar2
{
	margin-left: 100px;
	margin-top: 20px;	
}

#carn2
{
	border: 1.5px solid blue;
	width: 780px;
	height: 30px;
	background-color: white;
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	margin-left: 100px;
	margin-top: 15px;
	margin-bottom: 50px;
}



footer
{
	border: 2px solid black;
	background-color: #dcdcdc;
	position: relative;
	padding-left: 15px;
	font-size: 0.8em;
	font-weight: normal;
}












