Subversion Repositories Sites.gentiana.org

Compare Revisions

Ignore whitespace Rev 35 → Rev 36

/trunk/sites/gentiana/fr/styles/gentiana.css
17,14 → 17,12
 
/* Logo */
#zone_logo {
top:20px;
top:30px;
left:35px;}
 
/* Bandeau */
#zone_bandeau {
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
#titre_site {
color:white;}
#bandeau_contenu {
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
 
45,6 → 43,8
color:#666600;}
 
/* Zone contenu -> Navigation */
#zone_contenu_navigation {
border-color:#666600;}
#zone_contenu_navigation li:hover {
color:#999900;}
#zone_contenu_navigation li:hover a {
98,14 → 98,17
 
/* Tableau*/
.table_cadre {
border:1px solid #EABFFF;
border:1px solid #666600;
margin:0 0 15px 0;}
.table_cadre th {
border:1px solid #EABFFF;
background-color:#DFCBEE;}
.table_cadre th {
color:white;
border:1px solid #666600;
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
.table_cadre th a {
color:white;}
.table_cadre td {
border:1px solid #EABFFF;}
border:1px solid #666600;}
.table_cadre {
background-color:white;}
.ligne_paire {
background-color:#eddaf0;}
background-color:#E6E5DC;}