@charset "utf-8";
/* CSS Document */

body
{
	width:100%;
	background-color:#000;
	color:#FFF;
	background-image:url(Xtremimg/Body.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin:0px;
	
}

#logo
{
	background-image:url(Xtremimg/fondlogo.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:125px;
	width:100%;
	text-align:center;
	margin:auto;
	
}

#conteneur
 {
	 
 width:800px;
 height:350px;
 margin:auto;

}

#conteneurimg
 {
	 
	 background-image:url(Xtremimg/bgconteneurmilieu.png);
	 background-repeat: repeat-y;
	 padding-top:8px;
	 padding-left:9px;
	 width:800px;
	
	 height: auto;
	 margin:auto;
	 margin-bottom:0px;
	 overflow:auto;
	 

}

#haut
{
	background-image:url(Xtremimg/bgconteneurhaut.png);
	background-repeat:no-repeat;
	margin:auto;
	width:800px;
	height:12px;
	padding-left:9px;
	
}

#bas
{
	background-image:url(Xtremimg/bgconteneurbas.png);
	background-repeat:no-repeat;
	width:800px;
	height:258px;
	margin:auto;
	padding-left:9px;
}

#bascontact
{
	background-image:url(Xtremimg/bgconteneurbascontact.png);
	background-repeat:no-repeat;
	color:#FFF;
	width:800px;
	height:106px;
	margin:auto;
	padding-left:9px;
}

#basinformatique
{
	background-image:url(Xtremimg/bgconteneurbasinfo.png);
	background-repeat:no-repeat;
	color:#FFF;
	width:800px;
	height:176px;
	margin:auto;
	padding-left:9px;
}

h1
{
	font-family: cheap-fire;
	background-image:url(Xtremimg/H1.png);
	background-repeat:no-repeat;
	background-position: right;
	margin-right:12px;
	color: #F90;
}



.info
{
	background-repeat:no-repeat;
	background-image:url(Xtremimg/info.png);
	width:266px;
	height:350px;
	position:absolute;


	
	
}

.image
{
	background-image:url(Xtremimg/image.jpg);
	background-repeat:no-repeat;
	width:266px;
	height:350px;
	margin-left:266px;
	position:absolute;


	
}

.PAO
{
	background-image:url(Xtremimg/PAO.png);
	background-repeat:no-repeat;
	margin-left:532px;
	width:266px;
	height:350px;
	position:absolute;
	

	
}

.info:hover
{
	background-image:url(Xtremimg/infomouse.png);
	background-repeat:no-repeat;
	width:266px;
	height:350px;
	position:absolute;

	
}

.image:hover
{
	background-image:url(Xtremimg/imagemouse.jpg);
	background-repeat:no-repeat;
	margin-left:266px;
	width:266px;
	height:350px;
	position:absolute;
	
}

.PAO:hover
{
	background-image:url(Xtremimg/PAOmouse.png);
	background-repeat:no-repeat;
	margin-left:532px;
	width:266px;
	height:350px;
	position:absolute;

}

ul.menu
{
	color:#F90;
	width:800px;
	margin:auto;
	margin-top:8px;
	padding-bottom:10px;
	text-align:center;
}

@font-face {
   font-family: 'cheap-fire';
   src: url('Xtreming/chp-fire.ttf');
}

li.menu{
	font-family: cheap-fire;
    font-size: 24px;
	display:inline;
	padding-left:5px;
	padding-right:5px;
}

li{
	list-style-image: url(Xtremimg/list-style-img.png);
}

	

a:link
{
	text-decoration:none;
	color: #F90;
	border:none;
}

a:visited
{
	color: #FF3;
	text-decoration:none;
	border:none;

}

a:hover
{
	color: #CCC;
	border:none;
}

a:active
{
	color: #F00;
	border:none;
	outline:none;
}

a:focus
{
	outline-color: #000;
}

#pied
{
	width:800px;
	padding:0px;
	margin:auto; 
	color: #CCC; 
	text-align:center; 
	font-size:14px;
	
}