@import "savates.css";
body {
text-align: center;
margin: 0 5%;
min-width: 700px;
}
div#header {
clear: both;
padding: 1px;
}
div#left {
float: left;
width: 150px;
}
div#right {
float: right;
width: 150px;
}
div#middle {
padding: 0px 160px 0px 160px;
margin:10px
}
div#footer {
clear: both;
}
p,li,ul {
text-align: center;
}
a#titre {
font-family:'Swiss924 BT','Swiss921 BT','Arial Narrow',Arial,Helvetica,sans-serif;
font-size:400%;
color: #FFCC66;
}
a#titre:link {color: #FFCC33;}
a#titre:hover {color: #FFCC33;}
a#titre:visited {color: #FFCC33;}
a#titre:active {color: #FFCC33;}
