diff -r 000000000000 -r da9a1dddeffa web/res/css/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/css/style.css Fri Feb 06 10:39:37 2009 +0000 @@ -0,0 +1,184 @@ +/* Feuille de style créée le sam fév 11 22:52:26 CET 2006 + par Johan MATHE mise sur cvs par + $Id: style.css,v 1.10 2006/02/14 13:13:59 web Exp $ + */ + +.spacer { clear: both; } +.right { float: right; } +.left { float: left; } +.small { font-size: 9px; padding: 4px; } + +ul +{ + list-style-type: square; +} + + +h2 +{ + margin-top: 40px; + margin-bottom: -15px; +} + +img{ + border:0px; +} + + +a:link +{ + text-decoration: none; + color: #2c8084; + text-decoration: bold; + font-weight: bold; +} +a:hover +{ + color: #2c8084; + text-decoration: none; + border-bottom-width: 1px; + border-bottom-color: #2c8084; + font-weight: bold; + +} +a:visited { + color: #93bf93; + font-weight: bold; +} + +a:active { + border-bottom-width: 1px; + border-bottom-color: #2c8094; + font-weight: bold; +} + +.titre { + text-size: 16px; +} + + +h1 +{ + position: relative; + margin-left: -40px; + text-decoration: none; + text-indent: 2em; + text-size: 12px; +} + +body +{ + color:#000000; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + background-color:white; + margin:0; + /*background-color: #FFFFED;*/ +} + +p{ + line-height:16px; +} + +li{ + padding:0px 0px 3px 0px; +} + +/* texte gris� */ +.old{ + color:#666666; +} + +input{ + border:1px solid #CCC; + background-color:#ebebeb; +} + + + + +div#layer1 +{ + width: 820px; + margin: auto; + position: relative; + text-align: justify; +} +div#layer2 +{ + margin: 10px; + +} + +div.illus2 { + float: right; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 0.6em; + border-left-width: 1px; + border-left-style: dotted; + border-left-color: #999999; + padding-left: 10px; + width: 287px; + margin-left: 10px; + margin-right: 0px; + margin-bottom: 10px; + margin-top: 5px; + vertical-align: center; +} + +.logo +{ + z-index: 1; + position: relative; + border: none; + margin-left: 20px; + margin-top: 10px; +} + +.image +{ + text-decoration:none; + border:0px; +} + + +div#abstract +{ +right:0%; +margin-right: 25px; +top: 0px; +right: 0px; +margin-top: 0px; +width: 700px; +text-align: justify; +} + +div#horaires +{ +width: 400px; +margin-left: 150px; +margin-top: 20px; +margin-bottom: 35px; +padding : 20px; +border-width: 1px; +border-style: dashed; +border-color: #2c8084; +right: 50%; +text-align : left; +} + +div#surtitre +{ +z-index: 0; +border: none; +position: absolute; +right:0%; +margin-right: 20px; +top: 0px; +right: 0px; +margin-top: 0px; +} + +.hand{ + cursor:pointer; +} \ No newline at end of file