@charset "utf-8";
/* CSS Document */

body {
	width: 1000px;
    margin: auto;
	margin-top: 10px;
    margin-bottom: 10px;
	background-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#header
{  
   width: 1000px;
   height: 254px;
   background-image: url("template/header.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
#button
{  
   width: 1000px;
   height: 80px;
   background-image: url("template/button.png");
   background-repeat: repeat;
   margin-bottom: 0px;
}

#corps
{  
   width: 1000px;
   background-image: url("template/corps.png");
   background-repeat: repeat;
   margin-bottom: 0px;
}
#corps2
{  
   width: 1000px;

   background-image: url("template/corps.jpg");
   background-repeat: repeat;
   margin-bottom: 0px;
}
#footer
{  
   width: 1000px;
   height: 31px;
   background-image: url("template/footer.png");
   background-repeat: no-repeat;
   margin-bottom: 5px;
}
.td_1 { 
   background-image: url("template/cadre_1.png") ; 
   background-repeat: no-repeat ;
   background-position:center;
   
   width=100%;

   cellpadding=0; 
   cellspacing=0; 
} 
.td_2 { 
   background-image: url("template/cadre_2.png") ; 
   background-repeat: no-repeat ;
   background-position:center;
   width=100%;

   cellpadding=0; 
   cellspacing=0; 
} 
.td_3 { 
   background-image: url("template/cadre_3.png") ; 
   background-repeat: no-repeat ;
   background-position:center;
   width=100%;

   cellpadding=0; 
   cellspacing=0; 
} 
.td_4 { 
   background-image: url("template/cadre_4.png") ; 
   background-repeat: no-repeat ;
   background-position:center;
   width=100%;

   cellpadding=0; 
   cellspacing=0; 
} 
.td_5 { 
   background-image: url("template/cadre_5.png") ; 
   background-repeat: no-repeat ;
   background-position:center;
   width=100%;

   cellpadding=0; 
   cellspacing=0; 
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FE3A01;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer a:link
{
color:#ffffff;
}
#footer a:visited
{
color:#ffffff;
}
#footer a:active
{
color:#ffffff;
}
#footer a:hover
{
color:#FE3A01;
}

#menu a:link
{
color:#000000;
}
#menu a:visited
{
color:#000000;
}
#menu a:active
{
color:#000000;
}
#menu a:hover
{
color:#FE3A01;
}

#corps a:link
{
color:#ffffff;
}
#corps a:visited
{
color:#ffffff;
}
#corps a:active
{
color:#ffffff;
}
#corps a:hover
{
color:#FE3A01;
}

