#contenu #newsletter
{
text-align: center;
font-weight: bold;
}
#contenu .news
{
border: 1px #2C485C solid;
margin: auto;
width: 600px;
margin-bottom: 30px;
}
#contenu .news .titre
{
background-image: url("../images/titre_news.png");
background-repeat: no-repeat;
background-color: #cee4f0;
border-bottom: 1px #b5c4d3 solid;
font-size: 1.4em;
text-align: center;
font-weight: bold;
}
#contenu .news .titre em
{
color: #ffa800;
font-size: 0.6em;
}
#contenu .news .contenu
{
background-color: white;
padding: 10px;
text-align: justify;
}
#contenu .news .contenu .floatleft
{
float: left;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
#contenu .news .contenu .floatright
{
float: right;
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
#contenu .news .contenu .info, #contenu .news .contenu .erreur, #contenu .news .contenu .question, #contenu .news .contenu .attention
{
padding-left: 47px;
vertical-align: top;
height: 40px;
}
html>body #contenu .news .contenu .info, #contenu .news .contenu .erreur, #contenu .news .contenu .question, #contenu .news .contenu .attention
{
height: auto;
min-height: 40px;
}
#contenu .news .contenu .info
{
color: #008000;
background: url("../images/info.png") no-repeat;
}
#contenu .news .contenu .erreur
{
color: red;
background: url("../images/erreur.png") no-repeat;
}
#contenu .news .contenu .question
{
color: blue;
background: url("../images/question.png") no-repeat;
}
#contenu .news .contenu .attention
{
color: #ec7600;
background: url("../images/attention.png") no-repeat;
}
#contenu #sondage, #contenu #sondage_div table td
{
border: none;
}
#contenu #sondage .sondage_titre
{
background-color: #ffa800;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
padding: 2px;
font-weight: bold;
width: 230px;
}
#contenu #sondage .sondage_contenu
{
background-color: white;
border: 1px solid black;
padding: 2px;
font-size: 0.7em;
text-align: left;
width: 230px;
margin-bottom: 20px;
}
#contenu #sondage .sondage_contenu img
{
border: 1px solid black;
}
#contenu #sondage tr, #contenu #sondage td
{
border: none;
background-color: transparent;
background-image: none;
}
