369 lines
5.6 KiB
CSS

/* Reset
----------------------------------*/
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
/* Main
----------------------------------*/
body {
background: url("/themes/default/images/bg-home-tile.jpg") repeat-x scroll 50% 0 #bebebe;
color: #000000;
font: 0.8em "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
margin: 0;
padding: 0;
}
.ui-tooltip-slider{
min-width: 0px;
}
.range
{
margin-left:10px;
margin-top:3px;
float:left;
border:0;
color:black;
font-weight:bold;
}
#global {
position: relative;
width:1000px;
margin-right: auto;
margin-left: auto;
}
#header {
height: 157px;
padding: 0 40px;
position: relative;
}
#header #message {
clear: right;
float: right;
margin-top: 34px;
background-color: #ffffff;
color: #000000;
text-align:center;
line-height: 25px;
padding: 0 1em;
width:450px;
}
#header #message #control {
display:none;
}
#control a {
color:#000000;
text-decoration:none;
}
#header h1 {
border: 0 none;
bottom: 15px;
color: #DDDDDD;
font-size: 2em;
font-weight: normal;
left: 60px;
line-height: 1;
padding: 0;
position: absolute;
text-transform: uppercase;
}
#header h1 {
font-size:18px;
margin:10px 5px;
}
#logo {
border: 0 none !important;
display: block;
position: absolute;
top: 80px;
}
.mySlider
{
margin:0px;
padding:10px;
}
#primaryNavigation {
background: url("/themes/default/images/menu/bg_primaryNav_left.gif") no-repeat scroll left bottom #192839;
float: right;
}
#primaryNavigation ul {
background: url("/themes/default/images/menu/bg_primaryNav_right.gif") no-repeat scroll right bottom transparent;
float: left;
margin: 0;
padding: 0 0.8em 2px;
}
#primaryNavigation li {
background: none repeat scroll 0 0 transparent;
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
}
#primaryNavigation li a {
color: #D0D0D0;
float: left;
line-height: 25px;
margin-bottom: 2px;
padding: 0 1em;
text-decoration: none;
}
#primaryNavigation li.jq-ui, #primaryNavigation li.jq-blog {
border-right: 1px solid #0F1924;
}
#primaryNavigation li.jq-current a, #primaryNavigation li.jq-current a:hover {
background: none repeat scroll 0 0 #192839;
border-bottom: 2px solid #176092;
color: #D0D0D0;
cursor: default;
margin-bottom: 0;
}
#primaryNavigation li a:hover {
border-bottom: 2px solid #4082AE;
color: #FFFFFF;
margin-bottom: 0;
}
#content {
margin:0;
}
#content h1 {font-size:16px; text-decoration:underline;}
#content h2 {font-size:14px;}
#content h3 {font-size:12px;}
#footer {}
.critereSelection li
{
list-style: none;
}
label {
font-weight:800;
}
li.liHover {
border:1px solid silver;
padding:5px;
margin:1px;
background-repeat: no-repeat;
background-position:2px;
cursor:move;
font-size: 0.9em;
}
li.liHover a {
text-decoration:none;
}
.ui-state-highlight {margin-top:5px; height: 2.5em; line-height: 1.2em; }
li.liHover:hover {
background-color: #E2E6E5;
cursor:pointer;
}
table#client { width:100%; }
table#client td {
border:1px solid #000;
padding:5px;
width:30%;
}
table#client tr:hover {
background-color: #88ccff;
}
.paragraph {
margin:5px;
padding:5px;
}
h2 {
text-decoration: underline;
}
h3 {
margin-top:10px;
border:1px solid #000;
}
.ui-tabs .ui-tabs-nav {
font-size: 0.7em;
}
#comptage .valeur {
font-weight:bold;
}
#tabs {
float:left;
margin:2px;
width:700px;
}
#panel {
background: #ffffff;
color: #000000;
float:right;
width:280px;
margin:2px 0;
padding:2px;
}
#accordion {
}
#rappel {
}
.ui-accordion .ui-accordion-content {
padding:0;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
zoom:1;
}
.ui-corner-all {
border-bottom-right-radius:0;
border-bottom-left-radius:0;
border-top-right-radius:0;
border-top-left-radius:0;
}
#naf li { width:650px; }
#naf a { }
#naf a ins { }
#first
{
height:200px;
}
ul#fieldsblock li { list-style-type: none; }
table.ciblage {
width:100%;
}
table.ciblage th {
border:1px solid #000000;
padding:2px;
}
table.ciblage td {
border:1px solid #000000;
padding:2px;
}
.fieldgrp {
clear: both;
width: 100%;
overflow: hidden;
}
.fieldgrp:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.fieldgrp label {
font-weight: bold;
/*width: 320px;*/
clear: both;
line-height: 22px;
_padding-top: 3px;
float: right;
display: block;
font-size:0.9em;
float:left;
}
.field {
width: 350px;
float: right;
padding: 0 10px 0 0;
line-height: 22px;
_padding-top: 3px;
text-align: right;
}
.field a
{
font-size:10px;
color:blue;
}
.field .longfield {
width: 215px;
}
.field .longfield-select {
width: 220px;
}
.field .smallfield {
width: 95px;
}
.field .medfield {
width: 110px;
}
.field input, .field textarea {
font-size: 0.9em;
margin: 2px 0;
border:1px solid #000000;
width:100%;
}
.field input[type="radio"] {
margin: 0 5px 0 5px;
}
.slider-range
{
width:100%;
}
.range {background-color:transparent;}