html { height: 100%; }
body
{
	font-family: Arial, "Myriad Pro", sans-serif;
	color: black;
	margin: 0; padding: 0;
	background: #aaaaaa;
	height: 100%; width: 100%;
}

h1
{
	font-size: 2em; color: #1a1d3e;
	margin-top: 0; padding-top: 0;
}

h2
{
	font-size: 1.5em; color: #202238;
	margin-top: 0; padding-top: 0;
}

h3
{
	font-size: 1.3em; color: #303248;
	margin-top: 0; padding-top: 0;
}
h4
{
	font-size: 1.1em; color: #404258;
	margin-top: 0; padding-top: 0;
}

q
{
	font-style: italic;
	display: block;
	margin-left: 30px;
}

a
{
	color: #353535;
}

a:visited
{
	color: #353535;
}

a:hover
{
	color: #0a104d;
}

/* Classes de base */
#header
{
	margin-bottom: 30px; padding: 0;
	width: 100%; height: 4em;
	text-indent: 4em;
}
#header h1
{
	display: block;
	margin: 5px auto 15px auto;
	text-align: center; text-indent: 0; 
	line-height: 2em;
	height: 2em; width: 10em;
	background: #7e7e7e;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	cursor: pointer;
}
#iconeHome
{
	width: 48px; height: 48px;
	margin: 0 auto 0 auto;
}
#contenu
{
	width: 75%;
	margin-left: 14.7em;
}
#conteneur
{
	width: 75%;
	margin-left: 14.7em; padding: 0;
}
#menu
{
	float: left;
	text-indent: -1.7em; line-height: 2em;
	width: 12em;
	margin: 0 30px 20px 5px; padding: 0.5em 0.5em 0.5em 0;
	background: #919191;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#menu ul
{
	list-style-type: none; list-style-position: inside;
	margin: 0;
}

#footer
{
	clear: both;
	margin: 200px 0 0 0; padding: 0;
	text-align: center; font-size: 0.7em;
}
.clear
{
	clear: both;
	padding: 0; margin: 0;
	width: 0; height: 0;
}
.plusInfos
{
	display: block;
	width: 60%; height: auto;
	margin-left: 30px;
}

/* LES PANELS POUR LA NAVIGATION AJAX 
#panelIndex
{
	display: block;
}
#panelNews
{
	display: none;
}
#panelRomans
{
	display: none;
}
#panelTheatre
{
	display: none;
}
#panelChansons
{
	display: none;
}
#panelAutresTextes
{
	display: none;
}
#panelContact
{
	display: none;
}
#panelLiens
{
	display: none;
}*/



/* Les 5 dernières nouvelles*/
#dernieresNews
{
	float: right;
	margin: 0 5px 20px 30px; padding: 0.5em;
	width: 15%;
	text-align: center;
	
	background: #919191;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#dernieresNews h2
{
	font-size: 1.1em;
	margin: 0; padding: 0 0 0.5em 0;
}
#dernieresNews img
{
	margin: 0; padding: 0 0.3em 0 0;
	border: none;
	text-decoration: none;
	max-height: 30px; max-width: 60px;
	overflow: hidden;
}
.apercuNews
{
	display: block;
	padding: 0; margin: 20px 0 20px 0;
}

/* News (page : news.php) */
.nouvelle
{
	text-indent: 0;
	margin: 0 0 20px 0; padding: 8px;
	border: 2px #303248 solid;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.nouvelle h3
{
	padding: 0; margin: 0;
}
.nouvelle p
{
	margin-left: 20px; 
}
.nouvelle .date
{
	float: right;
	text-align: right; color : #333333;
}
/* Classes pour l'utilisateur */
.flotterAGauche
{
	display: block; float: left;
	margin: 3px 5px 3px 3px;
}
.flotterADroite
{
	display: block; float: right;
	margin: 3px 5px 3px 3px;
}
.alignerAuCentre
{
	display: block;
	margin: 3px auto 3px auto;
}

/* Chansons */
#chansons
{
	margin-left: 3em; padding-left: 1em;
}
#chansons q
{
	font-style: italic;
}
#chansons h5
{
	font-size: 1em; font-weight: bold;
	text-indent: 4em;
}

/* Formulaire de contact */
#contact label
{
	display: block; float: left;
	width: 100px;
	line-height: 1.1em;
	margin: 0 3em 0 0; padding: 0.1em;
	text-align: left;
}
#contact label[for="message"]
{
	line-height: 9em;
}
#contact label[for="captcha"]
{
	display: block;
	height: 130px;
	padding-top: 30px; padding-bottom: 30px;
}
#contact textarea
{
	height: 11.5em; width: 380px;
	font-family: sans-serif;
	border: none;
}
#contact textarea:hover
{
	background-color: #d7daf3;
}
#contact input[type=text]
{
	width: 383px;
	height: 1.5em;
	border: none;
}
#contact input[type=text]:hover
{
	background-color: #d7daf3;
}
#captchaDiv
{
	float: left;
	width: 370px;
}
#contact input[type="submit"]
{
	clear: both;
	float: left;
	margin-left: 150px;
}
.erreur
{
	display: none;
	color: #770000;
}


/* LA PAGE COMBO */
#combo h2
{
	padding: 0; margin: 0;
}

#combo #infosGenerales
{
	padding: 0 15px 0 0;
	width: 45%;
	float: left;
}
#combo #infosGenerales .couverture
{
	float: left;
	margin: 3px 10px 3px 3px; padding: 0;
}

#combo #actions
{
	padding: 0 0 0 30px;
	width: 30%;
	float: left;
}
#combo #actions h2
{
	margin-bottom: 15px;
}

#extraitsDePresse, #traductions
{
	clear: both;
	margin: 10px 0 0 0;
}
 #extraitsDePresse .extrait
{
	margin: 15px 0;
}
#extraitsDePresse .extrait q
{
	margin: 0; padding: 0;
}
#extraitsDePresse .extrait .infosExtrait
{
	font-size: 1.05em;
	padding-left: 40px; 
}


