body {
	background-color: black;
	background: url("images/pattern/pattern-background.png") repeat left black;
	color: white;
	font-family: monospace;
}

a {
	color: #e600e6;
	text-decoration: none;
}

a:visited {
	color: #e600e6;
	text-decoration: none;
}

a:hover {
	color: #e600e6;
	text-decoration: underline;
}

div#page {
	width: 775px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 3px solid black;
	background-color: white;
	color: black;
}

div#contents {
	position: relative;
}

div#contents hr {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
}

div#main {
	float: left; 
	width: 620px;
	margin-left: 20px;
	margin-right: 20px;
	border-right: 1px dotted #e600e6;
}

div#main h1 {
	text-transform: lowercase;
	letter-spacing: 5pt;
	text-align: center;
	color: #e600e6;
	margin: 0;
	padding: 0;
}

h1#header-accueil span, h1#header-activites span, h1#header-contact span,
h1#header-documents span, h1#header-histoire span, h1#header-liens span,
h1#header-presentation span, h1#header-programme span {
	display: none;
}
h1#header-accueil, h1#header-activites, h1#header-contact, h1#header-documents,
h1#header-histoire, h1#header-liens, h1#header-presentation, h1#header-programme {
	background: no-repeat center;
	height: 67px;
	margin: auto;
}
h1#header-accueil {
	background-image: url(images/headers/header-accueil.png);-
}
h1#header-activites {
	background-image: url(images/headers/header-activites.png);
}
h1#header-contact {
	background-image: url(images/headers/header-contact.png);
}
h1#header-documents {
	background-image: url(images/headers/header-documents.png);
}
h1#header-histoire {
	background-image: url(images/headers/header-histoire.png);
}
h1#header-liens {
	background-image: url(images/headers/header-liens.png);
}
h1#header-presentation {
	background-image: url(images/headers/header-presentation.png);
}

h1#header-programme {
	background-image: url(images/headers/header-programme.png);
}

div#main h2 {
	color: #e600e6;
	border-bottom: 1px dotted #e600e6;
}

div#main h3 {
	color: #e600e6;
	text-indent: 10pt;
	margin-top: 30px;
}

div#main p {
	padding-right: 20px;
	text-indent: 10pt;
}

div#main .item p {
	text-indent: 0pt;
}

div#main .item .content {
	padding-left: 20pt;
}

div#main .item h3 {
	padding-left: 16px;
	line-height: 26px;
}

div#main .item .agenda-atelier {
        background: no-repeat 0% 0% url(images/icons/icone-atelier.png);
}

div#main .item .agenda-manif-action {
        background: no-repeat 0% 0% url(images/icons/icone-manif-action.png);
}

div#main .item .agenda-projection {
        background: no-repeat 0% 0% url(images/icons/icone-projection.png);
}

div#main .item .agenda-reu-debat {
        background: no-repeat 0% 0% url(images/icons/icone-reu-debat.png);
}

div#main .item .agenda-spectacle {
        background: no-repeat 0% 0% url(images/icons/icone-spectacle.png);
}

div#main li {
	padding-right: 20px;
}

div#main img {
	text-align: center;
}

div#menu {
	text-align: right;
	margin-right: 20px;
	text-transform: lowercase;
}

div#menu li {
	list-style-type: none;
	margin-bottom: 10px;
	font-weight: bold;
}

div#buttons {
	margin-right: 20px;
	margin-left: 630px;
	position: absolute;
	bottom: 0;
}

div#buttons li {
	list-style-type: none;
}

div#buttons img {
	border: 0;
}

img#footer {
	position: relative;
	top: 3px;
}


/* classes */

br.separator {
	line-height: 50px;
}

span.title {
	font-weight: bold;
}

.results {
	font-style: italic;
}

p.gallery {
	text-align: center;
}

.borderless img {
	border: 0;
	}

p.signature {
	text-align: right;
	font-style: italic;
}

p#googlemap {
	text-align: center;
	}

iframe {
	width: 425px;
	height: 350px;
	border: 0;
	}

