15 lines
239 B
CSS
15 lines
239 B
CSS
/*<!-- TITRE -->*/
|
|
h1#title
|
|
{
|
|
border-bottom: thin solid blue;
|
|
background: url(../img/BarreBleue.png) repeat-x;
|
|
}
|
|
|
|
div#content{
|
|
background-image: url("../img/fond_bde.png");
|
|
padding-left: 15px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
|
|
|