@CHARSET "ISO-8859-1";

/* Police principale*/
@font-face { font-family: 'localnormal'; src: url('./police/local.eot'); src: url('./police/local.eot?#iefix') format('embedded-opentype'), url('./police/local.woff') format('woff'), url('./police/local.ttf') format('truetype'), url('./police/local.svg#localnormal') format('svg'); font-weight: normal; font-style: normal; }

/*Global*/
* {	margin: 0; padding: 0 }
html { margin-top: 0px !important; }
html, body { height: 100%; font-family: 'localnormal'; }
body { overflow: auto; }
a { text-decoration: none; }

/*Loading*/
body #waitforloading, body.loading #wrap { display:block; }
body.loading #waitforloading, body #wrap { display:none; }

#wrap { height: 100%}

/*header*/
#header { border-bottom: 1px solid; position: fixed; width: 100%; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); color:graytext; background-color: white; z-index: 1000; top:0;}
#header a.logo { background: url('./images/logo.png') no-repeat scroll 0% 0% transparent; float: left; width: 470px; height: 120px; color: white; }

#nav ul { padding-top: 50px; position: absolute; right: 0; top: 0; margin-right: 3%; }
#nav ul li { display: inline; font-family: verdana; font-size: 14px; list-style: none outside none; padding: 0 10px; text-transform: uppercase; }
#nav ul li a { color: gray; font-family: 'localnormal'; overflow: hidden; font-size:12pt; padding-bottom: 2px; position: relative; }
#nav ul li:hover a { text-decoration: overline; }
#nav button { display:none; }

#nav.minimize ul { display:none; }
#nav.minimize button { display:block; }
#nav.minimize ul { background-color: white; border: 1px solid #73588c; display: none; padding-top: 0; right: 20px; top: 85px;}
#nav.minimize ul li:not(:first-child) { border-top: 1px solid #73588c; }
#nav.minimize li { display: block; line-height: 3; }

#nav button { background-color: transparent; border: medium none; cursor: pointer; position: absolute; right: 30px; top: 40px; width: 60px; }
.icon-bar { background-color: #d1d1d1; border-radius: 2px; box-shadow: 0 1px 1px darkslategray inset; display: block; height: 10px; margin: 2px; width: 80%; }

/*Content*/
#content { height: 100%; margin-top:120px;}

/*Footer*/
#footer{ background-color: rgb(54, 83, 90); padding: 5% 10%; min-height: 30%; font-family: Verdana; color: white; position: relative; font-weight: bold; font-size: 10pt; }
#footer > div { display: inline-table; font-size: 15px; margin-right: 100px; }
#footer h4 { color: #788984; margin-bottom: 20px; }
#footer a { color: white; }
#footer a:hover { color: #D5635A; }
#footer ul { list-style: none outside none; }
#footer li { margin-bottom: 15px; }
#footer p{ bottom: 20px; font-size: x-small; font-weight: normal; position: absolute; right: 20px; margin-bottom: 0;}

