/* CSS marie-annick-nicolas.com */
body {
	font-family: georgia;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	COLOR: #FCE9EF;
	background-image: url(images/page_discograhie_bg_body_02.jpg);
	background-repeat: repeat-x;
}


table {
	width: 80%;
	background-color: #5C1D30;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
	border-color: #ffffff;
	border-width: 1px;
	border-style: dotted;
}

img{border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}
td1{ 
border-style:none;
border-width:0px; 
vertical-align: top;
width:20%;
}

tr{ 
vertical-align: top;
}

td2{ 
border-style:none;
border-width:0px; 
border-color:none;
width:80%;
}

.naviginter{
	background-color: #A01252;
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
	padding-top: 0px;
}


#header {
height:50px;
background-color: none;
}


/* Preambule : contient phrase de résumé et possiblement un menu */
#haut {
	height: 150px;
	background-color: none;
	COLOR: #BF006A;
}

#haut p {
	margin: 10px 0px 0 0px;
	padding-left:300px;
	padding-right:150px;
	font-style: italic;
}

/* Conteneur : contient les autres div et l'image de fond (sauf body) */
#conteneur {
	position: absolute;
	margin-left: 0px; /*espace fixe sur la gauche du navigateur */
	width: 100%;
	background-color: none;
	background-image: url(images/page_discograhie.jpg);
	background-repeat: no-repeat;
}
#centre {
	margin-left: 200px; /*correspond à la largeur du menu gauche */
	margin-right: 0px;/*correspond à la largeur du menu droit */
	padding-right: 30px;
	padding-left: 30px; 
	background-image: url(images/fond_fushia.jpg);
	}
#centre a{
	text-decoration: underline;
}       

#centre li{
	padding-bottom: 10px;
	}
	
	#centre li.extrait{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #AE0053;
	border: 1px solid #BFB9BC;
	list-style: inside url(notes.gif);
}
	
	
	#bascentre {
		margin-left: 200px; /*correspond à la largeur du menu gauche */
	margin-right: 0px;/*correspond à la largeur du menu droit */
	padding-right: 30px;
	padding-left: 30px; 
	background-image: url(images/page_discograhie_bas_centre.jpg);
	height : 69px;
}  

/*contient possiblement le menu gauche */
#gauche {
	float: left;
	width: 200px;
		padding-top: 0px;
	padding-left: 60px;
}

/*contient possiblement le menu droit */
#droite {
	float: right;
	width: 0px;
	margin-top:150px;/*par rapport au div "haut" */
	
	
}


#pied {
	clear: both; /*positionnement automatique au dessous - associé au "float" */
	height: 35px;
	background-color: none;
	background-repeat: no-repeat;
	color: #666666;
}
#pied p {
	font-size: 0.8em;
	margin: 5px 150px 0 120px;
}

#pied a {
	color: #666666;
}


/* LES MENUS---------------------------------------------------*/

/* MENU HAUT*/
#menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menuhaut a:hover {
text-decoration: none;
}


/* MENU GAUCHE*/
#menugauche {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menugauche li {
margin-bottom: 5px;
}
#menugauche a {
font-size: 0.8em;
margin: 0 2px;
color: #ffffff;
text-decoration: underline;
}
#menugauche a:hover {
text-decoration: none;
}


/* MENU DROIT*/
#menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
#menudroit li {
margin-bottom: 5px;
}

#menudroit liunder {

padding-left:40px;
margin-bottom: 5px;
}


#menudroit a {
margin: 0 2px;
color: #ffffff;
text-decoration: underline;
}
#menudroit a:hover {
text-decoration: none;
}

#menudroit UL {
	MARGIN-TOP: 5px; LIST-STYLE-TYPE: none
}
#menudroit H3 {
	COLOR: #fff
}
/* fin MENU DROIT*/



H3 {
	padding: 10px 10px 25px 0px;
	MARGIN: 0px 0px 0px 30px;
	FONT: italic 13pt Georgia, sans-serif;
	color: White;
}
H5 {
	padding: 0px 0px 20px 0px;
	FONT: 1,2em, Georgia, sans-serif;
	font-weight: bold;
	color: White;
	text-align: left;
}
H6{
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-align: center;
	text-decoration: overline;
}
p {
	padding: 10px 50px 0px 50px;
}

p.right {
	text-align: right;
	padding-top : 0px;
}


A:link {
	COLOR: #fff; 
	TEXT-DECORATION: none;
	font-weight : bold;
}
A:visited {
	FONT-WEIGHT: bold;
	COLOR: White;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #fff; TEXT-DECORATION: underline
}
A:active {
	COLOR: #fff; TEXT-DECORATION: underline;
	font-weight : bold;
}

.colorman {
	font-variant: small-caps;
	background-color: #8B2E2E;
}
.colorjim {
	font-variant: small-caps;
	background-color: #CCCCCC;
	color: #660033;

}

