
/* CSS PROVENANT DU SITE http://webyo.net */
body {
margin: 0;
padding: 0;
background:#dad7c7;
font-family: "Verdana", Arial, serif;
background: #ffffff url(images/fondlarge.png) repeat center center;
overflow-y:scroll;
}
h3 {
  color : #2e4c6b;
}

#conteneur {
width: 1000px;
margin: 0 auto; /* Permet de centrer le contenu de la page */
padding-top:20px;
}

#header {
background: #f5f4ed;
height: 142px;
color: #fff;
font-weight: bold;
background: #ffffff url(images/bandeau.png) no-repeat center center;

}
#menuhaut {
background: #f5f4ed;
height: 116px;
color: #fff;
background: #ffffff url(images/menuhaut.png) no-repeat center center;
}

#bloc-contenu {
float: left;
width: 100%;
background: #ffffff url(images/fond.png) repeat center center;
}

#col-centre {
margin-left: 400px;
margin-right: 160px;
min-height: 370px;
height:auto !important;
height: 370px;
text-align: justify;
font-size: 12px;
}

#col-gauche {

float: left;
width: 380px;
min-height: 299px;
height:auto !important;
height: 299px;
margin-left: -1000px;
background: #ffffff url(images/contactvide.png) no-repeat center center;
}

#contact {
margin-left: 175px;
margin-top: 125px;
width: 148px;
height: 35px;
}

#logo {
margin-left:135px;
padding-top: 15px;
width: 122px;
height: 122px;
}

#footer {
background-color: #2e4c6b;
clear: left;
width: 100%;
height: 70px;
font-weight: bold;
color: #fff;
text-align: center;
padding: 0px 0;
background: #ffffff url(images/menubas.png) no-repeat center center;
}

.bleu {
color: #2b697a;
font-size: 12px;
text-align: left;
}
.bleucontact {
color: #2b697a;
font-size: 16px;
text-align: center;
}
.col-int {
padding: .5em 1em;
}

.menugras a {
  display : block;
color: #921147;
font-weight: bold;
font-size: 12px;
}

.menugras a:link {
color: #921147;
font-weight: bold;
font-size: 12px;
}
.menugras a:visited {
color: #921147;
font-weight: bold;
font-size: 12px;
}
.menugras a:hover {
color: #921147;
font-weight: bold;
font-size: 12px;
margin-left : 1px;
}
.menugras a:active {
color: #921147;
font-weight: bold;
font-size: 12px;
}

.menu {
color: #fff;
font-weight: bold;
font-size: 12px;
 display : block;
}
.menu a:link {
color: #fff;
    }
.menu a:visited {
color: #fff;
    }
.menu a:hover {
color: #921147;
    }
.menu a:active {
color: #fff;
    }



 .plandusite {
   list-style-image:url("/images/puce.gif");
 }
 
 .plandusite li a {
 color:#000;
 text-decoration:none;
    }
 .plandusite li a:hover {
        color: #921147;
        margin-left: 3px;
 }

 .mention a:link{
 color:#000;
 text-decoration:none;
 font-weight: bold;
    }
    .mention a:visited{
 color:#000;
    }
 .mention a:hover {
  color: #921147;
 }
 .mention1 a {
  line-height:0.5em;
  display : block;
 }
     .mention a:active{
 color:#000;
    }
 .mention1 a:link{
 color:#000;
 text-decoration:none;
 font-weight: bold;
    }
    .mention1 a:visited{
 color:#000;
    }
 .mention1 a:hover {
  color: #921147;
   margin-left: 1px;
 }
     .mention1 a:active{
 color:#000;
    }
a {
  text-decoration : none;
  font-weight: bold;
}
a img {
  border:  none ;
}
.square {
  list-style-image:url("/images/puce.gif");
list-style-type:circle;
}
.contact a:hover  {
  border:  none ;
  margin-left: 1px;
}
.gauche {
  float:left;
width:45%;
}
.droite {
  margin-left:50%;
}