bonjour voilà mon soucis je n'arrive pas à écarter message de flash de 5px une petite idée svp?, merci de votre aide

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
#right_content{
width:750px;
height:auto;
margin:10px 0 0 0;
float:left;
padding:10px;
}
.message{
background-color:#FFFF99;
width:590px;
min-height:300px;
float:left;
border-radius:10px
}
/*----------------------news_flash-------------------------*/
.flash{
background-color:#FFCCFF;
width:150px;
min-height:300px;
padding:10px 0 0 10px;
float:left;
border-radius:10px
}