/* Type CSS rules here and they will be applied
to pages from 'www.proeto.net'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet style.css ****/

/* STYLE DE BASE DU DOCUMENT */
body, div, p, table, tr, td
{
  margin:0;
  padding:0;
  background:#dcc098;
  color:#000;
  font:x-small Verdana,Sans-serif;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}
}

/* Removing borders from linked images */ 
a img{border:none;}


.exhibitions
{
font-size:85%;
}

/* definition des h1-h2 */

h1
{
	font-size: 25px;
	font-weight: bold;
}

h2
{
	padding: 0px;
	margin: 10px;
	font-size: 16px;
}


/* les listes */

ul
{list-style-type: disc;}

ul li 
{ 
margin-right: 2em; margin-top: 1em; margin-bottom: 1em; padding-left: 1.5%;
}


/* on ajoute un style de base pour les liens */
a
{
color: #bc0000;
text-decoration: underline;
}
a:hover { text-decoration: none; }
}


