*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	height: 100%;
        font-family: Georgia, "Times New Roman", Times, serif;
        color: black;
        background-color: #ffffff
}

nav {
    float: left;
    width: 100px;
    /*border: 1px solid black;*/
}

ul.navbar {
       list-style-type: none;        
}

ul.navbar li {
    background: #c0c0c0;
    margin: 0.3em 0;
    padding: 0.2em;
    border-right: 0.2em solid black
}

ul.navbar a {
    text-decoration: none
}

a:link {
    color: blue
}

a:visited {
    color: purple
}

address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted
}

#superglobal{
	/*border: 1px solid blue;*/
	position : relative;
	margin-top:2px auto;
	min-height: 100%;
}

#global{
	/*border: 1px solid red;*/
	position: relative;
    min-height: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
	width: 600px;
}

#pied{
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	background: url('images/bg_pied.png') repeat-x;
}

/*------------ déco ------------*/

#global h1{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
	text-indent: -9999px;
	width: 600px;
	height: 100px;
	background: url('images/bg_header.png');
}

#pied h1{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
	text-indent: -9999px;
	width: 300px;
	height: 50px;
	margin: 0 auto;
	background: url('images/bg_pied_h1.png');
}
