@charset "UTF-8";

body {
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
}

body #page				{ background: url(/img/img_violon.jpg) no-repeat top left; }
body.cours #page		{ background: url(/img/img_guitare.jpg) no-repeat top left; }
body.professeurs #page	{ background: url(/img/img_piano.jpg) no-repeat top left; }
body.evenements #page	{ background: url(/img/img_trompette.jpg) no-repeat top left; }
body.nouvelles #page	{ background: url(/img/img_sax.jpg) no-repeat top left; }
body.contact #page		{ background: url(/img/img_drum.jpg) no-repeat top left; }

#page {
	width: 1000px;
	height: 937px;
}

#header {
}

#contenu {
	float: right;
	width: 525px;
	margin-top: 30px;
	padding-right: 40px;
}

p { 
	line-height: 14px;
	padding-bottom: 15px;
}

a {
	color: #999;
}

a:hover {
	color: #fff;
}

.box p {
	line-height: 16px;
	padding-top: 10px;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: underline;
	color: #fff;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: #fff;
}

h2 {
	font-size: 14px;
	line-height: 25pt;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	padding-bottom: 3px;
}

h4 {
	padding: 0;
	margin: 0;
}

#instruments {
	padding-bottom: 10px;
}

#instruments div {
	line-height: 27px;
}

#instruments div.altrow {
	background-color: #222;
}

#instruments a.info {
	float: right;
	padding: 7px 10px 0 0;
}
#instruments a.liens_cours {
	padding-left:10px;
	text-decoration:none;
	color:#fff;
}
#instruments a:hover.liens_cours {
	text-decoration:underline;
}
#instruments h4 {
	font-weight: normal;
}

/* À modifier */
#instruments p {
	display: none;
}

#adresse {
	position: absolute;
	top: 790px;
	left: 50px;
	width: 300px;
	color: #fff;
	font-size: 10px;
}

#credits {
	float: right;
	text-align: right;
	font-size: 9px;
	color: #9c9c9c;
	margin-top : 45px;
	font-weight: none;
}

#credits a{
	text-decoration: none;
	color: #9c9c9c;
}

#credits a:hover{
	color: #ffffff;
}

#logo {
	float: right;
	width: 565px;
	height: 63px;
	background: url(/img/logo.jpg) no-repeat;
	margin-top: 22px;
}

#logo span {
	display: none;
}

#menu {
	clear: both;
	float: right;
	width: 565px;
	height: 34px;
	margin-top: 41px;
	padding-left: 62px;
	color: #9c9c9c;
	background: url(/img/bk_menu2.png) no-repeat top left;
}

#menu li {
	display: inline;
	padding-right: 8px;
	line-height: 28px;
	position: relative;
}

#menu a {
	font-size: 12px;
	color: #9c9c9c;
	text-decoration: none;
	line-height: 26px;
	padding-bottom: 4px;
}

#menu a:hover {
	color: #fff;
	border-bottom: 4px solid #1B375F;
}

#textBox {
	clear: both;
	float: right;
	width: 523px;
}

.blueBox {
	float: right;
	width: 525px;
	margin: 30px 0 0 0;
}

.blueBox.professeurs .content h3, .blueBox.professeurs .content p {
	width: 350px;
}

.blueBox h2, .blueBox.sous h3 {
	background: url(/img/bk_blue_box_top.png) no-repeat;
	padding: 4px 40px 0;
	margin: 0;
	font-size: 14px;
	line-height: 25pt;
	font-weight: normal;
}

.blueBox .content {
	background: url(/img/bk_blue_box.png) repeat-y;
	padding: 10px 16px;
	width: 489px;
}

.blueBox .content img {
	float: left;
}

.blueBox .content h3, .blueBox .content p {
	float: right;
	width: 290px;
}

.blueBox .content h3 {
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

.blueBox .bottom {
	background: url(/img/bk_blue_box_bottom.png) no-repeat;
	height: 40px;
}

.blueBox.professeurs .bottom {
	text-align: center;
	line-height: 30px;
}

.blueBox a.savoir-plus {
	display: block;
	position: relative;
	z-index: 1;
}



#boxBt1 {
	padding: 10px 0 0 220px;
	float: left;
}

#boxBt1 a {
	color: #9c9c9c;
	text-decoration: none;
	line-height: 15px;
	position: relative;
	z-index: 1;
}

#boxBt1 a:hover{
	color: #ffffff;
}

#boxBt2 {
	padding: 10px 0 0 60px;
	float: left;
}

#boxBt2 a{
	position: relative;
	z-index: 1;
	padding-left: 25px;
	color: #9c9c9c;
	text-decoration:none;
	background: url(/img/bt_porte.png) no-repeat;
}

#boxBt2 a:hover{
	color: #ffffff;
}

a img {
	border: 0;
	border-collapse: collapse;
}

.redBox {
	float: right;
	width: 525px;
	margin: 30px 0 0 0;
}

.redBox h2 {
	background: url(/img/bk_red_box_top.png) no-repeat;
	padding: 4px 40px 0;
	margin: 0;
}

.redBox .content {
	background: url(/img/bk_red_box.png) repeat-y;
	padding: 10px 16px;
	width: 489px;
}

.redBox .content img {
	float: left;
}

.redBox .content h3, .redBox .content p {
	float: right;
	width: 290px;
}

.redBox .content h3 {
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

.redBox .bottom {
	background: url(/img/bk_red_box_bottom.png) no-repeat;
	position: relative;
	height: 40px;
}

.redBox.evenements .content h3, .redBox.evenements .content p {
	float: none;
	width: 100%;
}

a img {
	border: 0;
}

label {
	float: left;
	margin-right:8px;
	text-align:right;
	width:150px;
	margin-bottom: 6px;
}

form input {
	float: left;
	width:300px;
	margin-bottom: 6px;
}

form textarea {
	width:305px;
	height: 100px;

}

span.obligatoire {
	font-weight: bold;
	color: #d00303;
}

.formBoutons {
	width:100px;

}

.center {
	text-align: center;
}