.externalLink{
    background: url(../images/external.png) center right no-repeat;
    padding-right: 10px;
    padding-top:10px;
}

h1 {
    text-align:center;
}

h2 {
    padding-bottom:10px;
}

a{
    color:#564026;
    text-decoration: none;
}
.clear{
    clear:both;
}

a:hover{
    text-decoration: none;
    border-bottom: 1px dotted;
}

a:active{
    text-decoration: none;
    border-bottom: 1px dotted;
}

ul{
    padding-left: 2em;
}

input, textarea{
    background-color: #E5E2CC;
    border: 1px solid #564026;
}

input:hover, textarea:hover, input:focus, textarea:focus{
    background-color: #FFFFFF;
    border: 2px solid #564026;
}

input[type=button], input[type=button]:hover, input[type=button]:focus {
    background-color:#E5E2CC;
    border: 1px solid #564026;
}

/****************formlaire***************************/
.formulaireContactHeader, .formulaireContactFooter{
    text-align: center;
}

.champValide{
    background: url(../images/champ-valide.gif) center left no-repeat;
    padding-left: 20px;
}

.champInvalide{
    background: url(../images/champ-invalide.gif) center left no-repeat;
    padding-left: 20px;
    color: #a51c22;
}

.libellesColonne{
    padding: 0.3em;
    background-color: #E5E2CC;
    color:  #564026;
    width: 100px;
}
.champsColonne{
    background-color: white;
    color:  #564026;
    border-style:solid;
    border-width:1px;
    border-color: #E5E2CC;
    width: 180px;
}
.validiteColonne{
    background-color: white;
    width:300px;
    color:  #564026;
}

.form-button{
    background-color:#E5E2CC;
    color:  #564026;
    width: 150px;
    height:30px;
}

.envoi-reussi{
    /*  background: url(../images/champ-valide.gif) center left no-repeat;*/
    padding-left: 20px;
    color: #B7C400;
    font-weight: bolder;
}

/****************locale-component***************************/
#locale-component{
    float: left;
    padding-left: 1em;

}


/****************menu***************************/
#menu {
    text-align: center;
    margin: auto;
}

#menu li {
    display: inline;
    list-style-type:none;
    padding-right: 20px;
}

#menu li a {
    text-decoration: none;
    color: #564026;
}

#active {
    font-weight: bold;
}

/****************divers***************************/
.dg-row, .dr-table, .dr-table-row, .dr-table-cell{
    border-width:1px;
    border-style: dotted;
    border-color:transparent;
    padding: 0px;
}

.datagrid-galerie{
    position: relative;
    margin: auto;
}

.boite-bottom-center{
    width: 550px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.sculpture-illustration{
    float: right;
}


.dropcap:first-letter {
    float: left;
    font-size: 40pt;
    font: normal 40pt/0.8em Helvetica, Verdana, Arial, sans-serif;
    margin-right: 3px;
}

.biographie p, .commandes-personnalisees p, .actualites p{
    text-indent: 2em;
    margin-top: 0.80em;
}

.biographie .first-paragraph{
    text-indent: 0em;
}

.actualites-image-center{
    padding: 10px;
    text-align:center;
}

.image-avec-legende{
    overflow: hidden;
    position: relative;

}

.desc-center{
    text-align: center;
    display: block;
    font-size: 1em;
    background: #E5E2CC;
    filter:alpha(opacity=90);
    opacity:.90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    color: #564026;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 500px;
    margin: auto;
}

.table-accueil{
    width: 600px;
    border: 0px;
    padding: 0px;
}

.carre-blanc{
    width: 300px;
    height: 250px;
    background-color:#ffffff;

}

.carre-beige{
    width: 300px;
    height: 250px;
    background-color:#E5E2CC;
}

.carre-marron{
    width: 300px;
    height: 250px;
    background-color:#564026;
}

.composant-suggestion{
    width: 200px;
    background-color:#ffffff;
}

a.miniature-link {
    text-decoration: none;
    border-bottom: 0px;
}

a.mini-link {
    text-decoration: none;
    border-bottom: 0px;
}

a.miniature-link-text{
    font-weight: bold;
    width: 200px;
    height: 30px;
    display: block;
    text-decoration: none;
    text-align: center;
}

a.miniature-link-text:hover{
    text-decoration: none;
    border-bottom: 0px;
}


a.miniature-link .miniature-image{
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    text-decoration: none;
}

a.miniature-link:hover .miniature-image{
    border-width: 1px;
    border-color: #564026;
    border-style: solid;
    text-decoration: none;
}

a.mini-link .mini-image{
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    text-decoration: none;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}

a.mini-link:hover .mini-image{
    border-width: 1px;
    border-color: #564026;
    border-style: solid;
    text-decoration: none;
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}
.rich-tool-tip {
    background-color: #E5E2CC;
    border-color: #564026;
}

.allerGalerie{
    background-color: #E5E2CC;
    font-style: italic;
    font-weight:bold;
    text-align: center;
    font-size:small;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
}

.accueilSuite{
    font-style: italic;
    font-weight:bold;
    text-align: right;
}
