/* 
-------------------------------------------------------------
Media screen stylesheet
-------------------------------------------------------------
*/


html {
	height: 100%;
	zoom: 1;
}

body {
	background-color: #FFF;
	text-align: center;
	font: 16px/1.5em Verdana, Arial, Sans-serif;
	color: #333;
	margin : 0;
	padding: 0;
	border-top: 4px solid #008836;
}

#main {
	text-align: center;
	width: 600px;
	margin: 80px auto 0;
	
}

h1 {
	font-weight: normal;
	font-size: 1em;
	width: 100%;
	height: 80px;
	margin-bottom: 80px;
	text-indent: -99999px;
	background: url(../imgs/logo_skilltrail.png) no-repeat 0 0;
}

p {
	text-align: left;
	font-size: 0.75em;
}

p.attente {
	text-align: center;
}

ul.domaines {
	margin-bottom: 2em;
	text-align: center;
}

ul.domaines li { 
	display: inline;
	font-size: 0.75em;
	white-space:nowrap;
}
ul.domaines li:after {
	content: " • ";
}

ul.domaines li.last:after {
	content: none;
}

#contact {
	margin: 40px auto 0;
}

/* eof
-------------------------------------------------------------
*/
