* {
	padding: 0;
	margin: 0;
}
body {
	background: url(../images/background.jpg) top left repeat-x #001438;
	font-family: Helvetica, sans-serif;
	color: white;
	font-weight: normal;
}
#container {
	min-width: 700px;
	max-width: 980px;
	_width: 980px;
	margin: auto;
}
#header {
	background: url(../images/header.jpg) top left no-repeat;
	text-align: right;
}
#menu {
	margin-top: 2px;
	list-style: none;
	display: block;
	background-color: #fb8002;
	font-family: Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 32px;
}
#menu li {
	display: inline;
}
#menu li a {
	padding: 8px 10px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#menu li a:hover, #menu li a.selected {
	background: url(../images/menu-background.png) top left repeat-x #ea9f52;
}
.orange {
	color: #fb8002;
}
#page_logo {
	float: right;
	padding: 50px 10px 0px 30px;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: x-large;
	padding: 15px 10px;
	font-weight: bold;
}
p {
	text-align: justify;
	padding: 5px 25px;
	font-size: 14px;
}
blockquote a, p a, #footer a {
	color: #fb8002;
	text-decoration: underline;
}
blockquote a:hover, p a:hover, #footer a:hover {
	text-decoration: none;
}
blockquote {
	padding: 15px 60px;
}
#footer {
	color: white;
	margin-top: 75px;
	border-top: 1px dotted white;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: x-small;
}
#technos {
	margin: 15px 25px;
	width: 600px;
	background-color: #485688;
	font-family: Helvetica, sans-serif;
	font-size: small;
	color: white;
}
#technos td {
	border-bottom: 1px dotted black;
}
#technos th {
	background-color: #0D1842;
	padding: 8px;
}
.nom {
	padding:8px;
	width: 150px;
}
.desc {
	padding:8px;
	width: 450px;
}