


body {
	 color: #525252;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	
}

.pageCover {
    background: url("https://static.moveonfr.com/fr-grenoble/images/logo_new.png") no-repeat scroll 60px 15px #fff;
    padding-top: 166px;
	padding-bottom: 0px;
	background-size: 22%;
}

.header {
  display: none;
}
h1 {
    padding-left: 0px;
    background: #162A42;
    padding: 16px 16px;
    color: white;
    font-size: 18px;
}
	
.controlData > button {
    background: url(https://static.moveon4.com/default/icons/icon_search.png) no-repeat scroll 11px 6px #162A42;
    border: 0 solid #162A42;
    border-radius: 3px 3px 3px 3px;
    color: white;
    cursor: pointer;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px 5px 30px;
}

.controlData > button li:hover, .active { 
    background: url(https://static.moveon4.com/default/icons/icon_search.png) no-repeat scroll 11px 6px #162A42;
    border: 0 solid #C6C6C6;
    border-radius: 3px 3px 3px 3px;
    color: white;
    cursor: pointer;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px 5px 30px;
}
.resultHeader {
    border-top: 5px solid #504558;
    color: #04314F;
    font-weight: bold;
    margin: 0;
    min-height: 20px;
    overflow: hidden;
    padding: 7px 0;
    position: relative;
}

.showMore {
    border: 1px solid #504558;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    cursor: pointer;
    font-weight: bold;
    margin: 12px 60px;
    opacity: 0.8;
    overflow: hidden;
    padding: 6px 2px;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
    width: 938px;
    float: left;
    background-color: #504558;
    color: white;
}

#publisherResultNav a li:hover, .active {
    background-color: #FEC923;
    border-color: #04A3A8;
    border-style: solid;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: white;
}

#publisherResultNav a.selected {
    border-bottom: 1px solid #162A42;	
}

#publisherResultNav a:hover, #publisherResultNav a.selected {
    background-color: #162A42;
}
#publisherResultNav a {
    background-color: #162A42;
    border-color: #162A42;
    border-style: solid;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: white;
}

