* {
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


body {
	background-imamenuge: url(../images/bg/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 2px;
}

/* ********************************************************************************* */
/* SPLASH SCREEN, LANGUAGE CHOICE ************************************************** */
/* ********************************************************************************* */
div#splash {
	margin-left: auto;
	margin-right: auto;
	border: solid #133763 1px;
	width: 600px;
	height: 400px;
	margin-top: 12px;
}
/* ********************************************************************************* */
/* END SPLASH SCREEN, LANGUAGE CHOICE ********************************************** */
/* ********************************************************************************* */

/* ********************************************************************************* */
/* CONTENTS ELEMENTS IN BASE.JSP PAGE ... ****************************************** */
/* ********************************************************************************* */
div#elements {
	width: 943px;
	margin-left: auto;
	margin-right: auto;
}
/* ********************************************************************************* */
/* END CONTENTS ELEMENTS IN BASE.JSP PAGE ... ************************************** */
/* ********************************************************************************* */

/* ********************************************************************************* */
/* MENU **************************************************************************** */
/* ********************************************************************************* */
div#elements div#menu {
    background-color: #FFFFFF;
    width: 767px;
    height: 54px;
    float: left;
    background-image: url(../images/menu/rightcorner.jpg);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 7px;
    margin-bottom: 4px;
}

div#elements div#menu div#menuLogo {
	float: left;
}

div#elements div#menu div#navigation {
	width: 607px;
	height: 54px;
	float: left;
}

div#elements div#menu div#navigation div#links {
	width: 520px;
	padding-left: 5px;
	padding-right: 14px;
	height: 54px;	
	float: left;
}

div#elements div#menu div#navigation div#links div#topLinks {
	border-bottom: solid #CCCCCC 1px;
	width: 548px;
	height: 25px;
}

div#elements div#menu div#navigation div#links div#topLinks div.toplink {
	float: left;
	border-right: solid #CCCCCC 1px;
	height: 21px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
}

div#elements div#menu div#navigation div#links div#topLinks div.toplink span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;	
}

div#elements div#menu div#navigation div#links div#topLinks div.toplinkhover a.toplinkelement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

div#elements div#menu div#navigation div#links div#topLinks div.toplinkhover:hover {
	background-color: #DDDDDD;
}

div#elements div#menu div#navigation div#links div#topLinks div#autresgenres {
	padding-right: 18px;
	background-image: url(../images/menu/downarrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	border-right: none;
}

div#elements div#menu div#navigation div#links div#topLinks div#autresgenres a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;	
}

div#elements div#menu div#navigation div#links div#topLinks div#autresgenres div#otherlinks {
	display: none;
	position: absolute;
	border: solid #CCCCCC 1px;
	top: 25px;
	left: -1px;
}

div#elements div#menu div#navigation div#links div#topLinks div#autresgenres:hover {
	border-right: solid #CCCCCC 1px;
}

div#elements div#menu div#navigation div#links div#topLinks div#autresgenres:hover div#otherlinks {
	display: block;
	background-color: #F3F3F3;
}

div#elements div#menu div#navigation div#links div#topLinks div#autresgenres:hover div#otherlinks a {
	display: block;
	padding: 4px;
	width: 124px;
}

div#elements div#menu div#navigation div#links div#topLinks div#autresgenres:hover div#otherlinks a:hover {
    	background-color: #DDDDDD;
}

div#elements div#menu div#navigation div#links div#topLinks div#ulssearch {
	float: right;
	padding: 0px;
	margin: 0px;
	border: none;
	padding-top: 3px;
}

div#elements div#menu div#navigation div#links div#topLinks div#ulssearch form input {
	border: solid #CCCCCC 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

div#elements div#menu div#navigation div#links div#bottomLinks {
	width: 548px;
	height: 25px;
}

div#elements div#menu div#navigation div#links div#bottomLinks div.bottomlink {
	float: left;
	border-right: solid #CCCCCC 1px;
	height: 20px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
}

div#elements div#menu div#navigation div#links div#bottomLinks div.bottomlinkhover:hover {
	background-color: #DDDDDD;
}

div#elements div#menu div#navigation div#links div#bottomLinks div.bottomlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

div#elements div#menu div#navigation div#links div#bottomLinks div.bottomdownarrow {
	padding-right: 17px;
	background-image: url(../images/menu/downarrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#elements div#menu div#navigation div#links div#bottomLinks div#conseilsPlanif, 
div#elements div#menu div#navigation div#links div#bottomLinks div#rmxQuebec {
    position: relative;
}

div#elements div#menu div#navigation div#links div#bottomLinks div#conseilsPlanif div#otherConseils,
div#elements div#menu div#navigation div#links div#bottomLinks div#rmxQuebec div#otherRmxQuebec {
    display: none;
    position: absolute;
    border: solid #CCCCCC 1px;
    background-color: #F2F2F2;
    top: 24px;
    left: -1px;
    z-index:1000;
}

div#elements div#menu div#navigation div#links div#bottomLinks div#conseilsPlanif:hover div#otherConseils,
div#elements div#menu div#navigation div#links div#bottomLinks div#rmxQuebec:hover div#otherRmxQuebec {
    display: block;
}

div#elements div#menu div#navigation div#links div#bottomLinks div#conseilsPlanif:hover div#otherConseils a,
div#elements div#menu div#navigation div#links div#bottomLinks div#rmxQuebec:hover div#otherRmxQuebec a {
    display: block;
    padding: 4px;
    width: 164px;
}

div#elements div#menu div#navigation div#links div#bottomLinks div#conseilsPlanif:hover div#otherConseils a:hover,
div#elements div#menu div#navigation div#links div#bottomLinks div#rmxQuebec:hover div#otherRmxQuebec a:hover {
    background-color: #DDDDDD;
}

div#elements div#menu div#navigation {
    position: relative;
}

div#elements div#menu div#navigation div#langues {
	float: left;
	text-align: center;
	margin-left: 21px;
        position: relative;
        top: -8px;
}

div#elements div#menu div#navigation div#langues a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

div#elements div#menu div#navigation div#langues a#homelink {
	color: #CCCCCC;
}

div#elements div#menu div#navigation div#langues a#langlink {
	color: #F3200B;
        font-weight: bold;
}

/* ********************************************************************************* */
/* END MENU ************************************************************************ */
/* ********************************************************************************* */

/* **************************************************************************************** */
/* HOME PAGE ****************************************************************************** */
/* **************************************************************************************** */

div#elements div#content div#home {
	width: 764px; 
	float: left;
		
}

div#elements div#content div#home div#onglets { 
}

div#elements div#content div#home div#onglets div.onglet {
	width: 382px;
	height: 167px;
	float: left;
         padding: 0px;
}

div#elements div#content div#home div#onglets div#ongletPourAcheter {
    background-repeat: no-repeat;
}

div#elements div#content div#home div#onglets div#ongletPourVendre {    
    background-repeat: no-repeat;
}

div#elements div#content div#home div#onglets div.onglet div h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
        margin-left: 24px;
        margin-top: 8px;
}

div#elements div#content div#home div#onglets div.onglet div {
    margin: 0px;
    padding: 0px;   
}

div#elements div#content div#home div#onglets div.onglet div h5 {
	color: #1775BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
        margin-top: 34px;
        margin-bottom: 0px;
}

div#elements div#content div#home div#onglets div.onglet div ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
         margin-top: -4px;
}

div#elements div#content div#home div#onglets div.onglet div ul li {
	padding-left: 8px;
	background-image: url(../images/accueil/listarrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 136px;
}

div#elements div#content div#home div#onglets div.onglet div ul li a {
    text-decoration: none;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div#elements div#content div#home div#onglets div.onglet div ul li a:hover {
    text-decoration: underline;
    color: #1575BF;
}

div#elements div#content div#home div#publicite div#decouvrez span {
    font-family: Arial, Helvetica, sans-serif;
    color: #888888;
    font-size: 14px;
    font-weight: bold;
}

div#elements div#content div#home div#publicite div.pubelement {
	border: solid #CCCCCC 1px;
	float: left;
	margin-top: 4px;
}

div#coinDesAmis {
    margin-top: 12px;
    margin-bottom: 8px;
}

div#coinDesAmis h5 {
    padding-top: 24px;
    padding-left: 8px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

div#coinDesAmis h6 {
    padding-left: 8px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
}

div#liensvisites {
	margin-top: 12px;
        /*width: 168px;
        height: 132px;
        background-image: url(../images/accueil/deveniragent.jpg);
	background-position: top;
	background-repeat: no-repeat;
        padding-top: 30px;
        padding-left: 8px;*/
}

div#liensvisites h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 24px;
}

div#liensvisites h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
    padding-left: 16px;
    margin-top: -6px;
}

div#liensvisites ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 14px;
}

div#liensvisites ul li {
    padding-left: 8px;
    background-image: url(../images/accueil/listarrow.gif);
    background-position: left;
    background-repeat: no-repeat;
}

div#liensvisites ul li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #696768;
    font-size: 11px;
}

/* **************************************************************************************** */
/* END HOME ******************************************************************************* */
/* **************************************************************************************** */

/* **************************************************************************************** */
/* SEARCH FORM **************************************************************************** */
/* **************************************************************************************** */

div#elements div#content div#searchForm {
	clear: both; 
}

div#elements div#content div#searchForm div#searchTitleContents {
	background-image: url(../images/search/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 943px;
	height: 39px;
}

div#elements div#content div#searchForm div#searchTitleContents div#title {
	width: 360px;
	height: 37px;
	float: left;
	padding-top: 2px;
	padding-left: 8px;
}

div#elements div#content div#searchForm div#searchTitleContents div#title span {
	color: #1C67AB;
	font-family: Tahoma;
	font-size: 23px;
	font-weight: bold;
}

div#elements div#content div#searchForm div#searchTitleContents div#optimize {
	width: 160px;
	height: 28px;
	float: left;
	padding-left: 4px;
	padding-top: 11px;
}
/* 4387B7 */
div#elements div#content div#searchForm div#searchTitleContents div#optimize a {
	color: #4387B7;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

div#elements div#content div#searchForm div#searchTitleContents div#greyZone {
	float: left;
	width: 172px;
	height: 39px;
}

div#elements div#content div#searchForm div#searchTitleContents div#resultsFound {
	width: 85px;
	height: 27px;
	float: left;
	padding-top: 12px;
	padding-left: 6px;
}

div#elements div#content div#searchForm div#searchTitleContents div#resultsFound span {
	color: #4387B7;
	font-family: Tahoma;
	font-size: 11px;
}

div#elements div#content div#searchForm div#searchTitleContents div#launchSearch {
	float: left;
	padding-top: 11px;
	padding-left: 14px;
}

div#elements div#content div#searchForm div#searchTitleContents div#launchSearch a {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

div#elements div#content div#searchForm div.searchSection {
	width: 897px;
	height: 35px;
	border-bottom: dotted #CDCDCD 1px;
	padding-left: 46px;
	background-color: #FFFFFF;
}

div#elements div#content div#searchForm div.searchSection div.searchTitle {
	padding-top: 8px;		
	float: left;
}

div#elements div#content div#searchForm div#priceContents div.pricerange div span.transactionType,
div#elements div#content div#searchForm div.searchSection div.searchTitle span {
	color: #4387B7;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;	
}

div#elements div#content div#searchForm div#priceContents {
	background-image: url(../images/search/pricebg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
        float: left;
}

div#elements div#content div#searchForm div#priceContents div.pricerange {
	float: left;
	height: 35px;
	padding-left: 6px;
}

div#elements div#content div#searchForm div#priceContents div.pricerange div {
	float: left;
	margin-right: 9px;
}

div#elements div#content div#searchForm div#priceContents div.pricerange div select {
	border: solid #666666 1px;
}

div#elements div#content div#searchForm div#priceContents div.pricerange div input {
	border: none;
}


div#elements div#content div#searchForm div#priceContents div.pricerange div.sevenPadding,
div#elements div#content div#searchForm div#genreContents div#genreCheckboxes div.sevenPadding,
div#elements div#content div#searchForm div#typesAutres div.sevenPadding,
div#elements div#content div#searchForm div#autreCac div.sevenPadding {
	padding-top: 7px;
}

div#elements div#content div#searchForm div#priceContents div.pricerange div.ninePadding,
div#elements div#content div#searchForm div#genreContents div#genreCheckboxes div.ninePadding,
div#elements div#content div#searchForm div#typesAutres div.ninePadding,
div#elements div#content div#searchForm div#autreCac div.ninePadding {
	padding-top: 9px;
}

div#elements div#content div#searchForm div#priceContents div.pricerange div select,
div#elements div#content div#searchForm div#priceContents div.pricerange div span,
div#elements div#content div#searchForm div#priceContents div.pricerange div label,
div#elements div#content div#searchForm div#genreContents div#genreCheckboxes div label,
div#elements div#content div#searchForm div#genreContents div#genreCheckboxes div span {
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
}

div#sinceContents {
    background-image: url(../images/search/4.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    clear: both; 
    float: none;
}

div#elements div#content div#searchForm div#genreContents {
	background-image: url(../images/search/genrebg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#elements div#content div#searchForm div#genreContents div#genreCheckboxes {
	float: left;
	margin-left: 6px;
}

div#elements div#content div#searchForm div#genreContents div#genreCheckboxes div {
	float: left;
	margin-right: 14px;
}

div#autresTypes {
        width: 880px;
	border-bottom: dotted #CDCDCD 1px; 
	padding-left: 48px;
        padding-top: 5px;
        padding-right: 16px;
        padding-bottom: 5px;
        display: none;
        clear: both;
        float: left;
}

div#autresTypes span, div#autresTypes div#autresCheckboxes div label {
    color: #666666;
    font-family: Tahoma;
    font-size: 12px;
}   

div#autresTypes div#autresCheckboxes {
	border: none;
	padding: 3px;
        float: left;
}

div#autresTypes div#autresCheckboxes div {
	white-space: nowrap;
	margin-bottom: 3px;
	display: block;
	float: left;
        margin-right: 16px;
}

div.genresSubmitBtn {
    text-align: center; 
    padding-top: 6px; 
    width: 148px; 
    height: 22px; 
    margin-right: 4px; 
    margin-top: 4px; 
    float: right;
    background-image: url(../images/search/submitbtn.jpg); 
    background-repeat: no-repeat;
}

div.genresSubmitBtn a {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

div#elements div#content div#searchForm div#localiteContents {
	background-image: url(../images/search/localitebg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

div#elements div#content div#searchForm div#localiteContents div.localiteLabels {
	padding-left: 9px;
	padding-top: 10px;	
	float: left;
	display: block;
	white-space: nowrap;
}

div#elements div#content div#searchForm div#localiteContents div.localiteLabels span {
	color: #4387B7;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;	
}

div#elements div#content div#searchForm div#selectionLocalite {
	width: 943px;
	margin-top: 4px;
	background-color: #FFFFFF;
	float: left;
}

div#elements div#content div#searchForm div#selectionLocalite div#mapArea {
	width: 337px;
	height: 323px;
	float: left;
}

div#elements div#content div#searchForm div#selectionLocalite div#regions {
	width: 160px;
	height: 432px;
	background-image: url(../images/search/regionsbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

div#elements div#content div#searchForm div#selectionLocalite div#sousregions {
	width: 200px;
	height: 432px;
	background-image: url(../images/search/sousregionsbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

div#selectionLocaliteformap div#sousregions {
	width: 203px;
	height: 432px;
	background-image: url(../images/search/sousregionsbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

div#elements div#content div#searchForm div#selectionLocalite div#villes {
	width: 240px;
	height: 432px;
	background-image: url(../images/search/villessbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

div#elements div#content div#searchForm div#selectionLocalite div div.regionSelectTitle {
	padding-left: 0px;
	margin-bottom: 3px;
}

div#elements div#content div#searchForm div#selectionLocalite div div.regionSelectTitle span {
	color: #4387B7;
	font-family: Tahoma;
	font-size: 10px;
	
}

div#elements div#content div#searchForm div#selectionLocalite div div.selectCheckboxes {
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	border: none;
}

div#elements div#content div#searchForm div#selectionLocalite div div.selectCheckboxes div.regionCheckbox {
	display: block;
	padding-top: 2px; 
	height: 14px;	
	cursor: pointer;
}

div#elements div#content div#searchForm div#selectionLocalite div div.selectCheckboxes div.regionCheckbox div.regionLabel {
	padding-left: 1px; 
	width: 140px; 
	float: left;
}

div#elements div#content div#searchForm div#selectionLocalite div div.selectCheckboxes div.regionCheckbox div span {
	font-size: 10px;
	font-family: Tahoma;
	color: #666666;
	font-weight: normal;
}





div#elements div#content div#searchForm div#selectionLocaliteformap div#villes {
	width: 240px;
	height: 432px;
	background-image: url(../images/search/villessbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

div#elements div#content div#searchForm div#selectionLocaliteformap div div.regionSelectTitle {
	padding-left: 0px;
	margin-bottom: 3px;
}

div#elements div#content div#searchForm div#selectionLocaliteformap div div.regionSelectTitle span {
	color: #4387B7;
	font-family: Tahoma;
	font-size: 10px;
	
}

div#elements div#content div#searchForm div#selectionLocaliteformap div div.selectCheckboxes {
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	border: none;
}

div#elements div#content div#searchForm div#selectionLocaliteformap div div.selectCheckboxes div.regionCheckbox {
	display: block;
	padding-top: 2px; 
	height: 14px;	
	cursor: pointer;
}

div#elements div#content div#searchForm div#selectionLocaliteformap div div.selectCheckboxes div.regionCheckbox div.regionLabel {
	padding-left: 1px; 
	width: 140px; 
	float: left;
}

div#elements div#content div#searchForm div#selectionLocaliteformap div div.selectCheckboxes div.regionCheckbox div span {
	font-size: 10px;
	font-family: Tahoma;
	color: #666666;
	font-weight: normal;
}




div#villesCheckboxes {
	width: 249px;
        _width: 245px;
	height: 404px; 
	overflow: auto; 
	display: block;
}

div#ajaxloading {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 56px;
	height: 86px;
	border: solid #DEDEDE 1px;
	background-image: url(../images/search/ajaxloading.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: none;
}

div#elements div#content div#searchForm div#autreContents {
	display: block; 
	clear: both; 
	float: left;
	padding-top: 4px;
	background-image: url(../images/search/autresbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

div#elements div#content div#searchForm div#typesAutres {
	display: block;
	float: left;
	clear: both;
}

div#elements div#content div#searchForm div#typesAutres div span,
div#elements div#content div#searchForm div#typesAutres div label,
div#elements div#content div#searchForm div#autreCac div span,
div#elements div#content div#searchForm div#autreCac div label,
div#elements div#content div#searchForm div#autreCaracteristiques div span,
div#elements div#content div#searchForm div#autreCaracteristiques div label {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: normal;	
}

div#elements div#content div#searchForm div#typesAutres div,
div#elements div#content div#searchForm div#autreCac div {
	margin-right: 14px;
}

div#elements div#content div#searchForm div#autreContents div#autresCriteresTitle {
	cursor: pointer;
}

div#elements div#content div#searchForm div#autreContents div#autresCriteresTitle:hover span {
	text-decoration: underline;
}

div#elements div#content div#searchForm div#autreContents div#autresCriteresArrow {
	float: left;
	width: 12px;
	height: 39px;
	margin-top: -2px;
        background-image: url(../images/search/autrescriteresarrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div#elements div#content div#searchForm div#autreContents div#greyZoneAdvanced {
    float: left;
    width: 472px;
    height: 39px;
}

div#elements div#content div#searchForm div#autreContents div#resultsFoundAdvanced {
	width: 85px;
	height: 27px;
	float: left;
	padding-top: 8px;
	padding-left: 6px;
}

div#elements div#content div#searchForm div#autreContents div#resultsFoundAdvanced span {
	color: #4387B7;
	font-family: Tahoma;
	font-size: 11px;
}

div#elements div#content div#searchForm div#autreCac {
	display: block;
	clear: both;	
}

div#elements div#content div#searchForm div#autreCaracteristiques {
	padding-top: 9px; 
	padding-left: 46px; 
	display: block;
	clear: both;
	float: none;
	background-color: #FFFFFF;
}

div#elements div#content div#searchForm div#autreCaracteristiques div.headerElement {
	width: 60px; 
	font-style: italic; 
	float: left; 
	color: #508FBC; 
	text-align: center;
}

div#elements div#content div#searchForm div#autreCaracteristiques div.headerElement span {
	font-size: 11px;
	color: #75A1BE;
}

div#elements div#content div#searchForm div#autreCaracteristiques div.caractElement {
	width: 60px; 
	float: left; 
	text-align: center;
}

div#elements div#content div#searchForm div#autreCaracteristiques div.caractLabelLeft {
	float: left; 
	width: 138px; 
	padding-left: 12px;
}

div#elements div#content div#searchForm div#autreCaracteristiques div.caractLabelRight {
	float: left; 
	width: 144px; 
	padding-left: 36px;
}

div#elements div#content div#searchForm div#autreCaracteristiques div.caractLabelLeft span,
div#elements div#content div#searchForm div#autreCaracteristiques div.caractLabelRight span {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

/* **************************************************************************************** */
/* END SEARCH FORM ************************************************************************ */
/* **************************************************************************************** */

/* **************************************************************************************** */
/* SEARCH RESULTS ************************************************************************* */
/* **************************************************************************************** */

div#results {
	clear: both; 
	float: none;
	margin: 0px;
	border: none;
}

div#results div.resultCard {
    width: 188px;
    height: 256px;
    background-repeat: no-repeat;
    float: left;
    margin: 0px;
}

div#results div.resultCard div.infoBulle {
    display: none;
    width: 437px;
    height: 242px;
    background-image: url(../images/results/infobulle-top-left.gif);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
}

div#results div.resultCard div.infoBulle p.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	height: 48px;
	overflow: hidden;
	width: 380px;
	margin-top: 28px;
	margin-left: 28px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

div#results div.resultCard div.infoBulle div.bulleCaracts {
	margin-left: 28px;
	margin-right: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: dotted #CCCCCC 1px;
	border-bottom: dotted #CCCCCC 1px;

}

div#results div.resultCard div.infoBulle div.bulleCaracts span {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

div#results div.resultCard div.infoBulle div.agentsBulle {
	margin-left: 28px;
	margin-top: 4px;
        padding-top: 4px;
}

div#results div.resultCard div.infoBulle div.agentsBulle div {
	width: 184px;
	height: 90px; 
	float: left;
	margin-right: 6px;
	background-image: url(../images/results/agentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#results div.resultCard div.infoBulle div.agentsBulle div {
    padding-top: 4px;
    padding-left: 4px;
}

div#results div.resultCard div.infoBulle div.agentsBulle div img {
	float: left;
	margin-right: 3px;
	margin-bottom: 8px;
	border: solid #CCCCCC 1px;
}

div#results div.resultCard div.infoBulle div.agentsBulle div h3 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1C67AB;
}

div#results div.resultCard div.infoBulle div.agentsBulle div h5 {
	color: #333333;	
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#results div.resultCard div.inscriptionThumb {
	width: 152px;
	height: 114px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px;
        background-repeat: no-repeat;
}
div#results div.resultCard div.inscriptionThumb img.inscriptionThumbImage {
        width: 152px;
        height: 101px;
}

div#results div.resultCard div.inscriptionPrix {
	text-align: right;
        width: 154px;
        height: 12px;
        padding-top: 0px;
        padding-left: 16px;
        padding-right: 18px;
}

div#results div.resultCard div.inscriptionPrix div {
	float: left;	
}

div#results div.resultCard div.inscriptionPrix span {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

div#results div.resultCard div.inscriptionUls {
    text-align: left;    
}

div#results div.resultCard div.inscriptionVille,
div#results div.resultCard div.inscriptionGenre{
	text-align: left;
        padding-left: 19px;
        margin: 0px;
        clear: both;
}

div#results div.resultCard div.inscriptionUls span,
div#results div.resultCard div.inscriptionVille span,
div#results div.resultCard div.inscriptionGenre span {
	font-family: Tahoma;
	color: #333333;
	font-size: 9px;
	font-weight: normal;
}

div#resultsHeader {
	width: 943px;
	height: 39px;
	background-image: url(../images/results/pagerheader.jpg);
	background-repeat: no-repeat;
	display: block;
	float: none;
	clear: both;
	margin-bottom: 12px;
}

div#resultsHeader h3 {
    font-family: Tahoma;
    color: #1C67AB;
    font-size: 24px;
}

div#resultsHeader div#resultsFound {
	float: left;
	padding-top: 12px;
	padding-left: 8px;
	width: 88px;
	height: 27px;
}

div#resultsHeader div#resultsFound span {
	color: #2E619A;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

div#resultsHeader div#memberLinks {
    float: left;
    padding-top: 4px;
    padding-left: 4px;
    width: 128px;
    height: 35px;
}

div#resultsHeader div#memberLinks div a {
    text-decoration: underline;
}

div#resultsHeader div#memberLinks div span {
    text-decoration: none;
    white-space: normal;
}

div#resultsHeader div#memberLinks div a,
div#resultsHeader div#memberLinks div span{
    color: #D83634;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

div#resultsHeader div#sorttingOptions {
    float: left;
    padding-top: 2px;
    padding-left: 8px;
    width: 168px;
    height: 35px;
}

div#resultsHeader div#sorttingOptions span {
    color: #2E619A;
    text-decoration: none;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

div#resultsHeader div#sorttingOptions select {
    border: solid #2E619A 1px;
    font-size: 9px;
    width: 60px;
}

div#resultsHeader div#sorttingOptions select option {
    color: #2E619A;
    text-decoration: none;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
}

div#maxSearchesMessage {
    width: 947px; 
    display: block; 
    float: none; 
    clear: both;
}

div#maxSearchesMessage span {
    font-size: 14px;
    font-weight: bold;
    color: #F3200B;
    font-family: Arial, Helvetica, sans-serif;
}

/* SECTION POUR LES ERREURS */
div#errors {
    width: 942px;
    border: solid 1px #EA1414;
    margin-top: 5px;
    margin-bottom: 5px;
}

div#errors div#content span {
    font-family: Tahoma;
    font-size: 14px;
}

div#errors div#content ul {
    padding-left: 15px;
    color: #EA1414;
}

div#errors div#title {
    background-color: #EA1414;
    color: #FFFFFF;
    padding: 3px;
    text-align: center;
}

div#errors div#title span {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px; 

}

div#errors div#content {
    background-color: #FFFFFF; 
    padding: 10px; 
}       

div#saveSearchForm {
    border: solid #666666 1px; 
    display: none; 
    float: none; 
    padding: 6px;
    background-color: #F1F2F2;
}

div#saveSearchForm input#txtSaveSearch {
    border: solid #666666 1px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666666;
}

div#saveSearchForm a {
    font-family: Tahoma;
    font-size: 11px;
    color: #666666;
    text-decoration: underline;
}

/* **************************************************************************************** */
/* END SEARCH RESULTS ********************************************************************* */
/* **************************************************************************************** */

/* **************************************************************************************** */
/* PAGER ********************************************************************************** */
/* **************************************************************************************** */

div#pagerTitle {
	padding-top: 4px;
	width: 276px;
	float: left;
}

div#pagerTitle span{
	color: #1C67AB;
	font-family: Tahoma;
	font-size: 23px;
	font-weight: bold;
}

div#pagerContent {
	width: 254px;
	height: 27px;
	float: left;
}

div#pagerContent div.pagerElement {
	float: left;
	margin-right: 0px;
	padding: 1px;
}

div#pagerContent div.pagerElement,
div#pagerContent div.pagerElement a {
	color: #2E619A;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
}

div#pagerContent div.selectedPagerElement {
	float: left;
	margin-right: 0px;
	padding: 1px;	
	background-color: #F1F4F9;
}

div#pagerContent div.selectedPagerElement,
div#pagerContent div.selectedPagerElement a {
	color: #D83634;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
/* **************************************************************************************** */
/* END PAGER ****************************************************************************** */
/* **************************************************************************************** */

/* **************************************************************************************** */
/* FOOTER ********************************************************************************* */
/* **************************************************************************************** */

div#elements div#footerContents {
	display: block;
	float: none;
	clear: both;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	font-size: 0px;
        margin-bottom: 84px;
}

div#elements div#footerContents div#footer {
	border: solid #DDDDDD 1px;
	background-color: #EEEEEE;
	font-size: 10px;
	padding: 6px;
}

div#elements div#footerContents div#footer div span {
	font-size: 10px;
	font-weight: bold;
	color: #006699;
}

div#elements div#footerContents div#footer div a {
    font-size: 10px;
    font-weight: bold;
    color: #006699;
}

/* **************************************************************************************** */
/* END FOOTER ***************************************************************************** */
/* **************************************************************************************** */

/* **************************************************************************************** */
/* PAGES D'ERREUR ************************************************************************* */
/* **************************************************************************************** */
div#erreur404Container {
    width: 943px; 
    display: block; 
    float: none; 
    clear: both;
    padding-bottom: 24px;
    background-image: url(../images/static/contentbg.jpg);
    background-repeat: no-repeat;
    height: 225px;
}

div#erreur404Container p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    margin-top: 4px;
    margin-bottom: 8px;
    margin-left: 24px;
    margin-right: 24px;
}

div#erreur404Title {
    height: 58px;
    padding-left: 18px;
    padding-top: 16px;
    margin-bottom: 24px;
    background-image: url(../images/static/headerbg.jpg);
    background-repeat: repeat-y;
}

div#erreur404Title span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;	
    font-weight: bold;
}

div#tooMuchResults {
    width: 947px; 
    float: none; 
    clear: both; 
    padding-top: 12px; 
    text-align: center; 
    margin-bottom: 10px;
}

div#tooMuchResults span {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;	
    font-weight: bold;
    
}

#regionslist{
 font-size: 8px;
}

#regionslist a{
 color: #3288C5;
 cursor:pointer;
 cursor:hand;
}
#offices span{
	cursor:pointer;
	display:block;
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	padding-top:2px;
	white-space:nowrap;
	
}

#cei-box{
	background-image: url(../images/accueil/cei.jpg);
	height: 81px;
	width:172px;
	cursor:pointer;
	border:0;
}

#cei-text{
    width:125px;
    font-family:arial;
    font-size: 12px;
    color: #155DA5;
    padding-left:5px;
    
    
}

