@charset "utf-8";
/* IMPORT DES THEMES ET STYLES PAR DEFAUT */

@import url("jcdecaux-defaut.css");
@import url("jcdecaux-structure.css");
@import url("../flexcrollstyles.css");
@import url("jcdecaux-bleu.css");
@import url("jcdecaux-bleu-ciel.css");
@import url("jcdecaux-bleu-fonce.css");
@import url("jcdecaux-brique.css");
@import url("jcdecaux-brun.css");
@import url("jcdecaux-jaune.css");
@import url("jcdecaux-mauve.css");
@import url("jcdecaux-orange.css");
@import url("jcdecaux-rose.css");
@import url("jcdecaux-rouge.css");
@import url("jcdecaux-vert.css");

/* SPECIFICITES */




body {
	background-color:#BED1D9;
	/* background-image:url(../images/2010/belgique-plat.gif);
	background-position:top center;
	background-repeat:no-repeat; */
}

object, script, noscript { outline:none; border:0; }


#triptique {
	margin:0 auto 0 auto;
	border:0;
	padding:15px 0 0 0;
	width:1010px;
	clear:both;
	height:500px;
}

* html #triptique { 
	width:1020px;
}

div#webagency {
	display:none;
	visibility:hidden;
}

div.texte {
	padding:12px 0 0 0;
	border:0;
	margin:0;
	overflow: auto;
}

/*Page related styles for you to view*/
#textscroll {
	/* Typical fixed height and fixed width example */
	width:380px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin:8px 0 0 0;
	padding:2px 8px 0 0px;
}

#textscrollactu {
	/* Typical fixed height and fixed width example */
  	width:300px;
	height:365px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin:8px 0 0 0;
	padding:2px 8px 0 0;
}

* html #textscroll { 
	width:360px;
}




