/* CSS for the first Nosy maitso*/

/******************************************************/
/*navigation bar to construct the tab-style navigation*/
/******************************************************/
.nav {
   /*
   overflow: hidden;
   */
   background-color:green;
}

.nav a {
  color: #8c8c8c;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 15px;
}

.nav a:hover {
  background-color: #ddd;
  color: black;
}

.nav a.active {
  background-color:#595959;
  color: white;
  font-weight: bold;
}

/******************************************************/

/*Positionning the banner title*/
h1.big_title{
	padding-left:40px;
	padding-top:25px;
	color: rgb(241,95,36);
	text-shadow:0 0 0.2em white,0 0 0.2em white,0 0 0.2em white;
	
}
p
{
	text-align:justify;
	color:grey;
}
p.titre{
	padding-left:10px;
	padding-top:10px;
}

p.cl_footer{
		text-align:center;
		font-size:8pt;
}
h1
{

color: #595959;
font-style: italic;
}

#header
{
	height: 120px;
	width: 800px;
	margin-top: 0px;
	background-image: url("../img/header_river.jpg");
	background-repeat: no-repeat;
	background-color: white;

}

#topmenus
	{
	height: 30px;
	width: 800px;
	padding-left:10px;
	background-color: rgb(235,235,235);
	background-image: url("../img/topmenus.jpg");
	bakground-repeat: repeat-x;
	}


#leftmenus
	{
	background-color: none;
	float: left;
	width: 140px;
	margin-top: 0px;
	/*
	height: 400px;
	*/

	}

#mainbody
	{
	padding:40px;
	background-color:white;

	}
	
#map{
	height:400px;
	width:100%;
}

#footer
{
background-color: rgb(235,235,235);
text-align : center;


}

body
{
	width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("images.png");
	background-color: rgb(235,235,235);
	color:grey;
	font-family:"Quicksand";
}

.submenus
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("../img/submenusimage.jpg");
	background-repeat: repeat-y;
	padding-left: 1px;
	padding-top: 2px;
	padding-right: 1px;
	border: 2px solid teal;
}

	