/*
 * --------------------------------------------------------------------
 * Mise en place des elements principaux de la page
 * --------------------------------------------------------------------
 */
 

/* 
 * elements communs 
 * --------------------------------------------------------------------
 */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	text-align: center;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 12px;
	background-image: url('../images/default/background.png');
	background-repeat: repeat-x;
	background-color: #599438;
}


/* 
 * division principale 
 * --------------------------------------------------------------------
 */

div#interface {
	width: 619px;
	margin-left: auto;
	margin-right: auto;
}


/*
 * Definitions communes
 * --------------------------------------------------------------------
 */
 
table {
	border-collapse: collapse;
}

table td {
	padding: 0px;
	text-align: justify;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*
 * Page de contenu
 * --------------------------------------------------------------------
 */

div#interface table tr td {
	text-align: justify;
	vertical-align: top;
}

div#interface table tr td#page-left {
	width: 184px;
	background-color: #FFFFFF;
}

div#interface table tr td#page-left * {
	color: #9C866C;
	font-size: 11px;
}

div#interface table tr td#page-right {
	width: 435px;
	background-color: #FFFFFF;
}

div#interface table tr td#page-right * {
	color: #9C866C;
	font-size: 11px;
}
