html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #9AAADB;
	color: purple;
}

ul {
	list-style-type:none;
	list-style-image: url(../images/right.png);
}

a {
	text-decoration:none;
	color:#7B00B0;
}

table {
	border-collapse: collapse;
	text-align:center;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:1020px;
	margin:auto;
	background-color: #eee;
	min-height:100%;
	-moz-box-shadow: 5px 5px 15px 0px #656565;
	-webkit-box-shadow: 5px 5px 15px 0px #656565;
	-o-box-shadow: 5px 5px 15px 0px #656565;
	box-shadow: 5px 5px 15px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
}

#header {
	background-image:url(../images/header.jpg);
	height:290px;
}

#footer {
	text-align:center;
}

#menu {
	margin:0px 5px 2px 7px;
	border: 1px solid grey;
	padding: 2px;
	border-radius: 5px;
	background-image:url(../images/module.png);
	background-repeat:repeat-x;
	background-position-y: -30px;
	text-align: center;
	width:605px;
	-moz-box-shadow: 5px 5px 15px 0px #656565;
	-webkit-box-shadow: 5px 5px 15px 0px #656565;
	-o-box-shadow: 5px 5px 15px 0px #656565;
	box-shadow: 5px 5px 15px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
}

#team {
	width:400px;
}

#page {
	padding:0 20px 0 20px;
}

.table {
	border:1px solid grey;
	width:100%;
	-moz-box-shadow: 5px 5px 15px 0px #656565;
	-webkit-box-shadow: 5px 5px 15px 0px #656565;
	-o-box-shadow: 5px 5px 15px 0px #656565;
	box-shadow: 5px 5px 15px 0px #656565;
}

.table-row {
	margin-left:3px;
	border-radius:4px;
	border:1px solid grey;
	background-image:url(../images/module.png);
	background-repeat:repeat-x;
}

.table-cell {
	border:1px solid grey;
}

.block {
	display:block;
}

.menu-item {
	display: inline-block;
	height:25px;
	background-image: url(../images/module.png);
	border:1px outset #ddd;
	border-radius:5px;
	text-align: left;
	cursor:pointer;
}

.menu-item:hover {
	color:black;
	border:1px inset grey;
	background-color: #AEABEB;
}

.menu-icon {
	float:left;
}

.menu-text {
	position:relative;
	top:2px;
	margin:5px;
}

.module {
	margin-left:3px;
	border-radius:4px;
	border:1px solid grey;
	-moz-box-shadow: 5px 5px 15px 0px #656565;
	-webkit-box-shadow: 5px 5px 15px 0px #656565;
	-o-box-shadow: 5px 5px 15px 0px #656565;
	box-shadow: 5px 5px 15px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
	width:184px;
	background-image:url(../images/module.png);
	background-repeat:repeat-x;
}

.module-titre {
	padding: 10px 10px 0px 10px;
	text-shadow: 5px 1px 4px rgba(145,145,145,1);
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #7B00B0;
	letter-spacing: -1pt;
	word-spacing: 2pt;
	font-size: 17px;
	text-align: left;
	font-family: palatino linotype, palatino, serif;
	line-height: 1;
	margin: 0px;
}

.module-icon {
	width:40px;
	position: relative;
	float: left;
	top: -62px;
	left: -7px;
}

.pave-clickable{
	height:200px;
	margin:20px;
	border:1px solid #eee;
	cursor:pointer;
}

.pave-clickable:hover{
	border:1px solid grey;
	border-radius:10px;
}