* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}

body {
	background: #edeef6 url('images/jeans5.png') repeat top left;
}

html, body {
	font: /*0.7em*/0.865em verdana, Arial, sans-serif;
}


/* Common styles
-------------------------------------------------------- */
h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	color: #001477;
}


ul, ul li {
	list-style: none;
}

a:link, a:visited {
	/*color: #000;*/
	text-decoration: underline;
}

a:hover {
	/*color: #000;*/
	text-decoration: none;
}

pre {
	overflow: auto;
	/*width: 98%;*/
	width: auto;
	height: auto;
}

/*
input, select {
	border-width: 1px;
}
/*/
fieldset {
	border: 0;
}
.left {
	float: left;
}

.right {
	float: right;
}

/* Header
-------------------------------------------------------- */

#top {
	float:left;
	width:100%;
	min-width: 764px;
	margin: 0 auto;
	background-color: #001477;
	color: #E1E3EF;
	border-bottom: #001477 1px solid;
}

#top * {
	border: 0;
}

#top h1 {
	font-size: 2.833em;
	margin: 0.4em 0 0.5em;
	text-align: left;
}

#top a:link, #top a:visited {
	color: #E1E3EF;
	text-decoration: none;
}

#top a:hover {
	color: #E48F54;
	text-decoration: none;
}

#joliclic-title {
	font-style: italic;
	color: #FFCA86;
	letter-spacing: -0.03em;
	padding-left:0.1em;
}

#logo-main {
	float: left;
	width: 81px;
	height: 54px;
	margin-top: 1.2em;
}

#menu-general {
	margin: 0.6em 0 0 6em;
	font-size: 1.1667em;
}

#menu-general li {
	float: left;
	padding: 0;
	margin-left: 1px;
	background: #001477 url('images/tab-left.png') no-repeat left top;
}

#menu-general li a {
	display: block;
	background: url('images/tab-right.png') no-repeat right top;
	padding: 0.4em 1em;
	font-weight: bold;
}

#menu-general li:hover {
	background-image: url('images/tab-left-over.png');
	background-color: #979fc7;
}
#menu-general li:hover a{
	background-image: url('images/tab-right-over.png')
}

#menu-general a:hover {
	color: #2e201b;
}

/*
#menu-general dt {
	float: left;
}
#menu-general > dd {
	display: none;
}
#menu-general dt:hover + dd {
	display: block;
}
*/

#top ins {
    float: right;
}

#top iframe {
	float: right;
	margin: 0;
}

#search {
	float: right;
	margin-right: 1em;
	text-align: right; /* IE 6 && opera*/
}
#search /*fieldset*/ p {
	padding-left: 8px;
	margin: 0;
}

#search #q {
	width: 180px;
	padding: 1px 2px 1px 18px;
	border: 1px solid #CDCDCD;
	color: #1f3188;
	font-size: 1em;
	background: #fff url('images/magnifier.png') no-repeat 1px 1px;
}
#joliclic-searchin {
	color:#1F3188;
}
#search .submit {
	color: #1f3188;
	color: #E1E3EF;
	background: #1f3188;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #E1E3EF;
}

#search .submit:hover {
	background: #1f3188;
	background: #E69054;
	border: 1px solid #1f3188;
	color: #FFF;
}

#infos_sup {
	clear: both;
	float: left;
	width: 11.5em; /* IE6 */
	text-align: center;
}
#l10n {
	background-color: #fff;
	margin: 0.3em;
}
#l10n a:hover {
	background-color: #001477;
	color: #fff;
}

/* Tabs
-------------------------------------------------------- */
ul.tabs {
	margin: 0;
	padding: 0;
	padding-left: 1em !important;
}
ul.tabs li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	border: #E1E3EF 1px solid;
	margin: 0;
	margin-left: 1px;
	padding: 0.1em 0.4em !important;
	position: relative;
	top: 1px;
	z-index: 10;
	background-color: #F9FAFC !important;
	background-image: none !important;
	color: #001477 !important;
	line-height: 1.2em;
	font-style: italic;
	font-size: 1.1667em;
	font-weight: bold;
	cursor: pointer;
}
ul.tabs li.selectedTab {
	background-color: #001477 !important;
	color: #fff !important;
	text-decoration: underline;
	border-bottom: #F9FAFC 1px solid;
}
ul.tabs li:hover {
	background-color: #E69054 !important;
	color: #fff !important;
}
div.tabpanel {
	border: #E1E3EF 1px solid;
	clear: both;
	padding: 0.5em;
}

div.tabpanel-unselected {
	display: none;
}

div.tabpanel-selected {
	display: block;
}
