sobre.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. body{
  2. font-family:tahoma, arial;
  3. background-color:#f6f8fc;
  4. height:100%;
  5. }
  6. #cadre{
  7. width:80%;
  8. border:2px solid #dee5f0;
  9. margin:auto;
  10. margin-top:20px;
  11. margin-bottom:20px;
  12. background-color:white;
  13. padding:20px;
  14. }
  15. a img, img
  16. {
  17. border:none;
  18. }
  19. h2{
  20. border-bottom:2px dashed #dee5f0;
  21. padding-bottom:2px;
  22. clear:both;
  23. padding-top:25px;
  24. }
  25. .droite img{
  26. float:right;
  27. height:60px;
  28. }
  29. #tete{
  30. clear:both;
  31. }
  32. #nom{
  33. width:20%;
  34. text-align:right;
  35. float:right;
  36. margin:0;
  37. }
  38. #photo{
  39. width:20%;
  40. text-align:left;
  41. float:left;
  42. margin:0;
  43. }
  44. #photo img{
  45. width:100px;
  46. height:100px;
  47. }
  48. #objectif{
  49. width:50%;
  50. text-align:center;
  51. margin:auto;
  52. }
  53. #contenu{
  54. clear:both;
  55. width:100%;
  56. }
  57. #profile{
  58. font-size:0.8em
  59. }
  60. #profile ul{
  61. float:left;
  62. width:47.3%;
  63. }
  64. a, a:visited{
  65. /* color:#023F6E; */
  66. color:#4d6a9c;
  67. text-decoration:none;
  68. }
  69. a:hover{
  70. color:#afc7f0;
  71. }
  72. #sommaire ul{
  73. list-style-type:none;
  74. list-style-image:none;
  75. }
  76. .section ul{
  77. list-style-type:none;
  78. list-style-image:none;
  79. }
  80. .section li{
  81. clear:both;
  82. border:2px solid #dee5f0;
  83. background-color:#f6f8fc;
  84. margin-bottom:-2px;
  85. }
  86. .gauche{
  87. float:left;
  88. width:180px;
  89. padding:5px;
  90. }
  91. .droite{
  92. padding:5px;
  93. margin-left:190px;
  94. }
  95. #footer{
  96. clear:both;
  97. }