/* DIVERS */

body {
    background-color : #CCCCCC;
    padding : 0;
    margin : 0;
}

/*tr, td {
    border: 0;
    padding: 0;
}*/

button {
    cursor : pointer;
}

.clear {
    clear: both;
}

.error_list {
    color: red;
}

/* STYLES POUR LE CADRE DE LA PAGE */

#viewPort {
    width: 100%;
}

#imgSite {
    background-image : url(../images/panneau1.jpg);
    height : 132px;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    font-family: "Times New Roman"
}

/* BARRE DE MESSAGES */

#mainMsgBar {
    background-color : #D0D0E0;
    vertical-align: top;
    padding: 0;
}

#userBar {
    padding: 10px;
    line-height: 30px;
}

#userBar .label {
    float: left;
    margin-right: 10px;
}

#userBar .name {
    float: left;
    margin-right: 10px;
}

#userBar .action {
/*    float: left;*/
}

#flash_messages .notice {
    background: url("../images/tick.png") no-repeat scroll 10px 4px #FFFFCC;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin: 4px 0;
    padding: 4px 4px 4px 30px;
}

#flash_messages warning {
    background: url("../images/error.png") no-repeat scroll 10px 4px #FFAA22;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin: 4px 0;
    padding: 4px 4px 4px 30px;
}

#flash_messages .error {
    background: url("../images/error.png") no-repeat scroll 10px 4px #FF3300;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin: 4px 0;
    padding: 4px 4px 4px 30px;
}


/* MENU PRINCIPAL A GAUCHE */

#leftMenu {
    width: 200px;
    vertical-align: top;
}

/* STYLE POUR LE CONTENU DE LA PAGE */

#content {
    background-image : url(../images/fond_gris2blanc.png);
    background-repeat : repeat-y;
    background-color : #FCFCFC;
    color : black;
    padding : 10px;
    text-align : left;
}

#content tr, td {
    border: 0;
}

#copyright {
    color : white;
    font-size : 12px;
    padding : 3px;
    border-top : 1px solid silver;
    border-bottom : 1px solid silver;
    background-color : #6699CC;
}

.section {

}
.section h2 {
    /*    font-size: 13pt;*/
    margin-left: 15px;
}
.section h3 {
    /*    font-size: 12pt;*/
    font-style: italic;
    margin-left: 25px;
}
.section .entry {
    font-size: 11pt;
    margin-left: 35px;
}

.minibanners {
    margin-top: 30px;
    /*    text-align: right;*/
}

noscript {
    font-size: 12pt;
    color: #C00000;
    padding: 10px;
}

a img {
    border : 0;
    /* pour Firefox... */
}

/* ACTUS */

.news_item {
    border: 1px solid silver;
    padding: 10px;
    margin: 5px;
}
.news_date {
    float: right;
    margin-right: 100px;
    font-style: italic;
    font-size: 8pt;
}
.news_title {
    font-weight: bold;
    font-size: 13pt;
}
.news_content {

}


