@charset "utf-8";

body {
	background-image: url(../Image/Util/softbrown.gif);
	background-repeat: repeat;
	background-attachment:fixed; 
	
       /*  margin-left:50px; */
       /*  margin-right:50px; */
        }

fieldset {
		font-family: arial, helvetica;
        font-size: 11pt;
        border: 2px solid #A88888;
        color:#B05000 
        } 
.BoiteImg {
	width: 290px;
	float: left;
}

legend {
		font-family: arial, helvetica;
        font-size: 12pt;
        text-align:justify;
        font-weight :bold;
        color:#B05000 
        } 
div	{
		font-family: verdana, helvetica, arial;
		text-align:justify;
		margin-left:20px;
		margin-right:20px;
        color:#422222; 
       	margin-bottom:20px;
       	margin-top:20px;
		}
h3		{
		font-family: verdana, helvetica, arial;
        color:#422222; 
		text-align:center;
		}
h4	{
		font-family: verdana, helvetica, arial;
        color:#422222; 
		text-align:center;
		} 
p		{
		font-family: verdana, helvetica, arial;
		align:justify;
		margin-left:20px;
        color:#422222 
		}


.Style1 {
	font-size: 36px;
	color: #0000FF;
	font-weight: bold;
}
.Style2 {font-size: 18px}

a /* apparence du lien en standard */
	{
	color:#422222;
	text-decoration: none;/* color:#3C3 33C */
	}
	
	a:active /* apparence du lien quand on clique dessus */
	{
		background-color: #FF0;
	}
	
	a:hover  /* apparence du lien quand on survole */
	{
	color:#F00;
	font-style: italic;
	font-weight: bold;
		/* font-variant: small-caps;   */
	} 
