/*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;	
}

#cordic
{
	border: 1.5px solid blue;
	width: 930px;
	height: 385px;
	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;
}

#txtdic
{
	margin-left: 80px;
}

#analgram
{
	border: 1.5px solid blue;
	width: 930px;
	height: 250px;
	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;
}

#questfranc
{
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

#analogic
{
	border: 1.5px solid blue;
	width: 735px;
	height: 150px;
	background-color: #eedfcc;
	font-family:Arial, sans-serif;
	font-size: 0.8em;
	margin-left: 88px;
	margin-top: 15px;
	padding: 10px 10px 10px 10px;
	text-indent: 10px;
}




#redac
{
	border: 1.5px solid blue;
	width: 930px;
	height: 250px;
	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;
}

#choisuj
{
	font-family:'Comic sans MS', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

#compos
{
	border: 1.5px solid blue;
	width: 735px;
	height: 150px;
	background-color: #eedfcc;
	font-family:Arial, sans-serif;
	font-size: 0.8em;
	margin-left: 88px;
	margin-top: 15px;
	padding: 10px 10px 10px 10px;
	text-indent: 10px;
}

#suite
{
	margin-top:25px;
	margin-bottom: 15px;
}


#suitepr
{
	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: 385px;
}



#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;
}


