/*
general
*/
body.accueil{
background-image : url("../images/fond.jpg");
background-repeat : no-repeat;
background-position : top left;
background-attachment : fixed;
}

#agenda h2 span:after, #actualites h2:after{
content:"\2026";
}

/*
agenda
*/
#agenda{
width:48%;
float:right;
background-color : #fff;
}

#agenda #sagenda{
border-left : 5px solid #99CC67;
border-right : 5px solid #99CC67;
border-top:1px solid #99CC67;
}

#agenda #corne{
background-image : url("../images/corne.png");
background-repeat : no-repeat;
background-position : bottom right;
height:50px;
margin:0 -5px;
}

#agenda h2{
border-bottom:4px solid #99CC67;
margin:0;
font-size:1.3em;
}

#agenda h2 span{
background-color:#99CC67;
padding:0 2%;
border-bottom:1px solid #99CC67;
}

#agenda h3{
background-image : url("../images/puce.png");
background-repeat : no-repeat;
background-position : center left;
padding-left:1em;
margin-left:-5px;
}

#agenda p{
font-style : italic;
padding:0 0.8em;
}

#agenda em{
color:red;
}

/*
actualites
*/
#actualites{
width:48%;
}

#actualiteshisto{
width:100%;
}

#actualites #sactualites #actualiteshisto {
background-image : url("../images/transparent.png");
border-top:1px dotted #eee;
}

#actualites h2{
color: #666;
font-size:1.3em;
margin:0;
}

#actualites h3:before{
background-color: #32ffff;
content:"> ";
display:inline;
}

#actualites h3{
border-bottom : 3px solid #32ffff;
font-weight:700;
margin-top:0;
}

#actualites p{
margin:0.5em 0;
}

#actualites a{
text-decoration : none;
color:#000;
}

#actualites a:hover{
text-decoration : underline;
}


#actualiteshisto h2{
color: #666;
font-size:1.3em;
margin:0;
}

#actualiteshisto h3:before{
background-color: #32ffff;
content:"> ";
display:inline;
}

#actualiteshisto h3{
border-bottom : 3px solid #32ffff;
font-weight:700;
margin-top:0;
}

#actualiteshisto p{
margin:0.5em 0;
}

#actualiteshisto a{
text-decoration : none;
color:#000;
}

#actualiteshisto a:hover{
text-decoration : underline;
}


/*
resultats
*/
#resultats{
padding-top:1.5em;
width:48%;
}

#resultats #sresultats{
border:1px solid #fc8600;
border-top:1px dotted #eee;
background-image : url("../images/transparent.png");
}

#resultats h2{
color: #fc8600;
font-size:1.3em;
margin:0;
padding:0;
background-image : url("../images/fondblocc.png");
background-position : bottom right;
background-repeat : no-repeat;
}

#resultats h2 span{
background-color : #fff;
padding-right:0.1em;
}

#resultats h3{
color: #fc8600;
font-weight:700;
margin-top:0;
}

#resultats p{
margin:0.5em 0;
text-align : right;
padding-right:3%;
}