/**
 *	Feuille de style de la page d'accueil
 *
 *	auteur : Pierre Tachoire, Kartoo SA, pierre@kartoo.com
 *	date : 07/12/2006
 */

body, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../img/acc_fond.gif');
	background-repeat: repeat-x;
	padding-top: 17px;
}

html, body {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
}

#corps {
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;

	width: 826px;
	height: 623px;

	background-image: url('../img/acc_image.jpg');
	background-repeat: no-repeat;
}

dl {
	margin: 0px;
	margin-left: 10px;
	float: left;
}

dt {
	font-weight: bold;
	font-size: 1em;
}

dd {
	margin: 0px;
	font-size: 0.8em;
}

a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

#address {
	padding-left: 325px;
	padding-top: 15px;
}

#entree {
	position: relative;
	top: 280px;
	left: 130px;
	font-size: 1.1em;
	font-weight: bold;
}

#entree a {
	color: #EE1C23;
	font-style: normal;
}

#presentation {
	clear: both;
}

#presentation {
	margin-top: 130px;
	padding-left: 335px;
	padding-right: 30px;
	font-weight: bold;
	font-size: 0.8em;
}

#presentation {
	font-size: 0.7em;
}

#presentation p {
	margin-top: 10px;
}

#presentation ul {
	margin-top: 0px;
}

#logo {
	width: 121px;
	height: 126px;

	background-image: url('../img/acc_logo.gif');
	background-repeat: no-repeat;

	position: absolute;
	top: 35px;
	margin-left: 682px;

}
