html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 85%;
	font-family: "Times New Roman";
	background: #6F7E94; 
	color: #000;
	text-align: center;
}
img {
	border: 0;
}
p {
	padding-bottom: 10px;
}


table.main {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
}

#frame {
	position: relative;
	width: 776px;
	height: 730px;
	background: #627086 url("../images/bandeau-accueil.jpg") no-repeat top left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
}
#langues {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #495879 url('../images/pied-accueil-2.jpg') no-repeat 0 0;
	width: 776px;
	height: 60px;
	padding-top: 40px;
}
#langues a {
	text-decoration: none;
	color: #fff;
}
#langues a:hover {
	color: #bbb;
}
#anim {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 776px;
	height: 193px;	
}
#texte {
	position: absolute;
	top: 500px;
	left: 50px;
	width: 577px;
	height: 135px;
	background: transparent url("../images/logo_small.gif") no-repeat 0 0;
	padding-left: 70px;
	margin-right: 30px;
	text-align: left;
	color: #fff;
}
#textescroll {
	position: relative;
	float: left;
	overflow: auto;
	width: 577px;
	border-left: solid 2px #fff;
	padding-left: 10px;
	height: 80px;
}
#anim{
 				overflow: hidden;
 				text-align: left;
 			}
 			li {
 				list-style: none;
 				display: inline;
 			}
 			

 			#myAlternativeContent {
 				position: absolute;
 				top: 250px;
 				left: 0px;
 			}
 			
 			#entrer {
 				font-size: 1.3em;
 				position: relative;
 				float: left;
 				width: 100%;
 				text-align: right;
 				padding-top: 0px;
 			}
 			#entrer a {
 				color: #fff;
 				text-decoration: none;
 				font-variant: small-caps;
 			}
 			#entrer a:hover {
 				color: #bbb;
 			}
 			a.liendiscret {
 				text-decoration: none;
 				color: #fff;
 			}	
#menulangues {
				position: absolute;
				right: 25px;
				bottom: 12px;
			}
			
