body{
background-image: url("image/brown4.jpg");
}

ul{
list-style-type: upper-roman;
background-color: #28a2ff;
}

table.textsommaire{
margin-left: auto;
margin-right: auto;
}

table.text{
width: 100%;
}

td.center{
background-color: #28a2ff;
}

td.left{
 background-image: url(image/left.png);

}

td.right{
 background-image: url(image/right.png);
}

td.top{
 background-image: url(image/top.png);
}

td.bottom{
 background-image: url(image/bottom.png);
}

td.topleft{
 background-image: url(image/topleft.png);

}

td.topright{
 background-image: url(image/topright.png);
}

td.bottomleft{
 background-image: url(image/bottomleft.png);
}

td.bottomright{
 background-image: url(image/bottomright.png);
}

.soustitre{
color: red;
text-align: center;
text-transform: capitalize;
}

em{
font-weight: bold;
}

code{
color: red;
}

pre{
color: #59330F;
font-family: courier, serif;
font-size: large;
}

p{
font-size: normal;
font-family: arial, "lucida console", sans-serif
}

img{
border :0;
}

.retour{
font-size: small;
font-weight: bold;
color: gray;
//text-decoration: underline;
}

.navigation{
margin-left: auto;
margin-right: auto;
text-align: center;
}