/* on met tout à zéro pour pas être emmerdé (par défaut le navigateur met un peu ce qu'il veut) */
* {margin:0;padding:0;}

body {
	text-align: left;
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif; 
	font-weight: normal;
	color:#ffffff;
	background:#4F4E52 url(../images/md/background.gif);
	/*border:1px solid red;*/
	/*
	SCROLLBAR-FACE-COLOR: #E59A34; 
	SCROLLBAR-HIGHLIGHT-COLOR:#7B4864; 
	SCROLLBAR-SHADOW-COLOR: #955779; 
	SCROLLBAR-3DLIGHT-COLOR: #610C3B; 
	SCROLLBAR-ARROW-COLOR: #610C3B; 
	SCROLLBAR-TRACK-COLOR: #EFBB73; 
	SCROLLBAR-DARKSHADOW-COLOR: #610C3B;*/
	SCROLLBAR-FACE-COLOR: #E8E8E8; 
	SCROLLBAR-HIGHLIGHT-COLOR:#9EA8BB; 
	SCROLLBAR-SHADOW-COLOR: #8291AA; 
	SCROLLBAR-3DLIGHT-COLOR: #7C7C7C; 
	SCROLLBAR-ARROW-COLOR: #7C7C7C; 
	SCROLLBAR-TRACK-COLOR: #cccccc; 
	SCROLLBAR-DARKSHADOW-COLOR: #7C7C7C;
}

img {
	border: 0 ;
}

a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

/* class pour centrer les blocs */
.centre_moz
{
	margin-left:auto; 
	margin-right:auto;
}

.texte_centre
{
	text-align:center;	
}

/* class pour "clearer" les floats. NB: margin, padding, font-size, line-height à 0 pour éviter les différences avec IE */
.clear_float
{
	clear:both;
	margin:0;
	padding:0;
	font-size: 1px; /*a verifier */
	line-height:0;
}


/*=========================================================================================================================*/
/*=========================================================================================================================*/
.conteneur /*bloc qui contiend le menu_gauche et la partie principale du site (pour avoir la même couleur de fond qq soit la longueur du mg et de la pp)*/
{
	position:relative;
	width:1024px;
	height:768px;
	background:#4F4E52 url(../images/md/fond_complexe.jpg);
}

.bloc_flash_deco
{
	/*float:right;
	display:inline;
	margin:233px 0 0 0;*/
	position:absolute;
	right:0;
	top:428px;
	width:299px;
	height:340px;
}

.img_cocci_deco
{
	position:absolute;
	left:97px;
	top:490px;
	width:448px;
	height:279px;
}

.surface_utile
{
	float:left;
	display:inline;/* sinon bug ie ... */
	width:459px;
	height:450px;
	overflow:auto;
	background:#E59A34;
	/*margin:0 0 0 245px;*/
	margin:0 0 0 260px;
}

.menu
{
	position:absolute;
	top:220px;
	left:722px;
	z-index:2;
}
.menu a
{
	text-decoration:none;
}
.menu .menu_rub a,.menu .menu_rub span.selected
{
/* Rien que IE MAC: IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
  padding-top:10px;
	/**/
}

.menu .menu_rub a,.menu .menu_rub span.selected
{
	float:left;
	font-weight:bold;
	margin:4px 10px 0 5px;
	width:140px;
	text-align:center;
}
.menu .menu_rub a:hover
{
	width:155px;
	background:transparent url(../images/menu/menu.png) no-repeat;
}


* html .menu .menu_rub a:hover
{
	width:155px;
 	background:transparent url(../images/menu/menu.gif) no-repeat;
 	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/menu/menu_hover.png',sizingMethod='scale');*/
}


.menu .menu_ss_rub a,.menu .menu_ss_rub span.selected
{
	float:left;
	display:block;
	font-weight:bold;
	margin:3px 10px 0 10px;
}
.menu .menu_rub
{
	height:31px;
	/*width:400px;*/
}
.menu .menu_ss_rub
{
	/*width:390px;*/
	height:20px;
	padding:0 0 0 10px;
}
.menu_gauche
{
	float:left;
	width:198px;
	line-height:0;/*sinon moz met des espaces entre les images */
}
.menu_gauche .titre
{
	font-size:13px;
	font-weight: bold;
	line-height:30px;
}
.menu_gauche .img_partenaire
{
	display:block;
	margin:10px 0 10px 0;
}
.menu_gauche .sep
{
	display:block;
	margin:5px 0 0 0;
}
.contenu
{
	float:left;
	text-align:left;
	
	padding:15px 0px 150px 5px;/* pour ie5 */
	
	voice-family: "\"}\"";
  voice-family:inherit;
	padding:15px 10px 150px 5px;/* pour les autres navigateurs*/
}

/* pour opera 5.x */
html>.contenu {
	padding:15px 10px 150px 5px;/* pour ie5 */
}

.contenu .titre
{
	font-family: Arial, sans-serif, Helvetica; 
	font-weight: bold;
	line-height: 13px;
	color:#ffffff;
}
.contenu ul
{
	margin:5px 0 0 25px;
}
.contenu ul li
{
	margin:3px 0 0 0;
}
.contenu .img_galerie
{
	float:left;
		
	margin:0 7px 20px 7px;/* pour ie5 */
	
	voice-family: "\"}\"";
  voice-family:inherit;
	margin:0 5px 20px 7px;/* pour les autres navigateurs*/
}

/* pour opera 5.x */
html>.contenu .img_galerie{
	margin:0 30px 20px 30px;/* pour ie5 */
}

.contenu .titre_i
{
	font-weight:bold;
}

.contenu .texte_1
{
	margin:5px 0 0 0;
}

.contenu .lien
{
	display:block;
	margin:5px 0 0 0;
}

.contenu .more
{
	margin:5px 0 0 0;
}
.contenu .download
{
	margin:5px 0 0 0;
}

.footer
{
	/*clear:both;*/
	margin:0;
	padding:0;
}

.footer .logos
{
	text-align:right;
}
.footer .logos img
{
	margin:0 0 0 30px;
	vertical-align:middle;
}

.footer .logo_ma
{
	float:right;	
}
.footer .tab_footer tr,.footer .tab_footer td
{
	margin:0;
	padding:0;
}


.footer .tab_footer td
{
	vertical-align:center;
}

/*-----------------------------------------------*/

.contenu h1,.contenu h2,.contenu h3,.contenu h4,.contenu h5,.contenu h6,.contenu h7,.contenu h8
{
	margin:0;
	padding:0;
}

.contenu h1{
font-size:18px;
line-height:20px;
font-weight:bold;
}
.contenu h2{
font-size:16px;
line-height:18px;
font-weight:bold;
}
.contenu h3{
font-size:14px;
line-height:16px;
font-weight:bold;
}
.contenu h4{
font-size:12px;
line-height:14px;
font-weight:bold;
}
.contenu h5{
font-size:12px;
line-height:14px;
font-weight:normal;
}
.contenu h6{
font-size:11px;
line-height:13px;
font-weight:normal;
}
.contenu .texte_petit{
font-size:10px;
line-height:12px;
font-weight:normal;
}
.contenu .texte_mini{
font-size:9px;
line-height:10px;
font-weight:normal;
}
.contenu .important {COLOR: #E41F1F; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px;}
.contenu .mention_juridique {text-align: justify ;font-size: 9px;font-weight: normal;color: #666 ; line-height: 10px;margin: 10px 0;}
/*-----------------------------------------------*/



