/* GENERAL */

* {
margin: 0;
padding: 0;
}

body,
input,
textarea
{
font-family: "trebuchet MS", arial, verdana, times, "times new roman", serif;
font-size: 12px;
}

html {
color: #262626;
background: transparent url(../img/bkg.png) repeat-y center top;
}

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

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

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

p {
text-align: justify;
}

input {
padding: 1px 2px;
}

textarea {
padding: 2px;
}

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

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



/* STRUCTURE */

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

#kontent {
width: 924px;
}

#col_1 {
float: left;
width: 400px;
}

#col_2 {
float: right;
padding: 0 30px 0 0;
width: 480px;
}


/* ENTETE */

#entete {
height: 20px;
}


h2 {
text-align: right;
font-size: 2em;
color: #397cdc;
font-weight: normal;
}


/* PIED */

#pied {
padding: 0 0 20px 20px;
}

#pied a {
color: #397cdc;
font-size: .8em;
}



