/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	color: #f3f3e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background: url(design/background.gif) #818272 repeat-y top;
}

#global {
	position:relative;
	width: 845px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	min-height: 100%;
}

#box-banner {
	position: absolute;
	background: url(design/background-top-index.gif) repeat-x 0 -100px ;
	height: 500px;
	width: 100%;
	margin-left: -50%;
	left: 50%;
	top: 0;
}

#banniere {
	position:relative;
	width: 845px;
	height: 450px;
	margin: 50px auto 0 auto;
	
}

#bottom {
	position: absolute;
	width: 600px;
	bottom: 0;
	left: 245px;
	text-align: center;
}

/*---------------banniere----------------*/

.logo {
	float: left;
	width: 245px;
	height: 450px;
}

img.logo,  img.logo:hover{
	float: left;
	margin: 25px 0 0 0;
	width: 235px;
	height: 50px;
}

.anim {
	float: left; 
	width: 600px;
	height: 450px;
	background-color: #747764;
}

/*---------------langues----------------*/
.box-lang {
	margin-top: 50px;
	margin-left: 320px;
	width: 450px
}

a.lang {
	float: left;
	width: 150px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #747764;
	text-decoration: none;
	display: block;
}

a:hover{
	color: #dfe2d1;
}

/*---------------Autres----------------*/
.spacer{
	clear:both;
}

/*----------NETWEBCITY----------*/
#netwebcity {
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 10px;
	color: #818272;
}

#netwebcity a.netweb {
	font-size: 10px;
	color: #818272;
}

#netwebcity a.netweb:hover {
	color: #dfe2d1;
}
