/* ---------------------------------------------------------------------
* Filename:            Toulouse.css
* Description:         Design for the moveon 4 Publisher
* Website:             moveon4.com
* Author:  			   Renate Schwaighofer
* --------------------------------------------------------------------- 
*/


body {
    background: none repeat scroll 0 0 #fff;
    color: #111;
	 font: 81.3%/1.618 Arial,sans-serif;
	}
	
.pageCover {
  background: url("http://www.univ-tlse2.fr/uas/ksup/LOGO/logo-Universite-Jean-Jaures.png") no-repeat scroll 55px 0px transparent;
	 padding-top: 130px;
	   border: medium none;
	}
	
.logo {
background: url("http://www.univ-tlse2.fr/uas/ksup/LOGO/logo-Universite-Jean-Jaures.png") no-repeat scroll 55px 0px transparent;
	 padding-top: 130px;
	   border: medium none;
}
h1{
	color: #3C353D;
	padding-bottom: 10px;
}

.controlData > button {
    background: url("https://static.moveon4.com/default/icons/icon_search.png") no-repeat scroll 11px 6px #BE1E25;
}
.controlData > button:hover {
    background: url("https://static.moveon4.com/default/icons/icon_search.png") no-repeat scroll 11px 6px #FF7E20;
	color: #fff;
}

.header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0 #fff;
    color: #ff9900;
}
.formContainer fieldset {
    border-bottom: 1px dashed #07294c;
}

.formHeader {
   border-bottom: 1px solid #ff9900;
    color: #ff9900;
}
.resultContent > a, a#backToSearch {
    background: none repeat scroll 0 0 #BE1E25;
}
.resultContent > a:hover, a#backToSearch:hover {
    background: none repeat scroll 0 0 #FF7E20;
	color: #fff;
}
.publisherSearchBox::after, .resultBlock::after, #relationsResults::after, .pageCover::after {
    width: 940px;
}

 
.resultHeader {
	color: #333;
	border-top: 3px solid #BE1E25;
}

.controlData > input, .controlData > select {
    color: #111;
}
.pageCover a {
    color: #000;
}
.pageCover a:hover {
    color: #BE1E25;
}
ul#publisherResultNav {
    background: #f1f1f1 none repeat scroll 0 0;
	margin: 20px 0 0;
	padding: 10px 10px 0;
    width: 920px;
	text-transform: uppercase;
	border-bottom: 0px;
	}

#publisherResultNav a:hover {
    background: #BE1E25;
	color: #fff;
	}
#publisherResultNav a.selected {
    border: none;
	padding-top: 0px;
	background: #BE1E25;
	color: #fff;
}
#publisherResultNav a {
    background-color: #fff;
	color: #000;
	border: none;
	}