2010-04-02 10:11:32 +00:00
|
|
|
#rsynthese { margin :10px; fonst-weight:bold; }
|
|
|
|
.blockh2{ margin:5px; }
|
|
|
|
.page { page-break-before:always; }
|
|
|
|
#commentaires h1 {
|
|
|
|
clear:both;
|
|
|
|
margin:15px 0 5px 0;
|
|
|
|
padding:0;
|
|
|
|
background:none;
|
|
|
|
color:#000000;
|
|
|
|
font:bold 1.2em Arial, Verdana, Sans-serif;
|
|
|
|
border:0;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires h2 {
|
|
|
|
clear:both;
|
|
|
|
margin:15px 0 0 0;
|
|
|
|
padding:0;
|
|
|
|
background:none;
|
|
|
|
color:#000000;
|
|
|
|
font:italic 1.1em Arial, Verdana, Sans-serif;
|
|
|
|
border:0;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires h3 {
|
|
|
|
clear:both;
|
|
|
|
margin:15px 0 0 0;
|
|
|
|
padding:0;
|
|
|
|
background:none;
|
|
|
|
color:#000000;
|
|
|
|
font:normal 1em Arial, Verdana, Sans-serif;
|
|
|
|
border:0;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires h4 {
|
|
|
|
clear:both;
|
|
|
|
margin:15px 0 0 0;
|
|
|
|
padding:0;
|
|
|
|
background:none;
|
|
|
|
color:#000000;
|
|
|
|
font:normal 0.8em Arial, Verdana, Sans-serif;
|
|
|
|
border:0;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires table td, #commentaires table th {
|
|
|
|
border:1px solid #000000;
|
|
|
|
padding:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires table {
|
|
|
|
color:grey;
|
|
|
|
border-collapse:collapse;
|
|
|
|
margin:5px 0;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires table.TABLEAUDEFAUTPLUS {
|
|
|
|
width:48%;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires table.TABLEAUDEFAUTMOINS {
|
|
|
|
width:48%;
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires table tr.TITRES {
|
|
|
|
background:#000000;
|
|
|
|
color:#ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires table tr.VERT {
|
|
|
|
background:#00ff99;
|
|
|
|
color:#000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires table tr.ROUGE {
|
|
|
|
background:#ff3030;
|
|
|
|
color:#000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires table tr.JAUNE {
|
|
|
|
background:#ffff66;
|
|
|
|
color:#000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires span{
|
|
|
|
padding-left:15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires span.plus{
|
2010-04-15 09:41:14 +00:00
|
|
|
background: white url('../img/li-plus.gif') no-repeat left center;
|
2010-04-02 10:11:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires span.moins{
|
2010-04-15 09:41:14 +00:00
|
|
|
background: white url('../img/li-moins.gif') no-repeat left center;
|
2010-04-02 10:11:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires span.point{
|
2010-04-15 09:41:14 +00:00
|
|
|
background: white url('../img/li-point.gif') no-repeat left center;
|
2010-04-02 10:11:32 +00:00
|
|
|
}
|