html, body {
	margin:0;
   /*height: 100%;*/
	text-align:center;
	background-image:url(/IMAGES/F-base.gif);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-color:#8c8c8c;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	
}
#principal
{
	background-image:url(/IMAGES/F.gif);
	background-position: top right;
	background-attachment: fixed;
	background-repeat:no-repeat;
	width:100%;
}

#header {
	display:block;
	background-image:url(/IMAGES/Fond_central.png);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	width: 980px;

	border-bottom:1px solid #000000;
	
	text-align:left;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#left
{
	float : left;
	display:block;
	background :url(/IMAGES/logo.png) no-repeat -20px 0px ;

	width: 161px;
	padding-top: 276px;
	margin-left: 20px;
}

#content {
	float : right;
	display:block;
	background-image:url(/IMAGES/FondImage.jpg);
	background-repeat: no-repeat;

	width: 769px;
	padding-top: 131px;
	text-align:left;

	
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
#video
{
	height: 430px;
	padding-left:208px;
	cursor:default;
}

#AppImg
{
	position:absolute;
	display: none;
	border: solid 10px #FFF;
	cursor:pointer;
}

#credit
{
	font-size:0.6em;
}

img
{
	border: none 0px ;
}

a
{
	text-decoration: none;
	color: #FFF;
}

p
{
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size: 1.2em;
	padding: 0px;

	margin-bottom: 0.1em;

	border-bottom: 1px solid #000;
}
h2
{
	font-size: 1.1em;
	padding: 0px;

	margin-bottom: 0.1em;

}

pre
{
font-family:Arial, Helvetica, sans-serif;
font-size:inherit;
text-align:inherit;
text-indent:inherit;
}
/*Formulaire*/
input
{
	border: 1px solid #CCC;
	margin: 1px;
}
select
{
	border: 1px solid #CCC;
	margin: 1px;	
}
label
{
	display: block;
	float:left;
	text-align: right;
	width: 150px;
}

hr {
height: 1px;
color: #CCC;
background-color: #CCC;
border-color: #CCC;
border : 0px;
width: 450px
}

.separation
{
	clear: both;
	visibility: hidden;
}

.inputWidthXSmall
{
	width: 50px;
}
.inputWidthSmall
{
	width: 75px;
}
.inputWidthMedium
{
	width: 100px;
}
.inputWidthNormal
{
	width: 200px;
}
.inputWidthLarge
{
	width: 300px;
}
.inputWidthXLarge
{
	width: 400px;
}
.AlignRight
{
	text-align: right;
}

.MsgLeft
{
	color: #741116;
	font-weight: bold;
	text-align: lef;
}
.MsgCenter
{
	color: #741116;
	font-weight: bold;
	text-align: center;
}
.MsgRight
{
	color: #741116;
	font-weight: bold;
	text-align: right;
}
