body {
	background-image: url("../images/background.jpg");
	background-repeat: repeat;
	margin: 0px;	
}

#main {
	background-image: url("../images/columns_middle.gif");
	width: 950px;
	margin-left: auto;	
	margin-right: auto;	
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFCC;
}

#content {	
	width:676px;
	float:left;	
}

#padder {
	padding:20px;
}

#header {
	background-color: #c6991b;	
}

#tete_colonnes {	
	background-image: url("../images/columns_top_shadow.gif");
	height:6px;
	background-repeat: no-repeat;
	margin:0px;
}

#pied_colonnes {
	clear: left;
	background-image: url("../images/columns_bottom.gif");
	height:23px;
}

#credits {
	margin:0px;
	padding-left:90px;
	padding-top: 2px;
	font-size: 11px;
	color: #666666;
}

#footer {
	background-color: #c6991b;
}

#column1 {
	float:left;	
	width:85px;
	height:500px;		
}
#column2 {
	float:left;	
	width:85px;
	height:500px;		
}
#menu {
	float: left;
	width: 120px;
	height: 400px;
	margin-left:-16px;
}

#menuitems{
	padding-top:120px;
	margin:0px;
	font-size: 13px;	
}

.items {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	padding-top: 10px;	
	padding-left: 10px;
	margin:0px;
	width:95px;
}

#logo {
	padding-left:15px;			
	margin:0px;
	position:absolute;
	left: auto;
	top: 210px;
		
}

#menu a:link {
	color: #000000;
	text-decoration: none;
}
#menu a:visited {
	color: #666666;
	text-decoration: none;
}
#menu a:hover {
	color: #990000;
	text-decoration: none;
}


a:link {
	color: #006816;
	text-decoration: none;
}
a:visited {
	color: #006816;
	text-decoration: none;
}
a:hover {
	color: #a6790b;
	text-decoration: none;
}


