body {
    font-family: arial;
    background-color: rgb(238,238,238);
}

            /* en tete*/

main p, main ul{
    color: rgb(85,85,85);
}
header{
    background-color: rgb(221,221,221);
    border: 1px solid rgb(221,87,53);
    text-align: center;
    
}
h1{
     color: rgb(221,87,53);
}

            /* corp de page */
li{
    line-height: 2;
}
            
h3 {
    color: rgb(85,85,85);
}

a {
    color:red;
    text-decoration: none;
}
.NoirText {
    color: black;
}

/* font size */

.FontSize li:first-child{
    font-size: medium;
}

.FontSize li:nth-child(2){
    font-size: large;
}
 
.FontSize li:nth-child(3){
    font-size: 14px;
}    

 
.FontSize li:nth-child(4){
    font-size: 14pt;
}    

 
.FontSize li:nth-child(5){
    font-size: 150%;
}    

 
.FontSize li:nth-child(6){
    font-size: 1.5em;
}    

 
.FontSize li:nth-child(7){
    font-size: 1.5rem;
}    

/* font weight */

.font-weight li:nth-child(1){
    font-weight: bold;
}


.font-weight li:nth-child(3){
    font-weight: 700;
}

.font-weight li:nth-child(4){
    font-weight: bolder;
}

.font-weight li:nth-child(5){
    font-weight: lighter;
}

/* font-style*/

.font-style li:nth-child(1){
    font-style: italic;
}

/*Line Height*/

.LineHeight li:nth-child(1){
    line-height:1;
}

.LineHeight li:nth-child(2){
    line-height:1.5;
}

.LineHeight li:nth-child(3){
    line-height:4;
}

/* lettre spacing */

.letterSpacing {
    letter-spacing:0.5em;
}

/* word Spacing */

.wordSpacing {
    word-spacing: 2em;
}

/* whiteSpace*/

ul.whiteSpace {
    padding: 0;
    list-style-type: none;
}

.whiteSpace li{
    background-color: lightgrey;
    width: 200px;
    margin-top: 10px;
    list-style: none;
}

.whiteSpace lip:nth-child(1){
    white-space: normal;
}

.whiteSpace li:nth-child(2){
    white-space: nowrap;
}

.whiteSpace li:nth-child(3){
    white-space: pre;
}

/* Align text */

ul.Align {
    padding: 0;
    list-style-type: none;
}

.Align li{
    margin-top: 10px;
}

.Align li:nth-child(1){
    text-align: left;
}

.Align li:nth-child(2){
    text-align: right;
}

.Align li:nth-child(3){
    text-align: center;
}

.Align li:nth-child(3){
    text-align: justify;
}

.TextIndent{
    text-indent: 100px;
}

/* Text transformation */

.TextTrans li:nth-child(1){
    text-transform:none;
}

.TextTrans li:nth-child(2){
    text-transform:capitalize;
}

.TextTrans li:nth-child(3){
    text-transform:uppercase;
}

.TextTrans li:nth-child(4){
    text-transform:none;
}
    
/* Text Decoration*/

.TextDecoration li:nth-child(1){
    Text-decoration:underline;
}

/*.TextDecoration li a:nth-child(2){
    Text-decoration:none;
}*/

.TextDecoration li:nth-child(3){
    text-decoration: underline overline blue;
}

.TextDecoration li:nth-child(4){
    Text-decoration:underline red;
}

.TextDecoration li:nth-child(5){
    Text-decoration:underline double orangered; 
}

.TextDecoration li:nth-child(6){
    Text-decoration:underline green;
}

.TextDecoration li:nth-child(7){
    Text-decoration:underline  wavy teal; 
}
/* pied de page */
            
footer{
    background-color: rgb(221,221,221);
    border: 1px solid black;
    text-align: center;
    padding-top: 20px;
    margin-top: 40px;
}

footer img{
    width: 7%;
}

.orange{
    color: rgb(221,87,53);
}
