/* hobby2.css */

body {
	background-color: #2C3531;
	/*background-image: url('../Images/Backgrounds/glider_black.gif');*/
	color: white;
}

/*-- #container --*/
#container {
	width: 800px;
	margin: auto;
	border: 1px solid #505050;
}


/*-- #header --*/
#header {
	background-color: black;
	margin: 10px;
	margin-bottom: 10px;
	height: 100px;
}


/*-- #main --*/
#main {
}


/*-- #content --*/
#content {
	float: right;
	width: 630px;
	margin-right: 10px;
	background-image: url('../Images/Backgrounds/glow_main_blue.png');
	background-repeat: repeat-y;
	//border: 1px solid white;
	padding: 0px;
}

#content p{
	margin-left: 30px;
	margin-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

#content h1{
	height: 70px;
	margin-top: 0px;
	padding: 10px;
	padding-right: 20px;
	margin-left: 0px;
	/*--background-image: url('../Images/RAW_images/title_test.png');--*/
	text-align: right;
	line-height: 200%; /*pour decaler le titre un peu vers le bas*/
	background-color: #116466;
	border: solid 1px blue;
	color: #FFCB9A;
}

#content h2{
	height: 50px;
	background-image: url('../Images/Backgrounds/glow_title_blue.png');
	background-position: 2px -5px;
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top: 10px;
	margin-left: 10px;
	color: #FFCB9A;
}
#content h2 a{
	text-decoration: none;
	color: #FFCB9A;
}

.figure {
	margin-left: 40px;
}

/*-- #menu --*/
#menu {
	width: 130px;
	display: block;
	border: 1px solid white;
	margin-left: 15px;
}

#menu ul{
	padding-left: 5px;
	padding-right: 0px;
}

#menu li{
	list-style: none;
}

#menu a{
	text-decoration: none;
	color: #FFCB9A;
}

#menu a:hover{
	background-color: #D9B08C;
}

#current {
	color: #738F32;
	font-weight: bold;
}

#clearer {
	clear: both;
	font-size: 0pt;
}

/*-- #footer --*/
#footer {
	border: 1px double #707070;
	margin: 5pt;
	font-size: 10pt;
	text-align: center;
}
