/**
* CSS file
* global definition
*
*@package DS.DOL
*@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 DOL developpement <dev@dol.fr>
*@see headers.php
*@deprecated
*/

/**
* GLOBAL
*/


html, body {
	height: 100%;
	margin : 0;
	padding : 0;
}
body {
	background: #ffffff;
	font-family: "Verdana";
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	color: #222;
}
div, span, p, ul, li, form {
	border: solid 0;
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #779;
}
a:hover, a:active, a:focus {
	cursor: pointer;
	color: #d92;
}
table {
	margin: 0 auto 0 auto;
	border: solid 0 #fff;
	border-collapse: separate;
}
caption {
	margin: 0 auto 0 auto;
	caption-side: top;
/*	background-color: #5ff;*/
	text-align: center;
}
img {
	border: 0;
	margin: 0;
}

/**
* LOGO
*/
#logo {
	position: absolute;
	top: 27px;
	left: 10px;
	width: 90px;
	height: 97px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background-color: transparent;
	text-align: center;
}

/**
* LANGS
*/
#langs {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	text-align: left;
}
#langs li, #langs img {
	display: inline;
}

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

/**
* MENU
*/
#menu {
	position: absolute;
	top: 107px;
	left: 0;
	width: 120px;
	margin: 10px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
/*	color: #445;*/
/*	background-color: #ff9; */
}
#menu a{
  font-weight: normal;
  }


#menu a:before {
  content: ":: ";
 font-weight: bold;
  }

#menu a:hover {
	color: #779;
        font-weight: bold;
	/*background-color: #fea;*/
}
#menu .menu_chapter {
	margin-bottom: 0.5em;
/*	background-color: #f00;*/
}
#menu .menu_sub {
	margin: 0 0 0 1em;
	font-size: 1em;
}
#menu .menu_sub a {
	display: block;
	padding: 0.3em;
}
#menu .menu_float {
	display: block;
	overflow: visible;
	visibility: hidden;
	position: absolute;
/*	width: 100px;*/
	margin: -1.8em 0 0 100px;
	padding-left: 0.1em;
	border: solid 1px #779;
	background: #fff;
}
#menu .menu_float li {
	display: block;
	padding: 0;
	white-space: nowrap;
/*	border-bottom: solid 1px #779;*/
	list-style-type: none;
	font-size: 0.95em;
}
#menu .menu_float li a {
	display: block;
	padding: 0.3em;
}

/**
* ERROR
*/
.error {
	font-weight: bold;
	font-size: 0.90em;
	color: #f00;
}

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

/**
* CONTENT
*/
.content {
 	height: 100%;
	margin: 0 0 0 120px;
	padding: 0 0.5em 0 0.5em;
	font-size: inherit;
	text-align: center;
	background-color: transparent;
}
.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;/* ici */
}
.content tbody tr:hover {
	background-color: #fea; /* ici */
}
.content td {
	border-top: solid 1px #fea;
	text-align: left;
	vertical-align: top;
}
.content input, .content textarea, .content select {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
}
.content input:focus, .content textarea:focus, .content select:focus {
	border-color: #fea;
	background-color: #fea;
}
.content label {
	font-weight: bold;
	color: #d92;/* ici */
}
.content label:before {
  content: ":: ";
  }


.content .title_welcome {
	padding-top: 1em;
	font-size: 1.1em;
	font-weight: bold;
}
.content #title_page {
	padding: 1em 0 1em 0;
	color: #d92;
	font-size: 1.2em;
	font-weight: bold;
}
.content #title_page:before {
  content: "[ ";
  }
.content #title_page:after {
  content: " ]";
  }

.content .comments {
}
.content .send input:hover {
	cursor: pointer;
	color: #d92;
}
.content .success {
	color: #0b0;
}
.content .hidden {
	color: #d92;
	position: absolute;
	visibility: hidden;
}

