563 lines
8.0 KiB
CSS
563 lines
8.0 KiB
CSS
body {
|
|
font:11px Arial,Helvetica,sans-serif;
|
|
}
|
|
|
|
img {
|
|
border:none;
|
|
}
|
|
|
|
td {
|
|
font-family: arial, sans-serif;
|
|
font-size: 11px;
|
|
color:#535353;
|
|
}
|
|
|
|
form {
|
|
margin:0px;
|
|
padding:0px;
|
|
border:none;
|
|
}
|
|
|
|
form select {
|
|
font-family: arial, sans-serif;
|
|
font-size: 10px;
|
|
vertical-align:middle;
|
|
border:1px solid #999999;
|
|
}
|
|
|
|
form input {
|
|
font-family: arial, sans-serif;
|
|
font-size: 11px;
|
|
border:1px solid #999999;
|
|
padding-left: 1px;
|
|
}
|
|
|
|
form input.checkbox {
|
|
border:none;
|
|
background-color:transparent;
|
|
vertical-align:middle;
|
|
padding-left: 0px;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
form input.checkboxform {
|
|
border:none;
|
|
background-color:transparent;
|
|
vertical-align:middle;
|
|
padding-left: 0px;
|
|
margin-left: 3px;
|
|
}
|
|
|
|
a:link {color: #9c093a; text-decoration:none;}
|
|
a:visited {color: #9c093a; text-decoration:none;}
|
|
a:hover {color: blue; text-decoration:none;}
|
|
|
|
.StyleRechercheTitre {
|
|
font-size: medium;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.imgButton {
|
|
border : none;
|
|
}
|
|
|
|
.StyleRechercheLib {
|
|
color: #000000;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
}
|
|
.StyleInfoLib {
|
|
align: left;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
color:#535353;
|
|
}
|
|
.StyleInfoData {
|
|
align: left;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
color:#535353;
|
|
}
|
|
|
|
/* suppression des puces sur les listes */
|
|
div.stats ul {
|
|
width: 400px;
|
|
list-style: none;
|
|
}
|
|
|
|
div.stats .percent {
|
|
display: block;
|
|
height: 1.5em;
|
|
line-height: 1.5em;
|
|
margin: 5px 10px 0 10px;
|
|
padding: 0 5px;
|
|
text-align: right;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
font-family: monospace;
|
|
-moz-border-radius: 5px;
|
|
border-bottom: 1px solid #aaa;
|
|
border-right: 1px solid #aaa;
|
|
cursor: default;
|
|
}
|
|
|
|
/* Image dégradée */
|
|
.gradiant_pic li {
|
|
width: 300px;
|
|
padding: 0;
|
|
}
|
|
|
|
.gradiant_pic li .percent {
|
|
height: 20px;
|
|
line-height: 20px;
|
|
padding: 0;
|
|
color: #000;
|
|
background: #fff url(/img/gradiant2.png) repeat-y 0 0;
|
|
-moz-border-radius: 0;
|
|
}
|
|
|
|
/* progress bar container */
|
|
#progressbar {
|
|
border:1px solid black;
|
|
width:200px;
|
|
height:20px;
|
|
position:relative;
|
|
color:black;
|
|
}
|
|
/* color bar */
|
|
#progressbar div.progress {
|
|
position:absolute;
|
|
width:0;
|
|
height:100%;
|
|
overflow:hidden;
|
|
background-color:#369;
|
|
}
|
|
/* text on bar */
|
|
#progressbar div.progress .text {
|
|
position:absolute;
|
|
text-align:center;
|
|
color:white;
|
|
}
|
|
/* text off bar */
|
|
#progressbar div.text {
|
|
position:absolute;
|
|
width:100%;
|
|
height:100%;
|
|
text-align:center;
|
|
}
|
|
|
|
.attenteCachee {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.attenteVisible
|
|
{
|
|
visibility: visible;
|
|
}
|
|
|
|
/*Infogreffe*/
|
|
table.table-classic {
|
|
border-collapse:collapse;
|
|
border: 0px;
|
|
border-color: #000000;
|
|
}
|
|
|
|
table.table-classic td {
|
|
font-family: arial, sans-serif;
|
|
font-size: 11px;
|
|
color:#000000;
|
|
}
|
|
|
|
/* les images dans les liens n'ont jamais de bordure */
|
|
table.table-classic a img {
|
|
border:none;
|
|
}
|
|
|
|
table.table-classic tr.titre td {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
background-color: #eee;
|
|
border: 1px solid #000000;
|
|
}
|
|
|
|
table.table-classic tr.ligne td.titre,
|
|
table.table-classic tr.last td.titre,
|
|
table.table-classic tr.ligne td.std,
|
|
table.table-classic tr.last td.std,
|
|
table.table-classic tr.ligne td.last,
|
|
table.table-classic tr.last td.last {
|
|
padding:8px 4px 8px 8px;
|
|
border: 1px solid #000000;
|
|
border-bottom : 1px dashed #000000;
|
|
}
|
|
|
|
table.table-classic tr.ligne td.titre,
|
|
table.table-classic tr.last td.titre {
|
|
font-weight: bold;
|
|
color: white;
|
|
background-color: #2b2b8b;
|
|
}
|
|
|
|
/* Nouveau style */
|
|
#container {
|
|
position: relative; /* on positionne le conteneur */
|
|
margin:0 auto;
|
|
text-align:left;
|
|
}
|
|
|
|
#left {margin:0; padding:0;}
|
|
#content {margin:0; padding:0;}
|
|
|
|
#page {
|
|
padding:0;
|
|
margin:5px 0 0 0;
|
|
}
|
|
|
|
#center {
|
|
background: #ffffff;
|
|
width:100%;
|
|
padding:5px 0;
|
|
margin:0 0 0 10px;
|
|
}
|
|
|
|
#center h1 {
|
|
clear:both;
|
|
margin:5px;
|
|
padding:5px;
|
|
background:#606060;
|
|
color:#ffffff;
|
|
font:600 1.4em Arial, Verdana, Sans-serif;
|
|
line-height:1.2em;
|
|
border:1px solid;
|
|
}
|
|
|
|
#center h2 {
|
|
clear:both;
|
|
margin:5px;
|
|
padding:5px;
|
|
background:#00008c;
|
|
color:#ffffff;
|
|
font:bold 1.2em Arial, Verdana, Sans-serif;
|
|
}
|
|
|
|
#footer {
|
|
clear:both;
|
|
width:100%;
|
|
margin:20px 0;
|
|
}
|
|
|
|
#footer p {
|
|
width:70%;
|
|
margin:0 auto;
|
|
font:0.9em Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.logout h4 {font-size: 16px;}
|
|
.logout h5 {font-size: 14px;}
|
|
|
|
#formR-submit {border:none;}
|
|
|
|
.blocdegrade {
|
|
width:300px;
|
|
}
|
|
|
|
.imgdegrade {
|
|
width:310px;
|
|
}
|
|
|
|
.textdegrade {
|
|
position:absolute;
|
|
overflow:hidden;
|
|
margin-left:10px;
|
|
line-height: 18px;
|
|
color: #000;
|
|
font-size:11px;
|
|
font-weight: bold;
|
|
font-family: monospace;
|
|
}
|
|
|
|
div.blocdegrade div {
|
|
margin:0;
|
|
}
|
|
|
|
div.blocdegrade .echelle
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.blocdegrade .echelleleft
|
|
{
|
|
float:left;
|
|
}
|
|
|
|
div.blocdegrade .echelleright
|
|
{
|
|
float:right;
|
|
}
|
|
|
|
.textdegrademin {
|
|
position:absolute;
|
|
overflow:hidden;
|
|
margin-left:10px;
|
|
line-height: 20px;
|
|
color: #000;
|
|
font-size:11px;
|
|
font-weight: bold;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.regle {
|
|
clear:both;
|
|
}
|
|
.clearfix:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
zoom:1;
|
|
}
|
|
|
|
table.greffe {
|
|
width:90%;
|
|
margin:5px 10px;
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
table.greffe th {
|
|
border:1px solid #000000;
|
|
padding:8px 4px 8px 4px;
|
|
background-color:#eeeeee;
|
|
text-align: center;
|
|
}
|
|
|
|
table.greffe .date { text-align: center; }
|
|
|
|
table.greffe td.date {
|
|
background-color:#2b2b8b;
|
|
color:white;
|
|
font-weight:bold;
|
|
}
|
|
|
|
table.greffe td {
|
|
border:1px solid #000000;
|
|
padding:8px 4px 8px 4px;
|
|
}
|
|
|
|
table.greffe td.decision { width:50%; }
|
|
|
|
table.greffe td.type {
|
|
text-align:center;
|
|
}
|
|
|
|
.actesCheckbox {
|
|
display:none;
|
|
}
|
|
|
|
.libAnnonces {
|
|
margin-left:30px;
|
|
}
|
|
|
|
.blockh2{
|
|
margin:5px;
|
|
}
|
|
|
|
div.adresse {
|
|
float:left;
|
|
margin:5px 5px 0 0;
|
|
}
|
|
|
|
div.adresse span {
|
|
clear:both;
|
|
float:left;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
div.domiciliation {
|
|
float:left;
|
|
margin:5px 0 0 5px;
|
|
line-height:16px;
|
|
}
|
|
|
|
div.domiciliation img {
|
|
vertical-align:middle;
|
|
}
|
|
|
|
|
|
div.domiciliation span{
|
|
display:none;
|
|
}
|
|
|
|
.confidentiel {
|
|
border-top:1px solid;
|
|
padding-top:5px;
|
|
font-style:italic;
|
|
font-size:9px;
|
|
}
|
|
|
|
.ui-dialog-content {
|
|
text-align:left;
|
|
}
|
|
.ui-widget .ui-widget {
|
|
font-size:0.8em;
|
|
}
|
|
.ui-menu {
|
|
text-align:left;
|
|
}
|
|
.ui-autocomplete {
|
|
font-size:11px;
|
|
}
|
|
|
|
.ui-button {
|
|
font-size:11px;
|
|
}
|
|
|
|
.ui-autocomplete .ui-menu-item {
|
|
width:400px;
|
|
}
|
|
|
|
div.submit{
|
|
margin-left:200px;
|
|
padding-left:0px;
|
|
margin-top:1em;
|
|
}
|
|
div.submit p.submit-button {
|
|
margin-top:0;
|
|
}
|
|
div.submit p.details{
|
|
font-size:85%;
|
|
color:#666;
|
|
margin:0;
|
|
}
|
|
div.submit p.required-note {
|
|
margin-top:1em;
|
|
}
|
|
div.submit p.required-note span {
|
|
color:#4B911C;
|
|
_color:#666;
|
|
font-size:170%;
|
|
vertical-align:top;
|
|
}
|
|
.noborder {
|
|
border:none;
|
|
}
|
|
.infoTitle {
|
|
clear:both;
|
|
float:left;
|
|
width:180px;
|
|
margin-left:30px;
|
|
padding:0 10px 5px 0;
|
|
}
|
|
.infoData {
|
|
float:left;
|
|
width:320px;
|
|
margin:2px 0;
|
|
}
|
|
.last {
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.datemaj {
|
|
float:right;
|
|
margin-right:10px;
|
|
}
|
|
|
|
#infogeo_txt {
|
|
float:left;
|
|
width:200px;
|
|
padding:20px 0 0 20px;
|
|
}
|
|
|
|
#infogeo_photo {
|
|
float:left;
|
|
margin:0;
|
|
padding:0;
|
|
width:340px;
|
|
}
|
|
|
|
#legende-photo {
|
|
display:none;
|
|
width:278px;
|
|
margin:5px 0 10px 0;
|
|
padding:10px;
|
|
border:1px solid #0000ff;
|
|
color:#0000ff;
|
|
}
|
|
|
|
#pp-cb-thumb {
|
|
display:none;
|
|
}
|
|
|
|
#pp-cb-thumb div.left {
|
|
float:left;
|
|
position:relative;
|
|
width:256px;
|
|
height:128px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
#pp-cb-thumb div.right {
|
|
float:left;
|
|
position:relative;
|
|
width:44px;
|
|
height:128px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
#pp-cb-thumb div.left img{
|
|
position:relative;
|
|
left:-256px;
|
|
top:-140px;
|
|
}
|
|
|
|
#pp-cb-thumb div.right img{
|
|
position:relative;
|
|
top:-140px;
|
|
}
|
|
|
|
#recherche {
|
|
background:none;
|
|
width:580px;
|
|
padding:5px 0;
|
|
margin:60px 0 0 0;
|
|
}
|
|
|
|
#recherche h2 {
|
|
margin:20px 0;
|
|
}
|
|
|
|
#recherche label {
|
|
width: 200px;
|
|
display:block;
|
|
float:left;
|
|
text-align:right;
|
|
padding-right:5px;
|
|
font-weight:bold;
|
|
font-size:x-small;
|
|
line-height:16px;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
#recherche .fieldgrp {
|
|
margin-bottom:5px;
|
|
}
|
|
|
|
#recherche .fieldgrp:after{
|
|
content:".";
|
|
display:block;
|
|
clear:both;
|
|
visibility:hidden;
|
|
line-height:0;
|
|
height:0;
|
|
}
|
|
|
|
#recherche .marge {
|
|
margin-bottom:15px;
|
|
}
|
|
|
|
#recherche .submit {
|
|
text-align:center;
|
|
margin:0;
|
|
} |