body {
	/* Position */
	margin: auto;
	
	/* Fonts */	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	
	/* Background */
	background-image: url("images/fondindex.gif");
}

a{
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #004c75;
}

a:hover {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #49b4ee;
}

#header {
	/* Position */
	margin-left: auto;
	margin-right: auto;
	width: 815px;
	height: 150px;
	text-align: left;
	
	/* Background */
	border: 1px solid #004c75;
	background-image: url("images/head.png");
}

#menu {
	/* Position */
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
	width: 815px;
	height: 22px;
	text-align: center;

	/* Background */
	border-left: 1px solid #004c75;
	border-right: 1px solid #004c75;
	background-image: url("images/fondmenu.gif");
}

#menu a{
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

#menu a:hover {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #49b4ee;
}

#mcfr {
	/* Position */
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	
	/* Background */
	background-color: #e5e9f2;
	border-left: 1px solid #004c75;
	border-right: 1px solid #004c75;
	border-top: 1px solid #004c75;
}

#newtuto {
	/* Position */
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 490px;
}

#newtuto2 {
	/* Position */
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	height: 70px;
	
	/* Background */
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#page {
	/* Position */
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	text-align: left;

	
	/* Background */	
	background-color: #e5e9f2;
	border-left: 1px solid #004c75;
	border-right: 1px solid #004c75;
}

#compteur {
	/* Position */
	margin-left: auto;
	margin-right: auto;
	width: 815px;
	
	/* Background */
	background-color: #e5e9f2;
	border-left: 1px solid #004c75;
	border-right: 1px solid #004c75;
	border-bottom: 1px solid #004c75;
}

#footer2 {
	/* Position */
	margin-left: auto;
	margin-right: auto;
	width: 815px;
	height: 47px;
	text-align: left;
	
	/* Background */
	border-left: 1px solid #004c75;
	border-right: 1px solid #004c75;
	background-image: url("images/footer.gif");
}
