body {
    background-color: #fcf6e5;
    font-family: 'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    font-size: 12px;
    color:#999;
}
h3{
    font-size: 1.3em
}
h4{
    font-size: 1.2em;
}
h5{
    font-size: 1.1em;
    margin: 4px 0;
    text-transform: uppercase;
}
strong , b{
    color: #444;
}
.box_bo {
    top: 0;
    position: fixed;
    z-index: 15;
    font-size: 0.9em;
    padding-left: 0;
    margin: 0;
    background-color: #b4b9fd;
    width: 100%;
}
h1.box_bo{
    font-size: 2em;
}
#flash-message{
    background-color: #F00;
}
.box_bo_under{
    top: 7px;
    position: fixed;
    z-index: 15;
    font-size: 0.9em;
}
.box_bo li, .box_bo_under li{
    display: inline-block;
    margin: 0 5px;
    text-transform:uppercase;
    font-weight: bold;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.no_txt_transform{
    text-transform: none;
}
.info{
    color: #F90;
}
.green{
    color: #55b948;
}
.box_bo .info{
    color: #000;
}
.box_bo a{
    color: #666;
}
.back_info{
    background-color: #FFBE63;
    color: #333;
}
.back_info_light{
    background-color: #FFD39B
}
.back_gris{
    background-color: #DDD;
}
.alert{
    color: #F00;
}
.vert{
    color: #017801;
}
.hidden{
    display: none;
}
img {
    border: medium none;
}
a {
    color: #333;
    text-decoration:none;
}
a:hover{
    color:#F90;
}
li{
    list-style: none;
}
.journalist_draggable{
    background-color: #DDD;
    cursor: move;
    border: 7px solid;
    border-radius: 7px 7px 7px 7px;
    border-color: #DDD;
    width: 300px;
    margin-bottom: 10px;
}
.journalist_{
    background-color: #DDD;
    width: 300px;
    margin-bottom: 10px;
}
form td{
    vertical-align:top;
}
form td:nth-child(1){
    font-weight: bold;
    text-transform: uppercase;
    width: 160px;
}
.validity-summary-container{
    background-color: #f00;
    color: #000;
    font-size: 0.8em;
    font-weight: normal;
    left: 4px;
    padding: 2px;
    position: fixed;
    top: 200px;
    width: 160px;
    z-index: 10;
}
.validity-summary-container ul {
    margin: 0;
}
.validity-summary-container ul li {
    margin-left: -15px;
}
input{
    font-size: 0.7rem;
    color: #333;
}
input:focus, textarea:focus{
    background-color: #FFF !important;
}
input[type=text]{
    width: 160px;
    height:15px;
    background-color: #DDD;
}
option:focus {
    background-color: #BBB !important;
}
#demande_authentification{
    margin: 6px 0 0;
    text-transform: uppercase
}
#demande_authentification img{
    float:left;
    margin: -19px 10px 0 0px;
}
textarea {
    vertical-align: baseline;
    background-color: #DDD;
}
.textarea_wysiwyg{
    background-color: #F5F5F5;
    color:#999;
    font-family: 'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,sans-serif;
    border:none;
    font-size: inherit;
}
select{
    font-size: 0.6rem;
    color: #666;
    text-transform: uppercase;
    font-family:  'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
.select_info{
    background-color: #EEE;
    text-align: center;
    color: #666;
}
.float_right{
    float: right;
}
#menu {
    color: #333;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 126px;
    z-index: 10;
    background-color: #ffc278;
    font-size: 0.7rem;
    padding: 3px;
    text-align: center;
}
#menu a:hover, .box_bo a:hover{
    color: #FFF;
}
div#nav{
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    margin: 5px 0;
    padding: 5px 0;
}
#user {
    margin-top: 7px;
    clear: both;
    text-align: left;
}
#privs{
    display: inline;
    cursor: pointer;
}
#right {
    left: 130px;
    /*padding-top: 55px;*/
    position: absolute;
}
ul.box_bo + div{
    margin-top: 40px;
}
#logo {
    width: 166px;
    height : 78px;
}
#login_form{
    clear: both;
}
#contacts {
    font-weight: bold;
    text-align: center;
    width: 126px;
    font-size: 1em;
    color:#333;
    position:absolute;
    bottom:10px;
}
#contacts a:hover {
    color: #806256;
}
.file{
    cursor: pointer;
}
/* LEFT */
li p {
    background-color: #EEEEEE;
    margin: 2px 0 0 -6px;
    padding: 2px 7px;
    text-align: left;
    color: #777;
}
.box{
    border-radius: 0 0px 0 0;
    display: block;
    margin: 0 0 12px;
    font-size: 0.9em;
}
.right_left_box{
    width: 400px;
}
.right_right_box{
    width: 400px;
}
.left_box select {
    margin-bottom: 3px;
}
.left_box ul {
    margin: 0;
    padding: 0;
}
.left_box ul:first-child {
    margin: 9px 0 0 0;
}
.left_box li{
    list-style:none;
    font-size: 0.9em;
    clear:both;
}
.bold, .left_box i{
    font-weight:bold;
}
.sel_art {
    width: 170px;
    margin-left: -3px;
}
#sel_fst, .sel_user {
    width: 170px;
}
.menu_title{
    font-size: 1em;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.bloc_title{
    border-bottom: 1px dotted #FF9900;
    font-size: 1.1em;
    font-weight: bold;
    color: #F90;
    text-transform: uppercase;
}
.bloc_title a{
    color: #F90;
    font-size: 0.9em;
}
.plus{
    font-weight: normal;
    float: right;
    font-size: 0.8em;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin: 0 50px 0 0;
}
.mod{
    cursor: pointer;
}
#jpromo ul li {
    border-left: 1px dotted #F90;
    border-bottom: 1px dotted #F90;
    margin: 10px 0 0 0;
    padding: 0 0 0 7px;
}
#jpromo_full{
    display:none;
}
#srvMsg{
    display: hidden;
}
#sorties ul {
    margin: 4px 10px;
    width: 220px;
}
hr{
    border-style: dotted;
    margin-bottom: 3px;
    margin-top: 1px;
}
#sorties li {
    margin: 0 0 -89px;
}
/* /LEFT */
/* ARTISTE */
#art_nom {
    background-color: #fcf6e5;
    color: #777;
    font-weight: bold;
    font-size: 2.5em;
    position: fixed;
    text-transform: uppercase;
    top: 6px;
    width: 100%;
    z-index: 10;
    margin: 5px 0;
}
#art_bio{
    text-align: justify;
}
#content_right {
    float: left;
    width: 400px;
    padding-left: 5px;
}
#content_right_right {
    float: left;
    width: 450px;
    padding-left: 5px;
}
#content_left_left{
    float: left;
    width: 250px;
    padding: 0 5px;
}
#content_left {
    float: left;
    width: 400px;
    border-left: 1px dotted;
    border-right: 1px dotted;
    padding: 0 5px;
}
.crt_date{
    font-size: 1.2em;
}
.crt_ville{
    font-size: 1.1em;
    font-weight: normal;
    display: inline;
    text-transform: uppercase;
}
.crt_lieu{
    font-weight: normal;
    display: inline;
    text-transform: capitalize;
    margin: 0 5px;
    font-style: italic;
}
/* FORMULAIRE ACCRED */
h2{
    text-transform: uppercase;
    margin: 0;
}
#check_date , #check_acr_type , #check_usr_type_media{
    display:none;
}
#captation{
    display: none;
}
#chx_date input{
    display: inline;
}
.detail ul{
    margin: 10px 0;
}
.detail li{
    margin: 5px 0;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}
.detail li ul li{
    font-size: 0.9em;
}
.detail li ul li ul li{
    font-weight: normal;
}
#organisateur{
    margin-left: -2px;
}
/* INTERVIEWS */
#external-events {
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
}
#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}
.external-event { /* try to mimick the look of a real event */
    margin: 10px 0;
    padding: 2px 4px;
    color: #333;
    font-size: .9em;
    cursor: pointer;
}
.event{
    border-color:#FFBE63;
    background-color: #FFBE63;
}
.event-light{
    border-color:#FFD39B;
    background-color: #FFD39B;
}
.blue{
    border-color:#B4B9FD;
    background-color: #B4B9FD;
}
.interview-color{
    background-color: #CCC;
}
ul {
    padding-left: 16px;
}
.liste_evt.bydate > li > b {
    font-size: 1.5em;
    line-height: 50px;
    color: #111;
}
.liste_evt > li > b + span {
    color: #666;
    font-size: 1.5em;
    text-transform: lowercase;
}
#calendar {
    float: left;
}
#accept_demande {
    border: 3px solid #F5F5F5;
    left: 750px;
    position: fixed;
    top: 265px;
}
#refus_demande {
    border: 3px solid #F5F5F5;
    position: fixed;
    top: 265px;
}
#liste_accept {
    background-color: #DDDDDD;
    border: 7px solid #DDDDDD;
    border-radius: 7px 7px 7px 7px;
    left: 559px;
    position: absolute;
    top: 0;
    width: 430px;
}
#fleche_verte {
    position: fixed;
    left: 440px;
    top: 243px;
    z-index: 20;
}
#fleche_rouge {
    position: fixed;
    left: 440px;
    top: 243px;
    z-index: 20;
    display: none;
}
#actualiser {
    position: fixed;
    left: 701px;
    margin-top: -27px;
    z-index: 20;
    background-color: #F90;
    font-weight: bold;
    padding: 3px;
    color: #000;
    cursor: pointer;
}
#gestion {
    position: absolute;
    top: 19px;
    left: -2px;
}