/* peterpaulrock_v2/style.css*/

/* DONNEZ NOUS VOS COMMENTAIRES ET/OU CONSEILS SUR CE FICHIER CSS. VOIR SECTION CONTACTS HTTP://WWW.PETERPAULROCK.COM */

body {
	margin: 0px;
	padding: 0px;
	background: #004592 url(img/fond.jpg) repeat-y;
	color: #ffffff;
        font-family: sans-serif, serif;
	font-size: 80%;
	min-width: 910px;
  }

a {
	color: #ffffff;
	text-decoration: underline;
  }

a:hover {
	text-decoration: underline;
  }

a:hover#titre {
	background-color: transparent;
  }

a.fleche {
	color: white;
	text-decoration: none;
 }

a:hover.fleche {
	color: white;
	text-decoration: none;
 }

#haut {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 150px;
  }

html>body #haut {
	background-repeat: repeat-x;
	background-image: url(img/haut_trans.png);
  }

.left {
	float: left;
  }

#demiface {
	float: left;
	margin: 0px 0px 0px 50px;
  }

#maincontain{
	background-color: transparent;
	padding: 0px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	max-width: 1030px;
 }

* html #maincontain {
	width: 910px;
  }

/* Menu gauche */

#mgm {
	float: left;
  }

.mg1, .mg2 {
	width: 141px;
	margin-bottom: 10px;
	background-color: transparent;
	border: 2px solid white;
	-moz-border-radius: 10px;
	padding: 10px 0px 10px 0px;
  }

.mg1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
  }

.mg1 ul li {
	padding: 0px;
	margin: 0px 0px -15px 0px;
  }

html>body .mg1 ul li {
	margin: 0px;
  }

.mg1 .vingt {
	padding: 0px 0px 4px 10px;
	margin: 0px;
	border-bottom: 2px dotted white;
  }

.mg1 ul li a {
	font-weight: bold;
	display: block;
	clear: none;
	padding: 4px 0px 4px 20px;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	width: auto;
  }

.mg1 a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff url(img/face.gif) no-repeat 2px center;
	border-right: 20px solid white;

  }

.sousmg2 {
	padding-left: 10px;
  }

.form {
	margin: 0px;
  }

.form_b {
	margin: 0px;
	width: 400px;
  }


/*input {
	border: 1px solid black;
  }*/

.input {
	margin: 5px 0px 0px 0px;
	width: 55px;
	background-color: #dcdcdc;
  }

.input_b {
	margin: 5px 0px 0px 0px;
	width: 120px;
	background-color: #dcdcdc;
  }

.input_c {
	margin: 5px 0px 0px 0px;
	width: 100px;
	background-color: #dcdcdc;
  }

select {
	width: 200px;
  }

/* Contenu */

#content {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 55%;
	max-width: 650px;
	background: url('img/nuage.png') repeat-x bottom;
	border: 2px solid white;
	-moz-border-radius: 10px;
  }

* html #content {
	width: 530px;
  }

#content h2, h3, .musiciens {
	margin-left: 10px;
	margin-right: 10px;
  }

#pochette {
	margin: 0px 20px 0px 0px;
	width: 200px;
	float: right;
  }

#album {
	margin: 35px 0px 50px 10px;
  }

#ostie {
	text-align: center;
  }

#freud {
	margin: -10px 10px 0px 80px;
  }

.gene, .geneline {
	margin: 0px 30px 0px 30px;
  }

.tele {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
  }

#png_ie {
	width: 510px;
	height: 67px;
	/*background: url(http://peterpaul_v2/img/nuage.png) bottom;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale src='img/nuage.png');
  }

#menubas {
	margin: 50px 10px 0px 10px;
        width: 100%;
	background-color: transparent;
	font-size: 80%;
	padding: 0px;
  }

#menubas a {
	position: relative;
	display: block;
	clear: none;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
	width: auto;
	z-index: 1; /* Pour IE lt 7!!! :( */
  }

#menubas a:hover {
	text-decoration: underline;
  }

#menubas dd.node {
	float: left;
        margin-left: auto;
        margin-right: auto;
	margin-bottom: 5px;
  }

#menud {
	float: left;
	margin-left: 10px;
  }

.ident {
	position: absolute;
	right: 150px;
	display: inline;
  }

/* Divers */

.clear {
	clear: both;
  }

#local {
	width: 140px;
	height: 45px;
  }

img {
	border: none;
	display: block;
  }

html>body img {
	display: inline;
  }

html>body .geneline {
	font-size: 1px;
  }

.geneline img {
	border: 1px solid white;
  }

.line {
	float: left;
  }

/* text-style */

.white, .whitegras {
	color: white;
  }

.black, .blackgras {
	color: black;
  }

.yellow {
		color: yellow;
  }

.gras, .whitegras, .blackgras {
	font-weight: bold;
  }

.center {
	text-align: center;
  }
