/* CSS Document */




#container {
width:1024px;
height:600px;
margin:auto;}

.alignement {
width:1024px; 
height:20px;
margin-top:334px;
}

#bandeau {
position: relative;
float:left;
height:20px;
width:939px;
background-color:#666666;

}

.glowingbutton {
position:relative;
float:right;
width:72px;
marker-offset:0;
}


.infobulle {
    position: absolute;   
    visibility : hidden;
    border: 1px solid #31839b;
    padding: 10px;
	color:#31839b;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFFF;
}

h1 {
font-family:Arial;
font-size:12px;
color:#FFFFFF;
position:relative;
left:30px;
text-transform:uppercase;
margin:3px 0 0 0;
}
