couleur bandeau

This commit is contained in:
Nicolas Bally 2011-07-01 12:09:47 +02:00
parent e39fa50cd8
commit de742c766c

View File

@ -53,7 +53,9 @@ color:#93c01f;}
float: right; float: right;
margin-top: 40px; } } margin-top: 40px; } }
#bandeau { #bandeau {
background: RGB(91, 67, 46); background: #6d563e;
border-radius:10px;
-moz-border-radius:10px;
padding: 10px; padding: 10px;
width: 940px; width: 940px;
margin: auto; margin: auto;
@ -69,11 +71,12 @@ color:#93c01f;}
margin: auto; margin: auto;
margin-bottom: 10px; margin-bottom: 10px;
.slide { .slide {
background: #6d563e;
width: 960px; width: 960px;
height: 309px; height: 309px;
position: relative; position: relative;
margin: 0px 5px 0px 5px; margin: 0px 5px 0px 5px;
background: #6d563e;
border-radius:10px; border-radius:10px;
-moz-border-radius:10px; -moz-border-radius:10px;
a { a {