/* Start of CMSMS style sheet 'B612_2FONT-STYLENCOLOR' */
/******************************************************************************/
/*********************************VARIA*****************************************/
/******************************************************************************/

/* #ee6d05 = ORANGE VIF*/
 /* #5c5c5c = GRIS DU BACKGROUND  */

/******************************************************************************/
/**********************************BODY***************************************/
/******************************************************************************/
body {
     }


/*******************************PAGE_MAIN_TABLE*******************************/
/******************************************************************************/

#page_main_table {
}


/*********************************HEADER *************************************/

/******BREADCRUMBS ******/
.p_breadcrumbs {
    background: #ffffff;
    color: #000000;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 9px;
    line-height: 11px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
   }



/******SEARCH ******/
#search {
    background: transparent;
    color: #000000;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 9px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
   }




/*******************************MAIN CONTAINER **********************************/
#main_container {
}

/************************/
/*****LEFT CONTAINER ****/
/************************/

#left_container {
    font-family:   'Arial', 'Helvetica', sans-serif;
    text-align: left;
    text-transform: uppercase;
}
	
/*****NEWS****/


.newstitle {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 4px;
    background: #FFFFFF;
                  }

.innewstitle {
    margin-left: 10px;
    padding-left: 10px;
    font-family:   'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    letter-spacing: 4px;
    background: #87de58;
                  }

.subnews {
    font-family:   'Arial', 'Helvetica', sans-serif;
    border:1px solid #777;
    font-size: 9px;
    font-weight: normal;
    font-style: italic;
    background: #000;
                  }

.news_concours {
    color: #fff;
                  }

/*****MENU****/
/*le style est défini dans le bmenu*/

/***************************************************************************/
/*************************TEXT**********************************************/
/***************************************************************************/                    
#contentWrap {
    background: transparent url(uploads/images/cssimages/fill_white_65a_5x5px.png) repeat scroll top left;
   }


.default {
    text-align: left;
    background: transparent;
    color: #000000;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    text-indent: 0px;
    text-transform: uppercase;
    }

blockquote {
   margin-left: 10px;
   }

strong, b {
   /* explicit setting for these */
   font-weight: bold;
   }

em, i {
   /* explicit setting for these */
   font-style:italic;
                                                 }

/*************/
/*** STYLES ***/
/*************/

.title1 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 0;
    }

.title2 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 0;
    }

.sous_titre1 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 10px;
    font-style: italic;
    line-height: 15px;
    letter-spacing: 0;
    }

.titre_concours {
    font-family: 'Helvetica', 'Arial', sans-serif;
    background: #ee6d05;
    font-size: 10px;
    font-style: normal;
    line-height: 15px;
    letter-spacing: 0;
    }

.gris {
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #808080;
    font-size: 10px;
    font-style: normal;
    line-height: 15px;
    letter-spacing: 0;
    }

.orange {
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #ee6d05;
    font-size: 10px;
    font-style: normal;
    line-height: 15px;
    letter-spacing: 0;
    }


/*************/
/* OTHER STYLES */
/*************/



/***************************************************************************/
/**********************************style des liens******************************/
/***************************************************************************/
a,
a:link 


/*********/
a:active {
/*********/
   text-decoration: none;
   background-color: inherit;
   color: #000;
   font-weight: bold;       
}

/*********/
a:visited {
/*********/
   text-decoration: none;
   background-color: inherit;
   color: #505050;          
}

/********/
a:hover {
/********/
   text-decoration: none;
   background-color: inherit;
   color: #ee6d05; /* #ee6d05 = ORANGE VIF*/
}

/************/
a.external:link {
/************/
                    color: #000;/* colors for external links */
                    /* background image for the link to show wiki style arrow */
                    background: url(images/cms/external.gif) no-repeat 100% 0;
                    }

/**************/
a.external:visited {
/**************/
                         color: #CCC; /* a different color can be used for visited external links */
                         background: url(images/cms/external.gif) no-repeat 100% 0; 
                         /* Set the last 0 to -100px to use that part of the external.gif image 
                         for different color for active links 
                         external.gif is actually 300px tall, we can use different positions of the image 
                         to simulate rollover image changes.*/
                         }

/**************/
a.external:hover {
/**************/
                         color: #ee6d05;
                         background: url(images/cms/external.gif) no-repeat 100% 0; 
                         /* Set the last 0 to -200px to use that part of the external.gif image for 
                         different color on hover */
                         background-color: transparent;
                         }

/************/
a.news:link {
/************/
                    color: #000;/* colors for news links */
                    }

/**************/
a.news:visited {
/**************/
                         color: #000; /* a different color can be used for visited news links */
                         }

/**************/
a.news:hover {
/**************/
                         color: #ee6d05;
                         }

/**************/
a.orange:link {
/**************/
                         color: #ae1404;
                         font-weight: bold;
                         }

/**************/
a.orange:hover {
/**************/
                         color: #fffffff;
                         background-color:  #ee6d05;
                         }

/**************/
a.orange:visited {
/**************/
                         color: #ae1404;
                         font-weight: bold;
                         }



/****************************************************************************/
/***********************************FOOTER***********************************/
/****************************************************************************/

div#footer  {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}


div#footer p a {
   color: #89817f;
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

/* End of 'B612_2FONT-STYLENCOLOR' */

