body {
	background-color:#000;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:600px;
}
#header {
	float:right;
	margin-right:17px;
	margin-top:18px;
	text-align:right;
}
#header h1 {
	font-size:21px;
	font-weight:normal;
	letter-spacing:7px;
	margin:0;
}
#header h2 {
	font-size:15px;
	font-weight:normal;
	letter-spacing:3px;
	margin:1px 3px 0 0;
}
#nav {
	letter-spacing:3px;
	line-height:21px;
	margin-left:11px;
	padding-top:18px;
}
#nav a {
	color:#FFFFFF;
}
#content {

}
#footer {
	clear:both;
	float:left;
	font-size:100px;
	letter-spacing:20px;
	margin-left:6px;
}
.rouge {
	color:red;
}
#container.accueil {
	background: transparent url(/img/accueil.jpg) no-repeat scroll center center;
}
.accueil #content {
	height:366px;
}

.galerie #content {
	height:381px;
	margin-left:160px;
	margin-top:-15px;
	width:370px;
}
.galerie #content img {
	margin:10px;
	border:none;
}
.galerie #content a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
#container.expos {
	background: transparent url(/img/expos.jpg) no-repeat scroll center center;	
}
.expos #content {
	font-size:13px;
	height:300px;
	letter-spacing:3px;
	line-height:21px;
	margin-left:375px;
	margin-top:67px;
}
.expos #content a {
	color:#FFFFFF;
	text-decoration:none;
}
.expos #content a:hover {
	text-decoration:underline;
}
.profil p {
	font-size:11px;
	letter-spacing:2px;
	line-height:14px;
	margin:17px 0 0 12px;
	text-align:justify;
	width:725px;
}
.profil .texte.rouge {
	margin-top:20px;
}
.profil #qmark {
	font-size:100px;
	margin:-72px 0 0 190px;
}
.contact .texte {
	font-size:14px;
	letter-spacing:3px;
	line-height:20px;
	margin:172px 0 50px 12px;
}
.contact .gros {
	display:block;
	font-size:50px;
	margin:11px 0 15px;
}
.contact a {
	color:#FFFFFF;
}

/* Paging */
div.paging {
	float:right;
	position:relative;
	right:-140px;
	top:110px;
}
div.paging div.disabled {
	display:none;
}
div.paging div.next {
	float:left;
}
div.paging div.prev {
	float:left;
}
div.paging span {
}
div.paging span.current {
	color: #FFF;
}
div.paging span a {
	
}