@import url('fancy.css');
@import url('menu.css');
@import url('form.css');

*{
	margin	: 0;
	padding	: 0;
}

body{
	background	: #191919 url('../img/bg.jpg') top center no-repeat;
	text-align	: center;
	font: 0.8em "Trebuchet MS","Lucida Sans",Verdana,Arial, Helvetica, sans-serif;
	color: #fff;
}

h1 {
	color: #ef1b1b;
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
}

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

a:hover {
	color: #fff;
}

img {
	border		: 0;
}

hr.clear {
    clear		: both ;
    visibility	: hidden ;
	line-height	: 0 ;
    font-size	: 0 ;
	border: 0;
	height: 0;
}


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

div#global {
	position: relative;
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

div#top {
	width		: 900px;
	margin		: 0 auto;
	height		: 68px;
}

div#picture {
	padding: 10px;
}

div#container {
	background	: transparent;
}

div#contenu{
	text-align	: left;
	width		: 900px;
	margin		: 0 auto;
}

div#wrapper{
	margin-top: 360px;
	float	: left;
/*	width	: 900px;*/
	width: 649px;
	padding : 0;
}

div#content {
	width: 649px;
/*	margin-right: -241px;*/
}

div#navigation {
	margin-top: 360px;
	float: left;
	width: 241px;
	padding: 0px;
/*	margin-left: -241px;*/
	margin-left: 9px;
}

div#footer-wrap{
	clear		: left;
	width		: 100%;
	margin: 20px 0;
}

div#footer{
	width		: 900px;
	height		: 100px;
	margin		: 0 auto;
/*	background: #1e1e1e;*/
	border-top: 1px dotted #555;
	text-align: center;
	padding: 16px 0;
	color: #888;
	position: relative;
}


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

#top h1 a {
	display: block;
	float: left;
	width: 254px;
	height: 50px;
	margin-top: 10px;
	text-indent: -5000px;
	/*background: transparent url('../img/titre.png') top left no-repeat;*/
}



/* =================================== */
/* ============== NEWS =============== */
/* =================================== */

#content h1 a {
	text-decoration: none;
	color: #ef1b1b;
}

#content .news {
	clear: both;
	margin: 1em 0 3em 0;
	padding-bottom: 10px;
	background: transparent url('../img/sep.gif') bottom left no-repeat;
}

#content .news h2 a {
	color: #fff;
	text-decoration:none;
}

#content .news p.date {
	color: #888;
	margin-bottom: 0.6em;	
}

#content .news img {
	float: left;
	margin: 0 5px 0 0;
}


/* =================================== */
/* ============= STAGE =============== */
/* =================================== */

#content .stage p {
	margin: 1em 0 1.5em 0;
}

#content .stage ul {
	list-style: none;
	margin: 0.5em 0 1.5em 2em;
}

#content .stage ul li {
	background: transparent url(../img/li.gif) 0 2px no-repeat;
	padding-left: 18px;
}


/* =================================== */
/* ========= COMMENTAIRES ============ */
/* =================================== */
.comments {
	background: #303030 url('../img/comments.gif') top left no-repeat;
	margin: 20px 10px;
	padding: 10px 10px 10px 20px;
	color: #aaa;
}

.comments .date {
	margin: 12px 0 10px 20px;
	color: #fff;
}


/* =================================== */
/* ============== PHOTOS ============= */
/* =================================== */
a.album {
	display: block;
	float: left;
	border: 1px solid #303030;
	padding: 5px;
	width: 302px;
	margin: 10px 0;
	height: 50px;
	text-decoration: none;
	background: #191919;
}

a.album:hover {
	background: #222;
}

a.left {
	margin-right: 21px;
}

a.album img {
	float: left;
	margin-right: 5px;
}

a.album p {
	font-size: 0.9em;
	color: #888;
}

a.album p strong {
	color: #fff;
}

a.gallery {
	display: block;
	width: 129px;
	height: 120px;
	float: left;
}


/* =================================== */
/* =========== PAGINATION ============ */
/* =================================== */

#pagination {
	color: #888;
}

#pagination a {
	padding: 4px 2px;
	color: #888;
	border-bottom: 3px solid #191919;
	text-decoration: none;
}

#pagination a:hover {
	background: #ef1b1b;
	color: #fff;
}

#pagination a.selected {
	border-color: #ef1b1b;
}

#pagination a.selected:hover {
	background: none;
	color: #888;
}


/* =================================== */
/* ========== NAVIGATION ============= */
/* =================================== */
#navigation .box {
	margin-top: -3px;
	background: transparent url(../img/bg_right.png) top left repeat;
	padding: 10px;
	margin-bottom: 20px;
}

#navigation .box a {
	text-decoration: none;
}

#navigation .box a:hover {
	color: #fff;

}

/* =================================== */
/* ============= FOOTER ============== */
/* =================================== */
#footer img {
	margin: 0 20px;
}

#footer p {
	position: absolute;
	right: 0;
	top: 10px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}