/* Propriété en commun pour les listes latérales */
div.link-list {
        
        position:absolute;
        font-size:100%;
        padding-left:0%;
        padding-right:0%;
        margin-left:0;
        margin-right:0;
		margin-left:0;
        margin-right:0;
        padding-left:0;
        padding-right:0;
}
/* En utilisant les propriété de marge, nous laissons la place sur les côtés */
#main {
		top:0;
		left:0;
		width:683;
		height:400;
        margin-left:0;
        margin-right:0;
        padding-left:0;
        padding-right:0;
		table-layout:fixed;
}
/* Puis nous placons chaque list à sa place */
#list0{
		left:50%;
		top:0px;
		margin-left: -490px;
		position: absolute;
}

#list1 {
        left:50px;
		width:150px;
		top:187px;
}

#list2 {
        left:262px;
		width:152px;
		top:187px;
}

#slist2 {
        right:0px;
		top:30px;
	
}

#list3 {
        left:474px;
		top:187px;
}

#slist3 {
        left:110px;
		top:0px;
}

#list4 {
        left:683px;
		top:161px;
}
#list5{
		text-align:center;
		width:900px;
		left:0px;
		top:590px;
}
