@charset "utf-8";
/* ---------------------general */
*{	border:0;
	padding:0;
	margin:0;
	}


body {
	font-size:0.9em;
	line-height:1.25;
	font-family:Arial, Helvetica, sans-serif;

	list-style-position: inside;
	}

h1, h2, h3 {
	font-family:kimberley;
}
h1 {
	font-size:2em;
	padding:1em 0;
	}
	
h2 {
	font-size:1.5em;
	padding:0.8Em 0;

	}
	
h3 {
	font-size:1.3em;
	padding:0.5em 0;

	}
	
@font-face {
	font-family: "kimberley";
	src: url('kimberley.ttf');
	}

td{
	color:#FFF;
	border-left:#FFF thin solid;
	border-right:#FFF thin solid;
	padding:5px;
	vertical-align:top;
	text-align:left;
}
th{
	color:#FFF;}

/* ------------------------------- maquette */

#all{
	width:1125px;
	height:1245px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	}
	
	/* ------------------------------- head */
#header{
	width:1125px;
	height:215px;
	}

#o3d{
	height:215px;
	width:305px;
	float:left;
	}

#bg1{
	float:left;
	width:820px;
	height:51px;
	}

#menu_box{
	width:820px;
	height:53px;
	float:left;
	}

#menu{
	margin-right:90px;
	text-align:right;
	color:#FFFFFF;
	font-size:1.75em;
	font-family:kimberley;
	line-height:0.8;
	float:right;
	}

#menu a {
	color:#FFFFFF;
	font-weight:normal;
	font-family:kimberley;
	text-decoration:none;
	}

#menu a:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	}
	
#bg2{
	height:111px;
	width:820px;
	float:left;
	}

/* ------------------------------- content*/
#content{
	width:1095px;
	height:900px;
	border-left:15px;
	border-right:15px;
	border-top:5px;
	border-color:#FFFFFF;
	border-style:solid;
	background-color:#151515;
	}
#demo_content{
	margin-left:70px;
	margin-top:25px;
	color:#FFF;	
	float:left;
	width:900px;
	margin-right:70px;
	height:auto;
	text-align:center;
	}

#text_content{
	margin-left:70px;
	margin-top:25px;
	text-align:justify;
	color:#FFF;	
	float:left;
	width:500px;
	}
	
#no_image{
	margin-left:70px;
	margin-right:70px;
	text-align:center;
	color:#FFF;
	width:955px;
	height:auto;
	}

#image{
	float:right;
	width:372px;
	margin-top:100px;
	margin-right:85px;
	}

#legend a{
	font-family:free;
	font-size:1.2em;
	color:#000000;
	text-decoration:none;}	

/* ------------------------------- foot */
#footer{
	margin-top:5px;
	margin-left:15px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:60px;
	color:#000;
	height:220px;
	float:left;
	width:1110px;
	vertical-align:middle;
	}

#footer a{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
	
#footer a:hover{
	text-decoration:underline;
	}
#xiti-logo{
	float:left;
	clear:left;}
