@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-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 */

#triptique {
	margin:0 auto 0 auto;
	border:0;
	padding:0;
	width:980px;
	clear:both;
}

* html #triptique { 
	width:1000px;
}

div#webagency {
	display:none;
	visibility:hidden;
}

div.texte {
	padding:12px 12px 0 12px;;
	border:0;
	margin:0;
	overflow: auto;
}

/*Page related styles for you to view*/
#textscroll {
	/* Typical fixed height and fixed width example */
	width:362px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin:8px;
	padding:2px 8px 0 4px;
}

#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;
	padding:2px 8px 0 4px;
}

* html #textscroll { 
	width:360px;
}



