/*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: 20px;
	text-decoration: underline;
}

h4
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	color: red;
	margin-top: 10px;	
	text-decoration: underline;
}

h5
{
	font-family: 'Comic sans MS', Arial, sans_serif;
	font-size: 1.2em;
	text-align: center;
}	

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

#sujetcep
{
	display: inline-block;
	border: 1.5px solid blue;
	width: 930px;
	height: 245px;
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 1.1em;
	margin-left: 23px;
	margin-top: 30px;
	padding: 10px 10px 10px 10px;
	text-indent: 10px;
}

#zapdic
{
	border: 2px solid red;
	background-color: yellow;
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	margin-left: 355px;
	padding: 10px;
}

h3
{
	font-family: 'Comic sans MS', Arial, sans_serif;
	font-size: 1.2em;
	text-decoration: underline;
}



#dictee
{

	border: 1.5px solid blue;
	width: 950px;
	height: 745px;
	margin-left: 23px;
	margin-top: 30px;
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 0.8em;

}

#dicert
{

	margin-left: 90px;
}

#cadreaudio
{
	display: inline-block;
	position:absolute;
	margin-left: -440px;
	margin-top:470px;

}
#acccor
{
	color: green;
	text-align: center;
}

#corortho
{
	display: inline-block;
	border: 2px solid red;
	background-color: yellow;
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	padding: 10px;
	margin-left: 350px;
	margin-top:15px;
}

#remercmunae
{
	display: inline-block;
	border: 1.5px solid blue;
	width: 940px;
	height: 65px;
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	margin-left: 23px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
	text-indent: 10px;


}

#tous_liens
{
	border: 2px solid blue;
	width: 960px;
	height: 70px;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom:20px;
	font-style: italic;
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size: 0.8em;
}

#pprec
{
	position: absolute;
	border: 2px solid red;
	background-color: #f1e70a;
	padding: 5px 5px 5px 5px;
	margin-left: 50px;
	margin-top: 20px;
}
 
#haut_page
{
	position: absolute;
	border: 2px solid red;
	background-color: #f1e70a;
	padding: 5px 5px 5px 5px;
	margin-left: 400px;
	margin-top: 20px;
}

#psuiv
{
	position: absolute;
	border: 2px solid red;
	background-color: #f1e70a;
	padding: 5px 5px 5px 5px;
	margin-left: 750px;
	margin-top: 20px;
}

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


