@charset "utf-8";
/* CSS Document */

/* Balises par defaut
------------------------------------------------------------------------------------- */
*{margin:0;padding:0;border:none;}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #329e00 url('../images/background.png') repeat;
	color: #000;
}

a:link {
	color: #329E00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #329E00;
}
a:hover {
	text-decoration: none;
	color: #318F05;
}
a:active {
	text-decoration: none;
}

.left {float: left;}
.right {float: right; margin-top:-1%}

div#global {width: 951px; margin: 20px auto auto auto;}

p#header {width: 951px; height: 111px; background: transparent url('../images/header.png') no-repeat; margin: auto; margin-bottom: 0}

div#content {width: 911px; background: transparent url('../images/content.png') repeat-y; margin: -1px auto; padding: 30px 20px;}
div#content p {
	padding-bottom: 20px;
	text-align: center;
}

ul.navig {margin: 20px 0 80px 70px;}
ul.navig li{display: inline; list-style: none;}
ul.navig li a {font-weight: bold; color: #FFF; font-family: "Arial"; text-decoration: none; font-size: 1.1em;}
.navig li.first {width: 10px; height: 37px; background: url('../images/menu-left.jpg'); float: left;}
.navig li.navig-content {height: 17px; background: url('../images/menu-content.jpg') repeat-x; float: left; padding: 10px;}
.navig li.sepa {width: 1px; height: 37px; background: url('../images/sepa.jpg'); float: left;}
.navig li.last {width: 13px; height: 37px; background: url('../images/menu-right.jpg'); float: left;}

ul.menu li {display: inline; list-style: none;}
ul.menu li a#bar1 {width: 39px; height: 400px; background: #85623f url('../images/bar1.gif') bottom no-repeat; float: left;}
ul.menu li a#bar2 {width: 39px; height: 400px; background: #6a250f url('../images/bar2.gif') bottom no-repeat; float: left;}
ul.menu li a#bar3 {width: 39px; height: 400px; background: #2e404b url('../images/bar3.gif') bottom no-repeat; float: left;}
ul.menu li a#bar4 {width: 39px; height: 400px; background: #602b1a url('../images/bar4.gif') bottom no-repeat; float: left;}
ul.menu li a#bar5 {width: 39px; height: 400px; background: #313915 url('../images/bar5.gif') bottom no-repeat; float: left;}
ul.menu li a#bar6 {width: 39px; height: 400px; background: #ff6300 url('../images/bar6.gif') bottom no-repeat; float: left;}

div#footer {width: 911px; height: 28px; background: transparent url('../images/footer.png') no-repeat; padding: 10px 20px;}



