/* Basics */
/* -------------------------------------------------------------------------- */

*/* */ {
  color: inherit;
  font: inherit;
  margin: 0;
  list-style: none;
  padding: 0;
  text-decoration: none;
}

body {
	background-color: #fff;
	background-repeat: repeat-y;
	color: #333;
	min-width: 955px;
}

body, p, ol, ul, td {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size:   11px;
	line-height: 14px;
}

p { margin-bottom: 8px; }
ul li { list-style-type: disc; }
ul, ol { margin: .5em 0 .5em 2em; }
ol li { list-style-type: decimal; }
fieldset { border: none; }

strong, b { font-weight: bold; }
em { font-style: italic; }
.strong { font-weight: bold; }
.small { font-size: 10px; }

#main {
	float: left;
	position: relative;
	top: 24px;
	padding-right: 30px;
	padding-left: 60px;
	width: 865px;
	padding-bottom: 50px;
}

#unique {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    width: 865px;
}

#content {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    width: 565px;
    padding-right: 20px;
}

#side {
    float: right;
    position: relative;
    top: 0px;
    right: 0px;
    width: 280px;
}

#doc_contenu {
    max-height: 200px;
    overflow: auto;
	padding: 0px; 
}

#contenu {
	background-color: #ffffcc;
	padding: 15px;
	max-width: 565px; 
}

#destliste {
	overflow: hidden;
	margin-bottom: 40px;
}

div.destcont {
	padding: 5px;
}

div.clear {
	clear: both;
	margin-top: 1px;
	display: block;
}

span.delete { color: #c00; text-decoration: none; }

span.create { color: #009900; text-decoration: none; }

span.orange { color: #c09900; text-decoration: none; }

/* Links */
/* -------------------------------------------------------------------------- */

a { color: #264764; text-decoration: none; }
a:visited { color: #264764; text-decoration: none; }
a:hover { color: #264764; text-decoration: underline; }

a.stealth { color: #000; text-decoration: none; }
a:hover.stealth { color: #000; text-decoration: underline; }

a.subtle { color: #8086bf; text-decoration: none; }
a:hover.subtle { color: #8086bf; text-decoration: underline; }

a.delete { color: #c00; text-decoration: none; }
a:hover.delete { color: #c00; text-decoration: underline; }

a.create { color: #009900; text-decoration: none; }
a:hover.create { color: #009900; text-decoration: underline; }

a.orange { color: #c09900; text-decoration: none; }
a:hover.orange { color: #c09900; text-decoration: underline; }

/* Headers */
/* -------------------------------------------------------------------------- */

#header {
	height: 92px;
	background-color: #E0E6EF;
	border-bottom: 1px solid #888;
}

#header h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 30px;
	font-size: 30px;
	float: left;
	height: 92px;
	width: 181px;

	xbackground-image: url('/images/logo.gif');
	xtext-indent: -1000px;
	/* or */
	height: 37px;
	padding-top: 15px;
  width: 136px;
	padding-left: 15px;
	
}

#header h1 a { text-decoration: none; }

#header #account {
	float: right;
	text-align: right;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 14px;
}

#main h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #264764;
	margin-bottom: 0px;
	border-bottom: 1px solid #B8B8B8;
	width: 865px;
	padding-bottom: 8px;
	clear: both;
}

h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	width: 98%;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	background-color: #eee;
	padding: 3px 0 3px 2%;
	border-bottom: 1px solid #ddd;
}

#destliste h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

#destliste h3:hover {
	background-color: #dfd;
}

a.doc_create { position: absolute; color: #009900; text-decoration: none; left: 580px; }
a:hover.doc_create { position: aboslute; color: #009900; text-decoration: underline; left: 580px; }

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
}

#contenu h2 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: transparent;
	padding: 0px;
	border-bottom: none;
}

#contenu h3 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: transparent;
	padding: 0px;
	border-bottom: none;
}

#reaction h3 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	width: 98%;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	background-color: #eef;
	padding: 3px 0 3px 2%;
	border-bottom: 1px solid #88b;
}

/* Warnings and notices */
/* -------------------------------------------------------------------------- */

.flash.notice {
  background-color: #ffc;
  padding: .5em;
  border-top: 1px solid #dda;
  border-bottom: 1px solid #dda;
  margin: 0 30px 1.5em 0;
  width: 708px;
}

.flash.warning {
  background-color: #c22;
  padding: .5em;
  border-top: 1px solid #600;
  border-bottom: 1px solid #600;
  margin: 0em 0 2em 0em;
  color: #fff;
  font-weight: bold;
  width: 708px;
}

.flash.warning a { color: #fff; }

.flash.annonce_systeme {
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 5px;
  background-color: #ffffcc;
  border-bottom: 1px solid #898989;
  color: #444;
  text-align: center;
  height: 15px;
}

/* Navigation */
/* -------------------------------------------------------------------------- */

ul#nav { margin: 0; position: relative; margin-right: 30px; top: 67px; }
html>body ul#nav { top: 68px; } /* non-iewin */

ul#nav li {
  display: inline;
  height: 30px;
  font-size: 12px;
  line-height: 26px;
  font-family: Georgia, Times New Roman, Times, serif;
  margin-right: 5px;
  padding: 3px 4px 5px 7px;
}
html>body ul#nav li { padding: 3px 7px 4px 7px; } /* non-iewin */

body.accueil li#accueil, body.documents li#documents, body.discussions li#discussions, body.messagerie li#messagerie, body.administration li#administration {
	background-color: #fff; border: 1px solid #888; border-bottom: 1px solid #fff;
}

ul#nav li a { text-decoration: none; color: #555; }
ul#nav li a:hover { background-color: transparent; text-decoration: none; }
ul#nav li:hover a { text-decoration: none; color: #000; }
ul#nav li:hover { text-decoration: underline; }

ul#nav li#administration a { text-decoration: none; color: #c55; }
ul#nav li#administration:hover a { text-decoration: none; color: #c00; text-decoration: underline; }

#liste_presents {
	visible: true;
    background: #EEF8ED;
    border: 1px solid #89B989;
    padding: 10px;
    line-height: 14pt;
}

#doc_principal {
	visible: true;
    background: #EEF8ED;
    border: 1px solid #89B989;
    padding: 10px;
    line-height: 14pt;
}

.annexes {
	visible: true;
    background: #EEF8ED;
    border: 1px solid #89B989;
    padding: 10px;
    line-height: 14pt;
}

#doc_detail, #assets {
	clear: left;
	padding: 15px; 
	background-color: #ffffcc;
}

#assets2 {
	clear: left;
	padding: 5px; 
	background-color: #ffffcc;
}

#assets2 td {
	font-size: 10px;
}

#annot {
	clear: left;
	padding: 5px; 
	background-color: #ffcccc;
}

#action {
	clear: left;
	padding: 5px; 
	background-color: #eef8ed;
}

.floatr {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	float: right;
	right: 5px;
	top: -13px;
}

/* Standard form */
/* -------------------------------------------------------------------------- */

form.standard {
    clear: left;
    margin-top: 10px;
    padding-top: 10px;
}

body.documents form.standard {
	margin-top: 0px;
    padding-top: 0px;
} 

body.accueil form.standard {
	margin-top: 0px;
    padding-top: 0px;
}

form.standard label {
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 12px;
/*	font-family: verdana; */
}

form.standard input[type='text'], form.standard input[type='password'], form.standard textarea {
	width: 99%;
	display: block;
/*	margin-bottom: 10px; */
}

form.standard input[type='file'] {
	width: 80%;
	display: block;
}

form.standard input[type='submit'] { margin-top: 10px; width: 100px; display: inline; }
form.standard input[type='radio'], form.standard input[type='checkbox'] { display: inline; }
form.standard select#document_echeance_1i { width: 60px; }
form.standard select#document_echeance_2i { width: 100px; }
form.standard select#document_echeance_3i { width: 50px; }

/* Body details */
/* -------------------------------------------------------------------------- */

.post_detail {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 12px;
  width: 508px;
}

#main div.post {
	margin-top: 11px;
	margin-bottom: 25px;
	margin-left: 1px;
}

#main div.post div.user {
	width: 60px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 10px;
}

img.user_picture {
	text-decoration: none;
	background-color: #fff;
	margin-bottom: -2px;
	width: 60px;
	height: 60px;
	border: 1px solid #666;
	padding: 2px;
}

#main div.post h3 {
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 1px;
}

#main div.post h3 span {
	color: #666;
	font-weight: normal;
	margin-left: 8px;
}

#main div.post p.meta {
	color: #666;
	font-size: 10px;
	margin-bottom: 5px;
}

#main div.post h3 span a { color: #666; font-weight: normal; }
#main div.post h3 span a:hover { background-color: #666; color: #fff; }
#main div.post div.body { margin-left: 70px; }
#main div.post div.no_user { margin-left: 0px; }
#main div.post p.meta span.comments { float: right; font-size: 11px; }
#main p.meta { color: #666; margin-bottom: 10px; }

#letter_links {
	margin-top: 20px;
	margin-bottom: 20px;
}

#letter_links a {
	background-color: #ffa;
	padding: 3px 4px;
	margin: 0px 1px;
	border: 1px solid #dd9;
	text-decoration: none;
}

#letter_links a:hover, #letter_links a.active {
	color: #000;
	background-color: #dd9;
	border: 1px solid #cc7;
}


/* Comments */
/* -------------------------------------------------------------------------- */

#comments {
	background-color: #eee;
	width: 500px;
	margin: 3em 0 1em 0;
	padding: 0 0 1em 0;
	width: 100%;
}

#comments h2 {
  background-color: #777;
  width: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 3px 0px 3px 3px;
  line-height: 1em;
  border-bottom: 1px solid #555;
}

#comments form, #comments div.post { margin: 1em 0 1em 1em; background-color: #eee; }
#comments form textarea { width: 90%; height: 80px; }
#comments h3 { font-size: 1em; }
#comments input { float: left; }
#comments p img { margin-top: 1px; margin-left: 10px; }

/* User list */
/* -------------------------------------------------------------------------- */

table#posts { width: 100%; }
table#posts td { margin: 0; padding: 4px; border-bottom: 1px solid #ccc; }
table#profil { width: 100%; }
table#profil td { margin: 0; padding: 4px; border-bottom: 1px solid #ccc; }
table#asset { width: 100%; }
table#asset td { margin: 0; padding: 4px; border-bottom: 1px solid #ccc; }
table#annot { width: 100%; }
table#annot td { margin: 0; padding: 4px; border-bottom: 1px solid #333; }
table.msg td { margin-bottom: 5px; }

/* User#show */
/* -------------------------------------------------------------------------- */

body.user_show #main img {
  float: left;
  margin-right: 20px;
  border: 1px solid #ccc;
  padding: 3px;
  width: 80px;
  height: 80px;
  margin-bottom: 100px;
}

#change_picture {
	float: right;
	width: 120px;
	padding: 15px;
	text-align: center;
	border: 1px solid #ccc
}

body.user_show #main { width: 600px; }
body.user_show #main h3 { clear: left; margin-bottom: 10px; }
body.user_show #main ul#lookuplinks li { display: inline; margin-right: 10px; }
#change_picture img { border: 1px solid black; }

span.commentaire {
	background-color: #ffcccc;
	border-style: dotted;
	border-width: 1px;
	border-color: #000;
	font-size: 10pt;
	line-height: 14pt;
}
