/*CSS Document*/


h1
{
   text-align: center;
   font-family: lucida calligraphy, times new roman, arial, sans-serif;
   font-weight: normal;
}
.nom
{
   font-size: 30px; 
} 

.peintre
{
   font-size: 20px;
}

.dessin_1, .dessin_3
{
width: 392px;
background-image: url("dessin_3.jpg");
background-repeat: no-repeat;
background-position: center;
}

table
{
	margin-left: 5px;
	margin-right: 5px;
	width : 90%;
}

th
{
	text-align: center;
	padding: 20px;
}

.colonne1
{
width:15%
}

.colonne2
{
width:15%
}


.colonne3
{
width:50%
}

strong
{
color: red;
}

.dessin_1
{
   text-align: center;
   padding: 20px;
   width: 30 %;
}

.dessin_3
{
   text-align: left;
   padding: 20px; 
}

a[href]
{
   color: white;
   text-decoration: none;
   font-family: lucida calligraphy, times new roman, arial, sans-serif;
   font-style: normal;
   font-size: 18px;
}



.noir
{ 
   text-align: center;
   padding: 20px;
   background: rgb(150,150,150);
   width: 33 %;
}

.petit
{
   font-family: times new roman, arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}

h3, .moyen
{

   font-family: times new roman, arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 25px;
   color: black;
}



h2
{
   font-family: times new roman, arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 40px;
}