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


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

#siteConteneur{
	width:320px;
	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:320px;
	height:700px; /* Dimensions désirées pour le site */
	text-align:center;
	color: #FFF;
	font-size: 18px;
} 

#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%;
}	

#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-weight: bold;
	font-size: 15px;
	height:20px; /* Dimensions désirées pour le site */
	text-align:right;
	padding-right: 20px;

} 

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

a:link {
	color: #BAF8E3;
	text-decoration: none;
}
a:visited {
	color: #BAF8E3;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	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;
}

