/* Mise en page globale */
html {
	overflow-y: scroll;
}

#footerLink {
	text-align: center;
	color: #ddd;
	position: relative;
	top: -18px;	
}

body {
	font-family: "Trebuchet MS";
	background: transparent url(../img/back.jpg) repeat scroll;
}

#content {
	width: 960px;
	margin: 40px auto;
	/*  border: 1px solid #ccc; */
	background: transparent url(../img/fondPage.png) repeat-y scroll;
	margin-bottom: 20px;
}

#leftColumn img.adminIcon,img.adminIcon {
	border: 0px;
	width: 18px;
}

#header {
	width: 962px;
	height: 241px;
	overflow: visible;
	position: relative;
	background: url(../img/banniere.jpg);
}

#treffle {
	width: 141px;
	height: 112px;
	position: absolute;
	background: transparent url(../img/treffle.png);
	top: -50px;
	right: -70px;
}

#header #menu {
	list-style-type: none;
	height: 30px;
	/*  border: 1px solid red; */
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 198px;
	left: 40px;
}

#header #menu li {
	float: left;
	margin: 0px;
	margin-top: 2px; border-left : 1px solid #643;
	padding: 3px 10px 4px 10px;
	border-left: 1px solid #643;
}

#header #menu li.current {
	background-color: #100;
}

#header #menu li:hover {
	background-color: #100;
	cursor: pointer;
}

#header #menu li a {
	text-decoration: none;
	color: #ddb;
}

#page {
	background: transparent url(../img/fondPage.png) repeat-y scroll;
	clear: both;
}

#leftColumn form p.formError {
	background-color: #FA8;
	border: 1px solid #700;
	margin-left: 5px;
	padding: 3px;
}

#page #leftColumn {
	position: relative;
	float: left;
	height: 100%;
	width: 580px;
	/*  border: 1px solid green; */
	padding-top: 20px;
	/* padding-left: 10px;         */
	text-align: justify;
	margin: 0;
	margin-bottom: 40px;
}

#page #rightColumn {
	position: relative;
	float: right;
	height: 100%;
	width: 310px;
	margin: 0;
	padding-top: 20px;
	/*  border: 1px solid green; */
}

#footer {
	clear: both;
	padding-top: 0px;
	width: 960px;
	margin-left: 1px;
	height: 0px;
}

#footer p {
	font-size: 0.6em;
	text-align: right;
	color: #999;
}

/* ---------------- */
#leftColumn p {
	margin-left: 3em;
	font-size: 0.8em;
}

#leftColumn .legende {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-style: italic;
}

#leftColumn h1 {
	margin: 0.4em 0 0.2em 1em;
	padding: 0;
	font-size: 1.4em;
	color: #060;
}

#leftColumn h2 {
	margin: 1em 0 0.2em 2em;
	padding: 0;
	font-size: 1.1em;
	border-bottom: 1px dotted #600;
	color: #600;
}

#leftColumn img {
	position: relative;
	padding: 2px;
	border: 1px solid #000;
}

p {
	margin: 10px;
	font-size: 12px;
}

p.breadCrumb {
	position: absolute;
	right: 10px;
	top: 234px;
	z-index: 5;
}

p.backLink {
	position: absolute;
	left: 10px;
	top: 234px;
}

a {
	color: #060;
}

#rightColumn h2 {
	margin: 0.4em 0 0.2em 0.4em;
	padding: 0;
	font-size: 1.4em;
	color: #060;
}

#rightColumn h3 {
	font-weight: bold;
	font-size: 1em;
	color: #600;
	margin-bottom: 0px;
	margin-left: 0.4em;
}

#content a.backLink {
	font-size: 11px;
	position: absolute;
	left: 8px;
	top: 0px;
}

#facebookLink {
	position: relative;
	height: 20px;
	top: 196px;
	left: 830px;
	font-size: 15px;
}

#facebookLink a {
	text-decoration: none;
	color: #ddb;
	padding: 0px;
	margin: 0px;
}

#facebookLink img {
	border: 0;
	position: relative;
	top: 6px;
}

.clearBoth {
	clear: both;
}

