123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- body{
- font-family:tahoma, arial;
- background-color:#f6f8fc;
- height:100%;
- }
- #cadre{
- width:80%;
- border:2px solid #dee5f0;
- margin:auto;
- margin-top:20px;
- margin-bottom:20px;
- background-color:white;
- padding:20px;
- }
- a img, img
- {
- border:none;
- }
- h2{
- border-bottom:2px dashed #dee5f0;
- padding-bottom:2px;
- clear:both;
- padding-top:25px;
- }
- .droite img{
- float:right;
- height:60px;
- }
- #tete{
- clear:both;
- }
- #nom{
- width:20%;
- text-align:right;
- float:right;
- margin:0;
- }
- #photo{
- width:20%;
- text-align:left;
- float:left;
- margin:0;
- }
- #photo img{
- width:100px;
- height:100px;
- }
- #objectif{
- width:50%;
- text-align:center;
- margin:auto;
- }
- #contenu{
- clear:both;
- width:100%;
- }
- #profile{
- font-size:0.8em
- }
- #profile ul{
- float:left;
- width:47.3%;
- }
- a, a:visited{
- /* color:#023F6E; */
- color:#4d6a9c;
- text-decoration:none;
- }
- a:hover{
- color:#afc7f0;
- }
- #sommaire ul{
- list-style-type:none;
- list-style-image:none;
- }
- .section ul{
- list-style-type:none;
- list-style-image:none;
- }
- .section li{
- clear:both;
- border:2px solid #dee5f0;
- background-color:#f6f8fc;
- margin-bottom:-2px;
- }
- .gauche{
- float:left;
- width:180px;
- padding:5px;
- }
- .droite{
- padding:5px;
- margin-left:190px;
- }
- #footer{
- clear:both;
- }
|