@charset "iso-8859-1";
/* CSS Document */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #000;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

a:link
{
  text-decoration: underline;
  color: #000;
}

a:visited, a.visited
{

  color: #000;
}

a:hover, a.hover
{
  text-decoration: none;
  color: #000;
}

.div-menu
{	
  margin-top: 140px;
  margin-left:5px;
}

.div-footer
{	
  margin-top: 20px;
  text-align:center;
  font-weight: bold;
}

.div-intro
{	
  margin-top: 0;
  text-align:center;
}

.div-news
{	
  margin-top: 25px;
}

.div-form
{	
  margin-top: 40px;
}

.div-texte
{	
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  text-align:left;
}

.div-texte2
{	
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  margin-bottom:15px;
  text-align:center;
}

.div-texte3
{	
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin-top: 5px;
  margin-bottom:5px;
  text-align:left;
  margin-left:15px;
  margin-right:15px;
}

.div-press
{	
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  margin-top: 5px;
  margin-bottom:5px;
  text-align:left;
  margin-left:5px;
  margin-right:5px;
}

.div-page
{	
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin-top: 5px;
  margin-bottom:5px;
  text-align:left;
  margin-left:45px;
}

.h2-intro
{
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  text-align:center;
  margin-bottom:0;
  margin-top:0;
}
.h3-intro
{
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-align:center;
  margin-top:0;
  margin-bottom:0;
}

.h3-chansons
{
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-align:left;
  margin-left:0;
  margin-top:15px;
  margin-bottom:30px;
}

.h3-press
{
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-align:left;
  margin-left:0;
  margin-top:0;
  margin-bottom:5px;
}

.h1-panier
{
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-align:center;
  margin-bottom:0;
  margin-top:10px;
}

.td-texte
{
	background:#000
}

.table-panier
{
	background-image: url(images/fond-panier.jpg);
	background-repeat:no-repeat;
	border:1px solid #000;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	font-family: Verdana;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #000;
	vertical-align:middle;
    text-align:center;
}

.input-panier, .input-panier texte, .input-panier button
{
	background-color:#fff;
	border:1px solid #000;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	font-family: Verdana;
	font-style:normal;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-align:center;
}

.lien-footer, .lien-footer a:link, .lien-footer a:visited, .lien-footer a:hover
{
  font-family: Verdana;
  font-style: normal;
  font-size: 10px;
  color: #fff;
  text-align:left;
  padding-left:65px;
  padding-bottom:15px;
}

/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.art-menu, .art-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.art-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.art-menu li li
{
  float: none;
}

.art-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.art-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.art-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-menu:after, .art-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-menu, .art-menu ul
{
  min-height: 0;
}

.art-menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

/* menu structure */

.art-menu
{
  padding: 0 0 0 0;
}

.art-nav
{
  position: relative;
  height: 32px;
  z-index: 100;
}

/* end Menu */

/* begin MenuItem */
.art-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 32px;
  cursor: pointer;
  text-decoration: none;
}

.art-menu .art-menu-li-separator
{
  display: block;
  width: 0;
  height: 32px;
}

.art-menu ul li
{
    margin:0;
    clear: both;
}


.art-menu a .r, .art-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 96px;
  background-image: url('images/menuitem.png');
}

.art-menu a .l
{
  left: 0;
  right: 0;
}

.art-menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #352803;
  padding: 0 22px;
  margin: 0 0;
  line-height: 32px;
  text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
  top: -32px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
  top: -32px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
  top: -32px;
}
.art-menu a:hover .t
{
  color: #0E0B01;
}

.art-menu li:hover a .t
{
  color: #0E0B01;
}

.art-menu li:hover>a .t
{
  color: #0E0B01;
}

/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
  display: block;
  margin:0 auto;
  width: 2px;
  height: 32px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */


#monForm
{
	width: 620px;
}

#monForm p
{
	margin: 2px 0;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #000 1px solid;
}

#monForm fieldset legend
{
	padding: 0 10px;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	font-size: 1.2em;
	color: #000;
	font-family:Verdana;
}


/* Label */
#monForm label
{
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	color: #000;
	font-family:Verdana;
	font-weight: bold;
}

/* Input */
#monForm input, #monForm select
{
	margin-left: 1%;
	width: 58%;
	border: #000 1px solid;
	color:#000;
	font-family:Verdana;
	font-size:10pt;
}

#monForm input:hover, #monForm select:hover, #monForm textarea:hover, #monForm input:focus, #monForm select:focus, #monForm textarea:focus
{
	border: #000 1px solid;
	background-color: #f8d56d;
	color:#000000;
	font-family:Verdana;
	font-size:10pt;
}

#monForm textarea
{
	margin-left: 1%;
	width: 58%;
	height:200px;
	border: #000 1px solid;
	color:#000;
	font-family:Verdana;
	font-size:10pt;
}

#monForm input[type="radio"]
{
	border : 0px;
	margin-left: -160px;
}

/* button submit */
#monForm input[type="submit"]
{
	border: #000 1px solid;
	background-color: #fff;
	width: 27%;
	color:#000;
	font-family:Verdana;
	font-size:10pt;
}

#monForm input[type="submit"]:hover
{
	background-color: #f8d56d;
	cursor: pointer;
}
