/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/



#nav-left {
width:766px;
}

#shopp .gallery .previews li img {
padding:0px !important;
}

#amelieContact ul {
    list-style: none !important;
    list-style-image: none !important;
    list-style-type: none !important;
}
#amelieContact ul li{
    list-style: none !important;
    list-style-image: none !important;
    list-style-type: none !important;
}
#amelieContact li {
    margin: 5px 0 !important;
}
#amelieContact label  {
    margin: 5px 0 !important;
    width:300px;
    display: inline-block;
}
#amelieContact label span {
    display:block;
    width:300px;
}
#amelieContact input {
    background-color: #F8E4EE;
    border:1px solid silver;
    width:200px;
}

#amelieContact option, select {
    background-color: #F8E4EE;
}

#amelieContact select {
    border: 1px solid silver;
}

#amelieContact select:hover {
    background-color: #EA85CD;
}

#amelieContact input:hover {
    background-color: #EA85CD;
}
#amelieContact {
    width:400px;
}
#amelieContact textarea {
    background-color: #F8E4EE;
    border:1px solid silver;
    width:200px;
    height: 300px;
}
#amelieContact textarea:hover {
    background-color: #EA85CD;
    width:200px;
}

#contactez-envoyer {
    cursor:pointer;
    border-style: solid;
    border-color: silver gray gray silver;
    border-width:1px;
    margin:5px 0 !important;
    padding:3px;
    background-color: #FFC0C8;
}