* {
    font-family : "Trebuchet MS", Verdana, sans-serif;
}

html {
    font-size: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

img {
    border: 0;
    float: left;
    margin-right: 5px;
}

.flag {
    vertical-align: middle;
    float: none;
    margin-right: 0px;
}

.top_logo {
    float: none;
}

textarea {
    font-size : 90%;
}

#main {
    position: absolute;
    width: 500px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    text-align: center;
}

#coor {
    width: 350px;
    height: 150px;
    margin: auto;
    position: relative;
}

#main_contact {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
}

p {
    text-align: justify;
}
a {
    color: #000000;
}

h2 {
    height : 40px ;
    background: #ffffff url(../img/barre_vtitre.jpg) 30px top no-repeat;
    text-align: left;
}

h2>span {   
    padding-left :35px;
    padding-right : 50px;
    color: #621768;
    border-bottom: 2px solid #26baec;
    display: inline-block;
}

/* FORMULAIRE DE CONTACT */

form {
    width: 400px;
    margin-left : 50px;
    text-align: left
}

fieldset {
    padding: 10px;
    border : 1px solid #000000;
}

legend {
    color : #621768;
    font-weight: bold;
}

label {
    display: inline;
    float: left;
    width: 90px;
    text-align : right;
    padding-right : 5px;
} 

fieldset input, fieldset textarea, fieldset select {
    border : 1px solid #621768;
    width : 260px;
    margin-bottom: 1px;
}


.def {
    cursor : help;
    border-bottom : 1px dashed #000000;
    color : #621768;
}

.warn {
    margin-top : 0px;
    color : #ff0000;
    font-style: italic;
    font-weight: bold;
}

.mail_ok {
    margin-top : 0px;
    color : #00aa00;
    font-style: italic;
    font-weight: bold;
}

.info {
    margin-top : 0px;
    color : #888888;
    font-style: italic;
}
.btn_val {
    font-weight: bold;
    border : 1px solid #621768;
    margin-top : 10px;
    margin-bottom : 10px;
}

/* NEWS */
div#pages {
    border-top: solid 2px #26baec;
    padding-top: 6px;
    float: right;
}

div#pages form {
    display: inline;
    margin: 0 15px;
}

div#pages fieldset {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
}

div#pages input, div#pages label {
    width: auto;
    vertical-align: -4px;
    border: none;
}

table.news {
    border: solid 1px #621768;
    width: 100%;
    margin-bottom: 25px;
}

table.news thead tr th {
    border-bottom: dotted 1px;
}

table.news h4 {
    float: left;
    text-align: left;
    margin: 0;
    width: 50%;
    color: #621768;
    font-size: 110%;
}

table.news span.news_date {
    float: right;
    font-weight: normal;
    font-style: italic;
}

table.news tbody tr td {
    padding: 5px 10px;
}

table.news tbody tr td > div {
    /*text-indent: 10px;*/
    margin-bottom: 5px;
    text-align: justify;
}
table.news tbody tr td > a {
    color: #26baec;
}

table.news tfoot tr td {
    border-top: dotted 1px;
}

table.news tfoot tr td {
    text-align:left
}

.news a {
    color: #26baec;
    font-weight: bold;
}

.news a:hover {
    color: #26baec;
    font-weight: bold;
    text-decoration: none;
}

.news ul {
    list-style-image:url(../img/bullet_orange.png)
}

ul#news_menu {
    list-style: none;
}

ul#news_menu li {
    padding: 2px 5px;
    font-weight: bold;
}

ul#news_menu li a {
    color: #621768;
}

.gray {
    color: #828282;
}

