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



#module-form-contact .colonne{
	margin-right:5px;
	float:left;
	margin-left:50px;
}
.module-form-contact-txt1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555555;
	font-weight:bold;
}
.module-form-contact-txt2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#555555;
	font-weight:bold;
}
.module-form-contact-txt3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
}
.module-form-contact-txt4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#555555;
	font-size:12px;
}



.module-form-contact-btn-envoyer{
	width:106px;
	background-image:url(../images/module-form-contact-btn-envoyer.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:31px;
	display:block;
	float:right;
	margin: 0;
    padding: 0;
    border: 0px;
    cursor: pointer;  /* pour transformer de pointeur en main */
}

.module-form-contact-btn-envoyer:hover{
	width:106px;
	background-image:url(../images/module-form-contact-btn-envoyer.png);
	background-repeat:no-repeat;
	background-position:0px -30px;
	height:31px;
	display:block;
	float:right;
}
/*-----------------------GESTION DU FORMULAIRE ---------------------------------*/



.cssform p{
	width: 360px;
	float:left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 0; /*width of left column containing the label elements*/
}

.cssform label{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#555555;
	font-size:12px;
	float: left;
	margin-left: 0px; /*width of left column*/
	width: 100px; /* largeur des labels*/
	padding-top:2px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 190px;
	border: 1px solid #e4e4e4;
	padding-right:30px;
}


.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 160px;
	border: 1px solid #e4e4e4;
	margin-left:50px;
}
.cssform textarea{
	width: 160px;
	height: 40px;
	border: 1px solid #e4e4e4;
	padding-right:30px;
}
.cssform textarea#message{
	width: 310px;
	height: 270px;
	border: 1px solid #e4e4e4;
}

.btn-slide :hover{
	text-decoration:underline;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

/* Formatage Select Box */
div.selector {
	display: block;
	width: 100px;/*largeur de la liste der*/
	border: solid 1px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background: url(../images/bg.png) repeat-x left 12px;
	line-height: 22px;
	text-shadow: 0 1px 0 #fff;
	height: 22px;
	color: #444;
	margin-left:100px;
}

div.selector select {
	width: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.selector.focus {
	border-color: #999;
}

div.selector span {
	position: absolute;
	left: 6px;
	top: 0px;
	font-size: 12px;
	padding: 0;
	display: block;
	padding-right:0px;
	background: url(../images/select.gif) no-repeat right 60%;
	right: 0;
}

div.selector.focus span {
	left: 5px;
}

div.selector select {
	position: relative;
	font-size: 12px;
	padding: 0;
	line-height: 23px;
	border: 0;
	margin: 0;
	padding-right: 40px;
}