

body.custom {background: #8db6b6 url('images/bg-ocean.jpg') 50% 0 no-repeat;}
/* .custom #container {margin-top: 2em; margin-bottom: 2em;} Original */
.custom #container {margin-top: 0em; margin-bottom: 0em;} /* enleve marge en haut et en bas */
.custom #page {background: #fff;}

/* V 30/07/09 */
/* Change the filename of your image to reflect the actual header’s file name */
/*
.custom #header #logo a { display: block; height: 150px; width: 950px; background: url('images/HairExtensionsTipsHeader.jpg') no-repeat; outline: none; }
*/

.custom #header {padding: 0; height: 110px; width: 950px; background: url('images/headerhet950x110.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to the far left */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
/* .custom #header #tagline { height: 0; }  V */

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

/* .custom #header { padding: 0; } V*/
/* Vincent 30/07/09 end */

/* Vincent 31/07/09 
Change Colors of Menu Tabs When Hovering 8

Place this code in custom.css (changing the color values to use your own choices): */
.custom ul#tabs li a:hover {
  background:#B28CFF;
  color:#000000;
}

/* Remove Underline on Menu Tabs When Hovering 8
Place this code in custom.css: */

.custom ul#tabs li a:hover {
  text-decoration: none;
}
/* V 31/07/09 end */

/* V darker blue in sidebar */
.custom .sidebar a, a:active, a:visited { color: #0065FF;}

/* gris dans le footer */
#footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#464646 none repeat scroll 0 0;
padding-bottom:1.1em;
padding-top:1.1em;
}

/* position banner ad 728x90*/
.custom #leaderboard_ad {
float:right;
height:90px;
position:relative;
margin-top:55px;
margin-left:0px;
margin-right:5px; /* decale a gauche de 5px */
}

/* V positionne blocks 125 dans media box */
.custom div.adblock img {
  padding: 2px;
  background-color: #FFFFFF;
}
.custom .cenx {text-align: center;}
/* V end */

/* Cette partie est pour styler widgets dans footer - debut -*/
.custom #footer_sitemap {
	background: #eee;
	color: #000;
	overflow: hidden;
	padding: 1em;
	margin-bottom: 0px; /* 25px */
	text-align: center;
}

	.custom #footer_sitemap .footerfloater {
		display: inline-block;
		width: 28em; /* 20em */
		text-align: left;
		padding-right: 2em;
		float: left;
		height: 100%;
	}
	
	.custom #footer_sitemap .footerfloater h3 {
		border-bottom: 2px solid #9900CC; /* 3px #6e1d00 */
		padding-bottom: 3px;
		padding-top: 8px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 100%;
		letter-spacing: 1px; /* 0px */
		margin-bottom: 5px;
	}
	
	.custom #footer_sitemap .footerfloater ul {
		margin: 0px;
		padding: 0px;
	}
	
	.custom #footer_sitemap .footerfloater ul li {
		list-style: none;
	}
/* fin custom footer */

/* change color text in sidebar */
.custom #sidebars {color:#0000FF;} /* text not link */
.custom #sidebars a {color:#0000FF;} /* links */
.custom #sidebars a:hover {color:#0000FF;} /* mouse hover */

.custom #sidebar_1 {color:#0000FF;} /* text not link */
.custom #sidebar_1 a {color:#0000FF;} /* links */
.custom #sidebar_1 a:hover {color:#0000FF;} /* mouse hover */

/* reduire padding in sidebar */
.custom #sidebar_1 .widget {
  margin-bottom: 18px;  }
.custom #sidebar_2 .widget {
  margin-bottom: 18px;  }
  

/* Mettre le background de multimedia box video a blanc */
.video_box {
  background:none repeat scroll 0 0 #FFFFFF; }
  
/* Reduire le padding de defaut qui est de 1em */  
.custom #multimedia_box  {
  padding:0.5em;	}
  