@charset "utf-8";

#menu-left {
    margin-top: 0px;
}

#main {
    float: left;
    width: 680px;
}

#content {
    width: 660px;
    margin: auto
}

#pub {
    width: 100%;
    height: 175px;
    background-color: #CCCCCC;
    margin-bottom: 15px;
    border: solid 1px #ccc;
}

#product {
    margin: auto;
    width: 660px;
}

.block-product {
    width: 320px;
    float: left;
    margin-bottom: 20px;
    border: solid 1px #ccc;
}

.img-product {
    width: 100%;
    height: 150px;
    background-color: #666666;
    display: block;
}

.clear {
    clear: both;
}

.marge-product {
    width: 16px;
    height: 150px;
    float: left;
}

.titre-product:hover {
    color: #42C9F6;
}

.titre-product {
    width: 100%;
    height: 32px;
    float: left;
    display: block;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    font-size: 16px;
    color: #384C58;
}

.block-calender {
    margin-top: 20px;
    width: 160px;
    height: 150px;
    float: left;
	text-align:center;
	border:dotted 1px #cccccc;
}
.block-calender a {
   	color:#333333;
	text-decoration:none;
}
.block-calender a:hover {
   	color:#42C9F6;
	text-decoration:none;
}

.marge-calender {
    width: 10px;
    height: 50px;
    float: left;
}
