@charset "utf-8";
/* CSS Document */

Body {
background-image: url(images/backpage.png);
background-repeat: repeat-x;
background-color: #E4E4E4;
margin: 0px;
padding: 0px;
text-align: center;
}

#generaldiv {
background-image: url(images/backface.png);
background-repeat: no-repeat;
width: 850px;
margin: auto;
padding: 0px;
text-align: left;
}

.actus {
background-image: url(images/mid_bleu.gif);
background-repeat: repeat-y;
width: auto;
height: auto;
text-align: left;
}

.zone_actus {
padding: 0px 48px 0px 35px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

.zone_contenu {
width: 515px;
height: auto;
padding: 5px 0px 10px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

.titre_actu {
font-weight: bolder;
color: #02B1DD;
display: block;
}

a.read:link, a.read:visited, a.read:active {
background-image: url(images/puce_readon.gif);
background-repeat: repeat-y;
text-indent: 11px;
color: #649102;
text-decoration: none;
font-size: 10px;
display: block;
margin-top:5px;
}

a.read:hover {
color: #426100;
text-decoration: underline;
}

a.link:link, a.link:visited, a.link:active {
background-image: url(images/puce_link.gif);
background-repeat: repeat-y;
padding-left:28px;
color: #649102;
text-decoration: none;
font-size: 12px;
display: inline;
font-weight: normal;
}

a.link:hover {
color: #30B2FA;
text-decoration: underline;
}

a:link, a:visited, a:active {
color: #649102;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}

a:hover {
color: #30B2FA;
}

a.textlink:link, a.textlink:visited, a.textlink:active {
color: #666;
text-decoration: none;
font-size: 11px;
font-weight: normal;
}

a.textlink:hover {
text-decoration: underline;
color: #000;
}

.maintitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bolder;
color: #0E4894;
}

h3 {
font-size: 12px;
font-weight: bold;
color: #02B1DD;
border-bottom: 1px dotted #eee;
line-height: 20px;
}

ul {
padding-left: 15px;
}

li {
list-style: square;
}