#titreContactTel
{
    color: #008ac9;
    font-size: 24px;
    margin: 0 0 5px 10px;
}

#titreContactMel
{
    color: #008ac9;
    font-size: 24px;
    margin: 50px 0 -15px 10px;
}

#titreContactForm
{
    color: #008ac9;
    font-size: 24px;
    margin: 50px 0 5px 10px;
}

#repGarantieFormContact
{
    position: absolute;
    width: 155px;
    height: 116px;
    background: url('../images/imgRepGarantieFormContact.png') top left no-repeat;
    right: 0;
}

#topFormContact
{
    background: url('../images/topFootFormContact.png') top left no-repeat;
    width: 482px;
    height: 15px;
}

#footFormContact
{
    background: url('../images/topFootFormContact.png') bottom left no-repeat;
    width: 482px;
    height: 15px;
}

#contentContactForm form
{
    background-color: #2585c7;
    width: 442px;
    /width: 482px;
    *width: 442px;
    padding: 0 20px;
}

#contentContactForm label
{
    float: left;
    display: block;
    width: 110px;
    color: white;
    font-size: 18px;
    text-align: right;
    margin-right: 20px;
}

.inputTextContact
{
    float: left;
    width: 250px;
    height: 20px;
    border: none;
    background-color: #e6f9ff;
    margin-bottom: 10px;
    padding-top: 2px;
}

.debutInputForm
{
    float: left;
    width: 10px;
    height: 22px;
    background: url('../images/debutFinInputContact.png') top left no-repeat;
}

.finInputForm
{
    float: left;
    width: 10px;
    height: 22px;
    background: url('../images/debutFinInputContact.png') top right no-repeat;
}

#topTextarea
{
    background: url('../images/topFootTextarea.png') top left no-repeat;
    width: 435px;
    height: 10px;
}

#contentContactForm textarea
{
    background-color: white;
    width: 435px;
    height: 80px;
    border: none;
}

#footTextarea
{
    background: url('../images/topFootTextarea.png') bottom left no-repeat;
    width: 435px;
    height: 10px;
}

#submitFormContact
{
    width: 99px;
    height: 35px;
    background: url('../images/submitFormContact.png') top left no-repeat;
    border: none;
    color: white;
    font-size: 18px;
    float: right;
    margin-top: 20px;
}

#submitFormContact:hover
{
    background-position: bottom left;
    cursor: pointer;
}

#conditionFormContact
{
    margin-top: 50px;
}

#erreurFormNom, #erreurFormPrenom, #erreurFormMessage, #erreurFormMail
{
    background-color: #ffec00;
    height: 22px;
    /height: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 8px;
}

/* ------------------------------------------------------------------- */

#bottomAccesDotTel
{
    width: 586px;
    /width: 590px;
    height: 25px;
    font-size: 11px;
    padding-left: 4px;
    margin-bottom: 40px;
}

#bottomAccesDotTel a
{
    color: #008ac9;
    text-decoration: none;
}

#titreAccesDotTel
{
    color: #008ac9;
    font-size: 11px;
    margin: 0 0 5px 10px;
}

#contentFillContactMel
{    
    background-color: #2585c7;
    width: 482px;
    color: rgb(40,40,40);
    margin-top: -20px;
	height: 84px;
	margin-bottom: -20px;
}

#contentContactMel
{
}

#contentContactMel label
{
    float: left;
    color: white;
    font-size: 18px;
    margin-left: 15px;
}

#adresseContactMel a
{    
    float: left;
    color: white;
    font-size: 42px;
    margin-left: 10px;
    text-decoration: none;
}