body {
color: #2C143D;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
text-align: center;
}


/* ---------------------------------------------------------------- */
/* MAIN BLOCS                                                       */

div#topBloc {
display: none;
}

div#middleBloc {
width: 100%;
text-align: left;
}

div#leftBloc {
display: none;
}

div#bodyBloc {
width: 100%;
}

div#rightBloc {
display: none;
}

/* ---------------------------------------------------------------- */
/* BODY BLOC CONTENT                                                */


#leftTitle {
display: none;
}

div#body h1:before {
content: "SOFTASTUCES.COM » ";
}

div#body h1 {
font-family: Arial;
font-size: 13px;
color: #000000;
font-weight: bold;
text-transform: uppercase;
}

div#body h2 {
color: #B70222;
border-bottom: 1px solid #B70222;
margin: 0px;
margin-top: 30px;
margin-bottom: 5px;
font-size: 12px;
font-weight: bold;
}

div#body h3 {
color: #B70222;
border-bottom: 1px solid #B70222;
margin-top: 30px;
margin-bottom: 5px;
font-size: 12px;
font-weight: normal;
font-style: italic;
}

div#body ul.instr li {
margin-bottom: 30px;
list-style-type: square;
}

div#body ul.raquo li {
list-style-type: disc;
margin-bottom: 0px;
}

.important {
font-size: 12px;
font-weight: bolder;
font-style: italic;
text-decoration: none;
}

.brackets {
font-size: 12px;
font-style: italic;
text-decoration: none;
font-weight: normal;
color: #0000A6;
}

.list {
font-family: Arial, sans-serif;
color: #000000;
font-size: 11px;
text-decoration: none;
}

.red {
color: #FF0000;
text-decoration: none;
font-style: italic;

}

.blue {
color: #6633ff;
text-decoration: none;
font-style: italic;
}

a {
text-decoration: underline;
}

/* ------------------------------------------------------------ */
/* NICE BOX                                                     */

div.niceBox {
width: 85%;
min-width: 500px;
margin: 0px;
margin-left: auto;
margin-right: auto;
}

div.niceBoxHeader {
width: 100%;
height: 18px;
background-color: #000000;
border-bottom: 1px solid #000000;
}

div.niceBoxHeader span.left, div.niceBoxHeader span.right {
display: none;
}

/* ------------------------------------------------------------ */
/* ALERT BOX                                                    */

div.alertBox {
width: 500px;
margin-left: auto;
margin-right: auto;
border: 1px solid #000000;
padding: 4px;
}

div.alertBoxTop, div.alertBoxBottom {
display: none;
}

div.alertBoxBody img.icone {
padding-right: 4px;
padding-bottom: 4px;
float: left;
}

/* ------------------------------------------------------------ */
/* DIVERS                                                       */

div.indent {
margin-left: 50px;
}

hr.spacer {
clear: both;
visibility: hidden;
height: 1px;
margin: 0px;
}

#tutoMenu, #bottomPub {
display: none;
}
