/* Disposition */ body { margin:0; font-family: arial, verdana, sans-serif; background-color:#ffff80; background-image:url('fonddegrade.jpg'); background-repeat: repeat-y; } #general { width:1000px; } #bandeau { height: 150px; background-repeat: no-repeat; background-position: center; border-bottom:1px solid black; } #navigation { margin:auto; color:red; } li { list-style-type: none; } #navigation li{ display:inline; } #chemin{ padding-bottom:15px; text-decoration:none; } #contextes{ background-repeat: no-repeat; float:right; width: 200px; min-height:410px; _height:410px; margin-top:20px; padding: 20px; margin-right:10px; background-color:#ffffa5; border:1px solid #b14b06; } #corps{ padding:20px; margin:20px; background-color:#ffffa5; border:1px solid #b14b06; width:65%; } #footer{ margin-top:20px; padding:30px 20px 10px 20px; text-align:center; font-size: 9px; background:url('herbe.png') no-repeat bottom left; min-height: 60px; _height:60px; } #footer a { color: #111; } #footer a:hover { color:#b14b06; }