/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 oct. 2014, 12:32:31
    Author     : jeremy.b
*/

#main_content_transparent_home  ul{
	padding:0px;
	margin-right: 57px;
}

#contactForm{
	width: 58%;
	margin:0 auto;
}


#coordonnee input[type="text"] {
    width: 200px;
	border:1px solid #ddd;
	margin-right:10px;
	margin-left: -49px;
}

#coordonnee select {
    color: #666;
    width: 297px;
    height: 23px;
    margin-left: -49px;
}

#coordonnee {
    width: 75%;
}


#coordonnee .tdLabel {
    width: 215px;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background: #eee;
    color: #484848;
    padding-left: 12px;
    padding-top: 5px;
    height: 21.5px;
    margin-top: 1px;
}

#coordonnee input[type="text"], 
#coordonnee input[type="email"] {
    width: 293px;
    border: 1px solid #ddd;
    margin-right: 50px;
    margin-left: -49px;
}

#position_btn {
    position: relative;
    left: 190%;
    top: 18px;
}

#calendrier{
	position: relative;
	top: 5px;
	left: 4px;	
}

input[type="radio"]{
	margin-left:10px;
	margin-right:5px;
}

#devis{
	width:100%;
	color:#484848;
	border-bottom: 1px solid #eee;
}


#devis textarea{
	width: 70.5%;
	min-height: 94px;
}

/************** Media queries ********************/
@media screen and (max-width : 940px) {
	#contactForm {
	width: 100%;
	margin: 0 auto;
	}
	
}

@media only screen and (min-width : 941px) and (max-width : 1360px) {
	#contactForm {
	width: 100%;
	margin: 0 auto;
	}

}

@media only screen and (min-width : 1361px) and (max-width : 1770px) {
	#contactForm {
	width: 70%;
	margin: 0 auto;
	}
	
}

@media only screen and (min-width : 1771px) and (max-width : 1840px) {
	#contactForm {
	width: 58%;
	margin: 0 auto;
	}
	
	#coordonnee {
    width: 100%;
	}
	
	#coordonnee .tdLabel {
    width: 90%;
	}
	
	#coordonnee .tdInput {
    width: 20%;
	}
	
	#coordonnee input[type="text"], table select {
    border: 1px solid #ddd;
    margin-right: 0;
	}
}
