* {
	font-family: Sans-Serif;
	color: #222;
}

body {
	margin: 0;
	padding: 0;
	background: url(bord-v.png) repeat-y #fff 200px; 
}

.logo {
	position: fixed;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}

pre {
	font-family: monospace;
}

#login {
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: left;

}

input {
	border: 1px inset #555;
	margin: 2px;
	margin-left: 5px;
	padding: 2px;
}

input.button {
	border: 1px outset #555;
	margin: 2px;
	margin-left: 5px;
	padding: 2px;
}

input.button:hover {
	background: #e0ff82;
	border: 1px outset #555;
	margin: 2px;
    margin-left: 5px;
	padding: 2px;
	cursor: pointer;
}

input.button:active {
    background: #e0ff82;
    border: 1px inset #555;
    margin: 2px;
    margin-left: 5px;
    padding: 2px;
    cursor: pointer;
}
		
form {
	margin-top: 35px;
}

#menu {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 200px;
	text-align: right;
}

#menu .perso, #menu .externe {
	border-top: 1px dotted #4f00d3;
	font-size: 85%;
	padding-right: 15px;
	margin-right: -15px;
}

#menu p {
	padding-right: 4px;
}

#menu li {
	display: block;	
	padding-right: 0px;
	color: #4f00d3;	
}

#menu li a {
	display: block;
	padding: 3px;
	text-decoration: none;
	border-right: 2px solid #fff;
	color: #4f00d3;
}

#menu li a:hover {
	background: url(menu_hover.png) repeat-y right;
	border-right: 2px solid #ff00f6;
}

.contenu {
	margin: 0px;
    margin-left: 219px;
    padding: 10px;
    padding-bottom: 0px;
	line-height: 1.3em;
	background: #f3f3f3;
}

#maincontent {
	background: url(banniere.php) no-repeat right top #f3f3f3;
}

.contenu a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ff93f1;
}

.contenu a:hover {
	border-bottom: 1px solid #ffa800;
	color: #fb4200;
}

.contenu p {
	font-size: 95%;
	text-align: justify;
}

.contenu h1 {
	font-family: Georgia, Serif;
	font-size: 140%;
	color: #fb4200;
	font-weight: normal;
}

.contenu h2 {
	font-family: Georgia, Serif;
	font-size: 120%;
	color: #628005;
	font-weight: normal;
}

.foot {
	border: 1px solid #555;
	border-width: 1px 0px 1px 0px;
	background: #e0e4f2 url(foot.png) left top no-repeat;
	font-size: 80%;
	height: 109px;
	line-height: 1.2em;
    margin: 0 -10px 0 -12px;
    padding-right: 3px;
}

.foot a {
	color: #ff29e3;
}

.foot p {
	text-align: right;
	margin: 0;	
}

.foot #bottom {
}

.news {
	border: 1px dotted #555;
	border-width: 0 0 0 0;
	background: #eeeeee;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 0px 0px 5px 0px;
}

.news .auteur {
	background: #e3dfec;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
}

.news .date {
	float: right;
	color: #777;
	font-size: 80%;
}

.news .message {
	padding: 5px 8px 5px 4px;
	margin: 0 0 0 7px;
    border: 2px solid #ff63fa;
    border-width: 0 0 0 2px;
}

hr {
	clear: both;
	visibility: hidden;
}

.Date {
	font-size: 14px;
}

.projet, .reunion {
	display: static;
	margin: 0;
	padding: 0;
	background: transparent;
}

.projet .titre, .reunion .titre, .doc .titre {
	display: inline;
	font-family: Georgia, Serif;
	font-size: 120%;
	color: #628005;
}

.projet .date {
	display: inline;
	color: #777;
	font-family: Georgia, Serif;
	margin-left: 5px;
}

.projet .commentaire, .reunion .description {
	margin: 10px;
	padding: 5px;
	margin-bottom: 30px;
    border-left: 2px solid #ff63fa;
    background: #fdfdfd;
}

.projet .createur, .projet .leader, .projet .participants, .reunion .lieu, .reunion .inscrits, .reunion .cr {
	font-family: Georgia, Serif;
	color: #3D569C;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.projet .createur span, .projet .leader span, .projet .participants span, .reunion .lieu span, .reunion .inscrits span, .reunion .cr span {
	display: inline;
	font-family: Georgia, Serif;
	color: #444;
}

p.lien {
	margin-left: 50px;
	color: #666;
}

li.lien a {
	color: #111;
	font-family: Georgia, Serif;	
}

div.row { 
  clear: both;
}

div.row span.label {
  float: left;
  width: 16%;
  text-align: right;
  font-weight: bold;
}

div.row span.field {
  float: right;
  width: 82%;
}

td.prets {
        padding: 1px;
        border-style: solid;
        border-width: 0;
        background-color: #B5B58D;
        color: #000000;
}

td.offset {
	width: 60px;
}

fieldset {
        background-color: #FFFFFF;
        border-color: #1758A1;
        border-style: solid solid solid solid;
        border-width: 1px;
        padding: 4px;
        margin:0px;
        color: #000000;
        font-size: 12px;
        font-style: normal;
	line-height: 100%;
}

td.offset {
	width: 60px;
}

fieldset {
        background-color: #FFFFFF;
        border-color: #1758A1;
        border-style: solid solid solid solid;
        border-width: 1px;
        padding: 4px;
        margin:0px;
        color: #000000;
        font-size: 12px;
        font-style: normal;
}

a.neutral_link, a.neutral_link:hover
{
	text-decoration: none;
	border-bottom: 0;
}

img
{
	border: none;
}

.center
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


