html {
    margin:0;
    padding: 0;
}
body {
    margin:0;
    padding: 0;
    background: #fff;
    color: #333;
    font-family: Verdana;
    font-size: 0.7em;
    height: 100%;
	line-height: 140%;
}

a { color: #000; }
a:hover { color: #66CDAA; }

/* Zones */

.HEADER {
    height: 80px;
    width: 70%;
    margin-top: 30px;
    border-bottom: 1px solid;
}
.Visual {
    float: left;
    background: #eee;
    width: 240px;
    height: 60px;
    margin: 0 30px 10px 0;
}

.menu_gauche {
    float: left;
    width: 180px;
    padding: 10px;
    background: #f5f5f5 url(images/marge.gif);
    border-right: 15px solid #eee;
}

.CONTENT {
    float: left;
    width: 600px;
    margin-left: 50px;
}
.TEXT {
    padding: 10px;
}
.MARGE {
    margin-top: 20px;
}
.FOOTER {
    clear: both;
    color: #888;
    width: 80%;
    text-align: right;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #aaa;
}


/* interface */

.menu_principal {
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.menu_gauche menu A {
    text-decoration: none;
    display: block;
    color: #000;
}
.menu_gauche menu A:hover {
    color: #66CDAA;
}


/* titres */

h1 {
    color: #333;
    font-size: 36px;
	line-height: 120%;
	font-family: Georgia;
	font-weight: 400;
	font-style: italic;
	margin: 0px 0 5px;
}
H2 {
    font-size: 22px;
	color: #aaa;
	line-height: 120%;
	font-family: Georgia;
	text-align: left;
	font-weight: 400;
	margin: 0px 0 5px;
}
H3 {
    font-size: 14px;
    margin: 10px 0 5px 0;
	line-height: 120%;
}