#sidebar-second, #page-title
{
display: none;
}
.two-sidebars #content {
width: 700px;
}
.boite:hover
{
background-color: #ff3300;
}
.boite
{
width: 320px;
height: 280px;
float: left;
background-color: #075482;
padding: 10px;
margin-right: 10px;
margin-bottom: 10px;
-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
box-shadow: 0px 0px 5px #000;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-moz-border-radius: 10px;
color: white;
}
.boite .cover
{
width: 160px;
float: left;
}
.boite .intro, .boite .introlow
{
/*font-weight: bold;*/
font-size: 12px...