@import url("reset.css");
@import url("master.css");

#middle {
  padding-right:0px;
}

#content {
	width:75%;
}

#side-home {
	width:23%;
	float:right;
	padding-bottom:10px;
	background:#E8E0CA;
	border-left: 1px solid #a29f90;
	border-right: 1px solid #a29f90;
	border-bottom: 1px solid #a29f90;
}

#sidebar { 
  float:none;
  width: 100%;
  font-size:80%;
}

#middle .wrap{
  background: url(side-home-bg.png) 80% 0% repeat-y;	
}


/*
  ++++++++++++++++++++++++++++++

    side-home

  ++++++++++++++++++++++++++++++

*/
#side-home .home-annonces-afcas {
	list-style-type: none;
	font-size:75%;
}
#side-home .home-annonces-afcas li {
	line-height:125%;
	padding-bottom:8px;
	padding-left:20px;
	padding-right:20px;
	color:#51504a;
	border-top:1px solid #FAF7EF;
}
#side-home .home-annonces-afcas li:hover {
	background:#e0d7bd;
}

#side-home h1 {
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	color:#4C4940;
  line-height:120%;
  font-size:105%;
  font-weight:bold;
  font-family: "Lucida Grande", Verdana;
}
#side-home h1 a:link, #side-home h1 a:visited {
  color:#4C4940;
}

#side-home h1.between {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #d4cbbd;
}

#side-home p {
	padding-left:20px;
	padding-right:20px;
	font-size:75%;
	color:#51504a;
}

#side-home p.home-links {
  line-height:130%;
  font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  margin-bottom:0px;
  text-align:center;
}


#side-home .google-search {
	text-align:center;
}


/*
  ++++++++++++++++++++++++++++++

    home

  ++++++++++++++++++++++++++++++

*/
#content h2 {
	text-align:left;
	margin-top:3px;
  margin-bottom:3px; 
  border-bottom:none;
  font-size:160%;
	padding:6px 0px 2px 0px;
	color:#4C4940;
}

#content p.home-intro {
  color:#4F4F4F;
  font-size:120%;
	line-height:120%;
  font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  margin-bottom:3px;
}

#content p.home-links {
  font-size:95%;
  line-height:130%;
  font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  margin-bottom:25px;
}

#content img.home-img {
  float:right; 
  margin-left:5px;
  margin-top:10px; 
  border:1px solid #000000;
}

#content .accueil-slideshow { 
	height: 256px; 
	width: 426px; 
	overflow: hidden; 
	margin-bottom:20px;
}
#content .accueil-slideshow img { 
	padding:2px;
	background:#FFF;
	border: 1px solid #000;
}


#sidebar table {
  width:100%;
  clear:both;
}
#sidebar td {
  width:35%;
  padding-left:25px;
  padding-right:25px;
}
#sidebar td div.side-component-content{
  min-height:245px;
}

#sidebar td.middle {
  width:30%;
  padding-left:0px;
  padding-right:0px;
}

.side-component{
  margin-top:0px; 
}

#sidebar {
  background: #FAF7EF;
}
