/* Feuille de style principale */
html, body
{
height:100%;
}
div#main,div#left,div#right
{
min-height:100%;
}
body
{
background:#EEE;
}
img
{
border:0;}
h1
{
border: 1px solid #CCC;
font-family: "Comic Sans MS", Courier, sans-serif;
margin:5px auto;
background:url('img/logo.png');
text-align:center;
width:95%;
height:50px;
}
div#main, div#left, div#right
{
background:#FFF;
border: 1px solid #CCC;
float:left;
}
div#left
{
margin-right:1px;
width:18%;
}
div#right
{
text-align:center;
margin-left:1px;
width:15%;
}
div#main
{
width:62%;
padding:1em;
}
a
{
color:black;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
.c
{
text-align:center;
}
.imgshow img
{
max-width:40%;
padding:1em;
}