﻿body 
{
	font-family: Tahoma;	
	font-size: 12px;
    background: #FFFFFF;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color:#FFFFFF;
	display:inline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	left: 421px;
	display:inline;
}
h3 {
	color:#40b9d4;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	margin:0px;
	display:inline;
}
h4
{
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	font-weight: bold;
}

#banner
{
	background-image:url(/img/leaflet/banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:118px;
	margin-bottom:30px;
}

#bottomMenu
{
	margin: 0 auto;
	position:relative;
	font-family:Tahoma;
	font-size: 12px;
	width:900px;
	text-align:left;
}
#bottomMenu a
{
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color: Black;
	text-decoration: none;
}

#bottomMenu a:hover
{
	text-decoration: underline;
}


#leafletContainer
{
	width:900px;
	height:683px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	border: solid 2px #40b9d4;
}

#leafletContainerHome
{
	width:900px;
	height:600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	border: solid 2px #40b9d4;
}

#leafletContainer p
{
	text-align: justify;
	margin-bottom:10px;
	margin-top:10px;	
}

#leftMenu
{
	float:left;
	width:200px;
	text-align:center;
	padding-left:140px;
	padding-top:50px;
}

.menuItem a
{
	color:White;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.menuItem
{
	background-image:url('/img/leaflet/buttonBack.jpg');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:247px;
	height:19px;
	margin-bottom:10px;
	padding-top:2px;
}

#leftMenu #accueil
{
	margin-top:60px;
}

#photo
{
	float:right;
	width:55%;
	text-align:left;
}

#astuce
{
	font-size:12px;
	color:White;
	font-weight:bold;
	text-align:left;
}

.blue
{
	color:#40b9d4;
	font-weight:bold;
	font-size:14px;
}

.blueInline
{
	color:#40b9d4;
	font-weight:bold;
	font-size:12px;
}

#leftPanel
{
	width:430px;
	padding:10px;
	float:left;
	height:569px;
	text-align:left;
}

#rightPanel
{
	width:430px;
	padding:10px;
	float:right;
	height:569px;
	text-align:left;
}

.note
{
	font-size:10px;
}

#logoLink
{
	margin-left: 100px;
	border: 0px;
}

ul
{
	text-align:left;
	margin-left:17px;
}

ul li
{
	margin: 10px 0 10px 0;
}

.alertWhite
{
	color:White;
}
