/*-----------PRODUITS-----------*/

.produit_cat, .produit_scat, .produit_liste {
margin : 10px auto;
text-align : center;
width : 94%;
}
.produit_cat img, .produit_scat img  {
border : 1px solid #c1c19b;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin : 10px;
padding : 15px;
-webkit-box-shadow: 0 2px 4px #c1c19b;
-moz-box-shadow: 0 2px 4px #c1c19b;
}
.produit_cat img:hover, .produit_scat img:hover {
border : 1px solid #000;
background : #ffc6ff;
}


.produit_liste a {
float : left;
border : 1px solid #c1c19b;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin : 10px;
padding : 0;
width : 240px;
height : 280px;
-webkit-box-shadow: 0 2px 4px #c1c19b;
-moz-box-shadow: 0 2px 4px #c1c19b;
}
.produit_liste a:hover {
border : 1px solid #000;
}
.produit_liste a h4 {
margin-top : 5px;
}
.produit_liste .prix {
display : block;
font-size : 1.2em;
color : #c4a5bc;
font-weight : bold;
text-align : right;
padding : 5px 10px 0 0;
}

.classement{
border : 1px solid #c1c19b;
border-top : none;
background : #ddd url(fond-lumineux.png) repeat-x top center;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
margin : 0 auto 0;
padding : 10px;
width : 70%;
text-align : center;
-webkit-box-shadow: 0 1px 2px #c1c19b;
-moz-box-shadow: 0 1px 2px #c1c19b;
}
.classement a {
border : 1px solid #c1c19b;
background : #eee;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin : 5px;
padding : 2px 5px;
}
.classement a:hover {
background : #fff;
}

#nuageclassement {
border : 1px solid #c1c19b;
border-top : none;
background : #eee url(fond-lumineux.png) repeat-x bottom center;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
margin : 0 auto 0;
padding : 10px;
width : 50%;
text-align : center;
-webkit-box-shadow: 0 1px 2px #c1c19b;
-moz-box-shadow: 0 1px 2px #c1c19b;
}
#nuageclassement a {
display : block;
float : left;
border : 1px solid #c1c19b;
background : #eee;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin : 5px;
padding : 2px 5px;
}
#nuageclassement a:hover {
background : #fff;
}


.produit_contenu {
margin : 10px auto 0;
width : 94%;
}
.produit_contenu td{
vertical-align : top;
}
.produit_contenu h3 {
margin : 0px 0 5px;
text-decoration : underline;
}
.produit_contenu h5 {
margin : 10px 0 5px;
}
.produit_contenu .illustration {
text-align : center;
width : 230px;
}
.produit_contenu .illustration #produitmini {
display : block;
border : 1px solid #c1c19b;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin : 0 0 10px;
padding : 10px;
-webkit-box-shadow: 0 2px 4px #c1c19b;
-moz-box-shadow: 0 2px 4px #c1c19b;
}
.produit_contenu .illustration #produitmini div{
text-align : right;
}
.produit_contenu .illustration .autresmodeles{
margin : 20px 20px 0;
border : 1px solid #c1c19b;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding : 0 10px 5px;
background : #fff0f0;
}
.produit_contenu .descri {
padding : 0 10px 10px;
}
.produit_contenu .descri .bloc {
height : 340px;
}
.produit_contenu .descri .bloc h5{
text-decoration : underline;
}
.produit_contenu .ref{
font-size : 0.8em;
color : #aaa;
border-bottom : 1px dotted #c1c19b;
}
.produit_contenu .descri .blocaction  .prix{
font-size : 1.8em;
color : #a0a;
font-weight : bold;
width : 160px;
}
.produit_contenu .descri .blocaction  .prix div{
font-size : 0.7em;
color : #d9a;
text-decoration : line-through;
}

#pano_zoom {}
#pano_zoom .bloc_back{
position : fixed;
z-index : 98;
top : 0;
left : 50%;
margin-left : -50%;
width : 100%;
height : 100%;
background : #000;
filter : alpha(opacity=80);-moz-opacity : 0.8;opacity : 0.8;
}
#pano_zoom .bloc{
position : fixed;
z-index : 99;
top : 50px;
left : 50%;
width : 620px;
height : 700px;
margin-left: -300px;
background : #fff;
padding : 8px;
border : 2px solid #553;
text-align : center;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
#pano_zoom .bloc div{
text-align : right;
}

/*-----------GUIDES-----------*/

.guide_cat, .guide_scat  {
margin : 10px auto;
text-align : center;
width : 94%;
}
.guide_cat img, .guide_scat img  {
border : 1px solid #c1c19b;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin : 10px;
padding : 15px;
-webkit-box-shadow: 0 2px 4px #c1c19b;
-moz-box-shadow: 0 2px 4px #c1c19b;
}
.guide_cat img:hover, .guide_scat img:hover {
border : 1px solid #000;
background : #ffc6ff;
}
.guide_cat h3{
padding-top : 10px;
margin-top : 10px;
text-align : left;
border-top : 1px solid #553;
}
.guide_cat ul{
margin-top : 10px;
text-align : left;
}

.guide_liste {
margin : 10px auto 0;
width : 80%;
border-collapse : collapse;
}
.guide_liste img {
float : left;
width : 120px;
height : 120px;
border : 1px solid #c1c19b;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin : 5px;
padding : 5px;
-webkit-box-shadow: 0 2px 4px #c1c19b;
-moz-box-shadow: 0 2px 4px #c1c19b;
background : #fff;
}
.guide_liste img:hover {
border : 1px solid #000;
}
.guide_liste h3{
text-decoration : underline;
margin : 10px 0 5px;
color : #d40e64;
}
.guide_liste h3:hover{
color : #f09;
}
.guide_liste p{
margin : 5px 20px 30px;
}

.guide_contenu {
margin : 10px auto 0;
width : 94%;
}
.guide_contenu h3 {
margin : 0px 0 5px;
text-decoration : underline;
}

/*-----------BLOG-----------*/

.blog_liste {
margin : 10px auto 0;
width : 70%;
padding : 0;
}
.blog_liste img {
float : left;
width : 120px;
height : 120px;
margin-right : 20px;
margin-bottom : 10px;
-webkit-box-shadow: 1px 2px 6px #444;
-moz-box-shadow: 1px 2px 6px #444;
}
.blog_liste a {
display : block;
margin-bottom : 15px;
font-size : 1.2em;
font-weight : bold;
}

.blog_contenu {
padding : 10px 40px 0;
}
.blog_contenu h5 {
margin-bottom : 10px;
text-align : right;
color : #aaa;
}
.blog_contenu .illustration {
float : left;
margin-right : 20px;
margin-bottom : 10px;
-webkit-box-shadow: 1px 2px 6px #444;
-moz-box-shadow: 1px 2px 6px #444;
}




/*-----------TEXTES-----------*/

.texte_cat, .texte_scat {
margin : 10px auto;
text-align : center;
width : 94%;
}
.texte_cat img, .texte_scat img  {
border : 1px solid #c1c19b;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin : 10px;
padding : 15px;
-webkit-box-shadow: 0 2px 4px #c1c19b;
-moz-box-shadow: 0 2px 4px #c1c19b;
}
.texte_cat img:hover, .texte_scat img:hover {
border : 1px solid #000;
background : #ffc6ff;
}
.texte_cat h3{
padding-top : 10px;
margin-top : 10px;
text-align : left;
border-top : 1px solid #553;
}
.texte_cat ul{
margin-top : 10px;
text-align : left;
}

.texte_liste {
margin : 10px auto 0;
width : 70%;
padding : 0;
}

.texte_contenu {
margin : 10px auto 0;
width : 94%;
}
.texte_contenu h3 {
margin : 0px 0 5px;
text-decoration : underline;
}


/* JEUX */

.jeu_accueil {
margin : 10px auto 0;
width : 94%;
}

/* SONDAGES */

.sondage_cat, .sondage_scat, .sondage_liste, .sondage_contenu {
margin : 10px auto 0;
width : 94%;
}
.sondage_cat h3{
text-align : right;
font-size : 1.4em;
border-top : 1px solid #553;
padding-top : 10px;
}

.sondage_scat li, .sondage_liste li{
padding : 5px 0;
}
.sondage_liste li a{
text-decoration : underline;
}

.sondage_contenu form {
border : 1px solid #c1c19b;
background : #eee;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding : 2%;
width : 90%;
margin : 10px auto;
}
.sondage_contenu h3 {
text-decoration : underline;
}
.sondage_contenu label {
display : block;
margin : 3px;
}
.sondage_contenu label:hover {
cursor : pointer;
}
.sondage_contenu input[type=submit] {
margin : 10px;
width : 80px;
}
.sondage_contenu .resultatsondage{
text-align : left;
margin : 10px;
}
.sondage_contenu .resultatsondage .pourcentage{
text-align : center;
font-weight : bold;
padding : 0 10px;
}
.sondage_contenu p{
margin : 10px auto 0;
width : 90%;
}



/*-----------AVIS-----------*/

#avis {
clear : both;
margin : 0 auto 0;
width : 94%;
padding-top : 20px;
}
#avis span{
display : block ;
float : right;
color : #ccc;
font-style : italic;
padding : 10px 0 5px;
}
#avis h3{
padding : 10px 20px 5px;
border-top : 1px solid #eee;
text-decoration : underline;
}
#avis h4{
padding : 5px;
color : #fb0;
font-size : 1.2em;
}
#avis div{
margin : 5px auto;
width : 90%;
padding : 10px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom : 1px solid #ddd;
border-right : 1px solid #eee;
}
#avis img{
float : left;
width : 50px;
height : 50px;
margin : 10px;
}
#avis p{
color : #aaa;
}


/*-----------INFOS-----------*/

#fluxnewsletter {margin : 10px auto 0;width : 94%;}
#fluxnewsletter td{width : 46%;vertical-align : top;padding : 1% 2%;}
#fluxnewsletter h3 {padding-top : 15px;margin-bottom : 10px;text-decoration : underline;}
#fluxnewsletter .lesflux a {display : block; margin : 10px 0;font-size : 1.4em;font-weight : bold;}
#fluxnewsletter hr {margin : 20px 0 10px}
#fluxnewsletter form {margin : 20px 0 10px}

#faq {margin : 10px auto 0;width : 94%;}
#faq h2 {margin : 20px 0 0;text-decoration : underline;}
#faq hr {margin : 30px 10px;}
#faq h4 {background : #ddd url(fond-lumineux.png) repeat-x top center;margin : 20px 40px 0;padding : 10px;border : 1px solid #c1c19b; width : 400px;border-bottom : none;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;}
#faq p {background : #eee;margin : 0 40px;font-style : italic;border : 1px solid #c1c19b; padding : 10px;-moz-border-radius-bottomleft: 10px;-moz-border-radius-topright: 10px;-moz-border-radius-bottomright: 10px;-webkit-border-bottom-left-radius: 10px;-webkit-border-top-right-radius: 10px;-webkit-border-bottom-right-radius: 10px;}

#plan {margin : 10px auto 0;width : 94%;}
#plan td{width : 33%;vertical-align : top;}
#plan h3 {padding-top : 15px;text-decoration : underline;}
#plan h4 {padding-left : 20px;padding-top : 5px;}
#plan ul{list-style : square;margin : 0;}

#mentionslegales {margin : 10px auto 0;width : 94%;}
#mentionslegales h5{text-decoration : underline;margin : 10px 0 0;}
#mentionslegales td{width : 50%;vertical-align : top;}

#supporttechnique {margin : 10px auto 0;width : 94%;}
#supporttechnique h3{text-decoration : underline;margin : 5px;}
#supporttechnique td{width : 46%;vertical-align : top;padding : 2%;}
#supporttechnique div {margin : 10px auto 30px;font-size : 1.4em;text-align : center;font-weight : bold;}
#supporttechnique form{color : #888;margin : 10px auto;width : 290px;padding : 18px;border : 1px solid #c1c19b;-moz-border-radius: 15px;-webkit-border-radius: 15px;background : #eee;}
#supporttechnique form textarea{width : 100%;height : 200px;border : 1px solid #c1c19b;}
#supporttechnique form label{font-weight : bold;}


#archives {margin : 10px auto 0;width : 94%;}
#archives h3 {padding-top : 15px;margin-bottom : 10px;text-decoration : underline;}

#decouverte {margin : 10px auto 0;width : 94%;}
#decouverte p{padding : 5px;}
#decouverte h3 {padding-top : 15px;margin-bottom : 10px;text-decoration : underline;}
#decouverte object {display : block;margin : 20px auto;}


#cgv {margin : 10px auto 0;width : 94%;}
#cgv h3 {padding-top : 15px;margin-bottom : 10px;text-decoration : underline;}
#cgv div {float : right;text-align : center;}

/*-----------COMPTE-----------*/

#inscriptionconnexion {
width : 660px;
margin : 10px 90px;
}
#inscriptionconnexion span {
color : #d00;
}
#inscriptionconnexion td{
vertical-align : top;
width : 330px;
}
#inscriptionconnexion form{
text-align : right;
width : 290px;
padding : 18px;
border : 1px solid #c1c19b;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background : #eee;
}
#inscriptionconnexion h3{
font-size : 1.4em;
margin : 0 0 20px;
text-decoration : underline;
}
#inscriptionconnexion .blocinscription{
text-align : left;
width : 270px;
padding : 18px;
margin-top : 20px;
border : 1px solid #c1c19b;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background : #ded url(fond-lumineux.png) repeat-x top center;
font-size : 1.4em;
font-weight : bold;
}
#inscriptionconnexion .blocinscription h2{
text-align : center;
margin-bottom : 10px;
}
#inscriptionconnexion .blocinscription img{
display : block;
margin : auto;
}
#inscriptionconnexion .blocinscription a{
display : block;
text-align : right;
color : #a05;
font-size : 1.1em;
}
#inscriptionconnexion .blocinscription ul{
font-style : italic;
margin-top : 10px;
}

#compte {
margin : 10px auto 0;
width : 94%;
}
#compte td {
width : 46%;
padding : 2%;
vertical-align : middle;
}
#compte #filinfo {
width : 90%;
margin : 0 auto 25px;
height : 140px;
padding : 10px;
background : #8a834e url(bg-pub-compte.png) repeat-x top center;
border : 1px solid #000;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-webkit-box-shadow: 1px 2px 4px #797340;
-moz-box-shadow: 1px 2px 4px #797340;
font-size : 1.4em;
font-weight : bold;
text-align : center;
color : #e6e6c0;
}

#compte .modifcompte {
border : 1px solid #c1c19b;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#compte #boutonpaniercompte {
display : block;
padding : 20px;
width : 200px;
margin : 20px auto;
text-align : center;
border : 1px solid #c1c19b;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
font-size : 2.0em;
background : #fdd url(fond-lumineux.png) repeat-x top center;
-webkit-box-shadow: 0 2px 4px #c1c19b;
-moz-box-shadow: 0 2px 4px #c1c19b;
}
#compte #boutonpaniercompte:hover {
border : 1px solid #000;
background : #fbb url(fond-lumineux.png) repeat-x top center;
}
#compte h4 {
text-align : center;
}
#compte .modifbddcompte form{
text-align : right;
width : 290px;
padding : 18px;
border : 1px solid #c1c19b;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background : #eee;
}
#compte .modifbddcompte h4{
margin : 0 0 20px;
text-decoration : underline;
}
#compte .mesfavoris{
margin : 10px;
border : 1px solid #c1c19b;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
vertical-align :top;
}
#compte .mesavis{
vertical-align :top;
}
#compte .mesavisform{
text-align : center;
padding : 10px;
border : 1px solid #c1c19b;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#compte .mesavisform textarea{
width : 98%;
height : 160px;
margin : 10px auto;
}
#compte .mesavisform em{
color : #aaa;
}

#suivicommandes {
margin : 10px auto 0;
width : 94%;
}
#suivicommandes td {
padding : 5px;
vertical-align : top;
}
#suivicommandes div {
border : 1px solid #c1c19b;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding : 10px;
-webkit-box-shadow: 0 2px 4px #c1c19b;
-moz-box-shadow: 0 2px 4px #c1c19b;
background : #fee;
}
#suivicommandes h4{
float : left;
color : #999;
}
#suivicommandes h5 {
color : #bbb;
float : right;
}
#suivicommandes h3 {
padding-top : 5px;
clear : both;
border-bottom : 1px dotted #aaa;
}
#suivicommandes span{
color : #777;
font-size : 0.7em;
}


/*-----------ACCUEIL-----------*/

#tableaccueil {
width : 740px;
margin : 10px auto 0;
}

#tableaccueil object {
margin-right : 10px;
}

#blog {
width : 370px;
}
#blog h3 {
background : #fdd url(fond-lumineux.png) repeat-x top center;
font-size : 2.0em;
text-align : center;
color : #918d61;
font-style : italic;
padding : 8px 5px;
border : 1px solid #c1c19b;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
width : 360px;
text-align : center;
}
#blog div  {
width : 365px;
height : 120px;
margin : 0;
background : #fff6f6;
border : 1px solid #c1c19b;
border-top : none;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
padding : 0 5px 0 0;
}
#blog img  {
margin-right : 10px;
border-right : 1px solid #c1c19b;
float : left;
width : 120px;
height : 120px;
}
#blog .lirelasuite  {
display : block;
width : 70px;
height : 10px;
float : right;
margin-top : 5px;
}
#blog .lirelasuite img  {
width : 70px;
height : 10px;
border : none;
}
#blog h4  {
padding : 10px 0;
}



/*-----------PANIER-----------*/

#etapespanier {
margin : 0 auto 0;
text-align : center;
width : 40%;
color : #ccc;
font-weight : bold;
padding : 5px;
border-top : none;
background : #eeeeee url(fond-lumineux.png) repeat-x top center;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-box-shadow: 0 1px 2px #aaa;
-moz-box-shadow: 0 1px 2px #aaa;
}
#etapespanier span {
color : #999;
}

#tablepanier {
width : 700px;
margin : 20px auto 0;
border-collapse : collapse;
text-align : center;
font-size : 1.2em;
}
#tablepanier img {
max-width : 100px;
max-height : 110px;
}
#tablepanier #enregistrerpanier {
padding : 13px 0;
margin : 0;
font-weight : bold;
cursor : pointer;
width : 100%;
}
#tablepanier #boutonetape2 {
padding : 10px 0;
margin : 0;
font-weight : bold;
cursor : pointer;
width : 100%;
font-size : 1.4em;
}
#tablepanier .entetepanier td{
background : #bbb url(fond-lumineux.png) repeat-x top center;
font-weight : bold;
border : 1px solid #c1c19b;
}
#tablepanier .corpspanier td{
border : 1px solid #c1c19b;
}
#tablepanier .panierp{
width : 100px;
}
#tablepanier .panierl{
width : 220px;
}
#tablepanier .panierq{
width : 150px;
}
#tablepanier .paniera{
width : 30px;
}
#tablepanier .paniertotal{
background : #fdf url(fond-lumineux.png) repeat-x top center;
border : 1px solid #c1c19b;
padding : 0 0 5px;
color : #888;
}
#tablepanier .paniertotal table{
width : 100%;
margin : 0;
border-collapse : collapse;
}
#tablepanier .paniertotal .colgauche{
text-align : left;
font-size : 0.7em;
vertical-align : top;
}
#tablepanier .paniertotal .colgauche b{
color : #555;
border-top : 1px dotted #ccc;
display : block;
margin-top : 2px;
padding-top : 2px;
}
#tablepanier .paniertotal .coldroite{
width : 110px;
text-align : right;
font-size : 0.7em;
vertical-align : top;
}
#tablepanier .paniertotal .coldroite b{
font-size : 1.8em;
display : block;
border-top : 1px dotted #ccc;
margin-top : 2px;
padding-top : 2px;
color : #606;
}
#tablepanier span{
font-size : 0.7em;
color : #aaa;
}

#facturation_livraison {
width : 700px;
margin : 20px auto 0;
font-size : 1.2em;
}
#facturation_livraison td {
vertical-align : top;
border : 1px solid #c1c19b;
width : 310px;
padding : 20px;
background : #ede url(fond-lumineux.png) repeat-x top center;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#facturation_livraison h3 {
margin : 0 0 20px;
text-decoration : underline;
}

#boutonetapefinal {
padding : 10px 5px;
margin : 0 70px;
float : right;
font-weight : bold;
cursor : pointer;
font-size : 1.4em;
width : 120px;
}

#choixpaiement {
width : 400px;
margin : 20px auto 0;
border : 1px solid #c1c19b;
background : #b1fffe url(fond-lumineux.png) repeat-x top center;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding : 20px;
}
#choixpaiement table {
width : 100%;
}
#choixpaiement h3 {
margin : 0 0 20px;
text-decoration : underline;
}

#recapitulatifpanier {
width : 700px;
margin : 20px auto 0;
}
#recapitulatifpanier div {
color : #aaa;
text-align : center;
}
#recapitulatifpanier .recapgauche {
vertical-align : top;
width : 200px;
border : 1px solid #ddd;
padding : 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#recapitulatifpanier table{
width : 50%;
margin : 10px auto;
border-collapse : collapse;
color : #888;
}
#recapitulatifpanier .colgauche{
text-align : left;
font-size : 0.9em;
vertical-align : top;
}
#recapitulatifpanier .colgauche b{
color : #555;
border-top : 1px dotted #ccc;
display : block;
margin-top : 2px;
padding-top : 2px;
}
#recapitulatifpanier .coldroite{
width : 110px;
text-align : right;
font-size : 0.9em;
vertical-align : top;
}
#recapitulatifpanier .coldroite b{
font-size : 1.8em;
display : block;
border-top : 1px dotted #ccc;
margin-top : 2px;
padding-top : 2px;
color : #606;
}
#recapitulatifpanier span{
font-size : 0.9em;
color : #aaa;
}











































.icones {
text-align : right;
margin : 0px 0 10px;
padding-right : 20px;
-moz-border-radius-bottomright: 30px;
-webkit-border-bottom-right-radius: 30px;
-webkit-box-shadow: 2px 2px 4px #c1c19b;
-moz-box-shadow: 2px 2px 4px #c1c19b;
}
.icones img {
width : 60px;
height : 66px;
}
.icones ul {
color : #bbb;
font-style : italic;
float : right;
text-align : left;
}







