body {
    background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin-left: 0;
    margin-top: 25px;
    margin-right: 0;
}

.menu_h
{
padding-top:3px;
padding-bottom:3px;
margin-left:15px;
font-weight:bold;
cursor:pointer;
}
.menu_hc
{
padding-right:7px;
text-align:center;
font-weight:bold;
}

.txt_black_10px{
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
} 

.txt_black_12px{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

.txt_blackbold_14px{
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight : bold;
}

.txt_redbold_14px{
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight : bold;
color: #CC3300;
}

.txt_redbold_12px{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight : bold;
color: #CC3300;
}



.footer{
    font-size: 10px;
    text-align: center;
    height: 25px;
    vertical-align:top;
}

/***************Construction du menu haut********************/

/* vire les puces, les paddings and les marges des listes */
.menu_haut ul{
list-style-type:none;
padding: 0px;
margin: 0px;
}

/* rend le premier niveau horizontal et la position relative pour pouvoir positionner le second niveau */
.menu_haut li{
float:left;
position:relative;
z-index:100;
}

/* utilise la table pour positioner la liste déroulante*/
.menu_haut table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:36px;
}

/* style pour tous les liens */
.menu_haut a , .menu_haut :visited {
display:block;
font-size:12px;
font-family: Trebuchet MS, Arial, Sans Serif;
font-weight: bold;
width:138px;
padding:11px 0;
color:#3C5B50;
background:#BBD1C9;
text-decoration:none;
margin-right:0px;
text-align:center;
height: 16px;
}

.menu_haut :link{
color:#3C5B50;
}
/* style pour le passage sur liens */

.menu_haut :hover{
color:#ffffff;
background:#9FC0B4;
}

/* Cache les liens de second niveau */
.menu_haut ul ul {
visibility:hidden;
position:absolute;
width: 138px;
}
/* Rend le second niveau visible en hover */
.menu_haut ul li:hover ul,
.menu_haut ul a:hover ul{
visibility:visible;
}
/*************** Fin Construction du menu haut********************/



/*************** Construction du menu gauche********************/
.menu a, .menu a:visited {
  font-size:12px;
  font-family: Trebuchet MS,  Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left; 
  text-decoration:none; 
  color:#770D0D; 
  width: 157px;  
  margin-left: 0px;
  }
  
.menu a:active {
  color: #000000;
  font-weight: bold;
  }
  
.menu a:hover {
  color:#000000;
}
/***************  Fin Construction du menu gauche  ********************/  

#maindiv {
    width : 100%;   
    background: #ffffff;
}



a:link, a:visited {
    color: #770D0D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    text-decoration: none;
    }

a:hover { 
    color:#8CA279;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    text-decoration:none;
}

a:active { 
    color:#000000;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    text-decoration:none;
}






/*------ Styles blocs -----*/
.blocs_titre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    }
    
.blocs_content {
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    }
    
.blocs_date {
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    padding-right: 20px;
    }
/*------ Fin Styles blocs -----*/   



.txtnews {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #75695C;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

.subheader {
/*
    height: 18px;*/
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #770D0D;
    font-weight: bold;
    font-style:italic;

}

#main_newsdetail{
text-align: justify;
}


.txt_newsdetail {
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #75695C;
}
/*------ Fin Styles news -----*/




.input {
    border: 2px solid #E6E6E6;
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica;
    background-color: #E6E6E6; 
}

.inputh {
    margin-left:5px;
    border-bottom: 2px solid #E6E6E6;
    border-right: 2px solid #E6E6E6;
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica;
    background-color: #E6E6E6; 
}

.input2 {
    border:1px solid #C0D2A6;
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica;
    background-color: #F4F3F3; 
}

.input3 {
    border:1px solid #86A6CA;
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica;
    background-color: #ffffff; 
}


.txt_confirm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000C;
    font-weight: bold;
}


.newsframe {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000C;
    text-align: center;
    background-color: #DCDBDB;
}





.cachediv 
{
    visibility: hidden;
    overflow: hidden;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    width:502px;
}

.mini_videos
{
background:background-color;
background-color:#E0E0E0;
width:690 px;
}

.videos
{
background:background-color;
width:690 px;
}

.titre_rubrique 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    background-color: #CCCCCC;
    border: 1px solid #000000;
}

.titre_rubrique:hover 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    background-color: #E4E3E3;
    border: 1px solid #000000;
}


.bordure {
    padding-left:5 px;
    padding-top:5 px;
    padding-right:5 px;
    padding-bottom:5 px;
}

.titre_cadre
{
color:#660000;
font-weight:bold;
font-size:14px;
}

.titre_news
{
color:#770D0D;
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
}

/* style pour les petits liens */
.liens_small a , .liens_small:visited {
    font-size:10px;
    font-family: "Trebuchet MS", Arial, "Sans Serif";
    color:#807E7E;
    text-decoration:none;
    line-height: 10px;
}

.liens_small a:link{
color:#807E7E;
}

.liens_small a:hover{
color:#CCCBCB;
}


.bizness_case_intro {
margin-top:20px;
padding-left: 10px;
padding-right: 10px;
color:#007DA1;
font-weight:bold;
font-size:16px;
text-align:justify;
font-family:"Trebuchet MS", Arial, "Sans Serif";
font-style:italic;
}

.bizness_case_objectif {
margin-top:20px;
color:#000000;
font-size:11px;
text-align:justify;
padding-left: 10px;
padding-right: 10px;
}

.bizness_case_titre {
color:#007DA1;
font-size:16px;
font-weight: bold;
font-family:"Trebuchet MS", Arial, "Sans Serif";
}

.bizness_case_sstitre {
color:#007DA1;
font-size:14px;
font-weight: bold;
font-family: Arial, Verdana, "Sans Serif";
background-color:#E9E9E9;
}

.bizness_case_image {
padding: 10px;

}

.cadre-commentaire{
    border-bottom: 1px solid #E6E6E6;
margin-bottom: 15px;
}

.comm-content p{
margin: 0;
padding: 0;
}

#rolloveraudio {
	position:absolute;
/*

	left:93px;
	top:19px;

	display: none;
*/

	left:693px;
	top:609px;
	width:124px;
	height:104px;
	z-index:101;
	visibility: hidden;
}

.media-tubby{
	display: none;
}
.error{
color: #FF0000;
font-weight: bold;
}