@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700|Questrial:bold);
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	outline:medium none;
}

body {
	background-position:top;
	background-image:url(../images/fond_site.png);
	background-repeat: repeat-x;
	background-color:#6C6C6C;
	font-family: 'Questrial', sans-serif;
	font-size:14px;
	color: #3a0000;
}

a {
	color:#FFCC00;
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}

a:active { 
	outline: none; 
}

a:focus { 
	-moz-outline-style:none; 
}

img {
	border:none;
}

div {
	/*border:#0FF 1px solid;*/
}

#corp, #liens, #header {
	width:960px;
	margin-left:auto;
	margin-right:auto;	
}

#conteneur {
	min-height:600px;
	width:auto;
	background-image: url(../images/bandeau_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px;
}

#header {
	height:180px;
}

#menu {
	height:38px;
	top:142px;
	position:absolute;
	width:945px;
	padding-left:15px;	
}

h1 {
	top:46px;
	position:absolute;
	height:82px;
	width:424px;
	background-image: url(../images/faitesdelamusique.png);
	background-repeat:no-repeat;
	text-indent: -9000px;
	
}

#slider {
	height:210px;
	text-align:center;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-image:url(../images/fond_slider.png);
	background-repeat:repeat-x;
	color:#FFF;
	border-left: 2px #db0000 solid;
	border-right: 2px #db0000 solid;
}

#corp {
	min-height:200px;
	background-image:url(../images/fond_corp.png);
	background-repeat: repeat-x;
	background-color:#e1dede;
	padding-top: 15px;
	border-left: 2px #FFF solid;
	border-right: 2px #FFF solid;
	border-top: 3px solid #FFF;	
}

.contenu {
	min-height:500px;
	margin-bottom:0px;
	padding: 15px;
	padding-left: 25px;
	text-align:justify;
	line-height:22px;
	width:690px;
	float:left;
}

.contenu ul {
	margin-left:15px;
}

.sidebar {
	min-height:500px;
	margin-bottom:0px;
	padding: 20px;
	padding-top:30px;
	text-align:justify;
	line-height:25px;
	width:189px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	/* background:url(../images/piano.gif);
	background-repeat:no-repeat;
	background-position:bottom center; */
}

.sidebar ul {
	margin-left:15px;
}
.sidebar a {
	color:#8F0009;
}

.sidebar a:hover {
	color:#FF0000;
	text-decoration:none;
}

#liens {
	height:40px;
	padding-top:16px;
	text-align:center;
	color:#6F6F6F;
	border-left: 2px #FFF solid;
	border-right: 2px #FFF solid;
	border-bottom: 2px #FFF solid;
	background-color: #e1dede;
	line-height:18px;
	
	
}

#liens a {
	color:#6F6F6F;
	text-decoration:none;
}

#copyrite {
	margin-top:10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


#footer {
	background:url(../images/fond-bas-contenu.jpg);
	background-position: top;
	background-repeat:repeat-x;
	height:90px;
	background-color:#131313;
	color:#FFF;
	text-align:center;
	border-bottom: 1px #000 solid;
	
}

#valider {
	text-align:center;
	height:20px;
	border: #007239 1px solid;
	font-size:16px;
	padding:5px;
	margin-bottom:20px;
	font-weight:normal;
	background-color: #0C6;
	color:#000;
}

#annuler {
	text-align:center;
	height:20px;
	border:  #F00 1px solid;
	font-size:16px;
	padding:5px;
	margin-bottom:20px;
	font-weight:normal;
	background-color: #F90;
	color:#000;
}
