
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:29px;
	color:#000000;
	background: #f0f0f0;
}

#header
{
	position:relative;
	background: url(../img/fond2.png) no-repeat center;
	height:200px;
	width:100%;
	border-bottom:1px #000000 solid;
	text-align:center;
	overflow:hidden;
}
#header h1
{
	position:absolute;
	font-size:36px;
	left:15%;
	color:#952020;
}
#header #logo_ieee
{
	position:absolute;
	right:0px;
	bottom:-10px;
}

/* Le menu */
#page
{
	position:relative;
}
#menu
{
	float: left;
	position:relative;
}
#nav
{
	overflow:hidden;
}
#nav li
{
	list-style:none;
	text-align: center ;
	margin-bottom:1px;
	width:150px;
	height:50px;
	background: url(../img/fond_nav1.png) no-repeat;
	line-height:10%;
}
#nav li:hover
{
	list-style:none;
	text-align: center ;
	margin-bottom:1px;
	width:150px;
	height:50px;
	background: url(../img/fond_nav.png) no-repeat;
	line-height:10%;
}
#nav li a
{
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	text-decoration: none ;
	color:#ffffff;
}
#nav li a:hover
{
	color:#000000;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	text-decoration: none ;
}
#body
{
	position:relative;
	margin:20px 10px 0px 200px;
	padding: 5px;

	color:#000000;
	background-image: url("../img/couleur_fond_page.png");
	background-repeat: repeat;

	border: 2px outset black;
}
#body h1
{
	text-align:center;
	font-size:36px;
	color:#952020;
}
#body a
{
	color:#ffffff;
}
#fond2
{
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}
#fond3
{
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
}
#footer
{
	clear:both;
	text-align:center;
	background: url(../img/fond_rouge.png);
}