body {
	margin:0px;
	background-color:#FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
/*	height: 100%; /* VP, scroll menu 20071217 */
/*	width: 100%; /* VP, scroll menu 20071217 */
/*	overflow: auto; /* VP, scroll menu 20071217 */
}
html { /* VP, scroll menu 20071217 */
/*	height: 100%;
	width: 100%;
	overflow:hidden;
	*/
}
h1 {
	text-align:right;
	margin-right:25px;
	font-size:18px;
}
h2 {
	text-align:left;
	font-size:15px;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:15px;
}
h3 {
	text-align:left;
	font-size:13px;
	background: url(http://www.ecotravail.com/corporate/images/bullet.png) center left no-repeat;
	padding-left: 17px;
}
h4 {
	font-size:12px;
	color:#FF9900;
	margin:0px;
}
ul {
	margin:0px;
}
li {
	margin-top:2px;
}
.idhome {
	color:#FFFFCC;
}
.page {
	background-color:#FAFAFA;
	background: url(http://www.ecotravail.com/maquette/images/bg/brick012.jpg) top left repeat;
	width:760px;
	text-align:justify;
	border-left:solid 1px #FF9900;
	border-right:solid 1px #FF9900;
	border-bottom:solid 1px #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.menu {
	background-image:url(../images/encadre_menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:left;
}
a.aMenu:link, a.aMenu:visited, a.aMenu:active {
	margin-left:7px;
	text-decoration: none;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.aMenu:hover {
	color:#680308;
}
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration:underline
}

a.mentions_legales:link, a.mentions_legales:visited, a.mentions_legales:hover, a.mentions_legales:active {
	text-decoration: none;
	color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txt_cadre {
	margin-left:20px;
	margin-right:15px;
}
.txt_valeur {
	color:#570000;
	font-weight:bold;
	font-style: italic;
}
.txt_marge {
	margin:12px 22px 22px 22px;
}
.encadre_cadre {
	border:solid 1px #FF9900;
	text-align:justify;
	width:145px;
	margin-right:5px;
	margin-top:10px;
}
.encadre_txt {
	margin:5px;
}
.encadre_titre {
	color:#FFFFFF;
	background-color:#FF9900;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
	margin-top:2px;
}
.txt_cout {
	color:#660000;
}
.txt_productivite {
	color:#006699;
}
.txt_pollution1 {
	color:#666666;
}
.txt_pollution2 {
	color:#32A032;
}
.note {
	position:relative;
	width:150px;
	height:auto;
	background-color:#FFFFCC;
	color:#660000;
	border:solid 1px #FF9900;
	z-index:10;
}
#menu { /* VP, scroll menu 20071217 */
/*
	position: absolute;
	left:1px;
	width: 165px;
	height: 100%;
*/
}

/*-------------- news ticker ----------------*/
    #ticker-container {
        position:relative;
        overflow:hidden;
        width: 130px;
        height: 100px;
/*        background-color: white; 
        background-repeat: repeat; */
        padding: 2px;
        border:  solid white 1px;
    }
	
	#ticker {
		position:relative;
		width:120px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display: list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: x-small;
            font-weight: normal;
            color: black;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: x-small;
            font-weight: normal;
            color: #FF9900;
            text-decoration: none;
            padding-left: 2px;
	}
        
    #ticker ul li a:hover {
            font-family: arial;
            font-size: x-small;
            color: #7D8489;
			background-color:#FFFFCC;
            text-decoration: none;
            padding-left: 2px;
    }