@charset "utf-8";

@font-face
{
    font-family: 'sling';
	font-style: normal;
	font-weight: normal;
    src: url('../fonts/sling-webfont.eot');
    src: local('☺'),
         url('../fonts/sling-webfont.woff') format('woff'),
         url('../fonts/sling-webfont.svg#abcd') format('svg'),
         url('../fonts/sling-webfont.ttf') format("truetype");
}

@font-face
{
    font-family: 'sling-light';
	font-style: normal;
	font-weight: normal;
    src: url('../fonts/slinglight-webfont.eot');
    src: local('☺'),
         url('../fonts/slinglight-webfont.woff') format('woff'),
         url('../fonts/slinglight-webfont.svg#abcd') format('svg'),
         url('../fonts/slinglight-webfont.ttf') format("truetype");
}

/**
 * Reset
 ******************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video
{
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
} 

html, body { height: 100%; }
a img, fieldset { border: 0; }
a *, label, button, input[type=image], input[type=button], input[type=submit] { cursor: pointer; }
ol { list-style-position: inside; }
ul { list-style: none; }
strong { font-weight: bold; }
em { font-style: italic; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
table { border-collapse: collapse; border-spacing: 0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
hr { border: 0; border-top: 1px solid #ccc; display: block; height: 1px; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

article, aside, figure, footer, header, 
hgroup, nav, section { display: block; }

strong.normal {
    font-weight: normal;
}

/**
 * Eléments génériques
 ******************************************/
html
{
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}

body
{
        background: #eceeed url('../images/fonds/bg.jpg') no-repeat center 70px;
        font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}
 
a { color: #262626; text-decoration: none; }
a:visited { color:  #262626; text-decoration: none; }
a:hover { color:  #262626; text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

textarea, input, select { font: 12px Arial, Verdana, Helvetica, sans-serif; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

button { background: 0; border: 0; font-family: Arial, Verdana, Helvetica, sans-serif; margin: 0; outline: 0; overflow: visible; padding: 0; width: 0; }
button::-moz-focus-inner { border: 0; padding: 0; }
button span { position: relative; !margin: -1px 0 -2px; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }

pre
{ 
	padding: 15px;
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

/**
 * Classes génériques
 ******************************************/
.invisible
{    
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Divers */
.masque
{
    background: 0 !important;
    border: 0 !important;
    display: block !important;
    float: none !important;
    height: 1px !important;
    list-style: none !important;
    margin: -1px 0 0 -1px !important;
    position: absolute !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
}

.clear { clear: both; }
.center { text-align: center; }
.f_left { display: inline; float: left; }
.f_right { display: inline; float: right; }

.clearfix { zoom: 1; }
.clearfix:before,
.clearfix:after
{
	content: "\0020";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden; 
}

.clearfix:after { clear: both; }

p {
    color: #262626;
    text-align: justify;
    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
}

/**
 * Structure générique
 ******************************************/

#tiret
{
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    border-top: 1px dashed #ababab;
}

#global
{
    margin: 0 auto;
    width: 908px;
    padding: 0 0 0 0;
}

header
{
    display:block; 
    padding: 0 4px;
}

div.header_content
{
    border-left: 1px solid #959595;
    display:block;
    height: 58px;
}

header a#logo {
  display:inline-block;
  margin-top: 6px;
  height: 52px;
  width: 252px;
  background: transparent url(../images/fonds/logo.png) no-repeat 0 0;
  text-indent: -1000px;
  float: left;
}

header nav#nav_main {
   padding: 25px 0 0 0;
   border-left: 1px solid #959595;
   display: inline-block;
   float: right;
   position: relative;
}

header nav#nav_main a.lien_main, header nav#nav_main a.lien_main:hover, header nav#nav_main a.lien_main:focus, header nav#nav_main a.lien_main:active, header nav#nav_main a.lien_main:visited  {
    color: #494949;
    font-size: 15px;
    display: inline-block;
    font-family: sling, Georgia, "DejaVu Serif", Norasi, serif;
    vertical-align: top;
    line-height: 25px;
    padding: 8px 14px 0 14px;
}

header nav#nav_main a.lien_main:hover, header nav#nav_main a.lien_main.active{
    color: #ad3c3c;
}

header nav#nav_main nav.nav_sub {
    background: #eceeed;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.34);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.34);
    box-shadow: 0 0 2px rgba(0,0,0,0.34);
    position: absolute;
    display: none;
    padding: 3px;
}

html.no-boxshadow header nav#nav_main nav.nav_sub {
    border: 1px solid #d8d9d9;
}

html.no-rgba header nav#nav_main nav.nav_sub {
    -moz-box-shadow:  0 0 2px #999999;
    -webkit-box-shadow: 0 0 2px #999999;
    box-shadow: 0 0 2px #999999;
}

header nav#nav_main nav.nav_sub div.nav_sub_container{
    border: 1px dashed #c7c7c7;
    padding: 0 10px 5px 10px;
}

header nav#nav_main nav.nav_sub a.lien_sub {
    white-space: nowrap;
    color: #a1a1a1;
    font-size: 13px;
    display: block;
    font-family: sling, Georgia, "DejaVu Serif", Norasi, serif;
    vertical-align: top;
    line-height: 22px;
    padding: 0 0 0 20px;
    background: transparent url(../images/puces/ciseaux-off.png) no-repeat 0 6px;
}

header nav#nav_main nav.nav_sub a.lien_sub:hover, header nav#nav_main nav.nav_sub a.lien_sub.active {
    color: #494949;
    background: transparent url(../images/puces/ciseaux-on.png) no-repeat 0 6px;
}

header nav#nav_main nav.nav_sub a.lien_main {
    padding: 4px 0 3px 0 !important;
    color: #ad3c3c;
    white-space: nowrap;
    /*cursor: default;*/
}

#contenu
{
	margin: 133px 0 0 0;
        display: inline-block;
}

footer
{
    border-top: 1px dashed #959595;
    margin: 32px 0 0 0;
    height: 52px;
    padding: 0 4px
}

footer nav {
    float: right;
    line-height: 36px;
    color: #959595;
    font-size: 12px;
}

footer nav a, footer nav a:hover, footer nav a:focus, footer nav a:active, footer nav a:visited  {
    color: #959595;
}

footer nav a:hover {
    color: #ad3c3c;
}

footer p {
    color: #aeaeae;
    font-size: 12px;
    line-height: 36px;
}

.page {
    position: relative;
    display: block;
}

.page .main {
    display: block;
    padding: 44px 37px 0 44px;
    width: 827px;
}

.page .main p {
    font-size: 14px;
}

/**** Intérieur ****/

.page.interieur .main {
    background: transparent url(../images/fonds/bloc-blanc.png) no-repeat 0 0;
    min-height: 400px;
}

.page.interieur .main p {
    margin-top: 15px;
}

/**** Accueil ****/

#home .main {
    background: transparent url(../images/fonds/bloc-rouge.png) no-repeat 0 0;
    height: 275px;
}

#home .main h2 {
    width: 635px;
    height: 27px;
    background: transparent url(../images/textes/titre-accueil.png) no-repeat 0 0;
    text-indent: -1000px;
}

#home .main p {
    margin-top: 18px;
    color: #daa8a8;
}

#home .main nav {
    float: right;
    padding: 18px 0 0 18px;
    /*width: 340px;*/
    text-align: center;
}

#home .main nav a {
    border: 1px solid #941f1f;
    width: 87px;
    display: inline-block;
    padding-top: 68px;
    position: relative;
    /* margin-right: 12px; */
    margin-bottom: 10px;
    margin-right: 22px;
    background: #ffffff;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

html.no-rgba #home .main nav a {
    -moz-box-shadow: inset 0 0 5px #777777;
    -webkit-box-shadow: inset 0 0 5px #777777;
    box-shadow: inset 0 0 5px #777777;
}

#home .main nav a#accueil_nav_mercerie {
    background: transparent url(../images/visuels/encart-home-mode2.jpg) no-repeat 0 0;
}

#home .main nav a#accueil_nav_boutons {
    background: transparent url(../images/visuels/encart-home-boutons.jpg) no-repeat 0 0;
}

#home .main nav a#accueil_nav_laines {
    background: transparent url(../images/visuels/encart-home-laines.jpg) no-repeat 0 0;
}

#home .main nav a#accueil_nav_mode {
    background: transparent url(../images/visuels/encart-home-loisirs.jpg) no-repeat 0 0;
}

#home .main nav a#accueil_nav_loisirs {
    margin-right: 0;
    background: transparent url(../images/visuels/encart-home-loisirs.jpg) no-repeat 0 0;
}

#home .main nav a span {
    height: 19px;
    width: 87px;
    display: inline-block;
    background-color: #c03434;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 11px;
}

#home .main nav a span.home-miniature-fond {
    display: none;
}

html.no-boxshadow #home .main nav a span.home-miniature-fond {
    display:block;
    position: absolute;
    width: 87px;
    height: 68px;
    background: transparent url('../images/fonds/home-miniature.png') no-repeat 0 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

#home .ombrage {
   height: 64px;
   padding: 0 4px;
   background: transparent url(../images/fonds/bloc-ombrage.png) no-repeat 0 0;
}

#home .bloc {
    width: 271px;
    padding: 0 24px 0 0;
    display: block;
    float: left;
}

#home .bloc#bloc_left {
    padding: 0 21px 0 4px;
}

#home .bloc#bloc_center {
    width: 272px;
    padding: 0 22px 0 22px;
}

#home .bloc#bloc_right {
    padding: 0 4px 0 21px;
}

#home .bloc h3 {
    line-height: 25px;
    font-family: sling-light, Georgia, "DejaVu Serif", Norasi, serif;
    font-size: 20px;
    color: #262626;
    margin-bottom: 10px;
    font-weight: normal;
}

#home .bloc h4, #home .bloc h4 a {
    font-size: 15px;
    color: #970909;
    line-height: 18px;
    text-decoration: none;
}

#home .bloc p.date {
    font-size: 11px;
    color: #797979;
    margin-bottom: 3px;
    line-height: 12px;
}

#home .bloc p.infos {
    font-size: 16px;
    color: #970909;
    line-height: 22px;
    font-weight: bold;
    margin: 16px 0 2px 0;
}

#home .bloc img {
    margin-bottom: 4px;
}

#home .bloc a.button {
    background: #970909 url(../images/boutons/btn-right.png) no-repeat right 0;
    height: 22px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 0 18px 0 10px;
    line-height: 22px;
    font-size: 11px;
    margin: 6px 0 0 0;
    font-weight: bold;
}

#home .bloc p a.lire {
    color: #970909;
    font-weight: bold;
    font-size: 13px;
    padding: 0 0 0 7px;
    background: transparent url(../images/puces/en-lire-plus.png) no-repeat 0 4px;
}

#home .bloc p a.lire:hover {
    text-decoration: underline;
}


/****** Gallery ******/

.gallery {  
    height: 332px;
    position: relative;
    margin: 46px 0 60px 0;
}

.gallery-fond-corner {
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 1001;
}

.gallery-fond-corner-top-left {
    background: transparent url(../images/fonds/image-corner-top-left.png) no-repeat 0 0;
    top: 0;
    left: 0;
}

.gallery-fond-corner-bottom-right {
    background: transparent url(../images/fonds/image-corner-bottom-right.png) no-repeat 0 0;
    bottom: 0;
    right: 0;
}

.gallery-fond {
    background: transparent url(../images/fonds/gallery.png) no-repeat 0 0;
    width: 545px;
    height: 344px;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 1000;
}

.gallery .gallery-image {
    display: inline-block;
    position: relative;
    width: 531px;
    height: 330px;
    border: 1px solid #949494;
    /*background: #d0d0d0;*/
    background: #ffffff;
}

.gallery .gallery-image img {
    width: 531px;
    height: 330px;
}

.gallery .gallery-image img.inactive {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.gallery .gallery-image img.active {
    position: relative;
    z-index: 100;
}

.gallery nav {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 17px;
    width: 270px;
}

.gallery nav a {
    width: 63px;
    height: 63px;
    margin: 0 0 16px 18px;
    display: inline-block;
    background-color: #ffffff;
    border: 3px solid #3d3d3d;
    position: relative;
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.72);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.72);
    box-shadow: 0 0 1px rgba(0,0,0,0.72);
}

html.no-rgba .gallery nav a {
    -moz-box-shadow: 0 0 2px #555555;
    -webkit-box-shadow: 0 0 2px #555555;
    box-shadow: 0 0 2px #555555;
}

/*.gallery nav a:after {
    position:absolute;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.75);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
}*/

/*html.no-rgba .gallery nav a:after {
    -moz-box-shadow: inset 0 0 10px #555555;
    -webkit-box-shadow: inset 0 0 10px #555555;
    box-shadow: inset 0 0 10px #555555;
}*/

/*.gallery nav a span.gallery-miniature-fond {
    display: none;
}*/

/*html.no-boxshadow .gallery nav a span.gallery-miniature-fond {
    display:block;
    position: absolute;
    width: 71px;
    height: 71px;
    background: transparent url('../images/fonds/gallery-miniature.png') no-repeat 0 0;
    top: -2px;
    left: -2px;
}*/

.gallery nav a img {
    display: none;
    width: 63px;
    height: 63px;
    top: 0;
    left: 0;
}

.gallery nav a.active {
    border: 3px solid #be0028;
}


.gallery nav a img.nb {
    display: block;
}

.gallery nav a.active img, .gallery nav a:hover img {
    display: block;
}

.gallery nav a.active img.nb, .gallery nav a:hover img.nb {
    display: none;
}

/**** Produits ****/

.page#produit .main h2 {
    
    height: 22px;
    text-indent: -1000px;
    padding-bottom: 14px;
}

.page#produit .main h2#titre-mercerie {
    background: transparent url(../images/textes/titre-mercerie.png) no-repeat 0 0;
    width: 97px;
}

.page#produit .main h2#titre-boutons {
    background: transparent url(../images/textes/titre-boutons.png) no-repeat 0 0;
    width: 97px;
}

.page#produit .main h2#titre-laine {
    background: transparent url(../images/textes/titre-laine.png) no-repeat 0 0;
    width: 57px;
}

.page#produit .main h2#titre-mode {
    background: transparent url(../images/textes/titre-mode.png) no-repeat 0 0;
    width: 59px;
}

.page#produit .main h2#titre-loisirs {
    background: transparent url(../images/textes/titre-loisirs.png) no-repeat 0 0;
    width: 81px;
}


/**** Clients ****/

.page#clients .main h2 {
    width: 134px;
    height: 22px;
    background: transparent url(../images/textes/titre-clients.png) no-repeat 0 0;
    text-indent: -1000px;
    padding-bottom: 14px;
}

.page#clients .main .vitrine {
    float: right;
    margin-left: 24px;
    position: relative;
    width: 279px;
    height: 165px;
    padding: 6px;
}

.page#clients .main .vitrine img {
    border: 1px solid #b4b4b4;
}
/**** Actualités ****/

.page#actualites .main a.button {
    height: 22px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 11px;
    margin: 6px 0 0 0;
    font-weight: bold;
}

.page#actualites .main a.button_right span {
    height: 22px;
    padding: 0 10px 0 0;
    line-height: 22px;
    margin-right: 8px;
    background: transparent url(../images/puces/fleche-blanche-right.png) no-repeat right center;
    display: inline-block;
}

.page#actualites .main a.button_left span {
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 10px;
    margin-left: 8px;
    background: transparent url(../images/puces/fleche-blanche-left.png) no-repeat left center;
    display: inline-block;
}

.page#actualites .main a.button_right {
    background: #970909 url(../images/boutons/btn-left.png) no-repeat left 0;
    padding: 0 0 0 18px;
    float: right;
}

.page#actualites .main a.button_left {
    background: #970909 url(../images/boutons/btn-right.png) no-repeat right 0;
    padding: 0 18px 0 0;
    float: left;
}

.page#actualites .main h2.titre {
    width: 121px;
    height: 22px;
    background: transparent url(../images/textes/titre-actualites.png) no-repeat 0 0;
    text-indent: -1000px;
    padding-bottom: 14px;
}

.page#actualites .main h2.titre a {
    width: 100%;
    height: 22px;
    display: block;
}

.page#actualites .main .articles, .page#actualites .main .articles-interieur {
    width: 615px;
    float: left;
}

/* listing */

.page#actualites .main .articles h3{
    padding: 13px 0 2px;
    border-top: 1px dashed #b9b9b9;
    font-weight: normal;
}

.page#actualites .main .articles h3 a {
    font-family: sling-light, Georgia, "DejaVu Serif", Norasi, serif;
    font-size: 18px;
    color: #970909;
    text-decoration: none;
    line-height: 18px;
}

.page#actualites .main .articles h3 a:hover {
    text-decoration: underline;
}

.page#actualites .main .articles h3.premier {
    border-top: none;
    padding-top: 0;
    margin-top: 14px;
}

.page#actualites .main .articles span.date {
    font-size: 11px;
    color: #797979;
    margin-bottom: 3px;
    line-height: 12px;
}

.page#actualites .main .articles p.resume {
    font-size: 13px;
    margin: 3px 0 15px 0;
}

.page#actualites .main .articles p a.lire {
    color: #970909;
    font-weight: bold;
    font-size: 13px;
    padding: 0 0 0 7px;
    background: transparent url(../images/puces/en-lire-plus.png) no-repeat 0 4px;
}

.page#actualites .main .articles p a.lire:hover {
    text-decoration: underline;
}

.page#actualites .main .articles .navigation {
    border-top: 1px dashed #b9b9b9;
    margin: 22px 0 0 0;
}

/* interieur */

.page#actualites .main .articles-interieur .article-titre {
    border-bottom: 1px dashed #b9b9b9;
    margin: 14px 0 18px 0;
}

.page#actualites .main .articles-interieur .article-titre h1 {
    font-size: 20px;
    color: #970909;
    line-height: 20px;
    font-family: sling-light, Georgia, "DejaVu Serif", Norasi, serif;
    font-weight: normal;
}

.page#actualites .main .articles-interieur p.date {
    font-size: 11px;
    color: #797979;
    padding: 2px 0 2px 0;
    margin: 0;
}

.page#actualites .main .articles-interieur p {
    margin: 0 0 14px 0;
    color: #262626;
    font-size: 14px;
}

.page#actualites .main .articles-interieur ul
{
    margin: 0 0 12px 0;
}

.page#actualites .main .articles-interieur ul li {
   color: #262626;
   font-size: 14px;
   list-style-image: url(../images/puces/en-lire-plus.png);
   list-style-position: inside;
   padding: 0 0 2px 0;
}



.page#actualites .main .articles-interieur h2 {
    font-size: 16px;
    color: #ad3c3c;
    line-height: 18px;
    margin-bottom: 14px;
    padding-top: 6px;
}

.page#actualites .main .articles-interieur h3 {
    font-size: 14px;
    color: #ad3c3c;
    line-height: 16px;
    /*border-bottom: 1px dashed #b9b9b9;*/
    margin-bottom: 14px;
    padding-top: 3px;
}

.page#actualites .main .articles-interieur .article-navigation {
    border-top: 1px dashed #b9b9b9;
    margin: 22px 0 0 0;
}

/* colonne de droite */

.page#actualites .main .aside {
    width: 166px;
    float: right;
}

.page#actualites .main .aside h4 {
    font-size: 16px;
    color: #ad3c3c;
    line-height: 20px;
}

.page#actualites .main .aside nav.archives a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-top: 1px dashed #b9b9b9;
    padding: 0 0 0 9px;
    color: #494949;
    background: transparent url(../images/puces/fleche-grise-fonce.png) no-repeat 0 8px;
}

.page#actualites .main .aside nav.archives a:hover {
     color: #ad3c3c;
     background: transparent url(../images/puces/en-lire-plus.png) no-repeat 0 8px;
}

.page#actualites .main .aside nav.archives a.premier {
    border-top: none;
}

.page#actualites .main .aside nav.archives {
    margin-bottom: 20px;
}

.page#actualites .main .aside p.nuage-tags {
    line-height: 22px;
    margin-top: 2px;
}

.page#actualites .main .aside p.nuage-tags a {
    color: #494949;
}

.page#actualites .main .aside p.nuage-tags a:hover {
    color: #ad3c3c;
}

/**** Presse ****/

.page#presse .main h2 {
    width: 78px;
    height: 22px;
    background: transparent url(../images/textes/titre-presse.png) no-repeat 0 0;
    text-indent: -1000px;
    padding-bottom: 14px;
}

/**** Contact ****/

.page#contact .main h2 {
    width: 91px;
    height: 22px;
    background: transparent url(../images/textes/titre-contact.png) no-repeat 0 0;
    text-indent: -1000px;
    padding-bottom: 14px;
}

.page#contact .main p strong.rouge {
    color: #ae3b3e;
    font-weight: bold;
}

.page#contact .main p.adresse {
    margin-bottom: 26px;
}

.page#contact .main p.picto {
    line-height: 27px;
    padding: 1px 0 1px 33px;
    margin: 0 0 1px 0;
}

.page#contact .main p.picto.metro {
    background: transparent url(../images/pictos/metro.png) no-repeat 0 1px;
}

.page#contact .main p.picto.telephone {
    background: transparent url(../images/pictos/telephone.png) no-repeat 0 1px;
}

.page#contact .main p.picto.email {
    background: transparent url(../images/pictos/email.png) no-repeat 0 1px;
}

.page#contact .main p.picto.email a {
    text-decoration: underline;
}

.page#contact .main p.picto.email a:hover {
    text-decoration: underline;
    color: #ae3b3e;
}

.page#contact .main h3 {
    color: #ae3b3e;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 33px;
}

.page#contact .main p.horaires {
    margin-top: 7px;
}

.page#contact .main .infos {
    float: left;
}

.page#contact .main .vitrine {
    float: right;
    margin-left: 24px;
    position: relative;
    width: 425px;
    height: 354px;
    padding: 6px;
}

.page#contact .main .vitrine img {
    border: 1px solid #b4b4b4;
}

.page#contact .main .carte {
    float: right;
    text-align: center;
    padding-top: 40px;
}

.page#contact .main .carte #google_map {
    border: 3px solid #4a4a4a;
    /*background: transparent url(../images/visuels/plan.jpg) no-repeat 0 0;*/
}

.page#contact .main .carte p {
    text-align: center;
    font-size: 10px;
    margin: 0;
}

.page#contact .main .carte p a:hover {
    color: #ae3b3e;
}

/**** Plan du site ****/

.page#plan-du-site .main h2 {
    width: 138px;
    height: 22px;
    background: transparent url(../images/textes/titre-plan-du-site.png) no-repeat 0 0;
    text-indent: -9999px;
    padding-bottom: 14px;
}

/**** Crédits ****/

.page#credits .main h2 {
    width: _83px;
    height: 22px;
    background: transparent url(../images/textes/titre-credits.png) no-repeat 0 0;
    text-indent: -9999px;
    padding-bottom: 14px;
}


