body {
	background-color:#094366;
}

.container {
	border:outset 2px gray;
  background:white;
}

#header {
	height:124px;
}

#main {
	background:white;
	/*margin-top:-4px;*/
}

#sidebar{
	height:596px;
}

#content{
	
	height:518px;
}

#footer{
	text-align:right;
}

ul.nav {
  list-style:none;
}

ul.nav li {
  float:left;
  font-size:1.4em;
  margin-right:0.5em;
	background:center bottom no-repeat url(fond_bleu.gif);
	width:114px;
	text-align:center;
	
}

ul.nav li a {
  color:white;
  text-decoration:none;
	font-weight:bold;
	font-size:0.65em;
}

ul.nav li a:hover{
	color:black;
}

ul.nav li.active{
  background:center bottom no-repeat url(fond_orange.gif);
}

ul.nav li.active a {
	color:#a30628;
}

h2 {
	color:#F1934F;
	text-align:center;
}

.presentation-haut {
	text-align:center;
	font-weight:bolder;
}

.presentation #content p{
	margin:0.5em;
	line-height:1.5em;
	text-align:justify;
}

.menu{
	margin-top:0;
}

.accueil #main {
	background:url("../images/site_accueil.gif") no-repeat scroll 0 0 transparent;
}

.presentation #main {
  background:url("../images/site_presentation.gif") no-repeat scroll 0 0 transparent;
}

.evenementiel #main {
  background:url("../images/site_evenementiel.gif") no-repeat scroll 0 0 transparent;
}

.accueil .soustitre {
	text-align:center;
	font-style:italic;
	font-size:larger;
}

.communication .ref_com {
	
}

.evenementiel_ref h2{
	font-size:1.5em;
	font-weight:bolder;
}

.evenementiel_ref p {
	text-align:justify;
}

.evenementiel h2.antalys{
	font-size:smaller;
	font-weight:bolder;
}



.antalys {
  color:black;
}

.evenementiel #content {
	height:1020px;
}
.evenementiel #sidebar {
  height:1100px;
}

.communication #sidebar {
  height:561px;
}


.spectacle #content {
  height:523px;
}
.spectacle #sidebar {
  height:600px;
}

.spectacle_special #content {
  height:1800px;
}
.spectacle_special #sidebar {
  height:1900px;
}

.spectacles a {
	font-weight:bolder;
}

.evenements {
	margin-top:5px;
	border :solid 2px black;
	padding:15px;
}

.centrer  p{
	text-align: center;
}



