/**********************************************************************************************/
/* Règles Jahia (Edition)
/**********************************************************************************************/
#userShell {
	background: none!important;	
}
#topmodules {
	background: #FFF;
	border: none;
	width: 800px!important;
	margin-bottom: 20px;
}
#aesmenu {
	left: 0px!important;
}
#toplinks .tab {
	padding-left: 160px;
}
#toplinks .tab ul li a {
	background: #FFF;
}
#toplinks .tab ul li a:hover {
	background: #FED21E;
}
#toplinks .tab ul li.selected a {
	background: #FED21E;
}
#toplinks .tab ul li a span {
	background: none;	
}

/**********************************************************************************************/
/* Règles Interface
/**********************************************************************************************/
body {
	padding-top: 20px;	
}
#envelope {
	padding-top: 0px;
}
#topBar {
	clear: both;
	display: block;	
}
#logo {
	float: left;
	padding: 20px 0 0 0;
	width: 160px;
}
#levelOneNavigation {
	float: left;
	background: #FED21E;
	height: auto;
	min-height: 43px;
	margin-top: 0px;
	padding-top: 40px;
	width: 640px;
}
#logica {
	display: block;
	width: 90px;
	float: right;
	margin-top: -5px;
}

#constants a#Password {
	height: 18px;
	background: url(../css/unilog/img/buttons/bg-password-0.gif) no-repeat;
}
#constants a#Password:hover {
	height: 18px;
	background: url(../css/unilog/img/buttons/bg-password-r.gif) no-repeat;
}

#constants a#Settings {
	height: 18px;
	background: url(../css/unilog/img/buttons/bg-settings-0.gif) no-repeat;
}
#constants a#Settings:hover {
	height: 18px;
	background: url(../css/unilog/img/buttons/bg-settings-r.gif) no-repeat;
}

#nav {
	width: 540px;
	margin: 0px;
	padding: 0px;
	z-index: 99;	
}
#gda_search .searchInput {
	margin-bottom: 3px;
}
#gda_footer {
	clear:both;
	padding:10px 10px 20px 0;
	text-align:right;
	width:auto;	
}
#gda_footer a {
	color: #A8A8A8;
}
#gda_footer a:hover {
	color: #EEEEEE;
}
/**********************************************************************************************/
/* Règles Contenu
/**********************************************************************************************/
h1 {
	margin:0px;
	padding:0px;
}
h2 {
	font-family: Verdana,Tahoma;
    font-size: 1.3;
    font-weight: normal;
    color: #CC6600;
	margin: 10px 0 0 0;
    padding: 0 0 20px 10px;
    background: url(../img/line.gif) no-repeat left bottom;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	display: block;
	background-color: #eee;
	clear: both;
}
#content p,
#contentedit p {
	margin: 2px 2px 1em 2px;
}
#content ul, #content ol,
#contentedit ul, #contentedit ol {
	padding-left: 20px;
	list-style: none;
}
#content ul li, #content ol li,
#contentedit ul li, #contentedit ol li {
	background: url(../css/unilog/img/interface/bg-more-arrow-0.gif) no-repeat left 6px;
	padding: 0 0 5px 10px;
}
/* Remplace display:none et visibility:hidden pour masquer en laissant accessible aux lecteurs d'écrans */
.hidden {
	position: absolute;
	left: 0px;
	top: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}

/**********************************************************************************************/
/* Règles Générateur de formulaire
/**********************************************************************************************/
table.tableContact input,
table.tableContact select,
table.tableContact textarea {
	width:300px;
}
table.tableContact input.radio{
	width:15px;
}
.submitbutton {
	border: solid 1px #FED21E;
	padding: 2px 5px;
	background: #FED21E;
	width: auto!important;
}
.submitbutton:hover {
	border: solid 1px #000;
}
table.tableContact th {
	width: 100px;
}

/**********************************************************************************************/
/* Règles Mes paramètres
/**********************************************************************************************/
table.mysettings input {
	width: 300px;
}

/**********************************************************************************************/
/* Règles Recherche
/**********************************************************************************************/
.liSearchHit {
	border-bottom: solid 1px #ccc;
	padding-bottom:15px;
	margin-bottom:15px;	
}
.searchHighlightedText {
	background: #FED21E!important;
	font-size: 12px!important;
	padding: 0 2px!important;
	
}

/**********************************************************************************************/
/* Règles Plan de site
/**********************************************************************************************/
#plansite h3 {
	margin-bottom: 5px;
}
#plansite ul {
	margin-top: 5px;
}

/**********************************************************************************************/
/* Règles JSR
/**********************************************************************************************/
div.ContactJSR table th {
	width:100px;
}
div.ContactJSR input, div.ContactJSR select, div.ContactJSR textarea {
	width: 300px;
}
div.ContactJSR input.button {
	width: auto;
	border: solid 1px #FED21E;
	padding: 2px 5px;
	background: #FED21E;
}
div.ContactJSR input.button:hover {
	background: #FFF;
	color: #FED21E;
	border: solid 1px #FED21E;
}
