html {
	font-size: 90%;
	color: #000;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
}

.fond {
	width: 100%;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	text-align: center; /* Special IE */
}

.site {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.header {
	width: 800px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

.header_menu {
	width: auto;
	height: 15px;
	color: #3456ff;
	font-size: 0.9em;
	float: right;
	margin-top: 10px;
	margin-right: 25px;
}
	.header_menu a {
		color: #3456ff;
		text-decoration: none;
	}
	.header_menu a:hover {
		color: #3456ff;
		text-decoration: underline;
	}

.corps {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.left_column {
	width: 195px;
	height: 230px;
	float: left;
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
}
.main_menu {
	width: 150px;
	float: left;
	list-style: none;
	margin-left: 20px;
	/* !margin-left: 20px;	Special IE 7 */
	_margin-left: 10px;	/* Special IE 6 et - */
	margin-top: 40px;
	padding: 0;
}
	.main_menu li {
		font-family: Times, "Times New Roman", "Liberation Serif", FreeSerif, serif;
		font-size: 1.2em;
		font-weight: bold;
		color: #3456ff;
		border-top: 1px dotted #fff;
		_border: 0;	/* Special IE 6 et - */
		_height: 15px;	/* Special IE 6 et - */
	}
	.main_menu li a {
		display: block;
		color: #3456ff;
		line-height: 1em;
		_line-height: 0.9em;	/* Special IE 6 et - */
		padding: 4px 0;
		text-align: center;
		text-decoration: none;
	}
	.main_menu li a:hover {
		background: #3456ff;
		color: #fff;
		text-decoration: none;
	}


.contenu {
	width: 580px;
	height: auto;
	float: left;
}

.bibliography_menu {
	width: auto;
	float: right;
	font-size: 0.9em;
	font-style: italic;
	color: #3456ff;
	text-align: left;
	margin-top: -25px;
	margin-bottom: 10px;
	margin-right: 5px;
}

.table_pedagogie {
	width: 98%
}

.table_pedagogie th {
	
	width: 33%;
	height: 60px;
	border: 2px solid #3456ff;
	font-family: apple chancery,comic sans ms,cursive;
	font-size: 1.2em;
	font-weight: normal;
}

.footer {
	width: 800px;
	height: 40px;
	float: left;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

.copyright {
	margin-top: 10px;
	color: #6680ff;
	font-size: 0.9em;
}
	.copyright a {
		color: #6680ff;
		text-decoration: none;
	}
	.copyright a:hover {
		color: #6680ff;
		text-decoration: underline;
	}

.formulaire {
	color: black;
	text-align: left;
}
	.formulaire input {
		border: 1px solid #3456ff;
		color: #000;
	}
	.formulaire textarea {
		font-size: 1em;
		overflow: auto;
		border: 1px solid #3456ff;
		color: #000;
	}
	.formulaire .focus {
		border: 1px solid #3456ff;
		background-color: #3456ff;
		color: #3456ff;
	}
	.formulaire .normal {
		border: 1px solid #3456ff;
		background-color: #fff;
		color: #000;
	}
	
	.formulaire .radio {
		border: 0;
		vertical-align: middle;
	}
	
	.formulaire .bouton {
		height: 22px;
		background-color: #FFF;
		cursor: pointer;
		font-weight: bold;
		color: #3456ff;
		border-top: 1px solid #6680ff;
		border-left: 1px solid #6680ff;
		border-right: 2px solid #3456ff;
		border-bottom: 2px solid #3456ff;
	}
	.formulaire .bouton:hover {
		border-top: 2px solid #3456ff;
		border-left: 2px solid #3456ff;
		border-right: 1px solid #6680ff;
		border-bottom: 1px solid #6680ff;
	}
	
h1 {
	clear: both;
	font-family: Times, "Times New Roman", "Liberation Serif", FreeSerif, serif;
	font-size: 2em;
	color: #3456ff;
	text-align: center;
}
h2 {
	font-family: Times, "Times New Roman", "Liberation Serif", FreeSerif, serif;
	font-size: 1.8em;
	color: #3456ff;
	text-align: center;
}
h3 {
	font-family: Times, "Times New Roman", "Liberation Serif", FreeSerif, serif;
	font-size: 1.5em;
	color: #3456ff;
	text-align: left;
}
h4 {
	font-family: Times, "Times New Roman", "Liberation Serif", FreeSerif, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #3456ff;
	text-align: left;
}

p, .contenu ul {
	text-align: justify;
}

table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

a {
		color: #3456ff;
		text-decoration: underline;
		font-weight: bold;
	}
a:hover {
		color: #3456ff;
		text-decoration: none;
	}
