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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family:verdana,garamond,serif;
	margin: 0;
	padding: 0;
	background: white;
	color: grey;
}

.masque { display: none; }
.float_right { float:right; }
.float_left { float:left; }
.align_right {text-align:right;}
.align_left {text-align:left;}
.align_center {text-align: center;}
.padding_top {padding-top: 20px;}
.clear {clear:both;}

h1 {
	font-size: 2.1em;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 5px;
}
#container {
    min-height:700px;
    width:700px;
    margin: 0 auto 0 auto;
}

a {
	color:grey;
	text-decoration: none;
}

p {
	font-size: 0.9em;
	margin: 10px;
}
#sign { cursor: pointer;}
/* ---------- Header ---------- */

#header {
	padding-top: 30px;
	width:700px;
	height:240px;
}

#logointuition {
	margin: 0 auto 0 auto;
	width: 198px;
	height: 158px;
	background: url(images/logointuition.png) no-repeat;
}

/* ---------- Content ---------- */

#content {
	width:700px;
	height:200px;
}

.expertise {
	float: left;
	cursor: pointer;
	width: 115px;
	height: 100px;
	margin: 15px;
}
#expertise {
	width: 450px;
	margin: 0 auto 0 auto;
	}

#web {
	background: url(images/web.png) no-repeat;
}
span.web {
	color: #f79646;
}
#seo {
	background: url(images/seo.png) no-repeat;
}
span.seo {
	color: #4f81bd;
}
#lab {
	background: url(images/lab.png) no-repeat;
}
span.lab {
	color:#c0504d;
}
#footer {
	margin: 0;
	border-top: 1px solid #ccc1d3;
	padding-top: 10px;
	padding-bottom: 60px;
	text-align: center;
	font-size:0.9em;
}

#footer ul{
     display:inline;
	 list-style-type:none;
}
#footer ul li {
	display:inline;
	font-size:0.9em;
	padding-right: 10px;
	color: grey;
}

#footer ul li a {
	color: grey;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: grey;
}
/* popup */


.popup {
	display: none;
    position: absolute;
    z-index: 100;
	font-size: 1em;
}
#contact {
	text-align: right;
	font-size: 0.8em;
}


