* {
	font-family:"Comic Sans MS", Arial, fantasy;
	font-size:14px;
	line-height: 20px;
}
html, body {
	width: 100%;
	height:100%;
	background-color: #6FA8FF;
	text-align: center;
	overflow:hidden;
	margin:0;
	padding:0;
	background-image: url(../img/fond-body.jpg);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
}
#fondciel {
	height: 100%;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
#leciel {
	height: 63px;
	width:800px;
	position: absolute;
	text-align: center;
	left: 0;
	top: -40px;
	filter : Alpha(opacity=100, finishopacity=100);
	-moz-opacity: 1;
	opacity:1;
	z-index: 10;
}
#menu {
	position:absolute;
	left:0;
	top:0;
	height:36px;
	width:800px;
	background-image: url(../img/fond-menu.png);
	background-repeat: repeat-x;
	background-position: bottom;
	filter : Alpha(opacity=80, finishopacity=80);
	-moz-opacity: 0.8;
	opacity:0.8;
	z-index:900;	
}
#nav {
	position:absolute;
	top:40px;
	left:2%;
	font-size:16px;
	font-weight: bold;
	line-height: 16px;
	color:#000;
	z-index:990;
}
#general {
	position:absolute;
	left: 8%;
	top:58px;
	height:520px;
	width:800px;
	z-index:50;
}
#contenu {
	height: 620px;
	width: 800px;
	position: absolute;
	top: 94px;
	left:8%;
	background-color: white;
	filter : Alpha(opacity=75, finishopacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;	
	z-index: 5;
}
#lng {
	position:absolute;
	top: 0;
	right: 0;
	width: 220px;
	text-align:right;
	height:20px;
	font-size:
	font-weight: bold;
	z-index:800;
}
#lng a {
	color: #000;
	font-size: 100%;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
}
#lng a:hover {
	color: #FFCC33;
}
.lng-actif {
	color: #CB0000;
	font-size: 100%;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
}

.texte {
	position:absolute;
	top: 80px;
	left:20px;
	margin:16px;
	margin-top:0;
	z-index:10;
	width:760px;
	height: 560px;
	overflow:auto;
}
.texte h1 {
	color:#0F298F;
	font-size: 20px;
	line-height:20px;
}
.texte p {
	margin-right: 36px;
}

.texte a {
	color:#009900;
}
.texte a:hover {
	color: #006699;
}
.texte2 {
	position:absolute;
	top: 65px;
	left:0;
	z-index:10;
	width:800px;
	height: 600px;
	overflow:hidden;
	z-index:50;
}

.marges {
	margin: 0 36px 0 0;
}
.inputform {
	font-size: 12px;
	border: solid 1px #FFF;
	background-color: #1274D8;
	padding: 2px 5px 2px 5px;
	color:#FFF;
}
.boutonForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#009933;
	padding: 3px 6px 3px 6px;
	border: solid 1px #003300;
}
.videos img {
	border:solid 2px #000;
}
.videos a {
	color: #000;
	font-size: 84%;
	text-transform: normal;
}
.videos a:hover {
	color: #063;
}
/*Post it de la page d'accueil */
#postit {
	position: absolute;
	top: 22px;
	right:24px;
	font-size: 80%;
	background-image: url(../img_site/postit-fond.gif);
	background-repeat: repeat-y;
	background-position: center center;
	color: #96C2FF;
	z-index: 50;
	height: 440px;
	width: 161px;
}
#postit .haut {
	position: absolute;
	top:-18px;
	right:0;
	background-image: url(../img_site/postit-haut.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 73px;
	width: 161px;
	z-index:51;
}
#txtPostit {
	position: absolute;
	top:12px;
	left:0;
	width:160px;
	z-index:53;
}
#txtPostit h1 {
	color: #FFF;
	font-size: 100%;
}
#txtPostit p {
	text-align: center;
	margin:0 6px;
	padding-bottom: 12px;
	font-size: 86%;
	line-height: 16px;
}
#postit .bas {
	position: absolute;
	bottom:-16px;
	right:0;
	background-image: url(../img_site/postit-bas.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 153px;
	width: 161px;
	z-index:52;
}
.retourfilms {
	position: absolute;
	top:92px;
	left:4px;
	width: 160px;
	height: 20px;
	text-align:left;
	z-index:100;
}
.discr {
	position:absolute;
	bottom:-130px;
	right:0;
	width:20px;
	height:20px;
	z-index:60;
}
.discr a {
	color:#FFF;
}