:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; border: 0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
    background-color: #11275a;/* #041b51; */
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: White;
    background-repeat: repeat-y;
    background-image: url('../images/fond_nuages.jpg');
    background-position: -50px 0;
}
#building {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 539px;
    height: 501px;
    z-index: 0;
}
h1 a {
    display: block;
    position: fixed;
    left: 30px;
    top: 30px;
    background-image: url('../images/logo-trans.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    outline: 0;
    text-indent: -9999em;
    z-index: 100;
}
h1 img {
    display: none;
}
#content {
    margin: 242px 4em 0 520px;
    min-height: 300px;
    min-width: 450px;
    
}
#content h2 {
    font-size: 2.1em;
}
#content h3 {
    font-size: 1.7em;
    margin: 1.9em 0 1em 0;
}
#content h4 {
    font-size: 1.3em;
    margin: 0 0 1em 0;
}
#content p {
    margin: 1em 0;
}
#content ul {
    margin: 1em 0 1em 2em;
    list-style-type: disc;
}
#content img.right {
    float: right;
    margin: 0 0 0.5em 1em;
}
#content a {
    color: White;
}
#content .nav {
    text-align: right;
}
#content .box {
    font-size: 0.9em;
    background-color: #22396f;
    border: 1px solid #40578d;
    padding: 1em 1em 0em 1em;/*120px;*/
    margin-bottom: 0.8em;
    /* min-height: 110px; */    
}
#content .box h4,
#content .box p {   
    padding-left: 110px;
}
#content .noPhotos {
    padding-left: 1em;
}
#content .box img {
    float: left;
    /* margin-left: -110px; */
    clear: left;
    margin-bottom: 5px;
}
#content .box .photos {
    float: left;
    /* margin-left: -110px; */
    width: 100px;
    margin-bottom: 4px;
}
#content .box .photos_bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
    
}
#content .box .photos img,
#content .box .photos_bottom img {
    border: 1px solid #ece010;
}
#content .multiplePhotos a:link,
#content .box .photos a:link,
#content .multiplePhotos a:visited,
#content .box .photos a:visited {
    border: 0;
}
#content .box .photos img,
#content .box .photos_bottom img {
    float: none;
    margin: 0;
    clear: none;
}
#content .box .photos_bottom img {
    margin: 4px;
}
#content form {
    font-size: 0.9em;
    background-color: #22396f;
    border: 1px solid #40578d;
    border-top: 2px solid #ece010;
    padding: 1em 1em 0em 1em;
    margin: 0.8em 0;
    width: 35em;
}
#content label {
    width: 10em;
    float: left;
    clear: left;
    display: block;
}
#content input {
    width: 15em;
}
#content input.submit {
    width: auto;
    font-size: 1.5em;
}
#content textarea {
    width: 20em;
    height: 8em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#content a:link,
#content a:visited {
    border-bottom: 1px dotted white;
}
#menu {
    width: 100%;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 90;
}
#menu li {
    display: block;
    float: left;
    font-weight: bold;
    width: 11.5%;

}
#menu li.first {
    padding-left: 30%;
}
#menu li a {
    color: White;
    display: block;
    height: 2.7em;
    padding: 1.16em 1.16em 0 1.16em;
    border-bottom: 2px solid transparent;
    background-color: transparent;
}
#menu li.on a {
    border-bottom: 0.17em solid #ece010;
    background-color: #364d83;
    
}

#menu li a:hover,
#menu li.on a:hover {
    text-decoration: underline;
}

#menu li.on a {   
    text-decoration: none;
}
#menu li ul {
    display: none;
}
#menu li.on ul,
#menu li.show ul {
    display: block;
    list-style-type: square;
    padding: 0.5em 0.5em 0.5em 2em;
    color: white;
    font-size: 0.9em;
}
#menu li.on ul li,
#menu li.show ul li {
    float: none;
    list-style-type: disc;
    display: list-item;
    padding: 0 0 0.3em 0;
    width: auto;
    font-weight: normal;
}
#menu li.on ul li a,
#menu li.show ul li a {
    display: inline;
    font-weight: normal;
    height: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 0.9em;

}
#menu li.on ul li a:hover,
#menu li.show ul li a:hover {
    text-decoration: underline;
}
#footer {
    display: inline;
    text-align: right;
    margin: 3em 4em 0em 0;
    padding: 0;
    float: right;
    clear: right;
    font-size: 0.9em;
}
#footer li {
    display: inline;
    margin: 0;
    padding: 0 0.5em;
    border-right: 1px solid White;
}
#footer li a {
    color: White;
}
#footer li a:hover,
#footer li.on a {
    text-decoration: underline;
}
#footer li.last {
    border: 0;
    padding-right: 0;
}
#credits {
    clear: right;
    float: right;
    text-align: right;
    padding-right: 5em;
    font-size: 0.8em;
    margin-top: 0.8em;
    padding-top: 0;
}
#credits a {
    color: White;
}
#credits a:hover {
    text-decoration: underline;
}
#topMenu {
    font-size: 0.8em;
    position: absolute;
    display: inline;
    right: 4em;
    top: 2em;
    text-align: right;
}
#topMenu li {
    display: inline;
    padding: 0 1em;
    border-right: 1px solid White;
}
#topMenu li.last {
    border: 0;
    padding-right: 0;
}
#topMenu li a {
    color: White;
}
#topMenu li a:hover {
    text-decoration: underline;
}
#content #services {
    margin: 0;
    list-style-type: none;
}
#content #services li {
    padding: 0;
    margin: 1em 0 0 0;
    padding-left: 120px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    /* border: 1px solid white; */
    min-height: 90px;
}
#content #services li h3 {
    margin: 0;
    padding: 0;
    
}
#content #services li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 90px;
}
#content #services li img {
    position: absolute;
}
/*#content #services .service1 {
    background-image: url('../images/service1-trans.png');
}
#content #services .service2 {
    background-image: url('../images/service2-trans.png');
}
#content #services .service3 {
    background-image: url('../images/service3-trans.png');
}*/
#contact_print {
    width: 100%;
    text-align:center;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 8px;    
    display: none;
}
#contact_print h3,
#contact_print p {
    margin: 0.5em 0;
}
#lien {
    float: right;
    clear: right;
    margin: 1em 4em 0 0;
}
#lien a {
    color: White;
}
.soumission {
    background-color: #22396f;
    border: 1px solid #40578d;
    padding: 1em;
    width: 100%;
    margin: 1em 0;
}
.box .soumission td,
.soumission td {
    padding: 0.5em 1em;
}
#content .soumission p {
    margin: 1em 0;
    padding: 0;
}
#content .soumission img {
    float: none;
    margin: 0;
}
#content .soumission a img {
    border: 0;
}
td.titre {
    font-weight:bold;
    padding: 0.5em 1em 0.5em 1em;
}
#nav_projets {
    /*text-align: right;*/
}
#nav_projets a {
    display: block;
    float: right;
    width: 150px;
    height: 35px;
    line-height: 35px;
    background-color: #687aa2;
    border: 0px;
    margin: 0px;
    border-top: 0.17em solid #ece010;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    margin-left: 10px;
}
#nav_projets a.active {
    background-color: #364d83;
}
#nav_projets a:hover {
	text-decoration: underline;
	background-color: #364d83;
}
#nav_projets a:link,
#nav_projets a:visited {
    border-bottom: none;
}
#nav_projets br {
    clear: both;
}
