/* @override http://localhost:8888/css/style.css */

body {
  margin: 0;
  background: #e6e6e6 url(../img/background.jpg) scroll repeat-x;
  color: #555555;
  height: 100%;
  font-family: Helvetica,Arial,sans-serif;
  font-size:15px;
  text-align: justify;
}

#outer {
  margin: 0px auto;
  width: 1000px;
  position: relative;
}

/* --- Menu --- */

#menu {
	list-style:none;
	margin:0;
	padding: 0;
	width: 200px;
  	line-height: normal;
	overflow:auto; /* makes sure the container fits the floated list-items below */
}

#menu li {
	padding: 2px;
	margin: 3px;
}

#menu li a {
	position: relative; /* must have position set to anything other than static to use z-index */
	padding: 5px;
	text-decoration: none;
	color: #666666;
	z-index: 5; /* 5 layers above all normal elements */	
}

#menu li a:hover{
	text-decoration: underline
}

#menu li.backLava{
	border-color: #dcdcdc;	  
	background-color: #eeeeee;	                                                                        
	z-index:3; /* 3 levels higher than all normal elements */
	border:1px solid;
	position:absolute;
}


#menu span{
	display: block;
}


#menu .underscore{
	border-bottom: 2px solid #cccccc;
}


#menu .underscore, #menu .underscore a {
	font-size: medium;
	margin-top: 1em;
	font-weight: bold;
	color: black;
}

#menu .subMenu a{
	border-bottom: none;
  	color: #666666;
	margin-top: 0.5em;
	font-size: smaller;
	font-weight: normal;
	margin-left: -20px;
}

#menu .subMenu {
	list-style: none;
}


/* --- Header --- */ 

#bigLogo {
	background: url(../img/header_background.png) scroll;
	height: 230px;
}

#smallLogos{
	border-style: none;
	margin-top: 125px;
	float: right;
	text-align: center;
	margin-right: 55px;
	overflow: auto;
	width: 280px;
}


/* --- xxx --- */ 

#content {
  margin: 0px auto;
  background: transparent url(../img/body.png) repeat-y scroll center;
}

#left {
  margin: 10px auto 20px 35px;
  float: left;
  min-height: 100%;
  width: 195px;
  display : inline;
}

#right {
  margin-right: 70px;
  margin-top: 0px;
  margin-left: 270px;
  padding-top: 30px;
  padding-bottom: 20px;
}


.link{
	padding-left: 20px;
	margin-top: -0.5em;
	margin-bottom: 1em;
	margin-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
	color: #145AC1;
	background-image: url(../img/link.png);
}

.link a{
	text-decoration: underline;
	font-style: italic;
	color: #6f736e;
}

#footer {
	background: url(../img/footer.png) scroll;
	height: 75px;
}
#credit {
  margin: -9px;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: small;
  text-align: center;
}

#smallLogos a{
	text-decoration: none;
}

#smallLogos td{
	border-style: none;
}

.green {
  color: #3b7244;
}

.red {
  color: #c17878;
}

.blue {
  color: #5691ce;
}

/* --- Text --- */

.title{
	margin-bottom: 10px;
	text-align: center;
	font-size: x-large;
}

h1 {
  font-size: 30px;
  color: #3b7244;
  font-weight: bold;
  text-align:center;
}

.subtitle{
  font-style: italic;
  text-align: center;
  margin-top: -1em;
  color: #3b7244;
  font-size: 15px;  
}

h2 {
  margin-top: 3em;
  font-size: 20px;
  color: #5691ce;
  font-weight: bold;
}

h3 {
	margin-top: 1em;
  	font-size: 16px;
  	font-weight: bold;
}

h4 {
  font-size: 22px;
  color: #3b7244;
  font-weight: bold;
  text-align:center;
}

.center{
 text-align:center;
 margin:auto;
}

p {
color: #6f736e;
}


/* --- Caption --- */

.caption, caption{
	text-align:center;
	color: #3b7244;
	font-style: italic;
	margin-top: +10px;
}

.sixStripes img{
	width: 15%;
	float: left;
	margin-right: 1%;
}

.fourStripes img{
	width: 23%;
	float: left;
	margin-right: 2%;
}

.twoStripes {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-top: 30px;
}



/* My Comment */

.hide {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-style: none;
}

.hide td{
	border-style: none;
}

.hide td big{
	position: absolute;
	font-weight: bold;
	font-size: 16px;
}

.tabAccueil{
	width: 160px;
}

.tabSlider{
	width: 350px;
}

.tabPDF{
	width: 200px;
}

.lft{
	text-align: left;
	margin: 0;
}

.rgt{
	text-align: right;
	margin: 0;
}

.tp{
	top: 0;
}

table {
	top: 20px;
 	margin-left: auto;
 	margin-right: auto;
	border: medium solid #3b7244;
	border-collapse: collapse;
	color: #6f736e;
}

thead td {
  border: thin solid #3b7244;
  text-align: center;
  background-color: #e5fbea;
  color: #3b7244;
  padding: 15px;
}

tbody td {
  border-spacing: 2px 0px;
  border: none;
  text-align: center;
  background-color: white;
  border-left: thin solid #3b7244;
  border-right: thin solid #3b7244;
}

tbody td a {
	text-decoration: none;
	color: inherit;
}

tbody td a:hover {
	text-decoration: underline;
	color: inherit;
}

#right tbody td{

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.tbodyH {
  	border-top-color: #3b7244;
  	font-weight: bold;
  	border-top: thin solid;
  	padding-bottom: 10px;
}

#right ul{
	list-style-image: url(../img/bullet.jpg)
}






/* --- Blue Box ---*/
.blue-box {
width: 380px;
padding-top: 40px;
margin: 30px auto 0px auto;
text-align: center;
background: url(../img/blue-box-top.jpg) top left no-repeat;
color:#5691ce;
}
.blue-box dl{
background: url(../img/blue-box-bottom.jpg) bottom left no-repeat;

}

/* --- Blue Box Hpe ---*/
.blue-box-hpe {
width: 640px;
padding-top: 40px;
margin: 30px auto 0px auto;
text-align: center;
background: url(../img/blue-box-top-hpe.jpg) top left no-repeat;
color:#5691ce;
}
.blue-box-hpe dl{
background: url(../img/blue-box-bottom-hpe.jpg) bottom left no-repeat;

}

/* --- Green Box ---*/
.green-box {
width: 630px;
padding-top: 40px;
margin: 30px auto 0px auto;
text-align: left;
background: url(../img/green-box-top.jpg) top left no-repeat;
color:#3b7244;
}
.green-box dl{
background: url(../img/green-box-bottom.jpg) bottom left no-repeat;
}


#contact{
		position: relative;
		left:100px;
		top:20px;
	}	


	
dt{
top: -20px;
}
dl{
margin: 0;
padding-bottom: 20px;
margin-bottom: 20px;
}
dd {
font-size: 12px;
text-align: justify;
margin:0px 20px 0px 40px;
list-style:none;
}
dt {
font-size: 14px;
font-weight: bold;
text-align: left;
margin:0px 30px 0px 30px;
position: relative;
}

/* --- blockquote ---*/


.green-box p{
background: url(../img/green-box-bottom.jpg) bottom left no-repeat;
margin: 0;
padding: 0px 30px 40px 30px;
}

/* Easy Slider */

#slider{
	float: right;

	}

#slider ul, #slider li,
#slider1 ul, #slider1 li,
#slider2 ul, #slider2 li,
#slider3 ul, #slider3 li,
#slider4 ul, #slider4 li,
#slider5 ul, #slider5 li{
	text-align: right;
	margin:0;
	padding:0;
	list-style:none;
	}

#slider li, 
#slider1 li, 
#slider2 li, 
#slider3 li, 
#slider4 li, 
#slider5 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	float: left;
	width:350px;
	height:250px;
	overflow:hidden; 
	}

element{
	}

#credit p{
		margin-top: -0.8em;
	}

#credit a{
		text-decoration: none;
		color: #6f736e;
		margin-right: 5px;
		margin-left: 5px;
	}

#credit a:hover{
		text-decoration: underline;
}

img{
		border-width: 0px;
		border-style: none;
	}

.link{
	}

/* // Easy Slider */

