Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 615 → Rev 616

/trunk/sites/accueil/generique/styles/accueilv5.css
1,12 → 1,12
/*Général */
body {behavior:url(/sites/accueil/generique/scripts/csshover3.htc)}
body {behavior:url(/commun/htc/csshover3.htc)}
/*Définition des polices exotiques.*/
@font-face { font-family: optima; src: url('../polices/OptimaLTStd-DemiBold.ttf'); }
@font-face { font-family:Helveticaneue; src:url('../polices/hll.ttf'); }
@font-face { font-family: optima; src: url('/commun/polices/optima_demi_bold.ttf'); }
@font-face { font-family:Helveticaneue; src:url('/commun/polices/helvetica_light.ttf'); }
@font-face { font-family: optima2; src: url('../polices/optima.eot'); }
@font-face { font-family:Helveticaneue2; src:url('../polices/hll.eot'); }
@font-face { font-family: optima2; src: url('../polices/optima_demi_bold.ttf.eot'); }
@font-face { font-family:Helveticaneue2; src:url('../polices/helvetica_light.eot'); }
/* Arrondis */
.arrondi30 { -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
41,7 → 41,7
#zone-menu-haut { width:745px; height:12px; text-align:center; margin: 0 auto 0 90px; position:absolute; top:-30px; color:#3a3633;
font-family:arial; font-size:12px;}
#zone-menu-haut ul { list-style:none; }
#zone-menu-haut ul li {background:url(../images/petitCarre.jpg) no-repeat 3px 5px;float:left}
#zone-menu-haut ul li {background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 3px 5px;float:left}
#don { width:110px; margin:0}
#lettre { width:120px; margin:0}
68,6 → 68,7
/*Général : texte & mots clefs*/
.motsclefs { float:left; width:295px; height:105px; font-family:Helveticaneue; letter-spacing:-1px; font-weight:lighter; text-align:left;
background:url(../images/carres.png) no-repeat 106px 0px; padding:0 0 0 146px; margin:0; cursor:pointer; }
.motsclefs a {color:#5C5950}
.motsclefs h2 { position:absolute; margin-top:13px; font-size:52px; font-weight:normal; color:#5c5950; left:170px; line-height:35px;}
.motsclefs h2:hover { color:white; }
.motsclefs h3 { text-align:left; color:#f2f2f2; margin-left:111px; margin-top:69px}
170,8 → 171,8
#zone-bas-page>div a:link , #zone-bas-page>div a:visited , #zone-bas-page>div a :active { font-weight:normal; color:#7b9c35; text-decoration:none; }
#zone-bas-page>div a:hover, #menupied a:focus { font-weight:normal; color: #fd8c13;text-decoration:none;}
#coordonees { width:888px; text-align:center; margin:auto; background:url(../images/petitCarre.jpg) no-repeat right; height:15px; }
#coordonees span { float:left; padding-left:15px; background:url(../images/petitCarre.jpg) no-repeat 5px 5px; font-family:arial;
#coordonees { width:888px; text-align:center; margin:auto; background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right; height:15px; }
#coordonees span { float:left; padding-left:15px; background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px; font-family:arial;
font-size:12px; font-weight:normal; font-style:normal;}
#coordonees a {font-family:arial; font-size:12px; text-align:justify; font-weight:normal; line-height:16px; list-style:none;}
#coordonees a:link, #coordonees a:visited, #coordonees a :active {color:#3a3633;}