﻿/* 
	Website: http://www.artisansassocies.fr
*/

body { 
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff url(../images/bg.gif) repeat-x; 
	color: #444; 
}

#header {
	padding-top: 0px;
	background: url(../images/banner.jpg) no-repeat 0px 5px;
	position: relative;
	height: 140px;
}

#header h1 {
	margin: 0;
	padding: 0;
	background: transparent;
	position: absolute;
	left: 35px;
	top: 40px;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/main-top-bg.gif) no-repeat center top;
}

#maincontainer {
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

#navigation {
	background: url(../images/topnav-bg.gif) top left repeat-x;
	line-height: normal;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 28px;
}

#navigation li {
	padding: 0;
	margin: 0;
	display: inline;
}
#navigation a {
	padding: 0 15px;
	margin-top: 0px;
	float: left;
	display: block;
	color: #FFF;
	background: url(../images/topnav-bg-a.gif) top right no-repeat;
	font-size: 11px;
	text-align: center;
	line-height: 28px;
	height: 28px;
}

#navigation li.menuselected a {
	margin: 0;
	background: #FFFFFF url(../images/topnav-hover.gif) top right no-repeat;
	line-height: 28px;
	text-decoration: none;
	height: 28px;
	color: #FF9900;
}

#navigation a:hover, #navigation a:active {
	color: #FF9900;
	background: url(../images/topnav-hover.gif) top right no-repeat;
	text-decoration: none;
}

.contentheading
{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333333;
	padding-left: 15px;
	color: #333333;
	background: #FFFFFF url(../images/title-left1.gif) no-repeat left;
	line-height: 25px;
	height: 40px;
	font-weight: bold;
}

.title
{
    font-size: 1em;
}

.subtitle
{
    font-size: 1em;
}

.titleaccueil
{
	border: thin solid #C0C0C0;
	font-size: 1.3em;
	color: #0066FF;
}

.listetopics
{
	list-style-type: square;
}

.hcache
{
    padding: 0px;
    display: none;
    margin: 0px 0px 0px 0px;
}

.footer 
{
    text-align: center; 
    width:750px;
    clear: both;
}
.footer a:visited {color: #FF9900; }
.footer a
{
    color: #FF9900;
}

