@import url('http://roots.aloade.net/thirdparty/css/base.css') ;

.mainindex {
	background: url(http://roots.aloade.net/thirdparty/img/banner.png) no-repeat bottom right;
	}

#ie {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	}

#banner {
	margin-left: 100px;
	}

	#banner img  {
		padding-bottom: 5px;
		}

#welcome {
	color: #FFF;
	font: 16px Garamond, Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 10px 5px;
	margin-bottom: 10px;
	border-top: #222 1px solid;
	border-bottom: #222 1px solid;
	}

#proverb {
	height: 150px;
	background-repeat:no-repeat;
	background-position: center 10px;
	color: #FFF;
	text-shadow: black 0px 0px 5px;
	font: 16px Garamond, Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 10px 5px;
	margin-bottom: 10px;
	border-top: #222 1px solid;
	}

/* affichage des nouvelles
---------------------------------*/

.news {
	margin-bottom: 10px;
	}

	.news dt { 
		width: 350px;
		height: 16px;
		background: url(thirdparty/css/h3.png) no-repeat center;
		font: 16px Garamond, Verdana;
		font-weight: bold;
		text-align: left;
		margin: 20px 10px 20px 50px ;
		padding: 20px 0px 20px 70px;
		}

	.news dd { 
		}

	.news dd img {
		max-width: 410px;
		padding:5px 5px 5px 50px;
		clear: both;
		}

/* jquery
---------------------------------*/

div#rotate {
	height: 500px;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 0px;
	}

.ui-tabs-nav {
	list-style: none;
	margin: 0;
	background-color: #111;
	padding: 0px;
	}

	.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
		display: block;
		clear: both;
		content: " ";
		}

	.ui-tabs-nav li {
		float: left;
		margin: 0px;
		min-width: 100px; /* be nice to Opera */
		}

	.ui-tabs-nav a {
		display: block;
		width: 120px;
		padding: 5px;
		margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
		text-align: center;
		text-decoration: none;	
		white-space: nowrap; /* required in IE 6 */    
		outline: 0; /* prevent dotted border in Firefox */
		}


		.ui-tabs-nav .ui-tabs-selected a {
			position: relative;
			top: 1px;
			z-index: 2;
			margin-top: 0;
			font-weight: bold;
			color: #FFF;
			background-color: #111;
			}

*>.ui-tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
	}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
	display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
	display: none;
	}
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
	display:none;
	}

.ui-tabs-panel {
	padding: 5px;
	background: #1F1F1F; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
