/* couleurs : orange:  #FE9C2C; violet:  #9F3591; vert: #BFD62F (ancien : #CAD608); */

body{
	text-align: center;
	background-color: #000;
	background: #000 url(../img/fond.jpg) fixed repeat-y top center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #fff;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
a img{
	border: none;
}
a{ color: #000;}
.section-event  a:hover{ color: #FE9C2C;}
.section-art  a:hover{ color: #9F3591;}
.section-pub  a:hover{ color: #BFD62F;}

.evidence{font-weight: bold;}
.section-event  .evidence{ color: #FE9C2C;}
.section-art  .evidence{ color: #9F3591;}
.section-pub  .evidence{ color: #BFD62F;}

#conteneur{
	margin: auto;
	width: 935px;
	text-align: center;
}
#conteneurpage{
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 935px;
	text-align: center;
}

#header{
	background-color: #000;
	width: 935px;
	height: 90px;
	margin: auto;
	text-align: right;
}
#logo{
	float: left;
	position: relative;
	top: 0;
	left: 0;
}

#toplinks{
	font-family: Arial;
	font-size: .8em;
	font-weight: bold;
	float: right;
}
#toplinks ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#toplinks li{
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	margin: auto;
}
#toplinks li a{
	color: #ccc;
	text-decoration: none;
}
#toplinks li a:hover{
	color: #fff;
}
#toplinks li a span{
	display: block;
	margin: 10px auto;
	cursor: pointer;
}

#bandeau{
	background-color: transparent;
	width: 100%;
	height: 240px;
	margin: auto;
}

/* MENU */

#menu{
	background-color: #000;
	width: 935px;
	margin: 0 auto;
	padding: 0;
	padding-top:10px;
	text-align: left;
	font-size: .9em;
}
#menu-primaire{
	margin: 0;
	padding: 0;
	height: 34px;
}
#menu-icons{
	float: left;
	width: 90px;
	height: 20px;
	padding: 6px 1px 4px 1px;
	text-align: center;
}
.menu-princ-icon{
	position: relative;
	bottom: 0;
}
#menu-primaire ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu-primaire ul li{
	float: left;
	margin: 0 1px;
	padding: 0;
}
.onglet{
	width: 272px;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.onglet img{
	position: relative;
	bottom: 0px;
}
.onglet a:hover img{
	display: block;
	position: relative;
	bottom: 2px;
}
.onglet-current img{
	position: relative;
	bottom: 2px;
}
#onglet-event{ background-color: #FE9C2C; }
#onglet-art{ background-color: #9F3591; }
#onglet-pub{ background-color: #BFD62F; }

#menu-secondaire{
	position: relative;
	margin: 0;
	padding: 0 5px 5px 5px;
	min-height: 6px;
	background: #FE9C2C url(../img/fond-menu-orange.jpg) scroll repeat-x center bottom;
	color: #fff;
	font-family: Arial;
	font-size: .9em;
	font-weight: bold;
	z-index: 15;
}
.section-event #menu-secondaire{ background: #FE9C2C url(../img/fond-menu-orange.jpg) scroll repeat-x center bottom; }
.section-art #menu-secondaire{ background: #9F3591 url(../img/fond-menu-violet.jpg) scroll repeat-x center bottom; }
.section-pub #menu-secondaire{ background: #BFD62F url(../img/fond-menu-vert2.jpg) scroll repeat-x center bottom; }

#menu-secondaire ul{
	list-style-type: none;
	margin: 0;
	padding: 7px 0;
	text-align: center;
}
#menu-secondaire ul li{
	position: relative;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	line-height: 1.0em;
}
#menu-secondaire li a{
	color: #fff;
	text-decoration: none;
}
#menu-secondaire li a:hover{
	color: #000;
}


#petitpoucet{
	font-family: Verdana;
	font-size: .8em;
	padding: 5px 0;
}
#petitpoucet .libelle{
	color: #666;
}
#petitpoucet a{
	color: #333;
	text-decoration: none;
}
#petitpoucet a:hover{
	color: #000;
	text-decoration: underline;
}
#petitpoucet .current{
	font-weight: bold;
}

/* PAGE */
#page{
	background-color: #fff;
	color: #000;
	width: 925px;
	min-height: 200px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: justify;
	font-size: .8em;
}

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6{
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0;
}

#page h1{font-size: 1.5em;}
#page h2{font-size: 1.3em;}
#page h3{font-size: 1.1em;}
#page h4{font-size: 1.0em;}
#page h5{font-size: 0.9em;}
#page h6{font-size: 0.8em;}

.section-event #page h1, .section-event #page h2, .section-event #page h3, 
.section-event #page h4, .section-event #page h5, .section-event #page h6{ color: #FE9C2C; }

.section-art #page h1, .section-art #page h2, .section-art #page h3, 
.section-art #page h4, .section-art #page h5, .section-art #page h6{ color: #9F3591; }

.section-pub #page h1, .section-pub #page h2, .section-pub #page h3, 
.section-pub #page h4, .section-pub #page h5, .section-pub #page h6{ color: #BFD62F; }

#page ul { list-style-type: circle;}

#page .resume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;	
	margin: 10px 0px;
	padding: 0px 10px;
	width: 95%;
}
.section-pub #page .resume { border: 1px dashed #b1dc11;}
.section-art #page .resume { border: 1px dashed #9e148b;}
.section-event #page .resume { border: 1px dashed #f37e17;}

#page .resume h5 { font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;}
#page .resume ul { margin: 2em; padding: 0;}
#page .resume ul li { font-size: 1.0em;}
#page .resume a { font-size: 1.0em;}

#page .services { margin: 0; padding: 0;}
#page .services .note{
	font-size: .9em;
	margin: 1em 0;
	padding: 0;
	text-align: center;
	color: #999;
}

.services .menu {
	position: relative;
	float: left;
	/*margin: 10px;*/
	margin: 0px 10px;
	margin-bottom: 20px;
	width: 140px;	
}
.services h6 {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	font-size: 1.0em;
	color: #999;
}
.services .menu ul {	
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	text-align: left;
}
.services .menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.services table {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}
.services table td {
	width: 50%;
	padding: 5px;
}
.services table td img {
	height: 100px;	
	border-width: 0;
}
.services table ul {
	font-size: 1.2em;
	margin: 10px;
	padding: 0;
}
.services .cmt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666;
}

/* GESTION DES COLONNES */

#groupcols{
	float: left;
	width: 710px;
}

#colonne-gauche{
	background-color: transparent;
	width: 207px;
	margin-right: 5px;
	overflow: hidden;
}
#colonne-centre{
	float: right;
	width: 495px;
	background-color: transparent;
	font-family: Verdana;
	font-size: .9em;
}
#colonne-droite{
	background-color: transparent;
	float: right;
	width: 207px;
	margin-left: 5px;
}

.hide-col-d #colonne-droite{ display: none;}
.hide-col-d #groupcols{ width: 100%;}
.hide-col-d #colonne-centre{ width: 710px;}
.hide-col-g #colonne-gauche{ display: none;}
.hide-col-g #colonne-centre{ width: 100%;}

/* GALERIE PHOTO  */
#galerie-photo{width: 100%;text-align:center;}
#galerie-photo .album{margin:0 0 5px 0;padding:0;width: 25%;float:left;text-align:center;}
#galerie-photo .album .vignette{margin:0;padding:0;height:100px;}
#galerie-photo .album .libelle{margin:0;padding:0;min-height: 36px;}

/* BLOC */
.bloc{ width: 207px; margin-bottom: 10px;}

.bloc-header{
	background: #FE9C2C url(../img/bloc-header-orange.jpg) scroll no-repeat top left;
	padding: 4px 10px;
	text-align: left;
	color: #fff;
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	width: 207px;
}
.section-event .bloc-header{ background: #FE9C2C url(../img/bloc-header-orange.jpg) scroll no-repeat top left;}
.section-art .bloc-header{ background: #9F3591 url(../img/bloc-header-violet.jpg) scroll no-repeat top left;}
.section-pub .bloc-header{ background: #BFD62F url(../img/bloc-header-vert2.jpg) scroll no-repeat top left;}

.bloc-content{
	border: solid 1px #FE9C2C;
	padding: 5px;
	font-family: Verdana;
	font-size: .9em;
	font-weight: normal;
	text-align: left;
}
.section-event .bloc-content{ border: solid 1px #FE9C2C; }
.section-art .bloc-content{ border: solid 1px #9F3591; }
.section-pub .bloc-content{ border: solid 1px #BFD62F; }

.bloc-content a{ font-size: 1.05em;}

.bloc-content p{ margin:0;padding:0;font-size: 1em;}
.bloc-content ul{margin:0;padding:0;font-size: 1em;list-style-type:none;}

/* possibilité zone jusqu'au bord */
.blocfull .bloc-content{	padding: 0px; }
.blocfull .bloc-content div{	padding: 0; margin:0; border:none;}
.blocfull .bloc-content img{	padding: 0; margin:0; border:none;}

/* FOOTER */
#footer{
	position: relative;
	background-color: transparent;
	width: 935px;
	min-height: 40px;
	margin: auto;
	text-align: center;
	font-family: verdana;
	font-size: .75em;
	color: #666;
}

#footerlinks{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: 220px;
}
.footerlinksbloc{
	float: left;
	width: 225px;
	text-align: left;
	margin: 0;
	margin-right: 10px;
}
.footerlinksblocfirst{
	width: 220px;
}
.footerlinksbloc ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.footerlinksbloc ul li{
	margin: 0;
	padding: 0;
}
.footerlinksbloc a{
	color: #ccc;
	text-decoration: none;
}
.footerlinksbloc a:hover{
	color: #fff;
	text-decoration: underline;
}
.footerlinksbloc h3{
	border-bottom: solid 1px #fff;
	font-family: Arial;
	font-size: 1.3em;
	font-weight: normal;
}
.footerlinksbloc h3 a:hover{
	font-weight: bold;
	text-decoration: none;
}

.footerlinksblocevent h3, .footerlinksblocevent h3 a, .footerlinksblocevent h3 a:hover{
	color: #FE9C2C;
	border-color: #FE9C2C;
}
.footerlinksblocart h3, .footerlinksblocart h3 a, .footerlinksblocart h3 a:hover{
	color: #9F3591;
	border-color: #9F3591;
}
.footerlinksblocpub h3, .footerlinksblocpub h3 a, .footerlinksblocpub h3 a:hover{
	color: #BFD62F;
	border-color: #BFD62F;
}

#copyright{
	float:left;
	width: 715px;
	margin: 0;
	margin-top: 10px;
	font-size: .9em;
	text-align: center;
	color: #444;
}
#copyright address{display: inline;}

/* Sitemap */
.sitemap{margin: 1em 0;}
.tree_top {
	background:url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left:24px;
	padding-bottom:5px;
	padding-top:3px;
	margin-left: 1px;
	font-weight: bold;
}

#tree-event{border-top: solid 2px #FD9C2B;border-bottom: solid 2px #FD9C2B;margin:0 0 1em 0; vertical-align: top;}
#tree-art{border-top: solid 2px #9F3591;border-bottom: solid 2px #9F3591;margin:0 0 1em 0; vertical-align: top;}
#tree-pub{border-top: solid 2px #BFD62E;border-bottom: solid 2px #BFD62E;margin:0 0 1em 0; vertical-align: top;}

#tree-event a:hover{color: #FD9C2B}
#tree-art a:hover{color: #9F3591}
#tree-pub a:hover{color: #BFD62E}
.treebranch{ margin: 0; padding:0;list-style-type:none; }
ul.tree, ul.tree ul{ list-style-type:none;margin: 0 0 0 12px; padding:0;}
ul.tree li{
	padding-left:1.2em;
	border-left:1px gray dotted;
	background:url(../img/sitemap-horizontal.gif) no-repeat left 10px;
	/*margin-left:1em;*/
}
ul.tree a{ padding-left:0.2em; }
ul.tree a.selected{ font-weight:bold; }
ul.tree li.last{
	background:url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}
span.grower{ cursor:pointer; }

/* Locations */
#tabLoc{width:99%;margin:0;padding:0;}
#tabLoc td{background-color:#eeb;border:solid 1px #cca;height:80px;vertical-align:middle;text-align:center;margin:0;padding:0;}
#tabLoc td.tabLocImg{width:80px;background-color:#f0f0bb;padding:0;}
#tabLoc td.tabLocImg img{width:80px;padding:0;margin:0;border:0;}
#tabLoc td.tabLocSep{width:1px;background-color:transparent;border:none;}
#tabLoc td.tabLocTxt{width:160px;padding:2px;}
#tabLoc td.tabLocTxt:hover{width:160px;background-color:#f3f3bb;}

/* DIVERS */
.erreur {
	font-family: "Courier New", Courier, mono;
	font-size: 1.0em;
	font-weight: bold;
	color: #FF0000;
}
.correct {
	font-family: "Courier New", Courier, mono;
	font-size: 1.0em;
	font-weight: bold;
	color: #00CC66;
}
.clear{ clear : both;}
