/* HOME
-------------------------------------------------------------- */

/****** Inscription *****/
.inscription {
	display: inline;
  float: right;
  margin: 0 0 0 30px;
  width: 360px;
}

.inscription ul li {
  padding: 5px 0 0 5px;
}

.inscription ul li span {
	display: block;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
  padding: 0 0 0 30px;
}

.inscription ul li span.circle-1 { background: url(/images/circle-1.png) no-repeat left center; }
.inscription ul li span.circle-2 { background: url(/images/circle-2.png) no-repeat left center; }

.inscription ul li select { margin: 0 0 10px 30px; }

.inscription .gmap {
  background-color: rgb(229, 227, 223);
	height: 348px;
	margin-top: 5px;
	position: relative;
  width: 344px;
}


/****** Présentation *****/
.presentation {
  display: inline;
  float: left;
  width: 490px;
}

.presentation .imageSlideshowHolder {
  height: 209px;
  margin: 0 0 30px 15px;  
  position: relative;
}
.presentation img {
  left: 0;
  position: absolute;
  top: 0;
}

.presentation ul li { padding: 0 0 10px 15px; }

.presentation ul li span {
	display: block;
	font-weight: bold;
}

/****** Partenaires *****/
.partenaires { margin: 30px 0 0 0; }






/* TÉMOIGNAGES
-------------------------------------------------------------- */
.opinion {
	display: inline;
  float: left;
  margin: 15px 0;
  padding: 0 15px;
  text-align: justify;
  width: 413px;
}

.opinion .thumb {
	display: inline;
  float: left;
}






/* VERIFICATION CERTIFICAT
-------------------------------------------------------------- */
.verif-certif {
	display: inline;
  float: left;
  width: 350px;
}

.verif-certif form { margin: 15px 0 20px 0; }

.verif-certif form label { font-weight: bold; }

.candidat {
  background: url(../images/arrow.png) no-repeat left center;
  display: inline;
  float: right;
  padding-left: 110px;
  width: 410px
}

.candidat .infos-candidat {
  color: #333;
  font-size: 12px;	
  line-height: 18px;
  width: 360px;
}

.candidat .infos-candidat .top {
  background: url(../images/id-top.png) no-repeat left top;
  height: 9px;
  line-height: 0;
  width: 360px;
}

.candidat .infos-candidat .bottom {
  background: url(../images/id-bottom.png) no-repeat left top;
  height: 9px;
  line-height: 0;
  width: 360px;
}

.candidat .infos-candidat .content {
  background: #ebebeb url(../images/id.png) no-repeat 10px top;
  height: 92px;
  height: auto !important;
  min-height: 92px;
  padding: 10px 10px 10px 115px;
}

.candidat .error {
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.candidat .name {
	color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}