/*html, body {
	height: 100%;
}*/

body {
	color: #999999;
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  background-color: #101211;
	margin:0px;
	padding:0px;
	behavior: url(css/csshover.htc);
}
/*OBJECT*/
img, div {
  behavior: url(iepngfix.htc);
}
a{
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
  color: #A8111C;
}
img{
	border: 0px;
}
form, input{
	padding: 0px;
	margin: 0px;
}
p{
  margin:0px;
  padding: 0px;
	margin-bottom: 10px;
	text-align: justify;
}
/*GENERIQUE*/
.fleft{
  float: left;
}
.clearBoth{
	clear: both;
}
.scroll{
	position:absolute;
	display:block;
	height:290px;
	width: 500px;
	padding-right: 20px;
	overflow:scroll;
	z-index: 1;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
}
#index .scroll{
  width: 790px;
}
/***WEBSITE***/
.mainWrapper{
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	/*position: relative;
	min-height: 100%;
	height: 100%;*/
}
/*html>body .mainWrapper {
    height: auto;
}*/
	/*HEADER*/
		.mainWrapper .flags{
			height: 20px;
			padding-top: 40px;
			text-align: right;
		}
		.mainWrapper .banner{
			height: 250px;
		}
		.mainWrapper .bannerBtm{
			height: 160px;
		}
		.mainWrapper .logo{
			float: left;
		}
		/*MENU*/
		.mainWrapper .menubar{
			height: 25px;
		}
			.mainWrapper .menubar ul{
				margin: 0;
				padding: 0;
			}
			.mainWrapper .menubar li{
				position: relative;
				list-style: none;
				margin: 0;
				float: left;
			}
				.mainWrapper .menubar li a{
					display: block;
					height: 19px;
					padding: 6px 40px 0px 5px;
					float: left;
					text-transform: uppercase;
					color: #999999;
				}
				.mainWrapper .menubar li a.actif{
					color: #A8111C;
				}
				.mainWrapper .menubar li a:hover{
					text-decoration: none;
				}
			.mainWrapper .menubar ul.menu{
				height: 25px;
				width: 100%;
			}
				.mainWrapper .menubar>ul a{
					width: auto;
				}
				.mainWrapper .menubar ul.menu li.sublink:hover ul.submenu{
					display: block;
				}
				.mainWrapper .menubar ul.menu ul.submenu{
					position: absolute;
					top: 0;
					width: 200px;
					display: none;
					top: 25px;
					left: -1px;
					background-color: #333333;
					padding-top: 6px;
					padding-bottom: 6px;
					z-index: 2;
					filter:alpha(opacity=85);
					-moz-opacity:0.85;
					opacity: 0.85;
					-khtml-opacity: 0.85;
				}
					.mainWrapper .menubar ul.menu ul.submenu li{
						width: 100%;
					}
					.mainWrapper .menubar ul.menu ul.submenu li:hover{
						filter:alpha(opacity=95);
						-moz-opacity:0.95;
						opacity: 0.95;
						-khtml-opacity: 0.95;
						background-color: #666666;
					}
						.mainWrapper .menubar ul.menu ul.submenu li a{
							padding: 6px 0px 0px 10px;
							width: 190px;
						}
						.mainWrapper .menubar ul.menu ul.submenu li a.actif{
							color: white;
						}
						.mainWrapper .menubar ul.menu ul.submenu li a:hover{
							color: white;
						}
			/*END MENU*/
	/*END HEADER*/
	/*CONTENT*/
	.mainWrapper .contentLeft{
		float: left;
		width: 240px;
		height: 265px;
		padding-top: 25px;
	}
	.mainWrapper .contentRight{
		float: left;
		width: 790px;
	}
		.mainWrapper .contentRight .title{
			font-size: 16px;
			color: #A8111C;
			padding-top: 50px;
		}
		.mainWrapper .contentRight .text{
			padding: 10px 0px 5px 0px;
		}
		.mainWrapper .contentRight .contentScroll{
		  position: relative;
		  height: 310px;
		  width: 500px;
		  float: left;
    }
  	#index .contentScroll{
      width: 790px;
    }
	/*END CONTENT*/
	/*BREADCRUMB*/
	.mainWrapper .contentWrapper .breadcrumbWrapper{
		margin-left: 12px;
		margin-right: 12px;
		border-top: 1px solid #86A30B;
		border-bottom: 2px solid #ACCA59;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-left: 25px;
		font-size: 10px;
	}
		.mainWrapper .contentWrapper .breadcrumbWrapper .breadcrumb{
			padding-top: 3px;
		}
			.mainWrapper .contentWrapper .breadcrumbWrapper .breadcrumb a{
				color: #85A20A;
			}
			.mainWrapper .contentWrapper .breadcrumbWrapper .breadcrumb a:hover{
				text-decoration: none;
			}
			.mainWrapper .contentWrapper .breadcrumbWrapper .breadcrumb .spacer{
				margin-left: 15px;
				margin-right: 15px;
			}
			.mainWrapper .contentWrapper .breadcrumbWrapper .breadcrumb .way{
				color: #85A20A;
			}
		.mainWrapper .contentWrapper .breadcrumbWrapper .searchWrapper{
			float: right;
			margin-right: 25px;
			padding: 0px;
		}
			.mainWrapper .contentWrapper .breadcrumbWrapper .searchWrapper .search{
				border:	1px solid #aaaaaa;
				background-color: #ffffff;
				height: 15px;
				font-size: 10px;
				padding-left: 3px;
				padding-right: 3px;
				margin: 0px;
			}
			.mainWrapper .contentWrapper .breadcrumbWrapper .searchWrapper .button{
				border:	1px solid #aaaaaa;
				background-color: #ffffff;
				font-size: 8px;
				height: 17px;
			}
	/*END BREADCRUMB*/
	/* FILES*/
	.filesWrapper{
    float: left;
    width: 290px;
  }
  /* END FILES*/
  /* LINKS */
	.groupLinkTitle{
		font-size: 15px;
		font-weight: bold;
		padding: 5px 0px 10px 0px;
	}
	.groupLinkSubtitle{
		font-size: 13px;
		font-weight: bold;
		padding: 0px 0px 10px 10px;
	}
	.linkWrapper{
		padding-left: 10px;
		margin-bottom: 10px;
	}
		.linkWrapper .linkTitle{
		  font-size: 11px;
    } 
  		.linkWrapper .linkTitle a{
  			color: #444444;
  			text-decoration: none;
  			font-weight: bold;
  			font-size: 12px;
  		}
		.linkWrapper .linkImage{
			float: left;
			padding-right: 15px;
		}
		.linkWrapper .linkContent{
			clear: both;
			font-size: 11px;
			padding-left: 2px;
			padding-top: 5px;
			padding-bottom: 5px;
		}
	/* END LINKS */
	/* CONTACT */
	.contact .contactText{
		padding-bottom: 10px;
	}
	.contact .contactRow{
		padding-top: 2px;
		padding-bottom: 2px;
		clear: both;
	}
		.contact .contactRow .label{
			float: left;
			width: 120px;
		}
		.contact .contactRow .inputAreaLine{
			padding-left: 20px;
		}
	.contact .contactButton{
	  padding-left: 120px;
		padding-top: 10px;
	}
		.contact .contactButton .button{
			border: 1px solid #aaaaaa;
			background-color: #ffffff;
			font-size: 10px;
			padding-left: 3px;
			padding-right: 3px;
			margin: 0px;
		}
	/* information */
		.text .infoContact{
			margin-bottom: 10px;
		}
			.text .infoContact .titleContact{
				font-weight: bold;
				font-size: 13px;
			}
			.text .infoContact td{
				color: #666666;
			}
			.text .infoContact td.support{
				width: 70px;
			}
			.text .infoContact td.adresse{
				font-weight: bold;
			}
	/* object*/
	.contact .input{
		border: 1px solid #aaaaaa;
		background-color: #ffffff;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 1px;
		padding-bottom: 1px;
		margin: 0px;
		font-size: 12px;
	}
	.contact .small{
		width: 40px;
	}
	.contact .medium{
		width: 150px;
	}
	.contact .large{
		width: 220px;
	}
	.contact .select{
		border: 1px solid #aaaaaa;
		background-color: #ffffff;
		font-size: 10px;
		padding-left: 3px;
		margin: 0px;
		width: 157px;
	}
	.contact .textarea{
		border: 1px solid #aaaaaa;
		background-color: #ffffff;
		width: 250px;
		height: 80px;
		font-size: 12px;
		padding: 3px;
		margin: 0px;
	}
	/* Confirmation */
		.contact .contactRow .valueLine{
			padding-left: 120px;
		}
		.contact .contactRow .valueComment{
			margin-left: 120px;
		}
	/* END CONTACT */
	/* RESULT SEARCH */
	.resultsTitle{
		font-size: 15px;
		font-weight: bold;
		padding: 5px 0px 0px 0px;
	}
	.resultNum{
		padding-bottom: 10px;
	}
	.resultWrapper{
		padding-bottom: 10px;
	}
		.resultWrapper .result{
			padding-bottom: 7px;
		}
			.resultWrapper .result a{
				font-size:14px;
			}
			.resultWrapper .result .resultType{
				padding-left: 5px;
				font-size: 10px;
			}
			.resultWrapper .result .resultInfo{
				font-size: 10px;
			}
	/* END RESULT SEARCH */
	/* STAFF */
  .staffWrapper{
    padding: 10px 0px 20px 0px;
    clear: both;
  }
    .staffWrapper .staffImage{
      float: left;
      margin-right: 10px;
      border: 1px solid #e5e5e5;
      padding: 2px;
      text-align: center;
    }
    .staffWrapper .staffTitle{
      font-weight: bold;
      padding-top: 2px;
    }
    .staffWrapper .staffSubtitle{
      padding-bottom: 5px;
    }
    .staffWrapper .staffMail{
    }
    .staffWrapper .staffPhone{
      font-size: 11px;
    }
	/* END STAFF */
	/* EVENTS GROUP */
	.eventGroup{
    margin-top: 10px;
    margin-bottom: 20px;
  }
    .eventGroup .eventGroupTitle a{
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
    }
    .eventGroup .eventGroupSubtitle{
      font-style: italic;
      font-size: 11px;
      padding-left: 5px;
      color: #444444;
    }
	/* END EVENTS GROUP */
	/* EVENTS */
	.event{
    padding-top: 10px;
    clear: both;
  }
    .event .eventTitle a{
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
    }
    .event .eventImage{
      float: left;
      display: block;
      margin-right: 10px;
      border: 1px solid #e5e5e5;
      padding: 2px;
      text-align: center;
    }
    .event .eventDate{
      font-style: italic;
      font-size: 11px;
      color: #444444;
    }
  .navEvents{
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
  }
    .navEvents .navPrev{
      float: left;
      margin-right: 20px;
    }
    .navEvents .navNext{
    }
    .navEvents a{
      text-decoration: none;
      font-size: 11px;
    }
	/* END EVENTS */
	/* EVENT DETAIL */
  .eventDetailDate{
    font-style: italic;
    font-size: 11px;
    color: #444444;
    padding-bottom: 3px;
  }
  .eventDetailUrl{
    font-size: 11px;
  }
	/* END EVENT DETAIL */
	/*FOOTER*/
	.mainWrapper .footer{
		/*position: absolute;
		bottom: 0px;*/
		width: 100%;
		padding-top: 30px;
		padding-bottom: 10px;
		text-align: center;
		font-size: 11px;
	}
    .mainWrapper .footer a{
      color: #666666;
    }
	/*END FOOTER*/