/*
Theme Name: Le Vélo Jaune Custom
Theme URI: http://www.bourgdoisansbandb.com/
Description: Custom theme based on the site.
Version: 1.0
Author: insis.co.uk
Author URI: http://insis.co.uk/
Tags: white, custom header, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 12px
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 160%;
	}

.widecolumn {
	line-height: 12px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 17px;
	text-align: center;
	}

#headerimg .description {
	font-size: 12px;
	text-align: center;
	}

h2 {
	font-size: 15px;
	}

h2.pagetitle {
	font-size: 15px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 13px;
	}

h3 {
	font-size: 13px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 12px;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 10px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 10px auto;
	padding: 0px;
	width: 926px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding-left: 0px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:5px;
	margin-top: 10px;
	margin-bottom:15px;
	margin-left:5px;
	margin-right:5px;
	width: 586px;
	}

.widecolumn {
	padding-left: 0px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:0px;
	margin-top: 10px;
	margin-bottom:15px;
	margin-left:5px;
	margin-right:5px;
	width: 586px;
	}

.post {
	margin: 0 0 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.clearright {
	clear: right;
}

.clearleft {
	clear: left;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#sidebar h2 {
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 10px auto 10px ;
	}
/* End Headers */



/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 5px 0 2px 7px;
	display: inline;
	}

img.alignleft {
/*	padding: 4px;*/
	margin: 5px 5px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	padding-left: 5px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 5px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 10px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin-top:5px;
	padding-bottom:5px;
	margin-right:5px;
	margin-left:0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top:5px;
	padding-bottom:5px;
	margin-right:5px;
	margin-left:0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin-top:5px;
	padding-bottom:5px;
	margin-right:5px;
	margin-left:0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top:5px;
	padding-bottom:5px;
	margin-right:5px;
	margin-left:0px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 5px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 95%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 10px 10px 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 5px 0 5px 0;
	margin-left: 5px;
	margin-right:5px;
	width: 260px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 10px 0 10px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* ANdy */

BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 20px; PADDING-TOP: 36px; margin: 0px; BACKGROUND: #0099CC
}
TD {
	FONT-SIZE: 13px;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	text-align: justify;
}
TH {
	FONT-SIZE: 13px;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	text-align: justify;
}
H1 {
	FONT-SIZE: 15px; COLOR: #157E9D; FONT-FAMILY: Arial;
}
H2 {
	FONT-SIZE: 14px; COLOR: #157E9D; FONT-FAMILY: Arial;
}

/*
.td-a {
	WIDTH: 926px; Height: 60px; vertical-align: bottom; BACKGROUND: url(../../../images/header-top.jpg)
}

.td-a p {
        margin-bottom: 0;
}
.td-b {
	WIDTH: 218px; Height: 79px; vertical-align: top; BACKGROUND: url(../../../images/header-logo.jpg)
}
.td-c {
	WIDTH: 926px; Height: 72px; vertical-align: top; BACKGROUND: url(../../../images/header-below.jpg)
}
.td-d {
	WIDTH: 708px; Height: 67px; vertical-align: top; BACKGROUND: url(../../../images/header-bot.jpg)
}
.td-e {
	WIDTH: 218px; Height: 33px; vertical-align: top; BACKGROUND: url(../../../images/contact-tel.jpg); BACKGROUND-REPEAT: no-repeat
}
.td-1 {
	HEIGHT: 43px; WIDTH: 28px; BACKGROUND: url(../../../images/nav-left.jpg)
}
.td-2 {
	HEIGHT: 43px; WIDTH: 870px; BACKGROUND: url(../../../images/nav-bkg.jpg)
}
.td-3 {
	HEIGHT: 43px; WIDTH: 28px; BACKGROUND: url(../../../images/nav-right.jpg)
}
.td-4 {
	WIDTH: 260px; BACKGROUND: #82D9F2; padding-top: 5px; vertical-align: top
}
.td-5 {
	vertical-align: top; padding-top: 17px
}
.td-6 {
	HEIGHT: 30px; WIDTH: 250px; BACKGROUND: url(../../../images/slideshow-top.gif)
}
*/
.slideshow-front {
  height: 30px; 
  width: 250px;
  background: url(../../../images/slideshow-top.gif)
}

.slideshow-title-fr {
  background: url(../../../french/images/slideshow-top.gif)
}

/*
.td-7 {
	HEIGHT: 171px; WIDTH: 250px; BACKGROUND: url(../../../images/cycle-events.gif)
}
.td-8 {
	HEIGHT: 75px
}
.td-9 {
	HEIGHT: 216px; WIDTH: 280px; BACKGROUND: url(../../../images/frame-bkg.jpg)
}
.td-10 {
	HEIGHT: 49px; WIDTH: 28px; BACKGROUND: url(../../../images/botcop-left.jpg)
}
.td-11 {
	HEIGHT: 49px; WIDTH: 870px; BACKGROUND: url(../../../images/botcop-bkg.jpg)
}
.td-12 {
	HEIGHT: 49px; WIDTH: 28px; BACKGROUND: url(../../../images/botcop-right.jpg)
}
.td-f {
	HEIGHT: 15px
}
.td-g {
	HEIGHT: 10px; WIDTH: 926px; BACKGROUND: url(../../../images/bottom.gif)
}
*/
A:link {
	COLOR: #0084CB; FONT-FAMILY: verdana; FONT-SIZE: 13px; FONT-VARIANT: normal; TEXT-DECORATION: none; line-height: 140%
}
A:active {
	COLOR: #0084CB; FONT-FAMILY: verdana; FONT-SIZE: 13px; FONT-VARIANT: normal; TEXT-DECORATION: none; line-height: 140%
}
A:visited {
	COLOR: #0084CB; FONT-FAMILY: verdana; FONT-SIZE: 13px; FONT-VARIANT: normal; TEXT-DECORATION: none; line-height: 140%
}
A:hover {
	COLOR: #0027FF; FONT-FAMILY: verdana; FONT-SIZE: 13px; FONT-VARIANT: normal; TEXT-DECORATION: none; line-height: 140%
}
.content, .content:link, .content:active, .content:visited {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	line-height: 140%;
}
.content:hover {
	font-family: Verdana; font-size: 13px; color: #157E9D
}

.nav-menu {
  color: white;
  width: 100%;
  padding: 0;
  margin-top: 14px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
}

.nav-menu li {
  display: inline-block;
}

.nav-menu .seperator {
  padding: 0;
}
.menu-item a, .menu-item a:link, .menu-item a:active, .menu-item a:visited,
.nav, .nav:link, .nav:active, .nav:visited {
	font-family: Arial; font-size: 13px; color: #ffffff; font-weight: Bold; word-spacing: 1px;
}
.menu-item a:hover,
.nav:hover {
	font-family: Arial; font-size: 13px; color: #333A5E; font-weight: Bold; word-spacing: 1px;
}
.foot, .foot:link, .foot:active, .foot:visited, .foot:hover {
	font-family: Arial; font-size: 12px; color: #006080
}
.text_1 {
	font-family: Verdana; font-size: 13px; color: #000000
}
.text_2 {
	font-family: Arial; font-size: 12px; color: #000000;
}
.cycling-information td {border: 1px solid #000000; }

#sidebar-static p {
  margin-top:0;
}

.bluebullet {
  list-style: none url(../../../images/bullet-blue.jpg)!important;
}

.goldstar {
  list-style: none url(../../../images/star-gold.jpg)!important;
}

.goldstar, 
.bluebullet {
  margin-top: 0;
  padding-top: 5px!important;
}

.bluebullet li,
.goldstar li {
  text-indent: 0!important;
  margin: 7px 0 8px 22px!important;
  padding-left: 0px!important;
}

.bluebullet li:before ,
.goldstar li:before {
  content: none!important;
}

/*.front-image {
  float: right;
  clear: right;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 10px inset #ddd;
}*/

#sidebar-static ul.slides {
  margin: 0;
  padding: 0;
}

#sidebar-static #widget_sp_image-4 h2 ,
#sidebar-static #widget_sp_image-5 h2 ,
#sidebar-static .widget_metaslider_widget h2 {
  padding-top: 5px;
  text-transform:uppercase;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #157E9D;
}

#sidebar-static #widget_sp_image-4 h2 ,
#sidebar-static #widget_sp_image-5 h2 {
  margin-bottom: 5px;
}

#sidebar-static #widget_sp_image-4 ,
#sidebar-static #widget_sp_image-5 {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

#sidebar-static #widget_sp_image-4 ,
#sidebar-static #widget_sp_image-5 ,
#sidebar-static .widget_metaslider_widget {
  background: #beecf9;
  border: 1px solid white;
  margin: 0 auto;
  border-radius: 5px;
  width: 250px;
}

#sidebar-static #widget_sp_image-4 .widget_sp_image-description p ,
#sidebar-static #widget_sp_image-5 .widget_sp_image-description p {
  margin: 5px 0 0 0;
}

#sidebar-static .flexslider {
  margin-bottom: 17px;
}

#sidebar-static .flex-control-nav {
  bottom: -17px;
}

#sidebar-static .flex-control-nav li a {
  margin: 0 1px;
}

#sidebar-static .flex-control-nav li a:hover {
  line-height: 100%;
}

#sidebar-static .widget_sp_image {
  margin: 10px 5px;
}

/* Contact Form */

#lvj-contact-form {
  border: 3px double;
  background-color: rgb(182, 233, 248);
}

#lvj-contact-form .title {
  border-bottom: 3px double;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(1, 147, 194);
  font-family: verdana;
  font-weight: bold;
  color: white;
}

#lvj-contact-form .required-text {
  border-top: 3px double;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(1, 147, 194);
  color: white;
}

#lvj-contact-form .required {
  color: red;
}

#lvj-contact-form p {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}

#lvj-contact-form .field {
    float: left;
    margin-left: 20px;
    text-align: left;
    width: 40%;
    padding-top: 5px;
}

#lvj-contact-form textarea ,
#lvj-contact-form select ,
#lvj-contact-form input {
  float: left;
}

#lvj-contact-form .wpcf7-validates-as-required {
  background-color: #ffffa0;
}

#lvj-contact-form .submit input {
  float: none;
  text-align: center;
  background-color: white;
  margin-top: 10px;
}

#lvj-contact-form .wpcf7-not-valid-tip {
  clear: both;
  float: left;
  padding-left: 20px;
  font-weight: normal;
}

#lvj-contact-form .wpcf7-captchac {
  text-align: left;
  margin-left: 10px;
}

#lvj-contact-form p {
  text-align: left;
}

/* Picture Frame */

.frame1 {
  padding: 10px;
  background: gray url(http://dribbble.com/system/users/13774/screenshots/423481/_111.jpg?1329144172);
  border: 1px solid;
  border-color: #bbb #999;
  box-shadow: 
    0 2px 5px hsla(0,0%,0%,.4),

    inset 0 1px 0 #ccc,	
    inset 1px 0 0 #aaa,
    inset 0 -1px 0 #ccc,
    inset -1px 0 0 #aaa,
		
    inset 0 2px 0 #c6c6c6,
    inset 2px 0 0 #a6a6a6,
    inset 0 -2px 0 #c6c6c6,
    inset -2px 0 0 #a6a6a6,

    inset 0 3px 0 #c0c0c0,
    inset 3px 0 0 #a0a0a0,
    inset 0 -3px 0 #c0c0c0,
    inset -3px 0 0 #a0a0a0,	

    inset 0 4px 0 #b9b9b9,
    inset 4px 0 0 #999,
    inset 0 -4px 0 #b9b9b9,
    inset -4px 0 0 #999,

    inset 0 5px 0 #b6b6b6,
    inset 5px 0 0 #969696,
    inset 0 -5px 0 #b6b6b6,
    inset -5px 0 0 #969696,

    inset 0 6px 0 #b0b0b0,
    inset 6px 0 0 #909090,
    inset 0 -6px 0 #b0b0b0,
    inset -6px 0 0 #909090,

    inset 0 7px 0 #a9a9a9,
    inset 7px 0 0 #898989,
    inset 0 -7px 0 #a9a9a9,
    inset -7px 0 0 #898989,

    inset 0 8px 0 #a6a6a6,
    inset 8px 0 0 #868686,
    inset 0 -8px 0 #a6a6a6,
    inset -8px 0 0 #868686,

    inset 0 9px 0 #a0a0a0,
    inset 9px 0 0 #808080,
    inset 0 -9px 0 #a0a0a0,
    inset -9px 0 0 #808080,

    inset 0 10px 0 #888,
    inset 10px 0 0 #666,
    inset 0 -10px 0 #888,
    inset -10px 0 0 #666,

    inset 0 0 10px 10px hsla(0,0%,0%,.5);
}

/* Header */

.page-wrapper {
  width: 926px;
  margin: 0 auto;
}

.header {
  width: 926px;
  height: 278px;
  background: url(../../../images/header-full.jpg);
}

.header .switcher {
  position: relative;
}

.header .switcher ul {
  position: absolute;
  left: 839px;
  top: 16px; 
  list-style-type: none;
}

.header .email {
  position: relative;
}

.header .email a {
  position: absolute;
  left: 708px;
  top: 244px;
}

/* Main Menu */

.main-menu {
  width: 926px;
  height: 30px;
  background: url(../../../images/white-bkg.gif);
}

.main-menu .menu-left {
  width: 28px; 
  height: 43px;
  background: url(../../../images/nav-left.jpg);
  float: left;
}

.main-menu .menu-center {
  width: 870px;
  height: 43px;
  background: url(../../../images/nav-bkg.jpg);
  float: left;
}

.main-menu .menu-right {
  width: 28px;
  height: 43px;
  background: url(../../../images/nav-right.jpg);
  float: left;
}

/* Body */

.body-wrapper {
  width: 926px; 
  background: url(../../../images/white-bkg.gif); 
  display: inline-block; 
  overflow: hidden;
}

#sidebar {
  background: #82D9F2; 
  padding-top: 5px; 
  vertical-align: top;
  float: left;
  width: 260px; 
  margin-left: 28px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}

#content-wrapper {
  float: left; 
  vertical-align: top;
  width: 602px; 
  font-size: 13px;
  padding-top: 17px;
  padding-left: 10px;
  padding-bottom: 9999px; 
  margin-bottom: -9999px; 
}

#content-wrapper h1 {
  margin-bottom: 10px; 
}

/* Footer */

.footer-wrapper {
  margin-top: -2px;
}

.footer-disclaimer {
  background: url(../../../images/white-bkg.gif);
}

.footer-disclaimer p {
  background: #74C4DB;
  padding: 10px 20px 0 20px;
  margin: 0 16px 0 17px;
}

.footer-left {
  float: left;
  height: 49px;
  width: 28px;
  background: url(../../../images/botcop-left.jpg);
}

.footer-center {
  float: left;
  height: 49px;
  width: 870px;
  background: url(../../../images/botcop-bkg.jpg);
}

.footer-center p {
  margin: 0 auto;
  margin-top: 16px;
}

.footer-right {
  float: left;
  height: 49px;
  width: 28px;
  background: url(../../../images/botcop-right.jpg);
}

.footer-bottom {
  height: 10px;
  width: 926px;
  background: url(../../../images/bottom.gif);
}

.footer-siret {
  clear: both;
  background: url(../../../images/white-bkg.gif);
}

.footer-siret p {
  text-align: center; 
  margin: 0 auto;
  padding-top: 5px;
  font-size: 10px;
}

/* Sidebar Widget */

.sidebar-link {
  margin: 10px 0;
}

.sociallinks-widget {
  margin: 10px 5px;
  color: #428190;
  font-weight: bold;
  font-size: 110%;
  background-color: #beecf9; 
  border: 1px solid #ffffff; 
  border-radius: 5px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
}

.sociallinks-widget .text {
  position: relative; 
  bottom: 12px; 
  margin-left: 5px;
}

.sociallinks-widget .social-google img ,
.sociallinks-widget .social-twitter img ,
.sociallinks-widget .social-facebook img {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 2px;
}

#sidebar.right {
  margin-left: 20px;
}

#content-wrapper.blog {
  width: 610px;
}