@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #3E3E40;
	padding: 15px;
	background-color: #460A08;
	font-family: Arial, sans-serif, Tahoma, Helvetica, sans-serif;
	font-size: 11pt;
}

table {
	width: 100%;
}

tr {
}

td {
	padding-top:10px;
	padding-right:10px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

em {
	font-size: 1em;
}

h1 {
	color: #00B050;
	font-style: italic;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold
}

p {
	display: block;
	margin: 15px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

#global {
	padding: 38px 0px;
	height: 100%;
	background: #FFA750;
	width: auto;
	min-height: 600px;
	height: 100%;
}

#content {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	height: 100%;
	width: 850px;
	background: white;
	border: 1px solid black;
	text-align: center;
}

#header {
	min-height: 210px;
	width: 850px;
	text-align: center;
	background: url(../infra/logo_blc_730_230_jaquette_sax-retouche.jpg)
		no-repeat center;
	height: 150px;
}

#main {
	margin: 25px 0px;
	float: left;
	width: 100%;
	min-height: 100px;
}

#footer {
	text-align: center;
	color: white;
	background: #460A08;
	height: 180px;
}

#footer a,#footer a:VISITED {
	color: white;
}

#footer a:HOVER {
	color: #CC9B00;
}

#facebook{
	position : absolute;
	
	
}

.separation {
	clear: both;
	visibility: hidden;
}

.menuHori {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.menuHori {
	margin: 25px;
}

.menuHori a,.menuHori a:VISITED {
	color: #91141A;
	font-weight: bold;
}

.menuHori a:HOVER {
	COLOR: #EA620D;
	font-weight: bold;
}

.saf {
	color: #CC9B00;
	font-style: italic;
	font-weight: bold;
}
.special{
	color: #00B050;
	font-style: italic;
	font-size: 1.5em;
	font-weight: bold
}

.underline {
	text-decoration: underline;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}
.justify{
	text-align: justify;
}

.new{
	
	background: url(../infra/new.png) no-repeat left;
	padding-left: 35px;
}
