﻿#contacts
{
    background: repeat-x scroll 0 0 #EBEBEB;
    border-radius: 4px 4px 4px 4px;
    font-size: 1.1em;
    padding: 8px;
    position: relative;
    display: inline-block;
}

#contacts .pavecontacts
{
    background: url("indimages/fonds/bg_toolbar_identite.png") repeat-x scroll 0 0 #F7F7F7;
    border-radius: 4px 4px 4px 4px;
    font-size: 1.1em;
    padding: 4px;
    position: relative;
    margin: 0 5px 12px 0;
	-webkit-box-shadow: 1px 1px 3px #444;
	   -moz-box-shadow: 1px 1px 3px #444;
	        box-shadow: 1px 1px 3px #444;
}

#contacts .paveconseiller
{
    background: url("indimages/fonds/bg_toolbar_identite.png") repeat-x scroll 0 0 #F7F7F7;
    border-radius: 4px 4px 4px 4px;
    font-size: 1.1em;
    padding: 10px;
    position: relative;
    margin: 0 5px 12px 0;
	-webkit-box-shadow: 1px 1px 3px #444;
	   -moz-box-shadow: 1px 1px 3px #444;
	        box-shadow: 1px 1px 3px #444;
}

#contacts .pavegauche
{
    float: left;
    width: 300px;
    margin: 0 5px;
}

#contacts .pavedroit
{
    float: left;
    width: 300px;
    margin-left: 50px;
}

#contacts .contactEmail
{
	color: #D00019;
	font-weight: bold;
}

#contacts .imgTelephone
{
    background: transparent url(picto_tel_cc.png) no-repeat scroll 1px 3px;
	padding-left: 20px;
}

#contacts .imgEmail
{
    background: transparent url(picto_mail_cc.png) no-repeat scroll 3px 4px;
    padding-left: 20px;
}

#contacts .contactTelephone
{
	font-weight: bold;
}

#contacts h1
{
    color: #D00019;
    font: normal normal 1.7em/1.2 "Arial Light" , "Arial" , "Trebuchet MS" , Arial, Sans-Serif; /* 18px */
    margin: 0 0 8px;
    font-weight: 700;	
}

#contacts h2
{
	font: normal normal 1.8em/1.2 "Arial Light", "Arial", "Trebuchet MS", Arial, Sans-Serif; /* 18px */
	margin: 0 0 5px 0;
	font-weight: 700;	
}

#contacts  p {
    color: #404040;
    line-height: 1.4;
}

.cadrepopupcontacts {
    background: none repeat-x scroll 0 0 #FBFBFB;
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #DDDDDD;
    font-size: 1.1em;
    height: 680px;
    margin: 0 0 30px;
    padding:0px;
    /*padding: 8px 13px;*/
    position: relative;
    width: 620px;
}