/*
Redesign by Serj
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", "Helvetica Neue Light", "Helvetica Neue";
	font-size: 0.85em;
	color: #CCCCCC;
}

a {
	color: #990000;
	padding-left: 30px;
}

a:hover {
	text-decoration: underline;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 15px 12px 10px 12px;
	font-size: 1.4em;
	font-weight: normal;
	color: #990000;
}

.boxed {
	padding: 5px 10px 20px 20px;
	background-image: url(images/fond_main.jpg);
	min-height: 514px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 130%;
	padding: 0 10px 0 10px;
	font-family: "Trebuchet MS", "Helvetica Neue Light", "Helvetica Neue";
	font-size: 0.95em;
	text-align: justify;
	color: #000000
}
.vignette {
	font-size: 0.85em;
	text-align: left;
	color: #000000
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	border: solid #000000 2px;
	background-color: #336600;
	height: 760px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(images/img02.gif) repeat-y right top;
	border-left: solid #000 1px;
	border-top: solid #000 1px;
}

#logo h1 {
	padding: 188px 0 0 0;
	background: url(images/logo162_en.png) no-repeat top center;
}

/* Menu */

#menu {
	padding: 5px 10px 5px 10px;
	background: #336600 url(images/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(images/img05.gif) repeat-x;
	height: auto;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 85%;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFCC00;
}

/* Content */

#content {
	float: right;
	width: 780px;
	height: 100%;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img12b.gif) repeat-x;
	border: solid #000 2px;
}

#footer p {
	margin: 30px 30px;
	font-size: 85%;
	text-align: right;
	color: #66CCFF;
}

