/**
* CSS
* 
* @version 1.0
* @author Jack Usine 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: joanne, Corbel, Arial, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;	color: #929292; }
a:visited { text-decoration: none; color: #66CCFF; }
a:hover { text-decoration: none; color: #000; }

a.big:link { text-decoration: none;	color: #0099FF; font-size: 5em; }
a.big:visited { text-decoration: none; color: #66CCFF; font-size: 5em; }
a.big:hover { text-decoration: none; color: #000; font-size: 5em; }

.big { text-decoration: none; color: #0099FF; font-size: 5em; }

.titulos { color: #0099FF; font: 3em "Warnock Pro", Georgia, Cambria, Times, serif; }

a.anews:link { text-decoration: none;	color: #0099FF; }
a.anews:visited { text-decoration: none; color: #66CCFF; }
a.anews:hover { text-decoration: none; color: #000; }

a img { border: none; }

.barre1 {
	border: none 0;
	border-top: 1px solid #0099FF;
	width: 500px;
	text-align: left;
	margin: 0;
	height: 1px;
	padding: 0;
}

.barre2 {
	border: none 0;
	border-top: 1px dashed #0099FF;
	width: 500px;
	text-align: left;
	margin: 0;
	height: 1px;
	padding: 0;
}

#menu {
    width: 215px;
    top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	overflow: visible;
}  

#menu a:link {
	text-decoration: none; color: #000;
	font-weight: normal;
	font-style: normal;
}

#menu a:visited {
	text-decoration: none; color: #929292;
	font-weight: normal;
	font-style: normal;
}

#menu a:hover {
	color: #929292;
	font-style: normal;
}

#menu ul {
	list-style: none;
}

#menu ul li.section-title {
	color: #000;
    background: #FFF;
	margin: 10px 0 1px;
	padding-top: 5px;
	padding-bottom: 2px;
	letter-spacing: 3px;
	border-top: 1px solid #000;
}

#menu ul.info {
	color: #000;
	text-align: right;
    background: #FFF;
	margin: 10px 0 1px;
	padding-top: 5px;
	padding-bottom: 2px;
	letter-spacing: 3px;
	border-top: 1px dashed #000;
}

#content {
    height: 100%;
    padding: 0 0 0 215px;
    top: 0;
}

.copyright {
	background-color: #0099FF;
	margin: 20px;
	padding: 5px;
	width: 165px;
	text-align: center;
	font-size: 8px;
	color: #FFF;
}

.menucontainer {
	margin: 20px;
	padding: 10px;
	width: 155px;
	background-color: #FFF;
}

.container {
    padding: 20px;
}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; max-width: 700px;}
#img-container p	{ width: 500px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

