Subversion Repositories Sites.tela-botanica.org

Rev

Rev 862 | Rev 918 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
773 jpm 1
/* STYLE SPECIFIQUE DE LA PAGE Projets */
2
body {
3
	background:url(../images/graphisme/bandeau_projets_trait.png) repeat-x;}
4
/*+-----------------------------------------------------------------------------------------------------------------+*/
5
/* Mots clefs Projets */
6
#zone-projets .motsclefs .mot1 {
7
	font-size:32px;
8
	margin:-45px 0 0 -126px;}
9
#zone-projets .motsclefs .mot2 {
10
	font-size:20px;
11
	margin:-20px 0 0 -171px;}
12
#zone-projets .motsclefs .mot3 {
13
	font-size:20px;
14
	margin:-15px 0 0 -60px;}
15
#zone-projets {
16
	background:url(../images/graphisme/bandeau_projets_image.png) right center no-repeat;}
17
/*+-----------------------------------------------------------------------------------------------------------------+*/
18
/* Boutons Liens -cadre haut gauche*/
19
.boutonProjets {
892 gduche 20
	width:151px;
773 jpm 21
	display:inline-block;
22
	padding:9px;
23
	margin-bottom:10px;
24
	color:white;
25
	font-size:18px;
26
	font-family:helveticaneue, helveticaneue2;
27
	line-height:1.3em;
28
	margin-top:3px;
892 gduche 29
	margin-left:0;
30
 
31
	-moz-border-radius:7px; -webkit-border-radius:7px; 	border-radius:7px;
32
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
33
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */}
857 gduche 34
 
862 gduche 35
.importance2, .importance3 {
857 gduche 36
	border:solid 1px #A89D80;
37
}
38
 
892 gduche 39
/*Spécifique à la page d'accueil projets*/
40
#zone-accueil #zone-colonne-droite {
41
	width:55%;
42
}
43
#zone-accueil #zone-colonne-droite {
44
	width:45%;
45
}
46
 
797 gduche 47
#zone_contenu_corps {
48
	width:710px;
49
}
773 jpm 50
#zone_contenu_corps .boutonProjets a {
830 gduche 51
	color:white; border:none}
773 jpm 52
.boutonProjets em {
793 gduche 53
	font-size:28px;
773 jpm 54
	font-style:normal;}
55
.boutonProjets .mini {
56
	font-size:13px;}
57
#boutonForum {
58
	background:#baad8b;
892 gduche 59
	margin:0 6px 20px 0;}
773 jpm 60
#boutonProjets {
61
	background:#caac5d;}
62
#boutonSynthese {
63
	background:#776a47;
892 gduche 64
	margin:0 6px 20px 0;}
773 jpm 65
#boutonGroupes {
66
	background:#5d8365;}
67
#rechercheProjet fieldset {
68
	border:none;
69
	padding:0 0 20px 0;}
70
#rechercheProjet #projet_recherche {
71
	width:80%;}
72
.grid_4 {
73
	width:278px;
74
	padding:3px 5px 5px 5px;}
75
.actualites1 {
76
	border-bottom:1px dotted #BAAD8B;
77
	margin-bottom:10px;}
78
#derniersProjets h3 {
79
	padding-left:0;}
80
#derniersProjets h3 a {
793 gduche 81
	color:inherit;}