body
{
	font-family: Arial, "Myriad Pro", sans-serif;
	color: black;
	margin: 0; padding: 0;
	background: #40648d; /*background: #314d6c;*/
}

h1
{
	font-size: 2em; color: #b53e16;
}

h2
{
	font-size: 1.5em; color: #ae411d;
}

h3
{
	font-size: 1.3em; color: #a64525;
}
h4
{
	font-size: 1.1em; color: #994a31;
}

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

a
{
	color: #101010;
}

a:visited
{
	color: #101010;
}

a:hover
{
	color: #a64525;
}

/* Classes de base */
#header
{
	margin: 0; padding: 0;
	width: 100%; height: 20%;
	/*border: #36556e 1px solid;*/
	text-indent: 20%;
}
#header h1
{
	display: block;
	margin: 5px auto 15px auto;
	text-align: center; text-indent: 0; 
	line-height: 2em;
	height: 2em; width: 10em;
	background: #3c5e85;/*background: #36556e;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#contenu
{
	width: 75%;
	margin-left: 14.7em; margin-top: 0; padding-top: 0;
}
#contenuIndex
{
	width: 75%;
	margin-left: 14.7em; margin-top: 0; padding-top: 0;
}
#contenuIndex h2
{
	margin-top: 0; padding-top: 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: #3c5e85;/*background: #36556e;*/
	/*padding: 0.5em 1em 0 0; border-bottom: 1px #5c5c5c solid; border-right: 1px #5c5c5c solid;*/
	-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 auto 0 auto; padding-top: 10px;
	text-align: center; font-size: 0.7em;
	border-top: 1px #405464 solid;
}
.clear
{
	clear: both;
	padding: 0; margin: 0;
	width: 0; height: 0;
}


/* Les 5 dernières nouvelles*/
#dernieresNews
{
	float: right;
	margin: 0 5px 20px 30px; padding: 0.5em;
	width: 15%;
	text-align: center;
	
	background: #3c5e85;/*background: #36556e;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#dernieresNews h2
{
	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: 3px;
	border: 2px #36556e 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;
}
.nouvelle img
{
	border: solid #AAA 3px;
}

/* Classes pour l'utilisateur */
.flotterAGauche
{
	display: block; float: left;
	margin: 5px 10px 5px 5px;
}
.flotterADroite
{
	display: block; float: right;
	margin: 5px 5px 5px 10px;
}
.alignerAuCentre
{
	display: block;
	margin: 5px auto 5px 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;
}

/*Travaux universitaires */
#travauxUniversitaires q
{
	display: block;
	position: relative; bottom: 0.9em;
	margin: 0 1em 0 4em;
	text-align: justify; line-height: 1.2em;
	text-indent: 2em; color: #111111; font-size: 0.95em;
}
#travauxUniversitaires strong
{
	font-size: 0.9em;
}

#coordonnees, #contact
{
	padding-left: 3em;
}

/* Album photo */
#albumPhoto
{
	margin: 20px; margin-left: 240px;
}

#listeDesAlbums
{	
	clear: both; float: left;
	width: 12em;
	line-height: 2em; text-indent: 0;
	margin: 0 30px 20px 5px; padding: 0.5em 0.5em 0.5em 0;
	background: #36556e;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#listeDesAlbums ul, ol
{
	text-indent: -1.5em;
	list-style-type: none; list-style-position: inside;
	margin: 0;
}
#listeDesAlbums h4
{
	margin: 0; padding: 0;
}

/* Formulaire de contact */
#contact label
{
	display: block; float: left;
	width: 100px;
	margin: 0 3em 0 0; padding: 0.1em;
	text-align: left;
}
#contact label[for="message"]
{
	line-height: 10em;
}
#contact label[for="captcha"]
{
	display: block;
	height: 130px;
	padding-top: 30px; padding-bottom: 30px;
}
#contact textarea
{
	height: 11em; width: 370px;
	font-family: sans-serif;
}
#contact input[type=text]
{
	width: 370px;
}
#captcha
{
	float: left;
	width: 370px;
}
#contact input[type="submit"]
{
	clear: both;
	float: left;
	margin-left: 150px;
}
.erreur
{
	color: #ff5b5b;
}
.messageErreur
{
	color: #ff5b5b;
	display: none;
}



/* 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; 
}

