/* reset */
html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6,*/ p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* typo */
body, input, textarea {
    color:#000;    
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height:18px;
}

/*h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}*/

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 19px; }
h4 { font-size: 15px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p {
    margin-bottom:18px;
    text-align: justify;
}
ul {
	margin: 0 0 18px 1.5em;
}
ol {
	margin: 0 0 18px 3em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
ins {
	text-decoration:none;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* theme */
body {
    font-family:Georgia, serif;
    font-color: #e7e7e7;
} 

#container {
	background-color: #fff;
}

a:link, a:visited {
    color:#2772B3;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Georgia, serif;
}

#header {
    background:#181E24;
}

#header h1 {
    font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:99px 0 0 0;
/*     border-bottom:1px solid #242A30; */
}

#header a {
    color:#fff;
    text-decoration:none;
}

#header p {
    font-style:italic;
    padding:8px 0 63px 0;
    color:#fff;
}

#sidebar {
    font-size:11px;
    background:#b5d1ea;
    border-top:1px solid #cadef0;
    margin-top:-1px;
}

#sidebar .menu {
    padding:7px 0 8px 0;
    overflow:hidden; /* clears the inner float  */
}
#sidebar .menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
#sidebar .menu ul ul {
    display:none;
}
#sidebar .menu li {
    display:inline;
}
#sidebar .menu a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    background:#87B5DD;
    color:#fff;
    border-top:1px solid #6DA5D6;
    text-decoration:none;
}
#sidebar .menu a:hover {
    background:#5C9BD1;
    color:#fff;
    border-color:#3B86C7;
}
#sidebar .menu a:focus {
    background:#4887BD;
    color:#fff;
    border-color:#2772B3;
}

#footer {
    background:#181E24;
    color:#fff;
    padding:34px 0 90px 0;
/* 	padding: 8px 0 8px 0; */
    border-top:2px solid #000;
}
#footer a {
    color:#fff;
    font-style:italic;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 { 
	color: #181e24;
}

/* layout */
#header {
/*     position:relative; */
}
#header h1, #header p {
/*     width:940px; */
    margin:0 auto;
}
#sidebar {
/*     position:relative; */
    overflow:hidden;
}
#sidebar .menu h3 {
	display: none;
}
#sidebar .menu {
/*     width:940px; */
    margin:0 auto;
}

#main {
	width: 960px;
	margin: 7ex auto 0 auto;
}

#wrapper {
    margin: 0;
    overflow: hidden;
    position: relative;
    float: left;
    width: 70%;
}
#content {
	padding: 0 10px 0 10px;
	overflow: hidden;
}
#navigation, #extra {
	float: right;
	width: 29.9%;
}
#navigation>div, #extra>div, #extra>p {
	margin: 0 10px 0 10px;
}
#wrapper, #extra {
	margin-bottom: 7ex;
}

#footer {    
	clear:both;
/* 	font-family: sans-serif; */
}

#footer p {
/* 	text-align: center; */
	width: 940px;
	margin: auto;
	padding:18px 10px;
}
#footer p, #footer .email, #footer .email .at:after, #footer .email .dot:after {
	font-size:11px;
}

/* banniere */
#header h1 {
	font-size: 0;
	height: 54px;
	border: 0;
	margin: 0;
	background-image: url(img/banniere_ail.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
}
#header p {
	color: #181e24;
	font-size: 18px;
	background-color: #fff;
	background-image: url(img/banniere_ail.png);
	background-repeat: no-repeat;
	background-position: 0 -188px;
	padding: 10px 0 20px 370px;
}
#sidebar {
	background-image: url(img/banniere_ail.png);
	background-repeat: no-repeat;
	background-position: 0 -236px;
	background-color: transparent;
	border-top: 0;
}
#sidebar .menu {
	background: #b5d1ea;
	border-top: 1px solid #cadef0;
	opacity: 0.8;
	width: 100%;
	padding-left: 160px;
}
