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