/* CSS Document */

@import url("menu.css");

/* -- Page Elements -- */

html body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font: small Verdana,Arial,Helvetica,Sans-serif;
	color: #000;
	text-align: center;
}

.container {
	text-align: center;
	width: 780px;
	background: #F69331 url("../images/menuColBack.gif") repeat-y;
}

.menuCol {
	width: 190px;
}

.header {
	height: 100px;
	padding: 0 0 0 20px;
}

#rightCol {
	width: 588px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-left: 2px;
	margin-bottom: 110px;
}

#rightColAccueil {
	width: 588px;
	border-bottom: 1px solid #fff;
	margin-left: 2px;
	margin-bottom: 110px;
}

/* -- Background Images -- */

.backImage01 {background: url("../images/image01.jpg") 0 100px no-repeat;}
.backImage02 {background: url("../images/image02.jpg") 0 100px no-repeat;}
.backImage03 {background: url("../images/image03.jpg") 0 100px no-repeat;}

#accueil .back {background: #FEF4EA; border-left: 1px solid #fff;}
#reguliers .back {background: #FEF4EA url("../images/signs/reguliers.jpg") 420px -24px no-repeat;}
#occasionnels .back {background: #FEF4EA url("../images/signs/occasionnels.jpg") 420px -24px no-repeat;}
#concept .back {background: #FEF4EA url("../images/signs/concept.jpg") 420px -24px no-repeat;}
#manifeste .back {background: #FEF4EA url("../images/signs/manifeste.jpg") 420px -24px no-repeat;}
#jeux .back {background: #FEF4EA url("../images/signs/jeux.jpg") 420px -24px no-repeat;}
#photos .back {background: #FEF4EA url("../images/signs/photos.jpg") 420px -24px no-repeat;}
#spectacles .back {background: #FEF4EA url("../images/signs/spectacles.jpg") 420px -24px no-repeat;}

.blueBack {
	background-color: #0099CC;
}

.orangeBack {
	background-color: #F60;
}

/* -- Table Elements -- */

#copyarea {
	width: 510px;
	margin: 25px 20px 100px 20px;
}

#copyareaSmall {
	width: 433px;
	margin: 25px 100px 100px 20px;
}

.jeuxTable {
	width: 510px;
	margin-bottom: 20px;
}


/* -- Border Elements -- */

.borderLeft {
	border-left: 1px solid #fff;
}
	
.imgBorder {
	border: 1px solid #999;
	margin-right: 20px;
	padding: 2px;
}


/* -- Text -- */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #f60;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #f60;
	padding-top: 25px;
}

h3 {
	margin-bottom: 5px;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #f60;
}

p {
	font-size: 11px;
	color: #000;
	line-height: 1.60em;
}

#copyarea p, copyareaSmall p {
	font-size: 11px;
	color: #000;
	line-height: 1.60em;
}