@charset "utf-8";
/* CSS Document */

header 
{	
	width: 100%
	text-align: center;
	
	line-height: 1;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	background: #074224; /* color behind banner*/
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	
}

p, usualp, centrep, h1, h2
{
	font-family: 'Metrophobic', sans-serif;
}

p
{
	text-align: justify
}

#usualp
{	
	font-size:18px;
	color: #004c0c;
	
}
	
#centrep
{
	text-align:left;
	margin-left: 132px;
	font-size:18px;
	color: #004c0c;

}

#centrep2
{
	text-align:left;
	margin-left: 180px;
	font-size:18px;
	color: #004c0c;

}

#centrep3
{
	text-align:left;
	margin-left: 20px;
	font-size:18px;
	color: #004c0c;

}


h1, h2
{
	text-align:right;
	
}

h3
{
	/*margin-left: 15px;*/
	text-align: left;
}

nav 
{
	width: 954px; /* banner width*/
	font-size: 1.5em;
	text-transform: uppercase;
	padding-top: 1px;
	
	
}

/* nav bar dimension & style*/
nav ul 
{
	width: 960px;
	height: 20px;
	background: #074224;  /*banner colour*/
	
	padding: 10px 0px 0px; /* hauteur par le haut - largeur par la droite - hauteur par le bas*/
	float: left;
}

/* nav bar disposition*/
nav ul li 
{
	float: left; /* display order list*/
	list-style-type: none;
	margin-right: 30px;
	margin-left: 44px;
}

nav ul li a 
{
	color: #FFF; /* text list colour */
	font-weight: bold;
	text-decoration: none;
	padding: 20px 0px;
	border-top: 6px solid #009d19; /*largeur des petits traits et couleur*/
}

nav ul li.last 
{
	float: right;
}

nav ul li.last a 
{
	color: #074224;
}

nav ul li.nav_home a:hover,
nav ul li.nav_home.selected a 
{
  border-color: #89ae67;
  background: #074224; 
  color: #40c026;
}
  
nav ul li.nav_capallow a:hover,
nav ul li.nav_capallow.selected a 
{
  border-color: #89ae67;
  background: #074224;
  color: #40c026;
}

nav ul li.nav_services a:hover,
nav ul li.nav_services.selected a 
{
  border-color: #89ae67;
  background: #074224; /**/
 
  color: #40c026;
}

nav ul li.nav_personnel a:hover,
nav ul li.nav_personnel.selected a 
{
  border-color: #89ae67;
  background: #074224; 
  color: #40c026;
}

nav ul li.nav_contactus a:hover,
nav ul li.nav_contactus.selected a 
{
  border-color: #89ae67;
  background: #074224; 
  color: #40c026;
}

/* sets the style of the wrapper or container */
#page {
	width:960px;
	margin:auto;
	color:#000000;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 0px;
	background-image:url(img/backgroundJDC.png);
	background-repeat: no-repeat;
	
}

/* sets the style of the banner */
#banner {
	height:150px;
	color:#000;
	text-indent:-5000px;
	/*background-color: #bebebe; */
	background-image:url(img/Banner3.png);
	padding-bottom: 6px;
	padding-right: 40px;
	padding-top: 20px;
	background-repeat: no-repeat;
}

body 
{
	margin-top:6px;	
	color:#000;
	background:#FFF;
	height: 100%;
	
}


#b_home 
{
	background-color:#F4F4F4;
	
}

#b_capitallow
{
	background-color:#F4F4F4;
}

#b_services
{
	background-color:#F4F4F4;
}

#b_personnel
{
	background-color:#F4F4F4;
}

#b_contactus
{
	background-color:#F4F4F4;
}

#column1
{
	width: 600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#column2
{
	width: 650px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


#profilephoto
{
	float:left;
	padding-right: 20px;
	
}

#footer
{	
	width: 949px;
	height: 20px;
	font-size:13px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	/*clear: both;
	bottom: 0;
	position: fixed;*/

}

#footerleft
{
	font-size:13px;
	float:left;
}

#footerright
{
	font-size:13px;
	float: right;
}


