/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
color: #707172;
}
img {
border:0;
}
h1 {
color: #A74D93;
font-weight: bold;
font-size: 20px;
height: 20px;
vertical-align: middle;
/* border-bottom: 1px dashed #A74D93; */
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-bottom: 10px;
}
h3 {
color: #64C3D5;
font-weight: bold;
font-size: 16px;
height: 16px;
margin-top: 30px;
margin-bottom: 10px;
}
a  {
color: #64C3D5;
text-decoration: underline;
}
a:hover  {
color: #A74D93;
text-decoration: none;
}
a:focus  {
color: #A74D93;
text-decoration: none;
}
ul.spip {
list-style-image: url('squelettes/images/page/puce.gif');
}
li.spip {
list-style-image: url('squelettes/images/page/puce.gif');
}
#breadcrumb  {
color: #A74D93;
font-size: 0.7em;
text-decoration: none;
}
#breadcrumb a  {
color: #A74D93;
text-decoration: none;
}
#breadcrumb a:hover  {
color: #A74D93;
text-decoration: underline;
}
#newsletter a{
padding-bottom: 10px;
margin-left: 650px;
font-family: verdana, arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
#newsletter a:hover{
padding-bottom: 10px;
margin-left: 650px;
font-family: verdana, arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.newstitle{
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
padding-left: 15px;
padding-right: 15px;
}
.newstext{
font-size: 10px;
font-weight: bold;
color: #A74D93;
padding-left: 15px;
padding-right: 15px;
}
.articletitle{
text-align: left;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding-left: 15px;
padding-right: 5px;
}
.articletext{
text-align: left;
font-size: 10px;
font-weight: bold;
color: #A74D93;
padding-left: 15px;
padding-right: 5px;
}
.articletext ul{
text-align: left;
padding-left: 15px;
margin-top: 5px;
margin-left: 0px;
}
.articletext li{
text-align: left;
padding-left: 0px;
margin-top: 0px;
margin-left: 0px;
}
.articletext a{
font-size: 10px;
font-weight: bold;
color: #A74D93;
padding-left: 15px;
padding-right: 5px;
text-decoration: underline;
}
.articletext a:hover{
font-size: 10px;
font-weight: bold;
color: #A74D93;
padding-left: 15px;
padding-right: 5px;
text-decoration: none;
}
.credits{
font-size: 9px;
font-weight: bold;
color: #707172;
}
.credits a{
font-size: 9px;
font-weight: bold;
color: #707172;
}
.credits a:hover{
font-size: 9px;
font-weight: bold;
color: #707172;
}
#header {
height: 118px;
background-color: #FFFFFF;
background: url('images/page/banner_top.jpg') top right no-repeat;
}
#page {
position: absolute;
width: 970px;
left: 50%;
margin-left: -485px;
background-color: #EFF8FD;
}
#content {
padding-top: 0px;
padding-left: 30px;
}
#contenttext {
margin-top: 30px;
padding-right: 20px;
}
#center {
margin-left: 118px;
margin-right: 208px;
}
#left {
position: absolute;
left:0;
width: 118px;
color: #707172;
font-size: 9px;
}
#right {
position: absolute;
right:0;
width: 208px;
background-image: url('images/page/news_right.jpg');
}
#logo {
float: left;
width : 110px;
height: 100px;
margin-left: 5px;
margin-top: 10px;
}
#newsletter {
float: left;
width : 150px;
height: 25px;
margin-left: 650px;
margin-top: 90px;
}
#footer {
height: 52px;
background: #D4D700;
background: url('images/page/footer.jpg') top left no-repeat;
}
#footer1 {
text-align: right;
}
#footer2 {
padding-left: 10px;
}
/*
.menuleft {
list-style-type: none;
margin: 0;
padding:0;
}
.menuleft li {
margin-bottom: 5px;
}
.menuleft a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menuleft a:hover {
text-decoration: none;
}
.menuright {
list-style-type: none;
margin: 0;
padding:0;
}
.menuright li {
margin-bottom: 5px;
}
.menuright a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menuright a:hover {
text-decoration: none;
}
*/
p {margin: 0 0 10px 0;}

table.spip {
       background-color: #A74D93;
}

table.spip tr.row_first {
        background-color: #A74D93;
}

table.spip tr.row_first strong {
        color: #FFFFFF;
}

table.spip tr.row_odd {
        background-color: #eff8fd;
}

table.spip tr.row_even {
        background-color: #ffffff;
}

table.spip td {
        margin: 1px;
        padding: 3px;
        text-align: left;
        vertical-align: top;
}

table.spip td a {
        color: #A74D93;
		text-decoration: none;
}

table.spip td a:hover {
        color: #FFFFFF;
		text-decoration: underline;
}