/* GENERAL */

* {
margin: 0;
padding: 0;
}

body,
input,
textarea
{
font-family: Arial, Verdana, Times, "Times new roman", serif;
font-size: 12px;
}

html {
color: #000;
background-color: #fff;
}

a {
color: #ffae00;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #ffae00;
background-color: transparent;
text-decoration: underline;
}

img {
border: 0;
vertical-align: middle;
}

p {
text-align: left;
}

input {
padding: 1px 2px;
}

textarea {
padding: 2px;
}

.none {
position: absolute;
left: 0;
top: -1000px;
width: 1px;
height: 1px;
overflow: hidden;
}

.clear {
clear: both;
display: block;
height: 0px;
font-size: .1em;
}



/* STRUCTURE */

#corps {
position: relative;
margin: 0 auto;
width: 1000px;
}

#kontent_1 {
margin: 0 0 20px 0;
width: 100%;
height: 100%;
background: transparent url(../img/kontent-bkg.png) repeat-y 0 0;
}

#kontent_2 {
width: 100%;
height: 100%;
background: transparent url(../img/kontent_haut-bkg.png) no-repeat top center;
}

#kontent {
width: 100%;
height: 100%;
background: transparent url(../img/kontent_bas-bkg.png) no-repeat bottom center;
}

/* ENTETE */


#entete {
width: 1000px;
height: 130px;
}

#entete h1 {
position: absolute;
top: 18px;
left: 184px;
width: 189px;
height: 74px;
background: #fff url(../img/logo_ginko.png) no-repeat 0 0;
}

#entete h1 a {
display: block;
width: 218px;
height: 79px;
}


/* CONTENU */

div#colonne_1 {
float: left;
width: 312px;
}

div#colonne_1 #menu_principal_1 {
float: right;
margin: 0 15px 120px 0;
z-index: 1;
width: 150px;
}



div#colonne_2 {
float: left;
width: 620px;
}


/* PIED */

#pied {
width: 1000px;
height: 130px;
}

#pied div#menu_pied {
float: right;
margin: 40px 65px 0 0;
}