
body{
margin:						0;
padding:					0;
background:					url(../images/background.jpg) no-repeat fixed;
background-position:		center -50px;
background-size:			100% 1200px;
}

h1{
font-family:				'century gothic', arial;
color:						#c51321;
}

#corps{
position:					absolute;
z-index:					1;
top:						200px;
position:					absolute;
width:						800px;
height:						1000px;
left:						50%;
margin-left:				-400px;
}

a img{
border: 					none;
}

#contenu{
float:						left;
width:						380px;
font-size:					15px;
}

#header{
position:					fixed;
width:						100%;
height: 					190px;
position:					fixed;
z-index:					2;
background:					url(../images/header_fond.png) no-repeat fixed;
background-position:		center -50px;
background-size:			100% 233px;
}

#banniere{
position:					relative;
width: 						800px;
margin-left:				-400px;
left:						50%;
}


#logo{
float:						left;
width:						140px;
height:						140px;
}

/*---------------MENU---------------*/

#menu{
float:						left;
position:					absolute;
display:					table;
border-collapse:			separate;
border-spacing:				24px 20px;
left:						123px;
top:						20px;
}

#barre{
display:					table-row;
border:						1px solid blue;
}

#barre img{
position:					absolute;
width:						139px;
height:						48px;
}

.item_selec{
cursor:						pointer;
position:					relative;
display:					table-cell;
width:						139px;
height:						48px;
}

.item{
cursor:						pointer;
position:					relative;
display:					table-cell;
width:						139px;
height:						48px;
box-shadow:					0px 0px 30px #cfd5db;
}

#glossaire_1{
position:					absolute;
background:					url(../images/boutons/glossaire_1.jpg);
display:					table-cell;
box-shadow:					0px 0px 100px white;
width:						139px;
height:						48px;
}

#glossaire_2{
display:					table-cell;
width:						139px;
height:						48px;
box-shadow:					0px 0px 30px #cfd5db;
}