/* ----------------------------- */
/*          BLOG-A-DEUX          */
/* ----------------------------- */



/********** Géné site   ****************/

html, body, ol, ul, form, fieldset {
  font-family:verdana;
  margin: 0;
  padding: 0;
}


body {
	color: black;
	font: normal 80% Verdana;
	background :  #663300  url(../images/skin/background-bois.jpg) repeat-x  center 50px;
}


a img {
  border: 0;
}
	    
.leftcurtain{
	width: 50%;
	height: 1000px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}
 .rightcurtain{
	width: 51%;
	height: 1000px;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
}
.rightcurtain img, .leftcurtain img{
	width: 100%;
	height: 100%;
}
.logo{
	margin: 0px auto;
	margin-top: 150px;
}
.rope{
	position: absolute;
	top: -40px;
	left: 70%;
	z-index: 4;
}
		
		
		
.global{
  position:relative;
  width:955px;
  margin:auto;
}


.spacer{
    clear:both;
    display:block;
    visibility:hidden;
    height: 1px;
    <?php if($ie) echo "margin: -15px 0 0 0;"; else echo "margin:0;"; ?>
    padding: 0;
    border: 0;
}

/********** BANNIERE  ****************/
#banniereSite {
	position:relative;
	width:690px;
	height:100px;
	background-color:#e2d5b5;
	border:3px #f3ecdc solid;
   color:#000;
   margin-top:30px;
   -moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
   border-radius: 6px; /* Opera 10.5, IE 9 */
	
}

.banLogo {
 float:left;
 width:103px;
 text-align:center;
 margin-top:10px;
}

.banTitre {
 float:left;
 width:330px;
 text-align:center;
} 

.banTitre .titreSiteBA{
  font-family : completeinhim;
  font-size:60px;
  color:#FFF;
  margin-top:5px;
}

.banTitre .SloganSiteBA{
  font-family : completeinhim;
  font-size:24px;
  color:#83785e;
  text-align:right;
  margin:-20px 60px 0px 0px;
}



/********** CONTENU SITE  *************/
#contenuSite{
	position:relative;
	float:left;
	width:680px;
	min-height:600px;
	margin-top:20px;
	background-color:#e2d5b5;
	border:3px #f3ecdc solid;
	padding:5px;
	text-align:justify;
   -moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
   border-radius: 6px; /* Opera 10.5, IE 9 */
}






