/*****************
 * Classes principales
 *****************/
body {
  background-color:#FFFFFF;
  color: #000000;
  font: 12px Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  text-align:justify;
  line-height: 150%;
}
div,p,h1,h2,h3,h4,h5,h6 {display:block}
img {
  border:none;
  margin:0 0 0 0;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {text-decoration: underline;}
p, li {
  text-align:justify;
  padding:5px 5px 5px 5px;
}
h1, h2 {
  text-align:left;
}
hr {
  border: none 0;
  border-top: 1px solid #666666;
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
h1 {
  color: #400080;
  font-weight:bold;
  font-size:22px;
}
h2 {
  color: #794AB3;
  font-weight:bold;
  font-size:18px;
}
td {
  text-align:left;
  padding-top:3px;
  vertical-align:top;  
}


/*****************
 * Classes de mise en page
 *****************/
.mainbody{
	margin: 8px auto;
	padding: 0;
  width: 800px;  
  text-align: center; /* Centrage du contenu du bloc */
}
.maintable {
  width: 800px;
}
.maincontent {
  width: 635px;
}


/*****************
 * Formulaire
 *****************/ 
input{
  color: #444444;
  border:1px solid #666666;
  padding-left:4px; 
}
textarea{
  width:275px; 
  height:100px;
  color: #444444;
  border:1px solid #666666;
  padding-left:4px;
  overflow:auto
}


/*****************
 * Menu
 *****************/
.menu { 
  text-align:right; 
  margin:0 0 0 0; 
  padding:3px 5px 3px 5px;
}
.menumail {
  font-size:9px; 
}
.menu_table{
  width:170px; 
  background-color:#EEEEEE;
  border: 1px solid #666;
}


/*****************
 * Pied de page 
 *****************/
#footer {
  font-size:7pt; 
  text-align:right; 
  color: #444444;
  margin:0 0 0 0; 
  padding-right:30px;
  padding-top:3px;
  padding-bottom:3px;
}
#footer a {
  color: #444444;
  background-position: center left;
  background-repeat: no-repeat; 
  padding:0 0 0 0;
  margin-left: 20px;
  font-weight:normal;
}


/*****************
 * Affichage oeuvres
 *****************/
.table_sculptures {
  width: 100%;
}
.td_sculptures {
  width: 33%;
  text-align: center;
}
  
/*****************
 * Texte formatté
 *****************/ 
.souligne{
  text-decoration:underline;
}

