/*
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_left {
	padding: 3px 0px 12px 8px;
	width: 769px;
}

#main_content_left p{
    color:#484848;
}

#main_content_left .tdLabel {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 200px;
	color:#484848;
}

#coordonnee .tdLabel {
    padding: 0px;
    margin: 0px;
    display: inline-block;
	background:#ddd;
	color: #484848;
	padding-left: 12px;
	padding-top: 5px;
	height: 21.5px;
	margin-top: 1px;
}

#main_content input {
    width: 200px;
}

#coordonnee input {
    width: 200px;
	border:1px solid #ddd;
	margin-right:10px;
	margin-left: -49px;
}

#coordonnee select {
color: #666;
width: 205px;
border-width: 1px medium;
border-style: solid none;
border-color: #ccc-moz-use-text-color;
margin-left: -49px;
height: 22px;
}

h4{
    color: #0e72b5;
    font-style: normal;
}
#coordonnee {
    width: 75%;
}

.float_r {
    float: right;
}
.margin_r10 {
    margin-right: 10px;
}
.margin_r100 {
    margin-right: 100px;
}

textarea {
    min-width: 741px;
    max-width: 410px;
    min-height: 140px;
	margin-top: 6px;
}

.logo_pa {
	position: absolute;
	top: 63px;
	right: 149px;
	width: 165px;
}

.img_demande {
	position: absolute;
	left: 45px;
	top: 239px;
	width: 220px;
}

#main_content_left ul{
	display:inline-block;
	list-style-type:none;
}

#main_content_left ul li{
	padding-top:5px;
	color:#484848;
}

#retour{
	background: url(../images/btn_retour.png) no-repeat;
	height:42px;
	width:98px;
}

#retour:hover{
	background: url(../images/btn_retour_clic.png) no-repeat;
	cursor: pointer;
}

#phone{
	background: url(../images/phone.png) no-repeat #EBEBEB;
	padding-left: 30px;
}

#lien_mail a{
	color:#054570;
	text-decoration:underline;
	background: url(../images/enveloppe_bleue.png) no-repeat;
	padding-left: 24px;
	padding-top: 3px;
	margin-left: -4px;
}

#lien_mail a:hover{
	color:#E7501E;
	background: url(../images/enveloppe_orange.png) no-repeat;
}

input[type="submit"] {
    border: medium none;
    margin-left: -2px;
    margin-top: 12px;
    position: relative;
    left: 553px;
    font-weight: bold;
    font-size: 13px;
    height: 29px;
	width:200px;
}

input[type="checkbox"] {
    margin: 5px;
}
