body {
	FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif;
	FONT-SIZE: 12px; 
	COLOR: #000; 
}

html, body {
    margin:0;
    padding:0;
    border:0 none;
} 

a {
	text-decoration: none;
	COLOR: #000; 
}

a:hover {
	text-decoration: underline;
}

H1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

H2 {
	font-size: 1.4em;
	margin-bottom: 12px;
}

H3, H3 A {
	font-size: 1.8em;
	color: #FFF;
	text-align: center;
}

#page {
	width: 766px;
	position: relative;
	margin: auto;
	background: url(img/fondsite.jpg) repeat-y;
}

#page-wrap {
	clear: both;
}

#entete { 
	width: 100%;
	height: 133px; 
	background: url(img/entete.jpg) no-repeat; 
	clear: both; 
}

#colonne {
	float: left;
	width: 204px;
	height: 482px;
	padding: 8px;
}

#contenu {
	float: left;
	width: 545px;
}

#pied {
	clear: both;
}

fieldset {
	position: relative;
	top: 1em;
	padding : 0 2em 1em 1em;
	border: 1px solid;
	margin-bottom: 20px;
	display: block;
}

dl {
	clear: both;
}
dt {
	width: 100px;
	float:left;
	padding-right: 8px;
	text-align: right;
	vertical-align: middle;
}

dd {
	float: left;
	width: 320px;
	padding-bottom : 8px;
} 

.full {
	width: 100%;
} 
