/*
Theme Name: Estiflak
Theme URI: http://wordpress.org/
Description: Theme pour le festival Estiflak
Version: 1.0
Author: jean.respen@gmail.com
Tags: estiflak

*/


body {
	font-size: 9pt;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, Courier;
	background: rgb(100, 100, 100);
}
a {
	color: rgb(120, 59, 143);
}
a:hover {
	color: rgb(255, 94, 166);
}
.general {
	position: absolute;
	left: 50%;
	margin-left: -480px;	
}
.main {
	width: 960px;
	height: 100%;
	margin: 5px;
	border: 1px;
	border-style: solid;
	border-color: rgb(68, 113, 193);
}
.imageHaut {
	width: 960px;
	height: 243px;
}
.page {
	width: 100%;
	background-color: white;

}
.contenuGauche {
	width: 684px;
	height: 100%;
	padding: 20px;
	padding-top: 0px;
	vertical-align: top;
	text-align: justify;
	display: table-cell;
	float: left;
}
.contenuDroite {
	width: 236px;
	height: 454px;
	display: table-cell;
	background-image: url("images/menu.png");
}
.bas {
	margin-top: 15px;
	text-align: right;
	color: white;
}
.content {
	line-height: 1.5;
}
.titlePage {
	text-transform: uppercase;
	font-weight: bold;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	display: block;
	background-color:
	transparent; color: black;
	text-transform: uppercase;
	padding-top: 10px;
}
#navigation ul li.search {
	display: none;
}
#navigation ul li a {
	display: block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}
#navigation ul li span {
	font-size: 0.9em;
}
#navigation ul li a:hover {
	color: rgb(102, 102, 102);
	background: white;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0
}
.bas a {
	color: white;
	font-weight: bold;
}

