@charset "utf-8";
/* CSS Document */

*{
padding:0px; margin:0px; border:0px;
}
body{
background-image:url(images/bg.jpg);
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#2b2928;
}
#all{
width:850px;
margin:0 auto 20px auto;
}
#menu{
width:850px;
height:200px;
background-color:#262323;
}
#nouvelles{
float:left;
width:789px;
padding:30px;
background-color:#4c0a0c;
color:#fff;
margin:2px 0px;
}
#topkapi{
float:left;
width:826px;
background-color:#efefea;
border:12px solid #262323;
padding:0px;
margin-top:-15px; _margin-top:0px; !margin-top:0px;
}
#contenu{
float:left;
width:765px;
padding:30px;
}
#footer{
display:block;
clear:both;
font-size:10px;
}
h1{
font-size:24px;
font-weight:bold;
color:#41413b;
margin:0px 0px 15px 0px;
}
#nouvelles h1{
font-size:24px;
font-weight:bold;
color:#fbd475;
margin:0px 0px 15px 0px;
}
h2{
font-size:21px;
font-weight:bold;
color:#5b0c0f;
font-family:"Times New Roman", Times, serif;
border-bottom:1px dashed #5b0c0f;
}
#nouvelles h2{
font-size:18px;
font-weight:bold;
color:#fbd475;
font-family:"Times New Roman", Times, serif;
margin-bottom:3px;
border:0;
}
p{
margin:10px 0px 5px 0px;
}
li{
margin:10px 40px;
}
.img{
border:2px solid #cccccc;
}
.menu{
border-bottom:1px dashed #5b0c0f;
}
.date{
border:1px dashed #cccccc;
width:80px;
height:80px;
}
.chiffre{
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:38px;
font-weight:bold;
}
.evenements{
display:block;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:29px;
font-weight:bold;
background-color:#dcdcd4;
width:30px;
height:30px;
border:1px solid #cccccc;
text-align:center;
background-image:url(images/open.jpg);
background-repeat:no-repeat;
cursor:pointer;
}