/*----------------------------------------------------------

	Feuille de style de base, avec initialisation 
	des principaux éléments HTML.

----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html, body {
	text-align: center;
	 height 100%;
	_height:100%;
}

h1 { font-size: 1.1em; padding: 0.67em 0; }
h2 { font-size: 1.3em; padding: 0.83em 0; }
h3 { font-size: 1.17em; padding: 1em 0; }
h4 { font-size: 1em; padding: 1.33em 0; }
h5 { font-size: 0.83em; padding: 1.67em 0; }
h6 { font-size: 0.67em; padding: 2.33em 0; }

p { margin:0; padding:0 0 1em 0; line-height: 1.6; }

ul, ol {
	display: block;
	margin:0;
	padding:0 0 0 1em;
	list-style-position: inside;
}

li {
	display: list-item;
	line-height: 1.4em;
}

dl {
	display: block;
	padding: 1em 0 0 0;
}

dd {
	display: block;
	padding-left: 1.5em;
}

dt { }

img { 
	border: none;
}

hr { }

code, pre {
	font-size: 1.1em;
}

table {
	width: 100%;
	border-collapse:collapse;
}
th {
	border-bottom: 0px solid;
	white-space: nowrap;
}
td {
	border-width: 0;
}

input { }

textarea { }

em { font-style: italic; }

strong { font-weight: bold; }

/*----------------------------------------------------------

	Structure de la page.

----------------------------------------------------------*/

body { background:#ACC6E7 url(../images/fond.jpg) repeat-x top; }
#page{ margin:0 auto; width:909px; }
#entete{
	width:100%;
	clear:both;
	height: 24px;
}
#entete *{ vertical-align:top; }
#principale{ width:100%; background:url(../images/bg.jpg) repeat-y right; }
#colonneGauche{
	float:left;
	width:300px;
	text-align:left;
	margin-bottom:-85px;
	position:relative;
	background-image: url(../images/animgauche.jpg);
	height: 570px;
}
#centre{ float:left; width:609px; text-align:justify;  }
#titre{ width:100%; }
#titre *{ vertical-align:top; }
#contenu{ padding:0 50px 0 25px; background:url(../images/contenu.jpg) no-repeat top; }
#adresse{ width:609px; padding-left:300px; clear:both; }
#yzeo { width:629px; margin-left:280px; font-size:0.8em; }
#yzeo img{ vertical-align:middle; }
