/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;

background-color: #433F3F;            /* couleur fond */

min-width: 1000px;
padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
}

a:link, a:visited {
color: #2B3E49;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
line-height: 0;
margin-bottom: 10px;


}

p.text-content:first-letter {
font-size: 1.4em;
font-weight: bold;
line-height: 0;
color: #FFFFFF;   /* Blanc */
font-family: Georgia, "Times New Roman", Times, serif;
padding-left: 50px;
}

h1 {
font: 2.6em  Georgia, "Times New Roman", Times, serif;
margin: 0 0 10px 40px;
border-bottom: 2px solid #6F42BB;        /* couleur maitre */
width: 55%;
padding: 2px 0 5px 0; 
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;   /* blanc */
}

h2 {
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color: #FFFFFF;
border-left: 4px solid #6F42BB;         /* couleur maitre */
padding-left: 16px;
margin: 12px 0 0 40px;
}

h3 {
color: #6F42BB;                        /* couleur maitre */
font: 1.7em Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
background: url('../img/h3-bg.gif') no-repeat 0 50%;
padding-left: 35px;
margin: 18px 0 10px 0;
}

h4 {
font-size: 1em;
background-color: #6F42BB;     /* couleur maitre  */
color: #FFFFFF;
letter-spacing: 1px;
border: 1px solid #FFFFFF;
margin-top: 1px;
padding: 6px 10px;
}
h5 {
font-size: 1em;
background-color: #6F42BB;     /* couleur maitre  */
color: #FFFFFF;
letter-spacing: 1px;
border: 1px solid #FFFFFF;
margin-top: 1px;
padding: 60px 10px;
}

ul {
list-style-type: none; 
}


/* Site wrapper */

#wrapper {
width: 1000px;
margin: 0 auto 80px auto;
position: relative;
background-color: #FFFFFF;   /* blanc */
display: table;              /* margin-bottom for FF   (?) */
text-align: left;
}


/* Header */

#header {
margin: 0 auto;
height: 150px;
position: relative;
background: #433F3F url('http://graph.facebook.com/timothy.malisart/picture?type=large') no-repeat right center;   /* couleur fond */
border-top: 10px solid #433F3F;        /* couleur fond */
border-bottom: 10px solid #433F3F;      /* couleur fond */
}

#header-arrow {
position: absolute;
top: 0;
right: 50px;
background: url('../img/header-arrow.gif') no-repeat 0 0;
width: 189px;                                 /* changé 148 */
height: 105px;
}


/* Menu */

#menu {
width: 1000px;
margin: 0 auto;
background: #6F42BB url('../img/menu-bg.gif') repeat-x 0 0;   /* couleur maitre, Barre des menu */
border-bottom: 10px solid #433F3F;      /* couleur fond */
}

#menu li {
display: inline;
list-style-type: none;
}

#menu li.first a {
margin-left: 1.6em;
display: inline;
}

#menu li a {
float: left;
color: #FFFFFF;    /* blanc */
font-weight: normal;
text-decoration: none;
font-size: 1.1em;
line-height: 33px;
margin: 0 0.5em;
padding: 0 1em;
}

#menu li a:hover {
color: #433F3F;      /* couleur fond */
}

#menu li a.active {
font-weight: bold;
color: #DDE0BB;    /* couleur secondaire */
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Content boxes */

#content-box {
width: 100%;
margin: 0 auto;
color: #000000;
position: relative;
}

#content-box-in {
width: 100%;
}

.content-box-left {
float: left;
width: 800px;    /* largeur grande colonne*/
margin-bottom: 1em;
}

.content-box-right {
float: right;
width: 180px;
margin-bottom: 4em;
background-color: #DDE0BB;   /* couleur secondaire */
}

#column-right-bottom {
background: #DDE0BB url('../img/column-right-bottom.gif') no-repeat 0 0; /* couleur secondaire */
width: 180px;
height: 20px;
}

.content-box-left-in {
margin: 0.4em 0 0 1.9em;
}

.gallery {
margin-top: 18px;
}

.gallery a img, .gallery a:visited img {
margin: 0 11px 16px 0;
border: 4px solid #FFFFFF;     /* blanc */
}

.gallery a:hover img {
border: 4px solid #DDE0BB; /* couleur secondaire */
}

.content-box-right-in {
margin: 0.8em 0.2em 0 0.4em;
}

dt {
font-size: 0.9em;
font-weight: bold;
}

dd {
line-height: 0; /*1.4*/
margin-bottom: 12px;
}

dd.heading, dd.heading a, dd.heading a:visited {
margin-bottom: 1px;
color: #6F42BB;        /* couleur maitre */
font-weight: bold;
}

address {
line-height: 1.5;
margin-bottom: 7px;
}


/* Footer */

#footer {
background-color: #6F42BB;     /* couleur maitre*/
border-top: 10px solid #433F3F;      /* couleur fond */
color: white;
width: 1000px;
height: 34px;
font-size: 0.9em;
border-bottom: 1px solid #433F3F;    /* couleur fond */
}

#footer a, #footer a:visited {
font-weight: normal;
color: white;
}

#footer p.left, #footer p.right {
width: 400px;
display: inline;
margin-bottom: 0;
line-height: 30px;
}

#footer a.b, #footer a.b a:visited {
font-weight: bold !important;
}

#footer p.left {
float: left;
text-align: left;
margin-left: 15px;
}

#footer p.right {
float: right;
text-align: right;
margin-right: 15px;
}

