/*		PAGE CONTACT
---------------------------------------------------- */
#bloc-contact{
font:12px/17px;
float:right;
width:450px;
font-family: Arial, Helvetica, sans-serif;
color:#333;
padding:40px 0 0 0;
margin-top:30px;
height:600px
}

#bloc-contact h2{
padding:8px 0 0 0;
margin-left:20px
}

#header-contact{
width:441px;
height:46px;
background:url(/images/contact/bg-contact.jpg) no-repeat
}

#header-contact h2{
font-size:20px
}

#fond_contact {
	width: 961px;
	background: #ACC9D0 url(images/fond.gif);
	z-index: 1;
	height:880px;
	color:#e8e8ea;
}

#fond_contact a{
	color:#e8e8ea;
}

#footer-contact{
width:441px;
height:22px;
background:url(/images/contact/footer-contact.gif) no-repeat
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#515151;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
	font-weight:bold
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(http://www.athle-attitude.com/images/formulaire/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(http://www.athle-attitude.com/images/formulaire/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(http://www.athle-attitude.com/images/formulaire/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(http://www.athle-attitude.com/images/formulaire/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../images/contact/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(/images/contact/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(http://www.athle-attitude.com/images/formulaire/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(http://www.athle-attitude.com/images/formulaire/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(http://www.athle-attitude.com/images/formulaire/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}


/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(http://www.depannage-proximite.com/images/formulaire/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
