body {
	text-align: center;
	background: black;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	height: 100%;
	color: white;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #8CE086;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}



/* Images de fond */
#bgleft {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 800px;
	width: 752px;
	background: url('../img/design/backgrd_left.jpg') top left no-repeat
		fixed;
}

#bgright {
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	height: 800px;
	width: 525px;
	background: url('../img/design/backgrd_right.jpg') top right no-repeat
		fixed;
}

html>body #bgleft,html>body #bgright {
	position: fixed;
}

#outer {
	width: 796px;
	margin: 0 auto;
}

#content {
	padding-top: 40px;
	background: url('../img/design/contentbg.png') center repeat-y;
}

h1 {
	text-align: left;
	font-size: 1.5em;
	color: #75ED6F;
}

h2 {
	text-align: left;
	font-size: 1em;
	color: #8CE086;
	text-indent: 5px;
}

#content h3 {
	font-style: italic;
	font-size: 1.2em
}

p.left {
	font-size: 11px;
	text-indent: 30px;
	text-align: justify;
}

.bottom {
	vertical-align: bottom;
}

.justified  p {
	text-align: justify;
	text-indent: 1em;
}

.connect_widget_text {
        color:white;
}

.selected {
	background-color:#75ED6F;
	color: black;
}

/* Partie pour les encarts */
#encarts {
	float: right;
	margin: 5px 0px 0px 40px;
	width: 200px;
	text-align: left;
	font-size: 8pt;
}

#encarts ul {
	list-style:none;
	padding-left: 7px;
}

#encarts img {
	width: 200px;
}

.encart {
	background: transparent url('/img/design/underline.png') repeat-x;
	margin-bottom: 40px;
}

.encart .titre {
	font-weight:bold; 
	font-size:13px; 
	color:#8CE086;
}

.colorized {
	color:#8CE086;
}



/* Entete */
#entete {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 796px;
	height: 120px;
	background: url('/img/design/contentbg.png') center repeat-y;
}



/* MENU PRINCIPAL */
#menuWrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

#menu {
	/*background: url('../img/design/menu.png') top left no-repeat;*/
	background: url('/img/design/contentbg.png') center repeat-y;
	position: relative;
	margin: 0 auto;
	width: 796px;
	height: 50px;
}

#menu ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}

#menu li {
	display: inline;
	padding: 0 1.3em 0 1.3em;
	width: 100px;
}

#menu a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}



#text {
	width: 700px;
	margin: 0 auto;
}

#bottom {
	background: url('../img/design/bottom.png') top left no-repeat;
	
	height: 90px;
	width: 796px;
	clear: both;
}

#bottom p {
	text-align: center;
	font-size: 10px;
	margin: 0 0 10px 0px;
}



.movableLink {
	list-style: none;
	padding-left: 0;
}

.movableLink a {
	color: white;
}

.movableLink a:hover {
	text-decoration: none;
	margin-left:7px;
}
