@charset "utf-8";


span.NewsSelector {
margin-right:5px;
}

div.newsAccordionHidden {
display:none;
}

div.newsAccordionVisible {
display:block;
}

/* HEADER ACCORDION */

a.checkedNews{display:inline; background:url(../images/site/icones/checkbox_checked.gif) no-repeat; height:14px; width:14px; float:left;}
a.checkNews{display:inline; background:url(../images/site/icones/checkbox.gif) no-repeat; height:14px; width:14px; float:left;}

div.A {
display:block;
position:static;
height:33px;
width:588px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:url(../images/site/news/news.jpg) 0px 0px no-repeat;
margin-left:6px;
border:0px;
margin-top:0px;
padding-top:0px;
margin-bottom:0px;
outline:none;
}

div.A.ui-state-active {
display:block;
position:static;
height:33px;
width:588px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:url(../images/site/news/news.jpg) 0px -33px no-repeat;
margin-left:6px;
border:0px;
margin-top:0px;
padding-top:0;
outline:none;
}

div.A.newslink1st.ui-accordion-header{
display:block;
position:static;
height:33px;
width:588px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:url(../images/site/news/news-haut.jpg) 0px 0px no-repeat;
margin-left:6px;
border:0px;
margin-top:0px;
padding-top:0;
}

div.A.newslink1st.ui-accordion-header.ui-state-active {
display:block;
position:static;
height:33px;
width:588px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:url(../images/site/news/news-haut.jpg) 0px -33px no-repeat;
margin-left:6px;
border:0px;
margin-top:0px;
padding-top:0;
}

/* CONTENU DU HEADER */

div.A span.news_logowapper {
display:inline;
float:left;
margin-top:4px;
padding-left:35px;
}

div.A span.news_titlewapper {
display:inline;
float:left;
margin-top:2px;
margin-left:10px;
color:#454545;
width:450px;
overflow:hidden;
font-weight:bold;
}

div.A span.news_datewapper {
display:inline;
float:left;
margin-left:10px;
margin-top:1px;
width:350px;
overflow:hidden;
color:#454545;
}

/* CONTENU DES NEWS */
div.news_contenu_left.ui-widget-content {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border:0px;
width:588px;
height:auto;
padding:0px;
margin:0px;
margin-left:6px;
border:0;
background:none;
}

div.news_contenu_header{
width:588px;
height:9px;
background:url(../images/site/news/news-ouvert-haut.jpg) no-repeat;
margin-left:0px;
margin-top:0px;
padding:0px;
}

div.news_contenu_footer{
width:588px;
height:16px;
background:url(../images/site/news/news-ouvert-bas.jpg) no-repeat;
margin-left:0px;
margin-bottom:0px;
padding:0px;
clear:both;
}

div.news_contenu_news{
display:inline;
width:588px;
background:url(../images/site/news/news-ouvert-pixel.jpg) repeat-y;
float:left;
text-align:justify;
}

div.news_contenu_text{
display:inline;
width:455px;
float:left;
text-align:justify;
padding-left:20px;
line-height:20px;
}

a.NewsContentRight{
width:73px;
height:24px;
display:inline;
float:right;
margin-left:10px;
background:url(../images/site/news/en-savoir-plus.png) no-repeat;
margin-top:-10px;
padding-left:30px;
padding-top:3px;
font-weight:bold;
}




