/* CONTENU DROIT GENERAL ------------------------------------------------------------------------------------------------------------------------------ */
body
{
background-image: url(images/design/jaune.gif);
background-attachment: fixed;
}
h2
{
color: #FFA715;
}
.titrehaut
{
padding-top: 0;
margin-top: 0;
}
a:link
{
color: #FFA715;
text-decoration: none;
font-weight: bold;
}
a:visited
{
color: #FFA715;
text-decoration: none;
font-weight: bold;
}
a:hover
{
color: #000000;
text-decoration: none;
font-weight: bold;
}
a:active
{
color: #000000;
text-decoration: none;
font-weight: bold;
}
.contenudroit
{
width: 720px;
/*background-color: #ffffff;*/
padding: 0 0 20px 0;/*0 30px 0 30px;*/
/*border: 1px dashed #CCCCCC;*/
border-top: 0;
text-align: left;
}
div#contenu img
{
margin: 0 20px 10px 0;
float: left;
}
.actusgauche
{
/*width: 440px;*/
}

/* ACTU CONTENU  ------------------------------------------------------------------------------------------------------------------------------ */
.colactucontenu
{
width: 480px;
padding: 0 10px 30px 30px;
}
div#actucontenu
{
margin: 0 20px 0 0;
}
div#contenuedito ul
{
margin: 0;
padding: 0;
/*list-style-image: url("images/design/puce-jaune.gif");*/
}
div#contenuedito li
{
margin: 0 0 5px 0;
padding: 0 0 0 10px;
/*padding-left: 10px*/
border-left: 5px solid #FFA715;
}
div#contenuedito a:link
{
color: #000000;
text-decoration: none;
}
div#contenuedito a:visited
{
color: #000000;
text-decoration: none;
}
div#contenuedito a:hover
{
color: #000000;
text-decoration: underline;
}
div#contenuedito a:active
{
color: #000000;
text-decoration: underline;
}
.blocfiletbasactus
{
margin: 0 0 30px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #FFA715;
}
.dateactus
{
font-size: 12px;
font-weight: bold;
color: #FFA715;
}
/* ACTU MENU ------------------------------------------------------------------------------------------------------------------------------ */
.colactumenu
{
width: 240px;
padding: 0 0 30px 15px;
/*border-left: 1px solid #CCCCCC;*/
/*background-image: url(/uploads/images/design/bordure-vert.gif) repeat-y left top;*/
background-image: url(images/design/bordure-jaune.gif);
}
.actus
{
/*width: 240px;*/
border-left: 1px dashed #CCCCCC;
}
div#actu
{
margin: 0;
text-align: left;
}
div#actu ul
{
margin: 10px 0 10px 10px;
padding: 0;
list-style-image: url("images/design/puce-jaune.gif");
}
div#actu li
{
margin: 10px;
padding: 0;
}
div#actu img
{
margin: 0;
padding: 0;
align: top;
}
div#actu a:link
{
color: #000000;
text-decoration: none;
}
div#actu a:visited
{
color: #000000;
text-decoration: none;
}
div#actu a:hover
{
color: #000000;
text-decoration: underline;
}
div#actu a:active
{
color: #000000;
text-decoration: underline;
}






/* MENU
-------------------------------------------------------------------------------------------
*/
/************************************************************************************************************************************
FIX
************************************************************************************************************************************/
/** ie bug avec display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/************************************************************************************************************************************
MENU
************************************************************************************************************************************/
div#menu_vert {
	margin: 0;
	padding: 0;   
	text-align: left;
	border: 0;
	font-size: 14px;
	background-color: #CCCCCC;
}
div#menu_vert ul {
	margin: 0;
	padding: 0; 
        list-style-image: url("images/design/puce.gif");/*puce transparente anti-bug ie */
}
div#menu_vert li {
	margin: 0;
	padding: 0; 
	list-style: none;
	display: block;
	border-bottom: 1px solid #ffffff;
	line-height: 30px;
	/*background-color: #666666;*/
}
div#menu_vert a {
	padding: 0 0 0 20px;/*largeur de la fleche + decalage */
	text-decoration:none;
	font-weight: bold;
	color: #000000;
	background: url(images/design/fleche-droite.gif) no-repeat 0 center; /* dim image 10x10*/
	display: block; /* IE */
	min-height:1em; /* IE7 */ 
}
div#menu_vert a:hover {
	color: #FFFFFF;
	/*background-color: #E8E8E8;*/
}
div#menu_vert li a.activeparent {
   background: url(images/design/fleche-bas.gif) no-repeat 0 center; 
   background-color: #FFA715;
}
div#menu_vert a.activeparent:hover {
   color: #FFFFFF;
}
div#menu_vert ul h3 {
	margin: 0;
	padding: 0 0 0 20px; 
	color: #000000;
	background: url(images/design/fleche-droite.gif) no-repeat 0 center;
	background-color: #FFA715;
	display: block; 
	font-size: 14px; /* h3 specifique au menu */
	/*border-bottom: 1px solid #FFFFFF;*/
}
/************************************************************************************************************************************
MENU NIVEAU 01
************************************************************************************************************************************/

/************************************************************************************************************************************
MENU NIVEAU 02
************************************************************************************************************************************/
div#menu_vert ul ul a{
	padding: 5px 0 5px 30px; 
	background: url(images/design/fleche-droite.gif) no-repeat 10px center; /* dim image 10x10*/
	color: #000000;
	font-weight: normal;
}
div#menu_vert ul ul a:hover {
	color: #FFFFFF;
	/*background-color: #E8E8E8;*/
}
div#menu_vert ul ul{
	background-color: #fdba4b;
	padding-bottom: 10px;
}
div#menu_vert ul ul li{
	border: 0;
	line-height: 16px;
	/*background-color: #999999;*/
}
div#menu_vert ul ul li a.activeparent {
   background: url(images/design/fleche-bas.gif) no-repeat 10px center; 
   /*background-color: #66BEDD;*/
}
div#menu_vert ul ul a.activeparent:hover {
   color: #FFFFFF;
}
div#menu_vert ul ul h3 {
	padding: 5px 0 5px 30px; 
	background: url(images/design/fleche-active.gif) no-repeat 10px center;
	background-color: #fdba4b;
	border: 0;
}
/************************************************************************************************************************************
MENU NIVEAU 03
************************************************************************************************************************************/
div#menu_vert ul ul ul{
	background-color: #fcc873;
}
div#menu_vert ul ul ul a {
   padding: 5px 0 5px 40px; 
	background: url(images/design/tiret.gif) no-repeat 20px center; /* dim image 10x10*/
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #ffa715;
}
div#menu_vert ul ul ul a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
div#menu_vert ul ul ul li{
	border: 0;
	/*background-color: #66BEDD;*/
}
div#menu_vert ul ul ul li a.activeparent {
   background: url(images/design/tiret-blanc.gif) no-repeat 20px center; 
   /*background-color: #E8E8E8;*/
   color: #FFFFFF;
   font-weight: bold;
}
div#menu_vert ul ul ul a.activeparent:hover {
	background: url(images/design/tiret.gif) no-repeat 20px center;
	color: #000000;
	background-color: #FFFFFF;
}
div#menu_vert ul ul ul h3 {
	padding: 5px 0 5px 40px; 
	background: url(images/design/fleche-active-blanc.gif) no-repeat 22px center;
	background-color: #fcc873;
	border: 0;
	color: #FFFFFF;
	border-bottom: 1px solid #ffa715;
}
/************************************************************************************************************************************
MENU NIVEAU 04
************************************************************************************************************************************/
div#menu_vert ul ul ul ul{
	background-color: #fcd696;
}
div#menu_vert ul ul ul ul a {
   padding: 5px 0 5px 50px; 
	background: url(images/design/tiret.gif) no-repeat 30px center; /* dim image 10x10*/
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #D21818;
}
div#menu_vert ul ul ul ul a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
div#menu_vert ul ul ul ul li{
	border: 0;
	/*background-color: #66BEDD;*/
}
div#menu_vert ul ul ul ul li a.activeparent {
   background: url(images/design/fleche-bas-blanc.gif) no-repeat 30px center; 
   /*background-color: #E8E8E8;*/
   color: #FFFFFF;
   font-weight: bold;
}
div#menu_vert ul ul ul ul a.activeparent:hover {
	background: url(images/design/fleche-bas.gif) no-repeat 30px center;
	color: #000000;
	background-color: #FFFFFF;
}
div#menu_vert ul ul ul ul h3 {
	padding: 5px 0 5px 50px; 
	background: url(images/design/fleche-active-blanc.gif) no-repeat 32px center;
	background-color: #fcd696;
	border: 0;
	color: #FFFFFF;
	border-bottom: 1px solid #ffa715;
}

/************************************************************************************************************************************
MENU NIVEAU 05
************************************************************************************************************************************/
div#menu_vert ul ul ul ul ul{
	background-color: #fce2b6;
}
div#menu_vert ul ul ul ul ul a {
   padding: 5px 0 5px 60px; 
	background: url(images/design/tiret.gif) no-repeat 40px center; /* dim image 10x10*/
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #D21818;
}
div#menu_vert ul ul ul ul ul a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
div#menu_vert ul ul ul ul ul li{
	border: 0;
	/*background-color: #66BEDD;*/
}
div#menu_vert ul ul ul ul ul li a.activeparent {
   background: url(images/design/fleche-bas-blanc.gif) no-repeat 40px center; 
   /*background-color: #E8E8E8;*/
   color: #FFFFFF;
   font-weight: bold;
}
div#menu_vert ul ul ul ul ul a.activeparent:hover {
	background: url(images/design/fleche-bas.gif) no-repeat 40px center;
	color: #000000;
	background-color: #FFFFFF;
}
div#menu_vert ul ul ul ul ul h3 {
	padding: 5px 0 5px 60px; 
	background: url(images/design/fleche-active-blanc.gif) no-repeat 42px center;
	background-color: #fce2b6;
	border: 0;
	color: #FFFFFF;
	border-bottom: 1px solid #ffa715;
}












/************************************************************************************************************************************
ACCESSIBILITE
************************************************************************************************************************************/
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px;
}
div#menu_vert li.separator hr {
   display: none;
}