/**
 * CSS file
 * global definition
 *
 * @package DS
 * @subpackage css
 * @version $Id: v 1.00 2006/10/01 00:00:00 salem $
 * @since Class available since the release 1.00
 * @access public
 * @author DS developpement <dev@datasouk.fr>
 * @see headers.php
 */

/********************************** DEFAULT
 */

html, body {
	width: 100%;
	margin : 0;
	padding : 0;
}
body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-weight: normal;
	font-style: normal;
	font-size: 0.7em;
	color: #222;
}
div, span, p, ul, li, form {
	border: none;
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none;
}
table {
	margin: 0 auto 0 auto;
	border: solid 0 #fff;
	border-collapse: separate;
	font-size: 1em;
}
caption {
	margin: 0 auto 0 auto;
	caption-side: top;
	text-align: center;
}
img {
	border: 0;
	margin: 0;
}
input, textarea, select {
	font-size: inherit;
	font-family: inherit;
}
a {
	text-decoration: none;
	color: #8B6599;
}
a:hover, a:active, a:focus {
	cursor: pointer;
	color: #D92;
}
h1 {
	text-align: center;
}

/********************************** GLOBAL
 */

.clear {
	clear: both;
}
.hidden {
	display: none;
}
.button {
	padding: 0.2em 0.3em 0.2em 0.3em;
	border: 2px outset #AAAAAA;
}
.expand {
	padding : 0 2px 0 2px;
	border: 1px dotted #aaa;
	color: #555;
}
.button:hover, .button:active, .button:focus {
	padding: 0.2em 0.3em 0.2em 0.3em;
	border: 2px inset #AAAAAA;
}
.selected {
	font-weight: bold;
}

/* LANG
#lang {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: left;
}
#lang li {
	float: right;
}
*/

/* LINK
 */
#link {
	position: absolute;
	right: 0;
	top: 20px;
	width: 100px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

/* MENU
 */
#menu {
	width: 125px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
#menu a{
  font-weight: normal;
  }

#menu a:hover {
	color: #8B6599;
	font-weight: bold;
}
#menu .menu_chapter {
	margin-bottom: 0.5em;
}
#menu .menu_sub {
	margin: 0 0 0 1em;
	font-size: 1em;
}
#menu .menu_sub a {
	display: block;
	padding: 0.2em;
}
#menu .menu_float {
	display: none;
	overflow: visible;
	position: absolute;
	margin: -1.7em 0 0 80px;
	padding-left: 0.1em;
	border: solid 1px #8B6599;
}
#menu .menu_float li {
	display: block;
	padding: 0;
	white-space: nowrap;
	font-size: 0.95em;
}
#menu .menu_float li a {
	display: block;
	padding: 0.3em;
}

/* ERROR
 */
.error {
	color: #f00;
}

/* WARNING
 */
.warning {
	font-weight: bold;
	color: #f00;
}
.warning_blink {
	text-decoration: blink;
	font-weight: bold;
	color: #f00;
}

/* PAGE
 */
#page {
	padding: 0;
	font-size: inherit;
	text-align: center;
}

/* CONTENT
 */
.content {
	font-size: inherit;
	text-align: center;
}
.content #menu_top {
	width: 955px;
	height: 122px;
	margin: 0 auto 0 auto;
}
.content fieldset {
	margin: 0;
	padding: 0.5em;
	border: solid 1px #D92;
   	-moz-border-radius: 0.5em;
}
.content legend {
	margin: 0 0.5em 0 0.5em;
	padding: 0 0.2em 0 0.2em;
	color: #D92;
}
.content th {
	padding: 0.5em 0 0.5em 0;
	font-weight: bold;
	color: #D92;
}
.content tbody tr:hover {
	background: #DEDEDE;
}
.content td {
	text-align: left;
	vertical-align: top;
}
.content input:focus, .content textarea:focus, .content select:focus {
	border-color: #FEF7A0;
	background: #FEF7A0;
}
.content label {
	font-weight: bold;
	color: #D92;
}
.content .title_welcome {
	padding-top: 1em;
	font-size: 1.1em;
	font-weight: bold;
}
.content #title_page {
	padding: 0.5em 0 0.5em 0;
	color: #D92;
	font-size: 1.2em;
	font-weight: bold;
}
.content .comments {
}
.content .send input:hover {
	cursor: pointer;
	color: #D92;
}
.content .success {
	color: #0b0;
}

/************************** HOME
 */
body#home.public #menu {
	width: 100%;
	text-align: center;
}

/************************** DATA
 */

#data_skel {
	margin: 0;
}
#data_skel #back_result {
	position: absolute;
	left: 1em;
	top: 1em;
}
#data_skel .structure {
	margin-bottom: 1.5em;
}
#data_skel .structure .name {
	font-weight: bold;
}
#data_skel fieldset {
	border: solid 0 transparent;
}
#data_skel legend {
	display: none;
}
#data_skel table {
	margin: 0 auto 0 auto;
	border: 1px solid black;
}
#data_skel td {
	padding: 0.2em;
	border: solid 0 transparent;
}
#data_skel td.name {
	padding-right: 1em;
	font-size: 1em;
	color: #D92;
}
#data_skel td.link img {
	padding: 0 0.4em 0 0;
}

/************************** SEARCH
 */

/* SEARCH
 */
.content .search {
	width: 1000px;
	margin: 0 auto 1em auto;
	text-align: left;
}

.content .search  .part {
	padding: 10px;
}
.content .search .search_text #search_text {
	margin-top: 0.5em;
	color: #D92;
}
.content .search #part0 {
	float: left;
	width: 250px;
	margin-right: 15px;
	color: #000;
}
.content .search #part2 {
	float: right;
	width: 170px;
}
.content .search #part3 {
	float: right;
	width: 100px;
}

/* SEARCH_MENU
 */
#search_menu {
	text-align: left;
}
#search_menu label {
	display: block;
}
#search_menu .search_structures label {
	margin-bottom: 0.5em;
}
#search_menu .search_structures label a {
	margin-right: 0.5em;
}
#search_menu .search_structures li {
	white-space: nowrap;
}
#search_menu .search_structures li input {
	margin-right: 5px;
}

/* SEARCH_SHOW
 */
#search_show {
	color: #000;
}
#search_show .text {
	margin-bottom: 10px;
	color: #aaa;
	text-align: left;
	font-weight: normal;
}
#search_show div.count {
	float: left;
	text-align: center;
	font-size: 1em;
	color: #000;
}
#search_show .select {
	width: 17em;
	margin: 0 auto 0 auto;
	color: #000;
}
#search_show .select table {
	width: 100%;
	border-collapse: collapse;
}
#search_show .select td {
	height: 18px;
	padding: 0;
	font-size: inherit;
	vertical-align: middle;
}
#search_show .select td.name {
	text-align: left;
}
#search_show .select td.count {
	text-align: right;
}
#search_show .select input {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	color: #8B6599;
	text-align: left;
	font-size: inherit;
}
#search_show .select input:hover {
	color: #D92;
}

/* SLIDETAB
 */
.slidetab .menu {
	text-align: left;
}
.slidetab .slidetabtitle {
	width: 30em;
	margin: 0 auto 0 auto;
	color: #777;
	text-align: center;
	font-weight: bold;
}

/* SLIDESELECT
 */
.slideselect .slideselecttitle {
	padding: 5px;
	color: #D92;
	font-weight: bold;

}
.slideselect .slideselectswitch {
	padding: 4px;
	border: 1px solid #D92;
}

/* SLIDETHES
 */
.slidethes {
	margin-bottom: 15px;
}
.slidethes .slidethestitle {
	padding-bottom: 5px;
	font-weight: bold;
}
.slidethes .slidethesswitch {
	padding: 3px;
	border: 1px inset #D92;
}

/************************** RESULTS
 */

.results #pages {
	margin: 0;
	text-align: center;
}
.results #pages a {
	line-height: 1.3em;
	color: #777;
}
.results #pages a.selected {
	color: #000;
	font-size: 1.1em;
}
.results #pages a.prev {
	float: left;
	padding-right: 10px;
}
.results #pages a.next {
	float: right;
	padding-left: 10px;
}
.results .structure .name {
	font-size: 1.3em;
	font-weight: bold;
}
.results table th,
.results table td {
	text-align: left;
	padding: 0 5px;
}
.results .notice .data {
	padding: 10px;
	background: #ccc;
}
.results .notice table {
	margin: 0 auto 0 0;
/*	border: 1px dotted #D92;
   	-moz-border-radius: 0.5em;*/
	border: 2px outset #ccc;
	background: #fff;
}
.results .notice td.name {
	width: 30%;
	color: #777;
}
.results .notice td.value .hlm p {
	display: inline;
	margin-left: 5px;
}
.results .notice .link {
	text-align: center;
}
.results .notice .link .mpg,
.results .notice .link .jpg {
	float: left;
	margin-right: 10px;
}
.results .notice .link .zoom {
	margin: 10px 0 0 0;
}

.results .gallery {
	padding: 4px;
}
.results .gallery li {
	float: left;
	height: 80px;
	margin: 5px 2px;
	overflow: hidden;
}
.results .gallery li a img {
	border: 1px solid #fff;
}
.results .gallery li a:hover img {
	border: 1px solid #333;
}

