* {
    margin: 0;
    padding: 0;
	font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    list-style: none;
    color: inherit;
    font-weight: inherit;
}


.ElementInvisible, hr {
    display: none;
}

body {
    width: 800px;
    background-image: url('../img/background.jpg');
    background-repeat: repeat;
}


h1 {
    color : #fff;
    font-size : 24px;
    letter-spacing : -1px;
    text-align: right;
    margin-right: 40px;
    margin-bottom: 10px;
}


h2, #Recherche label, #Recherche a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
  }


h2 {
    margin-top: 10px;
    padding-top: 1px;
    padding-bottom: 5px;
    height: 25px;
    background: url('../img/titre.png') no-repeat 0px 0px;
  }


h3 {
    /*color : #9d0000;*/
    color: #7e4700;
    font-size : 18px;
    letter-spacing : -0px;
    margin-top: 20px;
    margin-bottom: 5px;
  }


p {
    text-align: justify;
    margin-bottom: 5px;
  }


em, strong {
    font-weight: bold;
  }


a {
    color: #b60000;
  }


a:hover {
    text-decoration: underline;
  }


a:visited {
    color: #9d0000;
  }


blockquote {
    margin-left : 40px;
    color: #7e4700;
  }

/*** STRUCTURE DES PAGES ********************************************************************************************/

#FondPage {
	background-image: url('../img/fondpage.jpg');
	background-repeat: repeat-y;
}

#EntetePage {
	height: 200px;
	background: url('../img/entete.gif') no-repeat 0px 0px;
}

#Page {
	background: url('../img/titrepage.jpg') no-repeat 0px 0px;
	width: 100%;
	overflow: auto;
}

#PanneauLateral {
	float: left;
	width: 295px;
}

#ContenuPage {
	margin-left: 320px;
	width: 435px;
}

html>body #ContenuPage {
	width: 440px;
}

#Notes {
    margin-top: 20px;
  }

#PiedPage {
	clear: both;
	padding-top: 40px;
	margin-left: 320px;
	width: 440px;
	padding-bottom: 10px;
	color: #7e4700;
}

#PiedPage p, #PiedPage ul {
    text-align: center;
}


#PiedPage p, #PiedPage p a {
    font-size: 10px;
}

#PiedPage ul {
    margin-bottom: 5px;
}

#PiedPage li {
    display: inline;
    border-left: #9d0000 solid 1px;
    padding: 1px 2px 0px 5px;
}

#PiedPage li.Premier {
    border-left: 0;
}

/*** CONTENU DES PAGES ********************************************************************************************/

div.Separateur {
	clear: both;
}

p.Chapo {
    font-weight: bold;
  }

ul.spip {
    margin-left: 20px;
    margin-bottom: 5px;
  }

li.spip {
    background: url('../img/puce.gif') no-repeat 0px 3px;
    padding-left: 11px;
    margin-bottom: 2px;
  }

p.spip_note {
    color: #7e4700;
  }


hr.spip {
    display: block;
	height: 1px;
	color: #b57907;
	background-color: #b57907;
    border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
  }

span.spip_code tt {
		font-family : courrier, monospace;
  }

.spip_logos {
		padding-right: 4px;
		padding-bottom: 2px;
		padding-top: 4px;
	}

.spip_cadre {
    width: 100%;
    height: 200px;
    font-family : courrier, monospace;
  }

table.spip caption {
    caption-side: top;
    /* bottom pas pris en compte par IE */text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    font-weight: bold;
  }

table.spip tr.row_first {
    color: #fff;
    background-color: #9d0000;
  }

table.spip tr.row_odd {
    background-color: #e6ab11;
  }

table.spip tr.row_even {
    background-color: #ebb918;
  }

table.spip td {
    padding: 3px;
    text-align: left;
    vertical-align: middle;
  }

.spip_surligne {
	font-size: 11px;
	color: #fff;
}

.spip_documents{
	color : #7e4700;
	padding-top: 5px;
	padding-bottom: 10px;
}

.spip_documents_center{
	margin: auto;
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 10px;
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 10px;
	text-align: center;
}

.spip_doc_titre, .spip_doc_descriptif {
	font-size: 9px;
}

/*** PANNEAU LATERAL ********************************************************************************************/

#PanneauLateral p {
	text-align: left;
	padding-bottom: 2px;
}

div.Liste {
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 5px;
}

#PanneauLateral p a {
	font-weight: bold;
	font-size: 12px;
}

#PanneauLateral span {
	color : #7e4700;
}

/*** MENU DEROULANTS ********************************************************************************************/

#Menu, #Menu ul {
	position: absolute;
	top: 136px;
	left: 237px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#Menu a {
	color: #fff;
	display: block;
}

#Menu a.MenuParent {
	padding-right: 14px;
	background: url('../img/menu.gif') no-repeat 100% 60%;
}

#Menu li {
	float: left;
	border-left: #ccc solid 1px;
	padding: 2px 6px;
}

#Menu li.Premier {
	padding-left: 0px;
	border: none;
}

#Menu li ul {
	position: absolute;
	top: 18px;
	background: black;
	min-width: 90px;
	left: -999em;
}

#Menu li.SousMenu {
	float: none;
	border: none;
	margin: 2px 4px 2px 0px;
}

#Menu li:hover ul, #Menu li.sfhover ul {
	left: auto;
}

/*** FORMULAIRE DE RECHERCHE ********************************************************************************************/

#Recherche form {
	position: absolute;
	top: 175px;
	padding-top: 1px;
}

#Recherche li {
	display: inline;
	border: #000 solid 1px;
}

#Recherche input {
	border: #710000 solid 1px;
	height : 15px;
	width : 130px;
}

#Recherche a {
	padding-left: 8px;
}

/*** ELEMENTS DYNAMIQUES ********************************************************************************************/

#ListeSpectacles p a {
	font-weight: bold;
	font-size: 14px;
}

#ListeSpectacles span {
	color : #7e4700;
}

#ListeLiens p a {
	font-weight: bold;
	font-size: 12px;
}

p.Lien {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.PremierElement {
	padding-top: 10px;
}

div.Element {
	border-top: #b57907 solid 1px;
	margin-top: 15px;
	padding-top: 10px;
}

#ListeDocuments {
	padding-top: 20px;
}

#ListeDocuments span {
	color : #7e4700;
}

/*** BREVES ********************************************************************************************/

#DetailBreve span {
	font-size: 12px;
	color : #7e4700;
}

#DetailBreve span a {
	font-size: 12px;
}

/*** RECHERCHE INTERNE ********************************************************************************************/

div.Resultat {
	margin-bottom: 10px;
}

div.Resultat a {
	font-size: 12px;
	font-weight: bold;
}

div.Resultat span, p.Resultat {
	color : #7e4700;
}

