/* Global */
* {
margin: 0;
padding: 0;
}
html {
font-size:100%;
width: 100%;
height: 100%;
}
body {
font-size: 62%;
line-height: 1.2;
background: white;
}
img {
border:0;
}
a {
color: black;
text-decoration: none;
}
p {
margin-bottom: 5px;
}
.serif {
font-family:Times, serif;
}
.sansserif {
font-family: Helvetica, sans-serif;
}
strong.c1 {
margin: 5px;
}

/* Structure */
#global {
width: 100%;
height: 100%;
position:absolute;
overflow:hidden;
}
    #leftcol {
    width: 300px;
    height: 100%;
    margin: 15px 0 0 15px;
    float: left;
    }
        #logo {
        }
        #menu {
        width: 260px;
        font-size:1.4em;
        line-height:1;
        position: absolute;
        overflow: hidden;
        top: 175px;
        bottom: 0;
        }
        .menu_selected {
        color: #d50000;
        }
        .menu_selected_big {
        color: #d50000;
        font-size: 2.1em;
        line-height: 1.1;
        }
        .menu_item {
        text-transform: uppercase;
        font-weight:bold;
        }
        .menu_title{
        font-size: 2em;
        letter-spacing:1px;
        }
            ul#menu {
            list-style: none;
            }
                .submenu {
                }
                    #sub_title {
                    text-transform: uppercase;
                    font-size:1.9em;
                    font-weight:bold;
                    }
                    #sub_title2 {
                    text-transform: uppercase;
                    font-size:1.1em;
                    font-weight:bold;
                    }
                    #sub_content {
                    font-weight:none;
                    margin-bottom:5px;
                    font-size:0.8em;
                    text-align:justify;
                    line-height:1.2;
                    }
                        .sub_link {
                        display:block;
                        font-weight: bold;
                        }
    #items, #expand {
    padding:187px 25px 25px 0;
    margin-left: 320px;
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow:auto;
    }
    .items_top {
    padding: 20px 5px 20px 0 !important;
    }
        .work_expand_container {
        float:left;
        clear:both;
        }
        .news_expand {
        float:left;
        }
            .news_expand_first,
            .work_expand_first {
            float:left;
            }
            .work_expand_first,
            .work_expand_list,
            .work_expand,
            .presse_expand,
            .news_expand_first,
            .news_expand {
            margin: 0 10px 10px 0;
            }

        #contact_map {
        float:left;
        border: 1px solid black;
        margin: 0 5px 0 0;
        width: 400px;
        height: 300px;
        }
        #contact_form {
        float:left;
        margin-top: 5px;
        margin-left: 10px;
        }
            #contact_form input, 
            #contact_form textarea {
            margin-top: 5px;
            border: 1px solid black;
            width: 250px;
            }
            #contact_form label {
            width: 70px;
            font-weight: bold;
            float:left;
            margin-top: 5px;
            }
            #contact_submit {
            margin-top: 5px;
            float:right;
            }
        #news_div{
        float:left;
        width: 100%;
        }
            .news_list {
            float:left;
            clear:left;
            width:100%;
            }
                .news_list img,
                .news_list canvas {
                float: left;
                }
                .newsIntro {
                float:left;
                margin-bottom: 15px;
                }
                .newsDate {
                font-size:1.2em;
                font-weight:bold;
                }
                .newsTitre {
                font-size:0.9em;
                width: 350px;
                }
        .work_list {
        list-style:none;
        float:left;
        padding-right:5px;
        }
        .work_list td {
            vertical-align: top;
        }
            .work_list li {
            margin:0 5px 5px 0;
            width:100%;
            display:inline-block;
            }

        table.table_work td {
        vertical-align: top;
        }
        .work_text {
        }
            .work_text div {
            font-weight: bold;
            font-size: 1.1em;
            }
            .work_text span {
            display:block;
            margin-bottom: 5px;
            }
            #link_pdf {
            text-align:left;
            width: 120px;
            position:absolute;
            }
                #link_pdf img {
                display:block;
                margin:0 auto;
                }
                #link_pdf span {
                background-color: white;
                margin:2px 0 0 36px;
                display:inline;
                }
        .work_text_list {
        margin-right: 10px;
        }
            .work_text_list b {
            font-size: 1.1em;
            }
        .work_text_list2 {
        margin-right: 10px;
        }
            .work_text_list2 b {
            font-size: 1.3em;
            }
#noScript
{
position:absolute;
top: 20px;
padding: 5px 15px;
border: 1px solid red;
color: red;
font-size: 2em;
}
.clear{
clear: both;
}
.wordwrap {
overflow: auto;
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}
#ie6 {
padding: 5px 15px;
color: red;
font-size: 1.4em;
}
#back {
font-size:2em;
color:red;
margin: 15px;
display: block;
float: left;
clear:both;
}

