body
{
	width : 1024px;
	margin : auto;
	background: #938d6e;
	border : 1px solid black;
}

/*Structure des blocs de la page*/

#fond_page
{
	background:url('images/odace_milieu.gif');
}

#header
{
	height : 265px;
	background: url('images/odace_header.gif') no-repeat;
}

#menu
{
	width:200px;
	float:left;
	font-family: arial, 'sans-sherif';
	font-size:18px;
}

#menu a
{
	font-family:'Tekton Pro Ext', 'sans-sherif';
	font-weight:bold;
}

#menu ul
{
	list-style-image: url('images/piste.gif');
}

#menu li
{
	padding-bottom:15px;
}

#texte
{
	margin-left:200px;
	text-align:justify;
	font-family:'Comic Sans MS','sans-sherif';
	font-size : 13px;
	color:#ffffff;
	padding-left:40px;
	margin-right:310px;
}

#foot
{
	background:url('images/odace_foot.gif') no-repeat;
	clear : both;
	font-family:Arial, 'sans-sherif';
	text-align:center;
	padding-right:90px;
	padding-top:220px;
	padding-bottom:10px;
	font-size:18px;
	overflow:hidden;
}

#foot a
{
	font-family:'Tekton Pro Ext', 'sans-sherif';
	font-weight:bold;
}

#foot p
{
	margin:0;
	padding:0;
}

/*Elements visiuels*/

a
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:olive;
}

h3
{
	text-align:right;
	font-family:'Tekton Pro Ext', 'sans-sherif';
	text-decoration:italic;
	font-size:18px;
}
