/* CSS marie-annick-nicolas.com */
body {
	font-family: georgia;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	COLOR: #FCE9EF;
}
#header {
height:320px;
background-color: none;
}

table {
	width: 95%;
	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;
	azimuth: center;
}

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

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


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

#haut p {
	margin: 10px 180px 0 110px;
	font-style: italic;
}

/* Conteneur : contient les autres div et l'image de fond (sauf body) */
#conteneur {
	position: absolute;
	margin-left: 150px; /*espace fixe sur la gauche du navigateur */
	width: 600px;
	background-color: none;
	background-image: url(images/man_montage_bg.jpg);
	background-repeat: no-repeat;
}
#centre {
background-color:none;
/*largeur automatique en fonction des menus gauche et droit */
margin-left: 110px;/*correspond à la largeur du menu gauche */
margin-right: 180px;/*correspond à la largeur du menu droit */
}

#centre li{
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 10px;
}
#centre li.extrait{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #AE0053;
	border: 1px solid #BFB9BC;
	list-style: inside url(notes.gif);
}


#centre ul{
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
}




/*contient possiblement le menu gauche */
#gauche {
float:left;
width: 110px;
padding-top: 100px;
}

/*contient possiblement le menu droit */
#droite {
	float: right;
	width: 180px;
	margin-top:150px;/*par rapport au div "haut" */
	min-height: 500px; 
	height: 500px;/*le violon est toujours visible */
}


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


/* 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 {
	color: #3F3F3F;
	margin-bottom: 5px;
	background-color: #D3D3D3;
	padding: 5px 5px 5px 5px;
	border-left: 3px double #C71585;
	border-right: 1px dotted #C71585;
	border-top: 1px dashed #C71585;
	border-bottom: 1px solid #C71585;
}
#menugauche a {
margin: 0 2px;
color: #666666;
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;
}
p {
	padding: 10px 10px 0px 20px;
}

A:link {
	COLOR: #fff; 
	TEXT-DECORATION: underline;
	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;
}


