﻿* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #9e3588;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*
a:visited {
	color: #583bbf;
}
*/
table tr th {
	border: 0px;
}

ul {
	margin-left: 10px;
}

ul li {
	color: #bc356a;
}

#wrap {
margin: 20px auto;
width: 784px;
background: #fff url('../images/midd.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('../images/topp.jpg');
height: 26px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('../images/bott.jpg');
height: 20px;
}


.header {
height: 100px;
background: #bc356a url('../images/header.png');
background-repeat: no-repeat;
}

.header h1 { padding-left: 87px; padding-top: 22px; font-size: 26px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 87px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1pt solid #E1E1E1; 
}

.breadcrumbs table {
	margin-top: 3px;
	margin-bottom: 3px;	
}

.breadcrumbs table tr td {
	padding-left: 6px;
	padding-right: 6px;	
	padding-top: 2px;
	padding-bottom: 2px;	
}

.breadcrumbs table tr td.sep {
	width: 1px;
	background: #889dbf; 
	padding: 0px;
}

.breadcrumbs table tr td a {
	font-size: 12px;
}

.middle {
	margin: 0 10px;
	margin-top: 30px;	
	padding: 1% 1%;
}

.middle h2 { color: #bc356a; font-size: 18px; margin-bottom: 10px; margin-top: 10px;}
.middle h3 { color: #bc356a; font-size: 16px; margin-bottom: 2px; margin-top: 10px;}

.middle .cadre {
	border: 1pt solid #bc356a;
	padding: 10px;
}

.middle .cadre b {
	color: #bc356a;
}
	
.middle .cadre .top h1 {	
	color: #bc356a;
}	

.middle .cadre .top {
	text-align: center;
}

.middle .cadre .signature {
	margin-left: 360px;
}

.right {
	float: right;
	width: 220px;
	margin: 15px;
	margin-right: 0px;
	padding: 5px;
	background-color: #fffaff;
	border: 1pt solid #bc356a;	
}

.right strong {
	font-size: 16px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

#deconnect {
	float: right;
	float: top;
	text-align: right;
}

table.tableCadre {
	width: 100%;
	border: 1pt solid #bc356a;
	text-align: center;
	border-collapse:collapse;
}

table.tableCadre td, th {
	border: 1pt solid #bc356a;
	padding-left: 3px;
	text-align: center;
}

#releveFin {
	margin-top : 10px;
}


.titre {
	color: #3B6EBF; 
	font-size: 14px;
	font-weight: bold;
}

#deconnect {
	float: right;
	padding: 5px;
}

#deconnect a {
	color: white;
	text-decoration: underline;
}

.black {
	color: black;
}

select {
	font: 11px;
}

.error {
	color: #ff1c4e;
}

table tr td {
	vertical-align: top;
}

table tr td div.question { 
	border: 1pt solid #999;
	margin-top: 20px;	
	margin-right: 50px;
	padding: 0px;
	width: 120px;
}

table tr td div.question div.title {
	border-bottom: 1pt solid #bc356a;
	width: 120px;	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;	
	color: #222;
}

table tr td div.question div.answer {
	padding: 7px;
	padding-left: 10px;	
	text-align: left;
}

.submit {
	background-color: #f5f5f5;
	border: 1pt solid #bbb;
	font-weight: bold;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.cadre .title {
	text-align: center;
	font-weight: bold;
	background-color: #bc356a;
	color: #eee;
	font-size: 14px;
}

th.tableNb {
	text-align: right;
	padding-right: 5px;
}

td.tableNb {
	text-align: right;
	padding-right: 5px;
}

.breadcrumbs table tr td.selected { 
	height: 100%;
	background: #bc356a;
}

.breadcrumbs table tr td.selected a { 
	color: #fff;
}

td.darkBlue, th.darkBlue {
	color: #8c274f;
}

.cadre .top h1 {
	margin-bottom: 7px;
}

th {
	vertical-align: top;
}

input.ident {
	width: 75px;
}

span.ast {
	font-size: 11px;
	font-style: italic;
}

div.item {
	display: none; 
	position: absolute; 
	background-color: #feffff; 
	border: 1px solid #bc356a; 
	padding: 6px; 
	font-size: 12px; 
	font-color: #322; 
	margin-top: 25px;
}

.blueBold {
	color: #0000ff;
	font-weight: bold;
}

textarea.question {
	width: 600px;
	height: 300px;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: absolute;
	margin-top: 3px;
	margin-bottom: 3px;	
}

#menu dl {
	float: left;
	margin: 0 1px;
	background: #F6F9FB; 
  	border-bottom: 1pt solid #E1E1E1;   
	padding-left: 8px;
	padding-right: 8px;	
	padding-top: 4px;
	padding-bottom: 4px;	  	
  	border-right: 1pt solid #E1E1E1;   	
}

#menu dl.selected {
	background: #bc356a;
}

#menu dl.selected dt a {
	color: #fff;
}

#menu dl.selected dt {
	color: #fff;
}

#menu dt {
	cursor: pointer;
	text-align: left;
	color: #9e3588;
	text-decoration: none;
}

#menu dd {
	margin-top:5px;
	background-color: #fff;
	padding: 5px;
}

#menu li {
	text-align: left;
}

#dataAdr tr th {
	text-align: right; 
	padding-right: 5px;
}

#dataAdr tr th.facultatif {
	font-weight: normal; 
	font-style: italic; 
}

table.message {
	border: 1pt solid #bc356a;
	border-collapse:collapse;
	width: 100%;
}

table.message tr.non_lu {
	font-weight: bold;
}

table.message tr.lu td a {
	color: #777;
}


table.message th {	
	background-color: #bc356a;
	color: #eee;
	font-size: 14px;
}
	
table.message td, th {
	border: 1pt solid #bc356a;
	text-align: left;
	padding-left: 10px;
}

table.tableCadre2 {
	border: 1pt solid #bc356a;
	text-align: left;
	border-collapse:collapse;
}

table.tableCadre2 td {
	border: 1pt solid #bc356a;
	padding: 5px;
	text-align: left;
}

table.tableCadre2 td.selected {
	background-color: #bc356a;
	color: #eee;
}

table.tableCadre2 td.selected h3 a {
	color: #eee;
}