/* pour le swaf */
.refSize {
    font-size: 8pt;
}

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0px;
    padding: 0px;
    background: #249FCB url(../images/web/page_g.jpg) repeat-x left top;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #636363;
    overflow: auto;
    scroll: no;
}

#container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#banner {
    height: 89px;
    padding-top: 6px;
    px;
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
}

#logo {
    position: absolute;
    left: 10px;
    width: 156px;
    height: 80px;
}

#sitename {
    position: absolute;
    bottom: 0px;
    right: 20px;
    font-size: 26px;
    color: #1B7698;
}

#menu-wrapper {
    height: 50px;
    background: url(../images/web/bg_banner.png) repeat-x left top;
    position: relative;
}

#content {
    background: url(../images/web/bg_middle.png) repeat-y left top;
    padding: 20px;
}

#bottom {
    height: 100px;
    background: url(../images/web/bg_bottom.png) repeat-x left top;
}

/* Menu */
#menu {
    position: absolute;
    bottom: 0px;
    margin-top: 20px;
    margin-left: 20px;
}

#menu ul {
    margin: 0px;
    list-style: none;
}

#menu li {
    float: left;
    width: 89px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #cccccc;
    padding-top: 4px;
    padding-bottom: 4px;
}

#menu li.active {
    background: url(../images/web/menuitem.gif) no-repeat left top;
    color: #ffffff;
}

#menu li a {
    color: #cccccc;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

/* Form */
form {
    margin: 0;
    padding: 0;
}

fieldset {
    padding: 20px;
    margin-bottom: 10px;
    width: 720px;
}

legend {
    color: #1B7698;
    font-weight: bold;
    font-size: 14px;
    background-color: transparent;
    border: none;
}

input {
    border: 1px solid #A9CCDE;
    background-color: #CCF0FE;
}

input[type=radio] {
    border: none;
    background-color: transparent;
}

select, option {
    background-color: #CCF0FE;
}

textarea {
    border: 1px solid #A9CCDE;
    background-color: #CCF0FE;
}

input[type=button], input[type=submit], input[type=reset] {
    border: 1px solid #003465;
    background: url(../images/web/bg_button_hover.gif) repeat-x;
    color: #ffffff;
    height: 26px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    border: 1px solid #2295bf;
    background: url(../images/extra_cpsia/bg_button.gif) repeat-x;
    cursor: pointer;
    color: #003465;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
    border: 2px inset #A6BEDE;
    background-color: #A6BEDE;
    color: black;
}

/* Table */
.bluetable {
    border: 1px solid #A9CCDE;
}

.bluetable th {
    border: 1px solid #A9CCDE; /*font-family: monospace;*/
    padding: 5px;
    color: #1B7698;
    background-color: #CCF0FE;
}

.bluetable td {
    border: 1px solid #A9CCDE;
    font-family: sans-serif;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
}

.bluetable .grey td {
    background-color: #efefef;
}

.bluetable caption {
    font-family: sans-serif;
}

.bluebox {
    width: 450px;
    border: 1px solid #a9ccde;
    background: #F0F9FE url(../images/extra_cpsia/bg_bluebox.gif) repeat-x left bottom;
    padding: 10px;
}

.black {
    color: #000000;
}

.img_cadre {
    border: 1;
}

.titreRubrique {
    color: #000000;
    background-color: transparent;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}