<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   Design:      Swissportail 3.0                              */
/*   Copyright:   HIM Swiss-Internet SA                         */
/*   Name:        swissportail.ch                               */
/*   Graphisme:   recto verso - axesgroupe.ch                   */
/*   HTML/CSS:    recto verso - axesgroupe.ch                   */
/*   File:        Positionnement                                */
/*   Description: Positionnement des DIV principaux             */
/*--------------------------------------------------------------*/
/*   Date:        Novembre 2009                                 */

body {
	background:#494c53;
	/*background-color:#EEEEEE;*/
	}
#page, #surpage {
	width:962px;
	margin:auto;
	}
#page {
	background:url(/img/bg-page.gif) #FFFFFF no-repeat bottom left;
	height:20px;
	}
#head {
	background:url(/img/bg-head.gif) top left no-repeat #ffffff;
	/* height:200px; */
	position:relative;
	}
#titre {
    font-size:47px;
	padding-left:20px;
	padding-top:20px;
	}
#titre a {
    color:Black;
    outline:none;
    }
#titre a img {
    border:none;
    }
#search {
	position:absolute;
	top:95px;
	left:169px;
	z-index:1000;
}
.publicities {
	position:absolute;
	top:173px;
	left:15px;
	width:930px;
	text-align:center;
	}
.publicitiesTradeDoubler {
	position:absolute;
	top:165px;
	left:15px;
	width:930px;
	text-align:center;
	z-index:100;
}
#totalcontent {
	width:962px;
	margin:auto;
	padding-top:5px;    /* HIM Adwords  */
	padding-top:37px;   /* TradeDoubler */
	background:#ffffff;
}

.publicities a {
	outline:none;
	}
#onglets {
	
	}
#foot {
	background:url(/img/bg-foot.gif) no-repeat bottom left;
	height:39px;
	}
.content {
	background:url(/img/bg-onglets.gif) center top no-repeat #e2e2e2;
	width:929px;
	margin:auto;
	}
.contentBottom {
    margin:auto;
    width:929px;
    background:url(/img/bg-content-bottom.gif) no-repeat bottom left;
    height:8px;
    }
.boxes {
	width:889px;
	margin:auto;
	padding-top:20px;
	padding-bottom:10px;
	}
.content .accueil {
	width:900px;
	}
.content .liste {
	width:715px;
	float:left;
	padding-left:20px;
	padding-right:10px;
	}
.liste-adresse-img {
	float:right;
	text-align:right;
	}
.liste-adresse {
	float:left;
	}
.liste-img {
	float:right;
	}
.pub {
	width:160px;
	margin-top:52px;
	margin-right:20px;
	float:right;
	}
.borderRadius {
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius: 10px;
}



.delimiter {
    font-weight:bold;
    color:#F48E57;
}</pre></body></html>