BODY {
	background: #252525 url(./images/gen/bg_main.jpg) left;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-align: center;
	scrollbar-base-color:#252525;
	scrollbar-3dlight-color:#252525;
	scrollbar-arrow-color:#252525;
	scrollbar-darkshadow-color:#252525;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#252525;
	scrollbar-shadow-color:#252525;
	scrollbar-track-color:#252525;
}

#index {
	position: relative;
	width: 95%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	top: 40px;
	padding: 0;
}

html>body  #index {
	position: relative;
	width: 95%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	top: 40px;
	padding: 0;
}

#index H1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	height: 40px;
}

#index H2 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#index P {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

#presentation {
	position: relative;
	width: 600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	top: 40px;
	padding: 0;
}

html>body  #presentation {
	position: relative;
	width: 600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	top: 40px;
	padding: 0;
}

#presentation P {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
}

.text {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: justify;
	color: #ffffff;
}


.text-centre {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: center;
	color: #ffffff;
}

.textbig {
	margin: 0;
	font-weight: normal;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: justify;
	color: #ffffff;
}

.titre {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 2em;
	color:#CAA538;
}

P.P_sign {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: right;
	color: #ffffff;
}

A {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}

A:hover,.text A.hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}

P.copy {
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 10;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #ffffff;
}

/*P.S_img
{
	z-index: 1;
	text-align: center;
	margin: 30;/*margin: 0px auto 5px auto;*
	padding: 30px;
	border: 0px;
	background: #ffffff url(./images/gen/loading.gif) no-repeat 50% 50%;
	width: 720px;
}*/

IMG.A_img {
	z-index: 1;
	text-align: center;
	margin: 30;/*margin: 0px auto 5px auto;*/
	padding: 60px;
	border: 0px;
	background: #ffffff url(./images/gen/loading.gif) no-repeat 50% 50%;
}


