body{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Arial Black", Arial, Verdana, serif;
	background-color: #72a6f3;
}
#wrapper{
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
	background-color: #ffffff;
}
#haut{
	width: 900px;
	height: 300px;
	background: transparent url("../images/portail.stocheweb.png");
}
#menu_gauche{
	width: 200px;
	float: left;
}
#contenu{
	width: 660px;
	float: right;
	padding: 20px;
	margin-top: 20px;
}
#bas{
	clear: both;
	width: 900px;
	height: 100px;
	background: url("../images/footer.png");
	text-align: center;
	line-height: 100px;
	color: #72a6f3;
}
#bas a{
	color: #72a6f3;
	text-decoration: none;
}

.important
{
	color: red;
	text-align: center;
}
h3
{
	color: #72a6f3;
	font-size: 20px;
	text-align: center;
}
h2
{
	text-align: center;
	text-decoration: underline;
	color: #72a6f3;
}
h4
{
	text-decoration: underline;
}
#pub_linux{
	width: 150px;
	height: 150px;
	margin-left: 30px;
}
#pub
{
	clear: both;
	margin: 30px 90px 10px;
	border: 1px solid black;
}
#pub_menu
{
	margin: 10px 36px;
	border: 1px solid black;
}
tr td
{
	border: 1px solid black
}
#menu_gauche ul{
	margin: 6px 0 0 0;
	padding: 0;
	text-align: center;
}
#menu_gauche ul li{
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 0;
	background: url("../images/bouton_menu.png") no-repeat;
	list-style: none;
}
#menu_gauche a{
	display: block;
	width: 152px;
	height: 31px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: white;
	font-size: 15px;
	line-height: 31px;
}
#menu_gauche a:hover{
	color: black;
}
