@charset "utf-8";
/* CSS Document */

/* formulaires en general */
form label {
  cursor: pointer;
}
fieldset {
  border: none;
}
input, select, textarea {
  font-size: inherit;
  font-family: inherit;
  border: none;
}

/* equipe */
.equipe {
  padding-bottom:24px;
  background: url(../img/hr-pointille.gif) 0 120px repeat-x;
  height:128px; width:433px;
  cursor: pointer;
}
.equipe p {
  position:relative;
  float:left;
  width:278px; height:128px;
  margin-bottom:11px;
}
.equipe em {
  font-style:normal; font-weight:bold;
}
.equipe strong {
font-size:12px; font-weight:bold;
}
.equipe img {
  float:left; margin-right:26px;
}
.contacter {
position:absolute; left:389px;
}

/* formulaires equipe et contact */
.equipe form {
   position:absolute; left:463px;
   width:277px; height:129px;
}
.equipe form:hover {
   z-index:10;
}
.equipe form input, .contactmail input {
   font-size:11px;
   height:20px; width:198px;
   line-height:20px;
   border: solid black 1px;
   margin-bottom:6px;
}
.equipe form input:hover, .equipe form textarea:hover, .equipe form input:focus, .equipe form textarea:focus, .contactmail input:hover, .contactmail textarea:hover, .contactmail input:focus, .contactmail textarea:focus {
   color:#C40040;
   border: solid #C40040 1px;
}
.equipe form button {
    position:absolute; right:0; top:0;
    height:58px; width:69px;
    margin:0; background: url(../img/ok_studio.gif) no-repeat center;
	border:0; cursor:pointer;
	font-size:0px; color:white;
}

.equipe form button:hover{
    margin:0; background: url(../img/ok_studio2.gif) no-repeat center;
}

.equipe form textarea {
	width:275px; height:60px;
	border:1px black solid;
}
.equipe form textarea:hover {
	height:170px;
	border:1px #C40040 solid; color:#C40040;
}

/* modifs pour contact */
.contactmail textarea{
	width:275px; height:180px;
	border:1px black solid;
}
.contactmail button {
    position:relative; top:-245px; right:-206px;
    font-size:11px;
    height:58px; width:69px;
    margin:0; background: url(../img/ok_studio.gif) no-repeat center;
	border:0; cursor:pointer;
	font-size:0px; color:white;
}
.contactmail button:hover {
    margin:0; background: url(../img/ok_studio2.gif) no-repeat center;
}