/* Reset all margins and paddings for browsers */
*{ 
	padding: 0;
	margin: 0;
}
html{
	background: #fff;
}
body, html {
	height: 100%;
  	color: #000;
	font: normal 90% Arial, Verdana, sans-serif;
}
h1 {
	color: #6e7474;
	font-size: 140%;
}
h2 {
	font-size: 130%
}
h3 {
	font-size: 110%;
	line-height: 170%;
	margin-top: 25px;
}
p, ol, ul {
	line-height: 170%;
}
p {
	margin: 10px 0;
}
ul {
	margin-left: 30px;
}
a {
	text-decoration: none;
	color: #014c85;
	font-weight: bold;
}
a:active {
	color: #014c85;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #75a3c5;
	font-weight: bold;
}
a:visited {
	color: #000;
	font-weight: bold;
}
img {
	border: none;
}
/**************************************************************************/
/*                         Structure                                      */
/**************************************************************************/
/*                          Page                                          */
/**************************************************************************/
#page {
	min-height: 100%;
	width: 610px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	background: transparent;
}
/**************************************************************************/
/*                         Tete                                           */
/**************************************************************************/
#tete {
	height: 180px;
	background: transparent;
	color: #000;
	text-align: center;
}
#image {
	position: absolute;
	left: 0;
	top: 0;
}

/*************************************************************************/
/*                             contenu                                   */
/*************************************************************************/
#contenu {
	margin-left: 0;
	margin-top: 15px;
	padding: 0;
	text-align: justify;
}


