/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main{
    padding-left:2em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }

small {font-size: .60em;}



header { margin:2em; }

footer {
    padding-top:2em;
    clear:both;
    text-align:center;
}



a { text-decoration:none; }
nav>a { text-decoration:underline;    padding:5px; }

nav {
    text-align:left;
    padding-top:5px;

}

ul#salles { max-width:50em; }

ul#salles>li {
    height:4em;
    width:4em;
    list-style: none;
    float: left;
    margin: 0.5em;
    text-align:center;
    font-weight:bold
    }

ul#salles>li.TD {
    background-color:#0D9FD8;
}    

ul#salles>li.MACHINES {
    background-color:#6CAC3C;
}    

ul#salles>li.TP {
    background-color:#EECE01;
}    


ul#salles>li.AMPHI {
    background-color:#F80E27;
}    
    
ul#salles>li>a {
    color:white;    
    display:block;
    height:4em;
    width:4em;
    padding-top:1.5em;

}
