body {
 margin:0px;
 padding:0px;
 background:#fff;
 text-align:center;
}

.page {
 margin:0 auto;
 width:800px;
 min-height:800px;
 border:3px solid red;
 background:#840808;
}

ul.menu {
 padding:0;
 margin:0;
 list-style-type:none;
 height:50px;
 background-color:#b30000;
}

ul.menu li {
 float:left; /*pour IE*/
 border-right:1px solid white;
}

ul.menu li a {
 display:block;
 float:left;   
 width:100px;
 line-height:50px;
 background:black url('../img/menu-back.png') repeat-x;
 color:#fff;
 text-decoration:none;
 text-align:center;
 font-family:Arial,Helvetica,Verdana;
 font-weight:bold;
}

ul.menu li a:hover {
 background:black url('../img/menu-back-over.png') repeat-x;
 color:white;
}
  
ul.menu li a.on {
 background:black url('../img/menu-back-on.png') repeat-x;
 color:white;
}

#content {
 margin:6px;
 text-align:left;
 color:white;
 font-family:Arial;
 font-size:14px;
}

#content a {
 color:white;
 font-weight:bold;
 font-size:11px;
}

h1 {
 color:white;
 font-weight:bold;
 font-style:underline;
}

h2 {
 color:#ccc;
 font-weight:normal;
 font-style:Italic;
 font-size:10px;
}

img.icon {
	width:150px;
	float:left;
	padding:8px;
        margin-top:-8px;
}

#content div {
 margin-top:5px; 
 min-height:120px;
}

.actor {
 width:370px;
 float:left;
 border:1px solid white;
 margin:5px;
 background-color:#aa0000;
padding:3px;
}

.actor img {
 float:left;
 width:120px;
 padding-right:5px;
}

#galery img {
 height:60px;
}

