/* STRUCTURE */
body {
	margin: 0px;
	background-color: #143b61;
	}

#container {
	width: 974px;
	margin: auto;
}

#header {
	height: 230px;
	background-image:url(../images/header.png);
	cursor: pointer;
}

#corps {
	width: 100%;
	min-height: 500px;
	background-image:url(../images/1pxmiddle.png);
}

#separator {
	margin-bottom: 15px;
}

#menu	{
	float: left;
	width: 185px;
	height: 274px;
	margin-left: 17px;
	background-image:url(../images/menu.png);
}

#corps>#menu{
	margin-left: 33px;
}

#menu>ul {
	margin: 0px;

}

#menu li {
	list-style-image: url(../images/link.png);
	color: #7c90a2;
}

#menu a	{
	color: #7c90a2;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
#menu a:hover{
	color: #5A98D5;
	font-weight: bold;
	font-size: 8pt;
}

#page	{
	margin-left: 225px;
	color: #f0f0f0;
	text-align: justify;
	width: 695px;
	color: #7c90a2;
	font-size: 12pt;
}

#page p:hover{
	color: #5A98D5;
}

#footer {
	width: 100%;
	height: 33px;
	clear: both;
	background-image:url(../images/footer.png);
	color: #495e72;
	text-align: center;
	font-size: 8pt;
}

#w3c	{
	margin: auto;
	text-align: center;
}

/* PAGES */
.title{
	color: #5A98D5;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#planche img{
	border-color: #5A98D5;
	border-width: 2px;
}

#planche td{
	vertical-align: bottom;
}


#liens td{
	color: #ffffff;
}

#liens a{
	color: #ecf4ff;
}

#liens a:hover{
	color: #000;
}

#Mtuto li {
	display: inline;
}



#apropos p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: justify;
	width:650px;
}

#valid {
	margin-top:-65px;
	padding: 0;
}

a	{
	color: #7c90a2;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
a:hover{
	color:#F0F0F0;
	font-weight:bold;
	font-size:10pt;
}

select,input,textarea{ background-color: #7C90A2; border: #5e88b8 solid 1px; color: #1E416C; }

#tuto p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #f0f0f0;
	text-align: justify;
}

#tuto_debian{
	width: 90%;
}

#tuto_debian img{
	border: #5e88b8 solid 1px;
}