#simplemodal-overlay {
	background-color: #414636;
	cursor: wait;
}

#simplemodal-container {
	background-color: #D1E4EF;
	border: 3px solid #CCCCCC;
	width: 660px;
	height: 550px;
}

#simplemodal-container a.modalCloseImg {
	background: transparent url("/js/lib/jquery/simpleModal/x.png")		no-repeat scroll 0 0;
	cursor: pointer;
	display: inline;
	height: 29px;
	position: absolute;
	right: -18px;
	top: -15px;
	width: 25px;
	z-index: 3200;
}

#simplemodal-container #basicModalContent {
	padding: 8px;
}

.simplemodal-scroll {
	overflow-y: scroll;
	height: 515px;	
	position: relative;
}

.simplemodal-scroll-large {
	overflow-y: scroll;
	height: 515px;
	padding: 3em;
	position: relative;
}

.simplemodal-scroll-medium {
	overflow-y: scroll;
	height: 515px;
	position: relative;
}

.simplemodal-scroll-little {
	overflow-y: scroll;
	height: 234px;
	position: relative;
}

#loadingOverLay {
	position: relative;
	width: 100%;
	heigth: 100%;
	display: none;
	 z-index:3000;
}

#loadingOverLay #loadingOverLayBgContainer {
	position: fixed;
	background-color: #E8E8EC;
	top: 0;
	left: 0;
	width: 100%;
	heigth: 100%;
}

.formcontact{
	
	text-align: left;	
}
.autour{
	border : 2px solid #385769;
	padding:20px;
}
.formcontact tr {
	height:20px;
}
.formcontact tr td span{
text-align:center;font-weight: bold;font-size:14px;
}

.btnradio{
	width : 20px;
	vertical-align : middle;
}

.input1{width:343px;}
.nom{width:160px;}
h1 {font-size:16px;}


textarea{
font-size: 9px;
  width: 90px;
  padding: 1px;
  color: #385769; /*6BB8E4;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
}