body
{
   color: black;
   font-family: Georgia, "Arial Black", "Times New Roman", Times,serif;
   font-size: 1.5em;
   font-weight: bold;
   text-align: center;
   margin: 0px;
   background-color:blue;
   background-image:url("images/fond/orange_013.jpg");
   background-attachment:fixed;
}
#en_tete
{
   text-Align: center;
}

/*a
{
   text-decoration:none;
   color:black;
}*/

#corps
{
text-align:center;
}

.giant
{
   padding:0px;
   margin:20px;
   
}

.degrade
{
   background-image:url("images/fond/degrade2.png");
   background-repeat:repeat-x;
   background-position:top;
   padding:0px;
   margin:0px;
}

.degrade table
{
   padding:0px;
   margin:0px;
}

.degrade table td
{
   padding:0px;
   margin:0px;
}

.giant
{width:100%;}

.degrade
{width:100%}


#en_tete
{
   text-Align:center;
   font-weight:bold;
   padding:20px;
   color:black;
   font-size:1.5em;
}

h1
{
   font-size:2em;
   font-weight:bold;
}

h2
{
   font-size:1.6em;
   font-weight:bold;
}



/*em
{
   font-style:italic;
}

strong
{
   font-weight:bold;
}

.floatleft
{
   float:left;
}

.floatright
{
   float:right;
}

.center
{
   text-align:center;
}

.dessous
{
   clear:both;
}

table.floatleft td
{
   padding-bottom:0px;
   padding-top:0px;
   padding-left:0px;
   padding-right:20px;
   text-align:center;
}

table.floatright td
{
   padding-bottom:0px;
   padding-top:0px;
   padding-left:20px;
   padding-right:0px;
   text-align:center;
}

.bordure
{
   border:2px solid black;
}

.bordure td
{
   border:2px solid black;
}

table.bordure
{
   border-collapse:collapse;
}
*/
/*td
{
   padding-left:20px;
   padding-right:20px;
   vertical-align:top;
}*/
#corps td
{
	width:50%;
	/*border:2px solid black;*/
}

a
{
    position:relative;
	display:block;
	width:160px;
	height:50px;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	background : url(images/fond/200100.png) top no-repeat;
    text-decoration : none;
    color : white;
    text-align : center;
    line-height : 25px;
}


a:hover
{
    /*background:white;*/
	background-position : 0 -50px;
    color : black;
	z-index:500;	
}