.corps {
	background: url("../img/bg.jpg") #87b700 no-repeat;
	background-position: top center;
	background-attachment:fixed;
}

body { 
	margin: 0px;
	width: 100%; height: 100%; 
	text-align:center;
	font-family:trebuchet MS, Helvetica, Arial, sans-serif;
}
#main {
	z-index:10;
	position:relative;
	display:block; 
	top: 20px; 
	margin-left: auto; margin-right: auto; margin-bottom:0px;
	text-align:left; 
	padding:10px;
	width:540px;
}
div#content {
	border: 1px solid #97b165;
	background-color:#ffffff;
	width:538px; 
}
h1 {
	padding:0px; margin:0 0 10px 0;
}
h2 {
	padding:0px; margin:15px 0 10px 0;
}
div.bloc {
	margin:0px;
	padding: 5px 0px 30px 0px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.marge {
	padding: 0px 20px 0px 22px;
}

a {
	text-decoration:none;
	color:#888888;
}
a:hover {
	color: #7fbf00;
}
.impair {
	background: url("../img/bg_bloc.png") repeat-y;
}

h3 {
	padding:0 0 0 38px; margin:0px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #666666;
	font-weight:normal;
}

.accordion_toggle {
	/*font-weight: bold;*/
	cursor:pointer;
	clear:both;
	color: #666666;
	background: url('../img/arrow_closed.gif') no-repeat; 
	background-position: 22px 5px;
}
.accordion_toggle:hover {
	color: #7fbf00;
	background: url('../img/arrow_over.gif') no-repeat; 
	background-position: 22px 5px;
}

.accordion_toggle_open {
	/*font-weight: bold;*/
	cursor:pointer;
	clear:both;
	color: #7fbf00;
	background: url('../img/arrow_opened.gif') no-repeat; 
	background-position: 22px 5px;
}

.accordion_content div.descriptif {
	margin:0px 8px 45px 8px;
	text-align:justify;
	line-height:18px;
}

img.left {
	float:left; margin: 10px 20px 10px 0;
}

img.right {
	float:right; margin: 10px 0 10px 20px;
}

img.clear {
	clear:both; margin: 10px 0 10px 0;
}

.project_team {
	font-size: 11px;
	line-height: 15px;
	font-style:italic;
}


/* Loading */ 
#loader{
	z-index:12;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#ffffff;
	overflow:hidden;
}
#loading{
	font-family: trebuchet ms;
	font-size: 12px;
	color: #777777;
	padding-left:-5px;
}

img { -ms-interpolation-mode: bicubic; }