body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	
}
#no-border-img {
	border: none;
	text-align: center;
}
#content {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/kimobody.gif);
	background-repeat: no-repeat;
	background-position: left 300px;
	background-attachment: scroll;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	
}	
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	min-height:700px;
	border: 1px solid #006666;
	text-align: left;
	background-color: #F6FFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header {
	background-color: #F6FFFF;
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding: 0;
}

	#coordonnees {
	height: 150px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	font-size: 1.2em;
}

	
	#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000066;
	display: none;
}	
	#menu {
	background-color: #006A6A;
	height: 30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 1em;
	text-decoration: none;
	width: 780px;
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-style: inset;
	border-bottom-style: groove;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
	#menu a{
	color: #CCCCCC;
	font-size: 1em;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


	#menu a:hover{
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


	#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003366;
	background-color: #F6FFFF;
}
	#mainContent td p {
	margin: 10px;
	color: #000099;
}
	#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000099;
	margin: 10px;
}
	#mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CC6600;
	text-decoration: none;
}
	#mainContent a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0033CC;
	text-decoration: none;
}

	#mainContent  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #006666;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
	#mainContent  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #006666;
	margin: 10px;
}
	#mainContent  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #006666;
	margin: 10px;
}
#mainContent  h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006666;
	margin: 10px;
	font-weight: bolder;
}
#mainContent  h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #006666;
	margin: 10px;
	font-weight: bold;
}

#mainContent img {
	border: 1px solid #336666;
	padding: 2px;
}
#mainContent .img {
	border: 1px solid #336666;
	padding: 2px;
}
#mainContent .no-border-img {
	text-align: center;
	border: none;
}
	#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F6FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
	#footer p {
			font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #003366;
}
	#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-decoration: none;
}
#footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #003399;
	text-decoration: none;
}
