@charset "utf-8";
html , body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7f7f7f;
	margin:0;
	padding:0;
	height:100%; /* FF - IE7 */
	background: url(BG.jpg) 100% 100% fixed;
	background-position:center;
	font-size: 9px;
}


#bodyConteneur{ /* Tableau de centrage */
	width:100%; 
	height:100%;
}

#siteConteneur{
	width:800px;
	height:320px; /* Dimensions désirées pour le site */
	text-align:left; /* Rectifie l'alignement du texte forcé par le TD */
	background-image: url(trans.png);
} 

#border{
	width:960px;
	height:800px; /* Dimensions désirées pour le site */
	text-align:center;
	color: #999;
	font-size: 14px;
} 

#site{
   min-height:100%;
   position:relative;
   height:100%;
}	

#bar{
	background-image:url(bg_trans.png);
	height:20px;
    width:100%;
}	

#barText{
	float: left;  
	font-weight: bold;
	font-size: 15px;
	height:20px; /* Dimensions désirées pour le site */
	width:50%;
	text-align:left;
	margin-left: 4px;
	

} 

#barLinks{ 
	margin-left: 50%;
	font-weight: bold;
	font-size: 15px;
	height:20px; /* Dimensions désirées pour le site */
	text-align:left;
    width:100%;
} 

#footer{
	background-image:url(bg_trans_r.png);
	height:20px;
	position:absolute;
    bottom:0;
    width:100%;
}	

#release{
	float: left;  
	font-size: 15px;
	width:50%;
	text-align:left;
	

} 

#contactlinks{ 
	margin-left: 50%;
	font-weight: bold;
	font-size: 15px;
	text-align:right;

} 

#footerText{
	float: left;  
	font-size: 15px;
	height:20px; /* Dimensions désirées pour le site */
	width:50%;
	text-align:left;
	padding-left: 4px;
	

} 

#footerLinks{
	margin-left: 50%;
	font-size: 15px;
	height:20px; /* Dimensions désirées pour le site */
	text-align:right;
	padding-right: 4px;

} 

a {
	font-weight: bold;
	font-size: 15px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #00adef;
	text-decoration: none;
}
a:active {
	color: #00adef;
	text-decoration: none;
}
body,td,th {
	font-family: "Century Gothic";
	font-size: 14px;
}
.Icons {
	margin-left: 5px;
	margin-right: 5px;
}
#Copyright {
	background-image: url(trans_copyright.png);
	font-size: 14px;
}
#Buttons {
	background-image: url(trans.png);
	width: 320px;
	height: 350px;
}

#release_block
{
	display: block;
	width: 286px;
	height: 32px;
	background: url(images/Buttons_01.png);

}

#release_block:hover
{ 
  background-position: 0 -32px;
}

#release_block span
{
  position: absolute;
  top: -999em;
}

#contact_button , #cv_button , #spacer_div
{
	position:relative;
	float:right;
}


#cv_block
{
	display: block;
	width: 84px;
	height: 32px;
	background: url(images/Buttons_03.png);
}

#cv_block:hover
{ 
  background-position: 0 -32px;
}

#contact_block span
{
  position: absolute;
  top: -999em;
}

#contact_block
{
	display: block;
	width: 80px;
	height: 32px;
	background: url(images/Buttons_05.png);
}

#contact_block:hover
{ 
  background-position: 0 -32px;
}

#contact_block span
{
  position: absolute;
  top: -999em;
}
