html {
     width: 100%;
     height: 100%;
}
body {
     background-color: #eff7fb;
     color: black;
     padding: 0;
     border: 0;
     margin: 0;
     font-family: Arial, serif;
     font-size: 10px;
     color: #005b98;
}
img {
     border: 0;
}
#content {
     width: 79.1em;
     border-left: 1px solid #e0e8eb;
     border-right: 1px solid #e0e8eb;
     margin: 0 auto;
     padding: 23.5em 0 0 0;
     background-image: url('../images/header.jpg');
     background-repeat: no-repeat;
     background-color: white;
     position: relative;
}
ul.publications {
     list-style-type: none;
     list-style-image: none;
     margin: 1em 0 1em 2.2em;
     padding: 0;
     height: 66em;
}
ul.publications li {
     float: left;
     width: 14.2em;
     height: 32em;
     background-image: url('../images/border.jpg');
     background-repeat: no-repeat;
     margin-right: 0.85em;
     margin-bottom: 0.8em;
     padding: 0;
}
ul.publications li a img {
     margin: 0 0 0 0.5em;
}
ul.publications li p {
     font-family: Arial, sans-serif;
     color: #005b97;
     font-size: 1.1em;
     margin: 0;
     padding: 0.3em 0.4em 0 1.6em;
}
p.contact {
     clear: both;
     text-transform: uppercase;
     background-image: url('../images/bar.jpg');
     background-repeat: no-repeat;
     margin: 0.9em 2.7em 0 2.7em;
     padding: 1.6em 0 0 0;
     line-height: 1.7em;
     float: left;
     color: #005b98;
}
h1 {
     text-transform: uppercase;
     font-size: 14px;
}
p {
     color: #636363;
     font-size: 1.1em;
}
.description {
     margin: 0 2.6em 0 24em;
}

ul.publicationsTexte {
     list-style-type: none;
     list-style-image: none;
     margin: 5em auto 0 auto;
     padding: 2.5em 0em 2.5em 3.1em;
     width: 70em;
     height: 5.5em;
     border-top: 1px solid #005b97;
     border-bottom: 1px solid #005b97;
}
ul.publicationsTexte li {
     float: left;
     margin: 0 2.6em 1em 0em;
     padding: 0 0 0 1.4em;
     background-image: url('../images/bullet.jpg');
     background-repeat: no-repeat;
     background-position: 0 0;
}
ul.publicationsTexte li a {
     color: #245481;
     text-decoration: none;
     font-size: 1.1em;

}
ul.publicationsTexte li a:hover {
     text-decoration: underline;
}
p.credits {
     text-align: right;
     font-size: 1.1em;
     color: #8e8e8e;
     padding: 1em 2.6em 2em 0;
     background-image: url('../images/logo.jpg');
     background-repeat: no-repeat;
     background-position: 2.6em 0em;
}
p.credits a {
     color: #8e8e8e;
     text-decoration: none;
}
p.credits a:hover {
     text-decoration: underline;
}
.smallContent {
     margin: 1em;
     border: 1em solid #005b97;
     background-color: White;
     padding: 1em;
     font-size: 1.1em;
}
.smallContent img {
     float: left;
     padding: 0 1em 1em 0;
}
.smallContent ul li {
     margin: 0 0 0 12em;;
     padding: 0;
     list-style-type: square;
}
ul.topMenu {
     position: absolute;
     top: 0;
     right: 0;
     list-style-type: none;
     margin: 0;
     padding: 0;
}
ul.topMenu li {
     float: left;
     margin: 0 0.5em;
     padding: 0.5em 0.5em 0.5em 0;
     border-right: 1px solid White;
}
ul.topMenu li.last {
     border-right: 0;
}
ul.topMenu li a {
     color: White;
     font-weight: bold;
     text-decoration: none;
}
ul.topMenu li a:hover {
     text-decoration: underline;
}
label {
     display: block;
     float: left;
     width: 7em;
}
.FormBox1 {
     border-top:0; 
     border-left:0;
     border-right:0;
     border-bottom-width: 1px;
     border-bottom-color: black;
     width: 400px;
}
.FormBox2 {
     border-top:0; 
     border-left:0;
     border-right:0;
     border-bottom-width: 1px;
     border-bottom-color: black;
     width: 70px;
}
.FormBox3 {
     border-top:0; 
     border-left:0;
     border-right:0;
     border-bottom-width: 1px;
     border-bottom-color: black;
     width: 300px;
}