/* CSS Document */
html {
    overflow:auto;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#464646;
	background-color:#38312e;
	background-image:url(../Background4.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
}

#top{display:block;}
#Site{
    width: 666px;
    height: 580px;
    display:block;
    margin: auto;
    font:Arial, sans-serif;
    color:#bcaf8c;
}
#listBand{
    margin-left: auto;
    margin-right: auto;
    width:80%;
    display:block;
    color:#6b6b6b;
    bottom: 0px;
    font-family: Arial, sans-serif;
    text-align: center;
}

#header{
	position:relative;
	width:880px;
	height:111px;
	background-image:url(../../images/top-menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left: auto;
	margin-right: auto;
}

#header-bg {
	background-image:url(../../images/top-bg.gif);
	background-repeat:repeat-x;
	height:111px;
}

#site{
	margin-left: auto;
	margin-right: auto;
	width:880px;
	height:100%;
	background-image:url(../../images/contenu-bg-noir-1px.gif);
	background-repeat:repeat-y;
	
}

#contenu-gauche{
	float:left;
	position:relative;
	width:33px;
	min-height:682px;	
	background-color:#000000;
	background-image:url(../../images/contenu-bg-gauche.jpg);
	background-repeat:no-repeat;
	margin-left:25px;
}

#contenu-central{
	position:relative;
	float:left;
	width:795px;
	background-color:#FFFFFF;
	min-height:682px;
	background-image: url(../../images/degra-strip.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#contenu-droite{
	float:left;
	position:relative;
	width:26px;
	min-height:682px;
	background-color:#000000;
	background-image:url(../../images/contenu-bg-droit.jpg);
	background-repeat:no-repeat;
}

* html #page-principale{ /*IE only style*/
	height: 682px;
}

#footer-bg {
	background-color:#1d1d1d;
	position:relative;
	clear:both;
}

#footer{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	margin: 0 0 20px 0;	
}
.titre-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #ae0000;
	margin: 0 0 20px 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.tx-contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	margin: 0 0 20px 0;
	font-weight: bold;

}
.tx-contact-titre{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #999999;
	margin: 0 0 20px 0;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tx-bas-de-page {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 16px;
	text-align: center;
}
.titre-bas-de-page {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}
.texte-pointe-de-forme {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #660000;
	font-weight: bold;
	margin:0px;	
}

.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #b2b2b2;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0px;
}

.signature {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}

.texte-mailing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

.texte-mailingbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

h1 {
	padding:0;
	margin:0;
	font-size:18px;
	text-transform:uppercase;
}

a img {
	border:none;
}

.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	text-decoration:none;
	color: #FFFFFF;
}

a:active, a:focus {
      outline: 0;
}
