Subversion Repositories Applications.annuaire

Rev

Rev 306 | Rev 418 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 306 Rev 371
Line 60... Line 60...
60
}
60
}
61
.texte_centre > img {
61
.texte_centre > img {
62
	display:table-cell;	
62
	display:table-cell;	
63
}
63
}
Line 64... Line 64...
64
 
64
 
65
.premiere_page {
65
.page_courante {
66
	float:left;
-
 
67
	margin:5px
66
	font-size: 1.5em;
Line 68... Line 67...
68
}
67
}
69
 
68
 
70
.derniere_page {
-
 
71
	float:right;
69
.page_courante a {
Line 72... Line 70...
72
	margin:5px;
70
	color: black;	
73
}
71
}
74
 
72
 
75
#pages {
-
 
76
	margin-left: auto; 
-
 
77
  	margin-right: auto; 
-
 
78
  	width: 80%;
-
 
79
  	text-align: center;	
-
 
80
}
-
 
81
 
73
.nb_resultats {
Line 82... Line 74...
82
#page_courante a {
74
	float:right;
83
	color: #FFD700;
75
	margin-top: 10px;	
84
}
76
}
Line 259... Line 251...
259
	background-color:#FFFFFF;
251
	background-color:#FFFFFF;
260
	border: none;
252
	border: none;
261
	margin: 2px;
253
	margin: 2px;
262
}
254
}
Line -... Line 255...
-
 
255
 
-
 
256
.erreur_champ {
-
 
257
	border: 1px solid red;	
-
 
258
}
263
 
259
 
264
textarea#contenu_message {
260
textarea#contenu_message {
265
	width: 90%;	
261
	width: 90%;	
Line 266... Line 262...
266
}
262
}
Line 445... Line 441...
445
	height: 200px !important;
441
	height: 200px !important;
446
}
442
}
Line 447... Line 443...
447
 
443
 
448
.formulaire_annuaire_admin input {
444
.formulaire_annuaire_admin input {
-
 
445
	padding-left: 5px;	
-
 
446
}
-
 
447
 
-
 
448
.resultat_recherche {
-
 
449
	width: 730px;	
-
 
450
}
-
 
451
 
-
 
452
.importance1 {
-
 
453
    -moz-border-radius: 10px 10px 10px 10px;
-
 
454
    -moz-box-shadow: 2px 2px 5px #AAAAAA;
-
 
455
    background-color: #EAEDCD;
-
 
456
    color: #3A3633;
-
 
457
    font-family: arial;
-
 
458
    font-size: 11px;
-
 
459
    margin: 10px 10px 20px;
-
 
460
    padding: 8px;
-
 
461
}
-
 
462
 
-
 
463
.resultat_recherche .nom_prenom {
-
 
464
	font-size: 1.5em;
-
 
465
	margin-top: -5px;
-
 
466
}
-
 
467
 
-
 
468
.resultat_recherche .profil_avatar {
-
 
469
	margin-right: 0px;
-
 
470
}
-
 
471
 
-
 
472
.resultat_recherche .selection_destinataire {
-
 
473
	margin-left: 15px;
-
 
474
}
-
 
475
 
-
 
476
.resultat_recherche .element_resultat {
-
 
477
	height: 85px;
-
 
478
	margin: 10px !important;
-
 
479
	font-size: 12px;
-
 
480
	text-align: justify;
-
 
481
}
-
 
482
 
-
 
483
.resultat_recherche .profil_avatar {
-
 
484
	width: 110px;
-
 
485
}
-
 
486
 
-
 
487
.resultat_recherche .profil_informations {
-
 
488
	display:inline;
-
 
489
	float:left;
-
 
490
	width:550px;
-
 
491
}
-
 
492
 
-
 
493
.resultat_recherche .description {
-
 
494
	color: #555555;
-
 
495
}
-
 
496
 
-
 
497
.resultat_recherche .experience {
-
 
498
	font-style: italic;
-
 
499
	font-weight: normal;
-
 
500
	color: #999999;
-
 
501
}
-
 
502
 
-
 
503
.resultat_recherche .experience .niveau {
-
 
504
	color: #E16039;
-
 
505
	font-style: normal;
-
 
506
}
-
 
507
 
-
 
508
.resultat_recherche .localisation {
-
 
509
	font-weight: bold;
-
 
510
	text-align:right;
-
 
511
}
-
 
512
 
-
 
513
.note_bas_page {
-
 
514
	font-size:11px;
-
 
515
	font-weight:normal;
-
 
516
	color:#AAAAAA;
-
 
517
}
-
 
518
 
-
 
519
#resume_une_colonne{
-
 
520
	width: 96%;
449
	padding-left: 5px;	
521
}