/*
***************
Feuille de style du site www.sltraduction.be
Copyright info@celtouc.com 2009
***************
*/




/* 
******************
GENERALITES
******************
*/

img
{
	border:0;
	horizontal-align: center;
	
}

html
{
	background:#ffffff;
}


body {
font:11.5px/1.5 HelveticaNeue, Helvetica Neue, Helvetica, verdana, corbel, Arial, sans-serif;
	background:#FFF; 
	margin:0;
	padding:0;


}

#conteneur {
background:url(images/header.jpg) repeat-x;
margin:0 auto;
padding-top: 60px;
	
}

.container
{

	margin:0 auto;
	background:#ffffff;
	position:relative;
}


#footer{
	position:fixed!important;
	position:relative;
	bottom:0px!important;
	text-align:center;
	background:#666666;
	margin-top:50px;
	padding-top:5px;
	width:100%;
	height:50px!important;
	color:#ffffff;
	font-size:12px;
	letter-spacing:1px;
}


/* 
******************
LAYOUT
******************
*/

#header
{
	background:#666666;
	height:50px;
}




/* 
**************************
MISE EN FORME DES TEXTES
**************************
*/

p {

font-size: 0.9em;
text-align: center;


}




/* 
**************************
MISE EN FORME DES LIENS
**************************
*/




a
{
	text-decoration:none;
	color:#ffffff;

}

a:hover
{
	border-bottom:1px dotted #ffffff;
}


