root {
    display: block;
}

body{
    background-color:#C99BEB;
    color:#5B0F91;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;

}

a, a:visited {
    text-decoration:none;
    color:#5B0F91;
    font-weight:bold;
}

a:hover {
    text-decoration:none;
    color:#2E024D;
    font-weight:bold;
}

#container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;

}

#header {
    width:auto;
    height:200px;
    padding:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image:url("/index/image/img/banniere");
    background-position:-2px 0px;
    border:3px solid #2E024D;

}



#headerImage {
    float:left;
    white-space:nowrap;
    width:800px;
    height:200px;
    margin:0px;
    padding:0px;
    position:relative;
    left:-1px;
}

#menu {
    float:left;
    width:180px;
    height:500px;
    border-left:3px solid #2E024D;
    border-right:3px solid #2E024D;
    border-bottom:3px solid #2E024D;
    background-color:#5B0F91;
    color:#C573FF;
    background-image:url("/images/menu.png");
    text-align:center;

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

ul#menuItems{
    list-style-type:none;
    width:100%;
    position:relative;
    height:27px;
    font-weight:bold;
    margin:0;
    padding:0px 0px 0px 0px;
}

ul#menuItems li{
    display:block;
    margin: 15px 5px 5px 5px;
    height:27px;
    text-align:center;
}

ul#menuItems li a{
    display:block;
    color:#C573FF;
    background:#8D1DDE;
    line-height:27px;
    text-decoration:none;
    padding:0px 0px 0px 0px;
    height:27px;
    border:1px solid #2E024D;
}

ul#menuItems li a:hover{
        background:#5B0F91;
}

#contenu {
    float:left;
    width:600px;
    padding-left:10px;
}

#spacer {
    clear:both;
    width:100%;
    height:0px;
}

#footer {
     width: auto;
     font-family:Verdana,Arial,Helvetica,sans-serif;
     font-size:10px;
}

input,textarea, button, select {
    background-color:#C573FF;
    color:#2E024D;
    border:1px solid #2E024D;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

input.inputimage {
    background:none;
    border:none;
}

hr {
    border:none;
    height:1px;
    color:#2E024D;
    background-color:#2E024D;
}

ul#titre {
    list-style-type:none;
    padding-bottom:20px;
    margin:0;
    border-bottom:1px solid #2E024D;
    margin-bottom:10px;
    width:550px;
}

ul#titre li{
    float:left;
    height:18px;
    margin:1px 2px 0px 2px;
    border: 1px solid #2E024D;
    padding:0px 5px 0px 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#5B0F91;
    position:relative;
    left:-42px
}

h1 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    display:inline;
}

h2 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.gros {
    font-size:16px;
}

.groscentre {
    font-size:16px;
    text-align:center;
}

.centre {
    text-align:center;
}

.soustitre {
    font-size:13px;
    font-weight:bold;
}

table.table1,table.table2, tr.headrows{
    border: 1px solid #2E024D;
    width: 100%;
    border-collapse:collapse;
}

.bordered{
    border: 1px solid #2E024D;
    border-collapse:collapse;
}

.sansbord{
    border: 0px;
    border-collapse:collapse;
}

table.table1 th,table.table2 th,tr.headrows th {
    border: 1px solid #2E024D;
    background-color:#8D1DDE;
    text-align:left;
    color:#C573FF;
}

table.table2 th {
    color:yellow;
}

table.table1 td, table.table2 td {
    border: 1px solid #2E024D;
    padding-left:15px;
}

table.table2 td {
    font-size:13px;
}




.zend_form dd {
    margin-left:0px;
}
.zend_form textarea {
    height:150px;
}


ul#onglets {
    list-style-type:none;
    padding-bottom:20px;
    margin:0;
    border-bottom:1px solid #2E024D;
    margin-bottom:10px;
}

ul#onglets li{
    float:left;
    height:15px;
    margin:4px 2px 0px 2px;
    border: 1px solid #2E024D;
    padding:0px 5px 0px 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#5B0F91;
}

ul#onglets li.current{
    border-bottom: 1px solid #C99BEB;
}

ul#onglets li.current a {
    color:#5B0F91;

}

#onglets a {
    float:left;
    display:block;
    color:#5B0F91;
    text-decoration:none;
}

ul#actions{
    list-style-type:none;
    width:30%;
    position:relative;
    height:27px;
    font-weight:bold;
    margin:0;
    padding:0px 0px 0px 0px;
}

ul#actions li{
    display:block;
    margin: 15px 5px 5px 5px;
    height:27px;
    text-align:center;
}

ul#actions li a{
    display:block;
    color:#C573FF;
    background:#8D1DDE;
    line-height:27px;
    text-decoration:none;
    padding:0px 0px 0px 0px;
    height:27px;
    border:1px solid #2E024D;
}

ul#actions li a:hover{
        background:#5B0F91;
}

.formerror {
    color:#FF0000;
    font-weight:bold;
    display:block;

}

div#aide {
    background-image : url(/index/image/img/fond_aide);
    background-repeat : no-repeat;
    background-position : right bottom;
    width:100%;
    height:470px;
}

div#contenu_aide {
    width:100%;
    height:400px;
}

ul.puce_etoile {
    list-style-type:none;
    padding:0px;
    margin:0px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}

ul.puce_etoile li {
    background-image: url('/images/puce_etoile.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 30px;
    height:25px;
    padding-top:3px;
}
