/* Général */
p {
margin:0;
padding:0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}


ul {
padding-left:10px;
margin:0;
}

li {
padding:0;
margin:0 0 8px 0;
}

/* Colonne de gauche */

#middle_left{
float:left;
width:193px;
overflow:hidden; /* weird bug on IE 6 */
}

#oeuvre, #renseignements, #edito, #auteur, #biblio {
background: url("../img/maquette/3col/left_top.gif") top left no-repeat;
background-color: #FFFFFF;
margin-bottom:4px;
}

#oeuvre div, #auteur div {
background: url("../img/maquette/3col/left_bottom.gif") bottom left no-repeat;
padding:15px 0 15px 12px;
text-align:center;
}

#renseignements div, #edito div, #biblio div {
background: url("../img/maquette/3col/left_bottom.gif") bottom left no-repeat;
padding:15px 0 15px 12px;
}

#edito p, #biblio p{
display:block;
margin-bottom:10px;
}


/* Colonne du millieu */


#middle_center{
float:left;
width:365px;
background: url("../img/maquette/3col/center_top.gif") top right no-repeat;
background-color: #FFFFFF;
margin-bottom:16px;
overflow:hidden; /* weird bug on IE 6 */
}

#middle_center p{
margin-bottom:15px;
line-height:145%;
text-align:justify;
}

#middle_center div.b {
background: url("../img/maquette/3col/center_bottom.gif") bottom right no-repeat;
padding:10px 20px;
}


/* Colonne de droite */

#middle_right{
float:left;
width:214px;
margin-top:4px;
margin-bottom:16px;
overflow:hidden;
}

#auteur_oeuvre, #revue_presse {
background: url("../img/maquette/3col/revue_presse_top.gif") top left no-repeat;
padding-top:128px;
}

#actu div, #oeuvres div, #liens div, #revue_presse div, #communique_presse div, #auteur_oeuvre div, #revue_presse_oeuvre div {
background:url("../img/maquette/3col/revue_presse_bottom.gif") bottom left no-repeat;
padding-bottom:8px
}

#actu div div, #liens div div , #revue_presse div div, #oeuvres div div, #communique_presse div div, #auteur_oeuvre div div, #revue_presse_oeuvre div div {
background:#EDECE5;
margin-left:8px;
padding:7px 15px 7px 15px;
}

#actu, #liens, #revue_presse_oeuvre, #oeuvres,  #communique_presse {
margin-top:5px;
padding-top:8px;
background: url("../img/maquette/3col/liens_top.gif") top left no-repeat;
}

#inedits {
margin-top:5px;
padding-top:8px;
background: url("../img/maquette/3col/inedits_top.gif") top left no-repeat;
}

#inedits a{
font-weight:bold;
font-size:14px;
}

#inedits div {
background:url("../img/maquette/3col/inedits_bottom.gif") bottom left no-repeat;
padding-bottom:8px
}

#inedits div div {
background:#FFFFFF;
margin-left:8px;
padding:7px 15px 7px 15px;
}

#inedits img {
margin-bottom:10px;
display:block;
border:none;
}