p ,h1, h2, h3
{
   color:#343436;
   font-style: italic;
}

a{
   color: black;
   font-style: italic;
}

.mi-gros{
	font-weight:bold;
    	font-size:150%;
}



.gros{
	font-weight:bold;
    	font-size:200%;
}

.gros-important{ 
	font-weight:bold;
    	font-size:200%;
    	color:#330066;
}

body
{
   width: 1100px;
   margin: auto;   
   background: top center #cfcfcf;
   font-family: serif;
}

#en_tete{
   width: 1100px;
   height: 44px;
   margin-top:10px;
}

.im-gal{
    height: 220px;
    padding-right: 30px;
    padding-left: 30px;
}

.im-gros{
    height: 700px;
}

.im-expo{
    width: 750px;
}


table.im-gros-table{
    align:center;
}

td.im-gros-milieu{
 width:800px;
}

#corps
{
    overflow:auto; /*pour que les images ne sortent pas du cadre*/
    width: 1100px;
    background: #ffffff;
}

#pied{
   width: 1100px;
   height: 25px;
   margin-bottom:160px;
}

#piedCourt{
   width: 1100px;
   margin-bottom:20px;
}


.important{ 
	font-weight:bold;
    	font-size:100%;
    	color:#330066;
}


table{
    border-spacing: 30px 10px; /* horizontal (5px) vertical (8px) */
    margin-left: auto;
    margin-right: auto;
}

td{
    text-align:center;
}

tr{
    margin-left: auto;
    margin-right: auto;
 }

.au_centre{
    text-align: center;
}