/* =GENERAL ---------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: .5em 0 1em;
}
blockquote {
  margin-left: 2em;
}



/* =ELEMENTS ---------------------*/

body {
	text-align: center;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 76%;
	line-height: 1.3;
	}

body div, body table, body blockquote {
	font-size: 100%;
	}

sup, sub {
	font-size: .75em !important;
	line-height: 1;
}

img {
	border: 0;
}

/* =Links */

a:link {
	color: #F37A18;
	text-decoration: none;
	}
a:visited {
	color: #C76718;
	text-decoration: none;
	}
a:hover {
	color: #F37A18;
	text-decoration: underline;
	}
a:active {
	color: #F37A18;
	}

/* =Headings */

h2 {
	margin: 0 0 .5em;
	font-size: 2em;
	line-height: 1;
	color: #F37A18;
	}

h3 {
	margin: 1em 0 .75em;
	font-size: 1.6em;
	line-height: 1;
	color: #F37A18;
	}

h4 {
	margin: 1.5em 0 1em;
	font-size: 1.2em;
	line-height: 1;
	}

h5 {
	margin: 1em 0 .5em;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	}

/* =Tables */

table { 
  border-spacing: 0;
	border-collapse: collapse;
}
tr {
	vertical-align: top;
	}
th {
  text-align: left;
}

/* =Lists */

ul {
	padding: 0 0 0 1.4em;
	}
ol {
	padding: 0 0 0 2em;
	}
li {
	padding: 0 0 .2em;
	}


/* =CLASSES ---------------------*/

.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	}

.nowrap {
	white-space: nowrap;
	}

.col1 {
	width: 49%;
	float: left;
	}
.col2 {
	width: 49%;
	float: right;
	}

.right {
	text-align: right;
	}
.center {
	text-align: center;
	}

div.richtext {
	margin: 1em 0 0;
	}

.urge{
	color: #F20;
}

.icon{
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	height: 18px;
	width: 18px;
}
/* =LAYOUT ---------------------*/

#pagewrap {
	background: transparent url(/img/commun/bg_pagewrap.gif) 50% 0 repeat-y;
	}

#page {
	position: relative;
	width: 764px;
	margin: auto;
	text-align: left;
	background: #FFF;
	}

#main {
	padding: 20px;
	}

#footer {
	text-align: right;
	padding: 10px 0;
	background: #DDD;
	}

#mainhome #intro-content {
	float: left;
	width: 400px;
	margin: 15px 30px;
}

#intro-content p {
	font-size: 12px;
}

/* =Header ---------------------*/

#header {
	position: relative;
	width: 764px;
	padding: 20px 0 0;
	background: #DDD;
	}
#header h1 {
	font-size: 1.8em;
	color: #F37A18;
	}
#header h1 strong {
	display: block;
	margin-top: -33px;
	padding: 0 13px 0 0;
	text-align: right;
	}


/* =Main Nav */

#menu {
	position: relative;
	width: 764px;
	padding: 15px 0 1px;
	}
#menu ul {
	position: relative;
	height: 37px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li { /*float the main list items*/
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	}

#menu li span {
	position: absolute;
	left: -9999px;
	}

#menu li a {
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0;
	font-size: .9em;
	background-color: #DDD;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-left: 1px solid #F37A18;
	}
#menu li a:hover, #menu li.select a {
	background-position: 0 -37px !important;
	}
#menu li.select a {
	cursor: default;
	}

#menu li.first a {
	border-left: none;
	}


/* =Utils Nav */

#utils {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 764px;
	height: 20px;
	background: #FFF;
	}

#utils ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#utils li {
	position: relative;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	}
#utils li a {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 0 12px;
	font-size: .94em;
	font-weight: bold;
	color: #666;
	background: #FCFCFC url(../img/commun/bg_utils.gif) left bottom repeat-x;
	}
#utils li a:link, #utils li a:visited {
	color: #666;
	}
#utils li a:hover, #utils li.select a, #utils li:hover a, #utils li.over a {
	color: #FFF;
	text-decoration: none;
	background: #F29243 url(../img/commun/bg_utils_select.gif) left bottom repeat-x;
	}
#utils li a span.sub {
	padding: 0 9px 0 5px;
	background: transparent url(../img/commun/down_arrow.gif) 100% 50% no-repeat;
	}

/* subnav formatting */

#utils li ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 18px;
	left: 0;
	width: 190px;
	float: none;
	margin: 0;
	padding: 1px 0 0;
	}

#utils li:hover ul, #utils li.over ul {
	display: block;
	z-index: 6000;
	}

#utils li ul li {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	}

#header #utils li ul li a {
	width: 166px;
	float: none;
	height: auto;
	line-height: 1.1;
	padding: 4px 12px;
	color: #666;
	background: #EEE;
	border-top: 1px solid #DDD;
	text-decoration: none;
	}

#header #utils li ul li a:hover {
	color: #FFF;
	background: #E57A1F;
	}


/* =MISC ----------------------*/

ul.submenu {
	margin: 1.5em 0 3em;
	padding: .25em 0;
	list-style: none;
	border-top: 1px solid #F37A18;
	border-bottom: 1px solid #F37A18;
	}
ul.submenu li {
	display: inline;
	margin: 0;
	padding: 0 1em;
	border-left: 1px solid #DDD;
	}
ul.submenu li.first {
	padding-left: 0;
	border-left: none;
	}
ul.submenu li strong {
	font-weight: normal;
	color: #999;
	}

table.programmes {
	width: 100%;
  	border-spacing: 0;
	border-collapse: collapse;
	}
table.programmes th, table.programmes td {
	padding: 1px 6px;
	background: #DCDCDC;
	border-top: 1px solid #CCC; 
	}
table.programmes .odd th, table.programmes .odd td {
	background: #E9E9E9;
	}

table.programmes .nomprog {
	font-weight: bold;
	}

table.programmes tr.cathead th {
	font-size: 1.2em;
	color: #FFF;
	background: #F37A18;
	border-top: 8px solid #FFF; 
	}
table.programmes tr.datahead th {
	font-weight: bold;
	color: #333;
	background: #FFF;
	border: none;
	}

table.infos th {
	width: 40%;
	text-align: right;
	color: #666;
	}
table.infos td {
	font-weight: bold;
	}

#photolink strong {
	padding: 4px 10px;
	background: #F37A18;
	border: 2px solid #DDD;
	}
#photolink strong a {
	color: #FFF;
	}
#photolink strong a:hover {
	color: #333;
	text-decoration: none;
	}
	
/* =Boutons  ---------------------*/
.buttons {
	padding: 0 0 1em;
	margin: 0px 18px;
	}
#mainhome .buttons{
	margin: 0px;
}
#home .buttons {
	width: 240px;
	float: right;
	margin: 0px;
	}
.buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.buttons ul li {
	width: 240px;
	margin: 7px 0;
	padding: 0;
	line-height: 1.1;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.buttons ul.inline li {
	display: inline-block;
	}
.buttons ul li div {
	background-color: transparent;
	background-position: left bottom;
	background-repeat: no-repeat;
	}
.buttons ul li a {
	display: block;
	padding: 16px 70px 16px 20px;
	color: #F37A18 !important;
	background-color: transparent;
	background-position: 187px 50%;
	background-repeat: no-repeat;
	}
.buttons ul li a strong {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF !important;
	}
		
/* =Boutons Artistes ---------------------*/	
.buttons ul li.artistes {
	background-color: #6E001B;
	background-image: url(../img/artistes/box_top.png);
	}
.buttons ul li.artistes div {
	background-image: url(../img/artistes/box_btm.png);
	}
.buttons ul li.artistes a {
	background-image: url(../img/artistes/pastille.png);
	}
/* =Boutons BourgRoyal ---------------------*/	
.buttons ul li.bourg {
	background-color: #470D00;
	background-image: url(../img/bourgroyal/box_top.png);
	}
.buttons ul li.bourg div {
	background-image: url(../img/bourgroyal/box_btm.png);
	}
.buttons ul li.bourg a {
	background-image: url(../img/bourgroyal/pastille.png);
	}
/* =Boutons Minogami ---------------------*/	
.buttons ul li.minogami {
	background-color: #09531B;
	background-image: url(../img/minogami/box_top.png);
	}
.buttons ul li.minogami div {
	background-image: url(../img/minogami/box_btm.png);
	}
.buttons ul li.minogami a {
	background-image: url(../img/minogami/pastille.png);
	}
/* =Boutons Trois Saumons ---------------------*/	
.buttons ul li.saumons {
	background-color: #002252;
	background-image: url(../img/saumons/box_top.png);
	}
.buttons ul li.saumons div {
	background-image: url(../img/saumons/box_btm.png);
	}
.buttons ul li.saumons a {
	background-image: url(../img/saumons/pastille.png);
	}
/* =Boutons Accord ---------------------*/	
.buttons ul li.accord {
	background-color: #006577;
	background-image: url(../img/accord/box_top.png);
	}
.buttons ul li.accord div {
	background-image: url(../img/accord/box_btm.png);
	}
.buttons ul li.accord a {
	background-image: url(../img/accord/pastille.png);
	}

/* =Facebook Like ---------------------*/
.facebooklike{
	margin: 20px auto;
}

/* =Facebook Groups ---------------------*/
#mainhome #facebook{
	width: 390px;
}

#facebook-intro{
	float: left;
	width: 300px;
}

#facebook{
	float:right;
	color: #999999;
}

#home #facebook {
	margin-top: 35px;
}

#documents #facebook {
	float:left;
	margin-top: 25px;
}

#facebook a, #facebook a:visited, #facebook-intro a, #facebook-intro a:visited{
	color: #FFFFFF;
}

#facebook a:hover, #facebook-intro a:hover{
	text-decoration: none;
	color: #CCC;
}

#mainhome .fb-group {
	margin: 23px 10px;
}
.fb-group img {
	float:left;
}
.fb-button{
	float:left;
	background: url('../img/commun/facebook-bg.gif') no-repeat;
	width: 171px;
	padding: 12px 50px 15px 20px;
	font-size: 14px;
	font-weight: bold;
}

#mainhome .fb-button {
	margin: 10px;
}

#facebook p, #facebook-intro p {
	margin: 5px 20px;
	color: #999999;
}

#documents #facebook p {
	float:left;
	width: 300px;
	padding: 5px;
}

#mainhome #facebook p {
	margin-left: 103px;
	margin-right: 20px;
}
