@import url('validate.css');
@import url('fancy.css');
/*
@import url('jquery.fancybox-1.3.0.css');
@import url('form.css');

@import url('blog.css');
*/
@import url('album.css');
@import url('right.css');

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}

body{
	text-align	: center;
	font: 11px Tahoma,Verdana,Arial, Helvetica, sans-serif;
	color: #fff;
	background: #101111;
}

h1 {
	font: normal 2em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #cacaca;
	letter-spacing:-1px;
}

h1.listing {
	font: normal 1.6em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #cacaca;
	letter-spacing:-1px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
	color: #284459;
}

h4 {font-size: 1em;}

h5 {
	font: 1.4em "Georgia","Times New Roman";
	color: #acc9df;
	font-style:italic;
}

h6{
	font-size: 1.1em;
	color: #284459;
	margin-top: 20px;
	text-align:center;
}

span.date {
	display:inline-block;
	color: #fff;
	background:#183650;
	padding: 2px 5px;
	text-transform:uppercase;
	font-size:0.9em;
	margin-bottom:4px;
}


a {
	outline: none;
	color: #888;
}

a:hover {
	color: #284459;
}

img {border		: 0;}
.clear {clear		: both ;}
hr{
	background:#ccc;
	height:2px;
	border:0;
	margin:12px 0;
	clear:both;
}

.hide {	display: none;}



/* =================================== */
/* ============ STRUCTURE ============ */
/* =================================== */

div#global {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../img/bg-global.jpg) top center no-repeat;
}

div#top {
	position: relative;
	height: 100px;
	width: 1000px;
}

div#contenu {
	width: 1000px;
}

div#content {
	float:left;
	width:700px;
	padding: 0 10px;
}

div#right {
	float: left;
	width: 260px;
	padding: 0 10px 20px 10px;
}


/* =================================== */
/* =============== TOP =============== */
/* =================================== */

#top h2 a {
	position: absolute;
	display: block;
	width: 280px;
	height: 60px;
	text-indent: -5000px;
	top: 20px;
	left: 352px;
}

