html, body {
    height:100%;
}

body, h1, h2, h3 {
    margin: 0;
    font: normal 12px 'Open Sans', sans-serif;
}

h2 {
    color: #767676;
}

ul, li {
    list-style: none;
}

img {
    border: none;
}

#reassurance {
    height:100%;
    margin: 0 auto;
    width: 960px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

#reassurance a {
    color: #285EBE;
    text-decoration: none;
}

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

#reassurance #left {
    padding: 10px;
    float: left;
    width: 640px;
}

#reassurance h1 a {
    display: block;
    width: 165px;
    height: 75px;
    text-decoration: none;
    background: url(http://imgeo.mediastay.net/gpillimite/img/logo.png) no-repeat;
}

#reassurance h1 span {
    display: none;
}

#reassurance h2 {
    margin-top: 25px;
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
}

#reassurance .question {
    cursor: pointer;
}

#reassurance .question:hover {
    color: #999;
}

#reassurance #right {
    height:100%;
    float: right;
    padding: 0 10px 0;
    width: 261px;
    background-color: #f4f4f4;
}

#reassurance #right .vignette {
    text-align: center;
}

#reassurance #infoContact {
    padding: 20px;
    position: relative;
    color: #fff;
    font-size: 14px;
    background: #295fc1;
    }

#reassurance #infoContact a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.contact-img {
    background: url(http://imgeo.mediastay.net/gpillimite/img/email-contact.png) no-repeat;
    float:left;
    height:41px;
    margin:10px 5px 5px 0;
    width:42px;
}

#reassurance #infoContact p strong {
    font-size: 20px;
}

#reassurance #link {
    margin: 15px 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

#reassurance #link h3 {
    padding-left: 15px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    background: #fdfdfd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fdfdfd 0%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfdfd 0%, #d8d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfdfd 0%, #d8d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdfdfd 0%, #d8d8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d8d8d8', GradientType=0); /* IE6-8 */
}

#reassurance #link ul {
    padding: 10px;
    margin: 0;
    border-radius: 0 0 5px 5px;
    background: #fff;
}