/* CORE */
*{
	font-family: Arial, Verdana, sans-serif;
}

html, body{
	margin: 0;
	padding: 10px 0;
}

body{
	background: url('/BBP/utilsbbp/img/bg-body.jpg') repeat-x;
	background-color: #f5f5f6;
}

a img{
	border: none;
}

h1{
	margin: 0 0 0.8em 0;
	padding: 0;
}

h1 a{
	color: #666;
	font-size: 0.35em;
	text-transform: uppercase;
	text-decoration: none;
}

object{
	outline: none;
}

/* STRUCTURE */
#header{
	position: relative;
	width: 1063px;
	margin: 0 auto;
}

#container{
	position: relative;
	width: 1063px;
	margin: 0 auto;
	padding: 0 40px;
}

#language{
	position:absolute;
	right: 40px;
	top: 5px;
}

#logos{
	position:relative;
	padding-bottom: 30px;
	margin-top: 20px;
	border-bottom: 1px #999 dotted;
}

#logos_right{
	position: absolute;
	right: 0px;
	top: -17px;
}

#four_cols{
	position: relative;
	width: 920px;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
}

td.big{
	width: 260px;
	height: 160px;
	background-color: #fff;
	padding: 5px;
	vertical-align: top;
	-moz-box-shadow: 1px 1px 1px #bbb;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px #bbb;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

td.big img{
	padding-left: 35px;
}

td.spacer{
	width: 15px;
}

.more_infos{
	text-align: right;
	padding: 10px;
}

.more_infos hr{
	width: 200px;
	height: 1px;
	border: none;
	background: #cccbc7;
	margin: 0 0 10px 15px;
	padding: 0;
}

.more_infos a{
	color:#807040;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.more_infos a img{
	vertical-align: middle;
}

#footer{
	position:relative;
	width: 920px;
	color: #999;
	font-size: 0.6em;
	margin: 10px auto 0 auto;
	border-top: #666 dotted 1px;
	text-align: center;
}