@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

img { 
border: 0 
}

/*balises-----------------------------------------*/
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000;
}

h1, h2, h3, h4, h5, h6 {
color:#000;
margin: 0 0;
}

p {
margin: 10px 0;
}

ul, ol {
list-style-position: inside;
list-style: none;
}

/*fin balises*/


/*mise en page-------------------------------------*/
#global {
width: 100%;
background: #FFF;
}

#entete {
position: relative;
height: 120px;
margin: 0 auto;
background: #9CC;
}

#entete h1 {
position: absolute;
top: 20px;
left: 20px;
}

#entete h2 {
position: absolute;
bottom: 20px;
left: 20px;
}

#adm {
position: absolute;
top: 20px;
right: 20px;
}


/*contenu-------------------------------------*/

#contenu {
clear: both;
margin: 0 auto;
}

#colonne1 {
width: 160px;
float: left;
padding: 10px;
}


#colonne2 {
float: right;
padding: 10px;
}
