/*
	Espace Musical de Rousset
	Définition des feuilles de style des éléments communs à toutes les pages

	Couleurs de base :
	
	Orange :			#FF6600
	Rouge :				#990000

*/


/* ---> Définitions générales <--- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	text-align: center;
	color: #404040;
	background-color: #FFF;
	padding-top: 6px;
}

img {
	border: 0;
}

p {
	line-height: 18px;
	margin-bottom: 18px;
}

a { color: #404040; text-decoration : none; }
a:hover { color: #900; text-decoration : none; }

.spacer { clear: both; }
.adroite { float: right; }
.agauche { float: left; padding-right: 60px; }
.aucentre { text-align: center; }
.gratuit {color: #990000; font-style: italic; }

.cache {
	position: absolute;
	left: 0;
	top: -5000px;
}



/* ---> CONTENEURS <--- */

#entete {
	font-size: 86%;
	margin: 0 auto;
/*	margin-top: 6px; */
	width: 960px;
}

#adresse { float: left; }
#email { float: right; }

#telephone { 
	float: right;
	margin-right: 36px;
	margin-bottom: 6px;
}


#pied {
	font-size: 86%;
	margin: 0 auto;
	padding-bottom: 24px;
	width: 960px;
}

#copyright { float: left; }
#mentions { float: right; }
#web {
	float: right;
	margin-right: 100px;
}

#allpage {
	clear: both;
	background: #FFF url(../img/espace-musical-de-rousset.jpg) top left no-repeat;
	margin: 0 auto;
	min-height: 210px;
	text-align: left;
	width: 960px;
}

#emr { height: 142px; }

#emr img {
	float: left;
	margin-top: 46px;
	margin-left: 19px;
}

#titre-home {
	background: #FFF url(../img/top-fond-home.jpg) top left no-repeat;
	margin: 0 auto;
	height: 70px;
	text-align: left;
	width: 960px;
}

#titre-colonne {
	background: #FFF url(../img/top-fond-gris.jpg) top left no-repeat;
	margin: 0 auto;
	height: 70px;
	text-align: left;
	width: 960px;
}

#titre {
	background: #FFF url(../img/top-fond-page.jpg) top left no-repeat;
	margin: 0 auto;
	height: 70px;
	text-align: left;
	width: 960px;
}

#page-home {
	background: #FFF url(../img/fond.jpg) top left repeat-y;
	margin: 0 auto;
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
	width: 960px;
}

#page {
	background: #FFF url(../img/fond.gif) top left repeat-y;
	margin: 0 auto;
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
	width: 960px;
}

#page-colonne {
	background: #FFF url(../img/fond-page-colonne.jpg) top left repeat-y;
	margin: 0 auto;
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
	width: 960px;
}

#musicien {
	float: left;
	padding-top: 60px;
	width: 140px;
}

#centre {
	float: left;
	width: 500px;
}

#centre2 {
	float: left;
	width: 760px;
}

#droite {
/*	background: #E8E8E8 url(../img/fond-colonne.jpg) top left no-repeat;*/
	background-color: #F5F5F5;
	float: left;
	font-size: 90%;
	margin-left: 17px;
	min-height: 89px;
	padding-left: 16px;
	padding-right: 16px;
	width: 268px;
}

#arianne {
	float: right;
	font-size: 86%;
	padding-right: 6px;
	padding-top: 8px;
}

div.vignette {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}



/* ---> TITRES <--- */

h1 {
	font-size: 150%;
	padding-top: 30px;
	margin-left: 140px;
}

h1.colonne {
	font-size: 140%;
	padding-top: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

h2 {
	color: #FF6600;
	font-size: 110%;
	margin-bottom: 12px;
	margin-top: 24px;
}

h2.album {
	margin-top: 8px;
	margin-bottom: 24px;
}

.date {
	color: #404040;
	font-weight: normal;
}


/* ---> TEXTES <--- */

.rouge { color: #990000; }
.brouge { color: #990000; font-weight: bold; }

.small {font-size: 80%; }

p.cv { margin-top: 32px; }


/* ---> IMAGES <--- */

#entete img {
	margin-bottom: -1px;
	margin-right: 8px;
}

#titre-home img, #titre-colonne img, #titre img {
	float: left;
	margin-left: 19px;
	margin-right: 28px;
}

#musicien img {
	margin-left: 6px;
}

img.agenda {
	float: right;
	margin-top: -10px;
}

img.cadre {
	background-color: #FFF;
	padding: 2px 2px 2px 2px;
	border: solid 1px #CCC;
}

img.agauche {
	float: left;
	margin-right: 40px;
}

img.retour {
	margin-right: 10px;
	vertical-align: text-top;
}

img.pdf {
	margin-bottom: 6px;
	margin-top: 4px;
}



/* ---> LIENS <--- */

#entete a { color: #404040; }
#entete a:hover {color: #FF6600; }

#arianne a { color: #990000; }
#arianne a:hover {color: #FF6600; }

a.gris { color: #404040; }
a.gris:hover { color: #808080; }

a.rouge { color: #900; }
a.rouge:hover { color: #FF6600; }

#centre a { color: #990000; }
#centre a:hover {color: #FF6600; }

#pied a { color: #990000; }
#pied a:hover {color: #FF6600; }


/* ---> LISTES <--- */

ul.puce, ul.pucebr, ul.puceleft {
	margin-left: 24px;
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 18px;
	list-style-image: url(../img/puce.gif);
}

ul.pucebr li {
	margin-bottom: 12px;
}

ul.puceleft {
	float: left;
}


ul.fleche, ul.fleche2, ul.fleche3, ul.fleche4 {
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 18px;
}

ul.fleche3 { margin-top: 0; }

ul.fleche li {
	list-style-type: none;
	background-image: url(../img/fleche.gif);
	background-repeat: no-repeat;
	background-position: 0% 4px;
	padding-left: 22px;
	margin-bottom: 18px;
}

ul.fleche2 li, ul.fleche3 li, ul.fleche4 li {
	list-style-type: none;
	background-image: url(../img/fleche.jpg);
	background-repeat: no-repeat;
	background-position: 0% 4px;
	padding-left: 22px;
	margin-top: 24px;
}

ul.fleche3 li { margin-top: 8px; }
ul.fleche4 li { margin-top: 16px; }




/* ---> SEPARATEURS <--- */


/* ---> TABLEAUX <--- */

table {
	border-collapse: collapse;
	margin: 8px 0 28px 0;
	padding: 0;
}

table.all {
	width: 100%;
}

table.texte th {
	background: #CAE8EA url(../img/tableaux/bck-header.jpg) no-repeat;
	border: 1px solid #C1DAD7;
	font-size: 90%;
	padding: 6px 8px 6px 8px;
	text-align: left;
}

table.texte td, table.texte td.orange, table.texte td.jaune {
	background-color: #FFF;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	font-size: 90%;
	padding: 6px 8px 6px 8px;
	vertical-align: top;
}

table.texte td.orange { background-color: #FFEFE1; }
table.texte tr:hover td.orange { background-color: #FFEFE1; }

table.texte td.jaune { background-color: #FFFFE1; }
table.texte tr:hover td.jaune { background-color: #FFFFE1; }

table.texte td a { color: #900 ; }
table.texte td a:hover { color: #F60 ; }

table.texte td a.gris { color: #404040 ; }
table.texte td a.gris:hover { color: #F60 ; }

table.texte tr:hover td {
	background: #FFEBEC;
}

table.texte tr:hover td.no-over {
	background: #FFF;
}

table.texte td.alt {
	background: #F5FAFA;
}

table.texte th.aucentre, table.texte td.aucentre {
	text-align: center;
}

table.texte th.toright, table.texte td.toright {
	text-align: right;
}

table.texte td.apercu { width: 162px; }
table.texte td.pdf { width: 120px; }
table.w100 { width: 100%; }
table td.w50 { width: 50%; }


/* ---> PLAN DU SITE <--- */

#centre ul.plan { list-style-type : none; }
#centre ul.plan li { margin-top: 12px; }
#centre ul.plan li a { color: #990000; font-weight: bold; }
#centre ul.plan li a:hover { color: #FF6600; }
#centre ul.plan ul.puce { color: #404040; font-size: 11px; margin-top: 8px; }
#centre ul.plan ul.puce li { margin-top: 0px; }
#centre ul.plan ul.puce li a { color: #404040; font-weight: normal; }
#centre ul.plan ul.puce li a:hover { color: #FF6600; }
#centre ul.plan ul.puce ul.puce { list-style-image: url(../img/puce-2.gif); }
#centre ul.plan ul.puce ul.puce li a { font-weight: normal; }



/* ---> FORMULAIRES <--- */

form {
	margin: 0;
}

input, textarea {
	background-color: #F5FAFA;
	border: solid 1px #BCCBCF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 4px;
	margin-top: 4px;
}

input[type="submit"] {
	background-color: #F5FAFA;
	border: solid 1px #BCCBCF;
	color: #505050;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
}

