/* RECAP DES COULEURS */
/*
rose foncé : #A43A56;
bordeau : #8b2323;
prune : #690039;
orange:   #de3f1b;
jaune:   #f5821f;
bleu : #6bbbba;
gris :       #71778E;
*/


/*Feuille de Style Site Kazachok */
div,p,form,img {
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size : 11px;
}

ul,li {
 font-family:Arial, Helvetica, sans-serif;
}

img {
	/*padding-right:5px;*/
    border : none;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#a3929b;
	margin:0px;
	padding:0px;
	font-size : 11px;
}

/****** Style de la recherche *****/
.surligne{
	background-color: #8b2323;
	color : #ffffff;
	padding-left :5px;
	padding-right:5px;
}

a{
    color : #8b2323;
    text-decoration : none;
}
a:hover{
    text-decoration : underline;
}

.btn_maj{
	
	background:#FF9121 none repeat scroll 0 0;
	border:1px solid #690039;
	color:#690039;
	padding:4px;
	text-decoration:none;
	
}
.btn_maj:hover{
	
	background:#FF9121 none repeat scroll 0 0;
	border:4px outset silver;
	color:#690039;
	padding:4px;
	text-decoration:none;
	
}

.vide{
	border:#FF0000 2px solid;
}

.texte_orange{
	
	color:#FF9121;
	
}


ul#sous-menu{
    margin:0px;
	padding:0px;
    margin-bottom : 0px;
    margin-left : 20px;
    margin-top:-5px;
    height : 18px;
    z-index : 7;
}

#sous-menu li{
    /*display : block;*/
    display:inline;      
    margin:0px;
    padding:0px;
  /*  width:120px;
    height:20px;*/
  /*  float:left;*/
  /*  text-align:center;*/
	margin-right:5px;    
}

#sous-menu a {
	/*color : #fff;*/
	text-transform : uppercase;
	font-size:9px;
	font-weight:bold;
	text-decoration : none;
	display : block;
	float:left;
	padding-top : 2px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-left : 5px;
	text-align:center;
	width : 113px;
    height:15px;
}

.menu_portail {
    margin-bottom : 20px;
    margin-top : 10px;
}
.menu_portail_select{
	text-align:center;
	/*background-color:white;*/
	margin-bottom : 20px;
    margin-top : 10px;
	padding:10px;
}
.menu_portail_select a{
	
	text-transform : uppercase;
	font-size:14px;
	font-weight:bold;
	text-decoration : none;
	height:15px;
	color : #FFFFFF;
}


/* boutons des sous-menus */
.menu_1,.menu_2,.menu_3,.menu_4,.menu_5,.menu_portail{
    color : #fff;
   z-index:1000;
   position:relative; 

}
.menu_1_selected:hover,.menu_2_selected:hover,.menu_3_selected:hover,.menu_4_selected:hover,.menu_5_selected:hover,.menu_portail_selected:hover{
    color : #fff;
}

.menu_1,.menu_1_selected:hover{
    background-color:#b0415e;
    border : 2px solid #b0415e;
}
.menu_2,.menu_2_selected:hover{
    background-color:#832121;
    border : 2px solid #832121;
}
.menu_3,.menu_3_selected:hover{
	background-color:#7b839b;
	border : 2px solid #7b839b;
}
.menu_4,.menu_4_selected:hover{
	background-color:#ff4b20;
	border : 2px solid #ff4b20;
}

.menu_5,.menu_5_selected:hover{
	background-color:#66abaa;
	border : 2px solid #66abaa;
}

.menu_sous_portail,.menu_sous_portail_selected:hover {
	background-color:#F68721;
	border : 2px solid #F68721;
	color : #ffffff;
}

/* boutons des sous-menus */
.menu_1_selected,.menu_1:hover{
    color : #b0415e;
    border : 2px solid #b0415e;
}
.menu_2_selected,.menu_2:hover {
    color:#832121;
    border : 2px solid #832121;
}
.menu_3_selected,.menu_3:hover {
	color:#7b839b;
	border : 2px solid #7b839b;
}
.menu_4_selected,.menu_4:hover {
	color:#ff4b20;
	border : 2px solid #ff4b20;
}
.menu_5_selected,.menu_5:hover {
	color:#66abaa;
	border : 2px solid #66abaa;
}

.menu_sous_portail_selected,.menu_sous_portail:hover {
	color:#F68721;
	border : 2px solid #F68721;
	background-color:#ffffff;

}

.menu_1_selected,.menu_2_selected,.menu_3_selected,.menu_4_selected,.menu_5_selected,.menu_sous_portail_selected{
   background-color:#ffffff;
   border-bottom : 2px solid #ffffff;
   z-index:1000;
   position:relative; 
}
.menu_1:hover,.menu_2:hover,.menu_3:hover,.menu_4:hover,.menu_5:hover,.menu_sous_portail:hover{
   background-color:#ffffff;
}




ul#sous_sous_menu{
    margin:0px;
	padding:0px;
    margin-bottom : 0px;
    margin-left : 20px;
    height : 18px;
}

#sous_sous_menu li{
    display:inline;      
    margin:0px;
    padding:0px;
	margin-right:5px;  
	margin-left:5px;  
}

#sous_sous_menu a {
	text-transform : uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration : none;
    color : #F68721;
    font-weight: bold;
}
#sous_sous_menu a:hover {
	text-decoration:underline;
}
#sous_sous_menu  a.selected {
	text-decoration:underline;
}


/************************/
table {
  font-size:11px;
  display:block;
}
.table_panier {
   width:400px;
}

.table_panier td{
   border-bottom : 1px solid #24559E;
}

.table_panier_td_result{
   border-bottom : 1px solid #24559E;
   border-top : 2px solid #24559E;
   padding-top : 20px;
}

.em {color:#FF9121; font-weight:bold;}

a.bouton_panier, a:hover.bouton_panier{
  font-weight : bold;
  background-color : #FF9121;
  text-decoration : none;
  height : 15px;
  padding : 5px;
  border :1px solid #24559E;
}

.bouton_panier{
  font-weight : bold;
  background-color : #FF9121;
  color : #24559E;
  border :1px solid #24559E;
  padding : 5px;
  
}

.panier_recap {
  /* background-color : #fff4e9;*/
   width: 500px;
   margin-left : 20px;
   margin-bottom : 15px;
}

.title_result{
	font-size : 15px;
	font-weight: bold;
	color :#690039;
}

.h1_rose{
	font-size : 18px;
	font-weight: bold;
	color :#A43A56;
}



/**************** BLOCS ******************/

#big_conteneur{
	width:964px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
#conteneur{	
	background-color:#f79326;  
	width:948px;
	margin:0px;
	padding:0px;
	margin-left : 12px;
	border : 2px solid #f68721;
}

#header{
	background-image:url(../img/bg_header.gif);
	background-repeat:no-repeat;
	height:128px; 
	width:100%;
}

#sous-titre-logo {
    float: left;
    padding-left:10px;
    letter-spacing:2px;
    color : #711212;
    font-weight : bold;
    font-size : 20px;
   /* margin-top : 63px;*/
   display:block;
   /*padding-top : 63px;*/
    /*height:120px; */
    width:350px;   
   	margin-left : 10px;
	padding-bottom:-10px;
}

.sous-titre-logo a {
    /*display:block;*/
    color : #711212;
    font-weight : bold;
    /*height:120px; 
    width:250px;*/
    text-decoration : none;
}
.sous-titre-logo a:hover {
    text-decoration : underline;
}
.sous-titre-logo{
/*	padding-top : 63px;*/
    font-size:18px;
    letter-spacing: 0.5px;
}

#slogan_portail {
    /*float : left;
	width: 143px;*/
	margin-top : 1px;
	margin-left : 0px;
	padding-left : 0px;
	padding-top :0px;
	font-size : 18px;
	line-height:1;
	margin-bottom : 9px;
}

.slogan_petit {
    font-size : 14px;
}

#slogan_portail a{
    color:#ffffff;
    text-decoration:none;
}

#login,#acces_ponctuel {
    float : left;
    margin:0px;
    padding: 0px;
	font-size:11px;
}

#login{
	padding-left : 20px;
	margin-left:5px;
	width : 650px;
}
#login form {
    margin:0px;
    padding:0px;
    height : 15px;
}

#acces_ponctuel{
    width : 205px;
	padding-left : 5px;
}

.titre_login{
	/*color:#F9b02A;*/
	color : #ffffff;
	font-weight:bold;
	/*font-size : 13px;*/
}

#barre_haut{
	/*background-image:url(../img/barre_haut.gif);*/
	background-image:url(../img/barre_haut.jpg);
	background-repeat:no-repeat;
	background-color : #ffffff;
	/*width:938px;*/
	height:66px;
	color:#FFFFFF;
	clear:both;
	margin:0px;
    font-size : 11px;
	padding-top:5px;
    padding-left : 40px;
	font-weight:bold;
}

#colonne_main {
    float : left;
    background-color:#ffffff;  
    min-height : 520px;
    margin:0px;
    padding : 0px;
    margin-top:0px;
    padding-top : 2px;
    width:773px;
}

#colonne_main_sans_menu_gauche {
    background-color:#ffffff;  
    min-height : 520px;
    margin:0px;
    padding : 0px;
    margin-top:0px;
    width:100%;
}

.clear_both {
    clear:both;
    height : 1px;
    font-size:1px;
}

.clear_left {
    clear:left;
    height : 1px;
    font-size:1px;
}

/*#colonne_principale{
	margin-left:3px;
	margin-right:3px;
	margin-bottom:5px;
	padding:3px;
	background-color:#f79326;
	width:750px;
	min-height:430px;
	border: 2px solid #f68721;

	-moz-border-radius:6px;
	border-radius:6px;
}

#colonne_principale_autre{
	float : left;
	margin:0px;
	padding:0px;
	margin-left : 2px;
}

#colonne_principale_portail{
	float : left;
	color:#000000;
	margin-top:15px;
	margin-left:10px;
	margin-right:3px;
	margin-bottom:3px;
	padding:3px;
	background-color:#FFFFFF;
	width:735px;
	min-height:420px;
	border:#f68721 solid medium;

	-moz-border-radius:6px;
	border-radius:6px;
}*/

#colonne_principale_gab,#colonne_principale_portail{
	position:relative; 
	float : left;
	margin:0px;
	margin-top:-2px;/* Pour que cela passe sur le sous-menu pour effacer la bordure du bas du sous menu */
	margin-left:7px;
	/*margin-right:3px;*/
	margin-bottom:5px;
	min-height : 520px;
	/*margin:auto;*/
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	background-color:#FFFFFF;
	width:743px;
	
	color:#000000;
	border: 2px solid #f68721;
	-moz-border-radius:6px;
	border-radius:6px;
}

#colonne_principale_portail{
	min-height : 520px;
}

#colonne_principale_company{
	margin:0px;
	margin-top:20px;
	margin-left:30px;
	margin-bottom:5px;
	min-height : 200px;
	padding:3px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	background-color:#FFFFFF;
	width:700px;
	border: 2px solid #f68721;
}
#colonne_principale_activite{
	margin:0px;
	margin-top:20px;
	margin-left:30px;
	margin-bottom:5px;
	min-height : 320px;
	padding:3px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	background-color:#FFFFFF;
	width:700px;
	border: 2px solid #f68721;
}
#colonne_principale_contact{
	margin:0px;
	margin-top:20px;
	margin-left:30px;
	margin-bottom:5px;
	min-height : 350px;
	padding:3px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	background-color:#FFFFFF;
	width:700px;
	border: 2px solid #f68721;
}
#colonne_principale_property{
	margin:0px;
	margin-top:20px;
	margin-left:30px;
	margin-bottom:5px;
	min-height : 700px;
	padding:3px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	background-color:#FFFFFF;
	width:700px;
	border: 2px solid #f68721;
}

#colonne_gauche{
	float : left;
	margin-left:0px;
	margin-top:0px; 
	background-image:url(../img/colonne_gauche.gif);
	background-repeat:no-repeat;
	width:175px;
	min-height : 520px;
    padding: 0px;
    background-color:#f79326;
    padding-top : 9px;
}
#colonne_scrollbar{
	float : left;
	margin-left:3px;
	padding-top:5px;
	padding-bottom:5px;
	width:15px;
	height:410px;
}

.cadre{
	float : left;
	margin: 4px 0px 4px 0px;
	padding:8px;
	background-color:#FFFFFF;
	width: 336px;
	height: 200px;
	border-style:solid;
	border-color:#f68721;
	/*Bords Arrondis,Uniquement sur Mozilla*/
	-moz-border-radius:6px;
	border-radius:6px;
	color:#000000;
	overflow:hidden;
	margin-left:10px;
}

.cadre_search{
	float : left;
	margin: 4px 0px 4px 0px;
	padding:8px;
	background-color:#FFFFFF;
	width: 336px;
	height: 200px;
	border-style:solid;
	border-color:#f68721;
	/*Bords Arrondis,Uniquement sur Mozilla*/
	-moz-border-radius:6px;
	border-radius:6px;
	color:#000000;
	overflow:hidden;
	margin-left:10px;
}
.cadre_droite {
	margin-left: 3px;
	margin-right : -3px;
}
.cadre_gauche {
	margin-right: 3px;
	margin-left : -3px;
}

.cadre_haut{
	margin: 4px 0px 4px 0px;
	padding:8px;
	width:702px;
	height:70px;
	border-style:solid;
	border-color:#f68721;
	margin-left:10px;
	background-color:#FFFFFF;
	/*Bords Arrondis,Uniquement sur Mozilla*/
	-moz-border-radius:6px;
	border-radius:6px;
}
fieldset{
	background-color:#FFFFFF;
	padding-left:5px;
}
legend {
	color: #832121;
}
fieldset label{
	font-size:11px;
	font-weight:bold;
	/*color:#000000;*/
	width:100px;
	cursor:pointer;
	height: 12px;
	padding:0px;
	margin-top:1px;
	margin-bottom:2px; 
	display: inline;
	float: left;
}

.erreur {
  color : red;
  font-weight : bold;
}

.erreur2 {
	background-color : #FFF4E9;
	padding : 10px 20px 10px 20px;
}

.erreur3 {
  color : red;
  font-weight : bold;
  font-size : 12px;
}


button {
    background-color : transparent;
    border : none;
    margin: 0px;
    padding:0px;
   /* margin-top : 3px;*/
    cursor:pointer;
	color: #8B2323;
}

label {
   display: inline;
    float: left;
    width: 80px;
    padding-top : 3px;
}
input {
    font-size : 12px;
    margin-top: 1px;
}

.input_text{
	font-size:9px;
	font-weight:bold;
	color:#000000;
	width:100px;
	height : 10px;
	border:none;
}

.marge{
	margin-left: 60px;
}

.marge_titre{
	margin-left: 30px;
}

.marge_gros_titre{
	margin-left: 30px;
	font-size: 20px;
}

#banniere{
/*	width:468px;
	height:60px;*/
	padding:0px;
	margin-right:20px;
	margin-top:10px;
	/*width: 600px;*/
	text-align:center;
	float : right;
	/*border:#FFFFFF 2px solid;*/
}

#langue{
	float:right;
	background-color:#faad32;
	border-top : 2px solid #f68721;
	border-left : 2px solid #f68721;
	border-right : 2px solid #f68721;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	
    margin-right :0px;
    margin-top : 21px;
    margin-bottom : 0px;
    width : 120px;
    height:17px;
    float : right;	
}



#langue a,#langue a:active,#langue a:link{color: #b78D69; }
#langue a:hover { 
    color: #56002A; 
   text-decoration: underline; 
  }






#bloc_pays{
    margin-right :20px;
    margin-top : 21px;
    margin-bottom : 0px;
    width : 400px;
    float : right;
    text-align:right;
    
}
#pays img{
	border:none;
}


form {
    margin:0px;
    padding:0px;
}

/*______________ MENU _________________________*/
#menu{
	margin-left:8px;
	margin-right:8px;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	margin-top:0px;
	padding : 0px;
	width:155px;
	
}


#menu ul{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:0px;
	padding-top:1px;
	padding-bottom:8px;
	padding-left:25px;
	list-style-type: disc;
	/*list-style-position:outside;*/
	/*border-top : 2px solid #692738;*/
	width:128px;
	background-image:url(../img/menu/menu-kazachok2.jpg);
	background-repeat:repeat-y;	
	background-position : top left;
	color:#B0B6C8;
}


#menu_1 ul {
	/*border-top : 2px solid #691616;*/
	background-image:url(../img/menu/menu-kazachok2.jpg);
	color:#d8a0af
}

#menu_2 ul {
	/*border-top : 2px solid #691616;*/
	background-image:url(../img/menu/menu-edition2.jpg);
	color:#c48282;
}
#menu_3 ul {
	/*border-top : 2px solid #40424A;*/
	background-image:url(../img/menu/menu-conseil2.jpg);
	color:#B0B6C8;
}
#menu_4 ul {
	/*border-top : 2px solid #8F260D;*/
	background-image:url(../img/menu/menu-even2.jpg);
	color:#FD9780;
}
#menu_5 ul {
	/*border-top : 2px solid #447372;*/
	background-image:url(../img/menu/menu-aussi2.jpg);
	color:#C0DEE8;
}


#menu li {
	padding-left:1px;
}



#menu_1,#menu_2,#menu_3,#menu_4,#menu_5,#menu_portail {
	padding-top : 2px;
	margin-top:5px;
    background-repeat:no-repeat;	

}



#menu_1{
	background-color:#A43A56;
	background-image:url(../img/menu/menu-kazachok.jpg);
	color:#d8a0af;
}

#menu_2{
	background-image:url(../img/menu/menu-edition.jpg);
	background-color:#711212;
	color:#c48282;
}

#menu_3{
	background-image:url(../img/menu/menu-conseil.jpg);
	background-color:#71778E;
	color:#b0b6c8;
}
#menu_4{
	background-image:url(../img/menu/menu-even.jpg);
	background-color:#E64922;
	color:#fd9780;
}
#menu_5{
	background-image:url(../img/menu/menu-aussi.jpg);
	background-color:#69B8B6;
	color:#c0dee8;
}

.titre_menu{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-left:22px;
	height : 19px;
	background-repeat:no-repeat;
	background-position : 2px 1px;
}

#menu_1 .titre_menu{
	background-image:url(../img/bg_menu_1.gif);
}
#menu_2 .titre_menu{
	background-image:url(../img/bg_menu_2.gif);
}
#menu_3 .titre_menu{
	background-image:url(../img/bg_menu_3.gif);
}
#menu_4 .titre_menu{
	background-image:url(../img/bg_menu_4.gif);
}
#menu_5 .titre_menu{
	background-image:url(../img/bg_menu_5.gif);
}

/*______________ FIN MENU _________________________*/


#footer{
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	clear:both;
	margin-top : 5px;
	margin-bottom : 5px;
}

#footer a {
   color: #ffffff; 
  text-decoration: none; 
  background-color: transparent 
}

#footer a:hover { 
   color: #690039; 
  text-decoration: underline; 
}

#menu_1 a:active{
	color: #690039; 
	text-decoration: underline; 
	background-color: transparent;
	font-weight:bold;}
#menu_1 a:link 
  {color: #d8a0af; 
  text-decoration: none; 
  background-color: transparent }
#menu_1 a:visited 
  { color: #d8a0af; 
  text-decoration: none; 
  background-color: transparent }
#menu_1 a:hover 
  { color: #d8a0af; 
  text-decoration: underline; 
  background-color: transparent }
  
#menu_2 a:active{
	color: #c48282; 
	text-decoration: underline; 
	background-color: transparent;}
#menu_2 a:link 
  {color: #c48282; 
  text-decoration: none; 
  background-color: transparent }
#menu_2 a:visited 
  { color: #c48282; 
  text-decoration: none; 
  background-color: transparent }
#menu_2 a:hover 
  { color: #c48282; 
  text-decoration: underline; 
  background-color: transparent }

#menu_3 a:active{
	color: #b0b6c8; 
	text-decoration: underline; 
	background-color: transparent;}
#menu_3 a:link 
  {color: #b0b6c8; 
  text-decoration: none; 
  background-color: transparent }
#menu_3 a:visited 
  { color: #b0b6c8; 
  text-decoration: none; 
  background-color: transparent }
#menu_3 a:hover 
  { color: #b0b6c8;
  text-decoration: underline; 
  background-color: transparent }
  
#menu_4 a:active{
	color: #fd9780; 
	text-decoration: underline; 
	background-color: transparent;}
#menu_4 a:link 
  {color: #fd9780; 
  text-decoration: none; 
  background-color: transparent }
#menu_4 a:visited 
  { color: #fd9780; 
  text-decoration: none; 
  background-color: transparent }
#menu_4 a:hover 
  { color: #fd9780;
  text-decoration: underline; 
  background-color: transparent }

#menu_5 a:active{
	color: #c0dee8; 
	text-decoration: underline; 
	background-color: transparent;}
#menu_5 a:link 
  {color: #c0dee8; 
  text-decoration: none; 
  background-color: transparent }
#menu_5 a:visited 
  { color: #c0dee8; 
  text-decoration: none; 
  background-color: transparent }
#menu_5 a:hover 
  { color: #c0dee8;
  text-decoration:underline; 
  background-color: transparent }
  
.deconnexion a:active{
	color: #FFFFFF; 
	text-decoration: underline; 
	background-color: transparent;
	text-align:right;}
.deconnexion a:link 
  {color: #FFFFFF; 
  text-decoration: none; 
  background-color: transparent;
  text-align:right;}
.deconnexion a:visited 
  { color: #FFFFFF; 
  text-decoration: none; 
  background-color: transparent;
  text-align:right;}
.deconnexion a:hover 
  { color:#FF6600;
  text-decoration: underline; 
  background-color: transparent;
  text-align:right;}



.input_login {
  width:150px;
  font-size : 10px;
  color : #000000;
  border : none;
  padding-left : 2px;
}




/******* POLICES  ******/
h1,h2,h3,h4 {
    margin:0px;
}

h1{
    color: #832121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 1px;
	margin-bottom : 10px;
}

h2{
    color: #832121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.lien{
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: right;
	float: right;
}
.bouton{
	cursor:pointer;
	font:Arial, Helvetica, sans-serif 12px;
	background-color: #832121;
	width: 200px;
	height:20px;
	color:#FFFFFF;
	margin: 10px;
	padding:3px;
}

.cadre_titre{
	border: #e8431d solid medium; /* NE PAS CHANGER */
	width: 700px;
	color:#000000;
	padding:10px;
	margin:10px 0px 10px 0px;
}

.texte_cadre{
	color:#000000;
	font:Arial, Helvetica, sans-serif 12pt;
}


.orange {
    color : #de3f1b;
}
.jaune {
    color : #f5821f;
}
.bleu {
    color : #6bbbba;
}
.gris {
    color : #71778E;
}
.bordeau {
    color : #8b2323;
}
.prune {
    color : #690039;
}

.separateur_point_orange {
    font-size : 14px;
    font-weight : bold;
    height : 22px;
	border-bottom : 2px dotted #de3f1b;
	color : #de3f1b;
	padding-left : 45px;
	padding-top : 2px;
	margin-bottom : 2px;
	margin-top : 0px;
	text-transform : uppercase;
}

.titre_accueil_orange,.titre_accueil_bleu,
.titre_accueil_bordeau,.titre_accueil_jaune {
    font-size : 14px;
    font-weight : bold;
    height : 22px;
    background-repeat:no-repeat;
	background-position : 0px 0px;
	text-transform : uppercase;
	padding-left : 45px;
	padding-top : 2px;
	margin-bottom : 10px;
	margin-top : 0px;		
}


.titre_accueil_orange {
	background-image:url(../img/titre_accueil_orange.jpg);
	border-bottom : 2px dashed #de3f1b;
	color : #636773;
}

.titre_accueil_bleu {
	background-image:url(../img/titre_accueil_bleu.jpg);
	border-bottom : 2px dashed #6bbbba;
	color : #7b839b;
}

.titre_accueil_bordeau {
	background-image:url(../img/titre_accueil_bordeau.jpg);
	border-bottom : 2px dashed #8b2323;
	color : #8b2323;
}

.titre_accueil_jaune {
	background-image:url(../img/titre_accueil_jaune.jpg);
	border-bottom : 2px dashed #f5821f;
	color : #f5821f;
	padding-left : 85px;
}

.titre_accueil_strategie {
    font-size : 14px;
    font-weight : bold;
    height : 22px;
	background-image:url(../img/strategie.gif);
	background-repeat:no-repeat;
	background-position : 0px 0px;
	border-bottom : 2px dashed #f5821f;
	color : #f5821f;
	padding-left : 85px;
	padding-top : 2px;
	margin-bottom : 2px;
	margin-top : 0px;
	text-transform : uppercase;
}

.titre_accueil_monde {
    font-size : 14px;
    font-weight : bold;
    height : 22px;
	background-image:url(../img/map_monde.gif);
	background-repeat:no-repeat;
	background-position : 0px 0px;
	border-bottom : 2px dashed #de3f1b;
	/*color : #de3f1b;*/
	color : #636773;
	padding-left : 45px;
	padding-top : 2px;
	margin-bottom : 2px;
	margin-top : 0px;
	text-transform : uppercase;
}

.titre_accueil_loupe {
    font-size : 14px;
    font-weight : bold;
    height : 22px;
	background-image:url(../img/loupe.gif);
	background-repeat:no-repeat;
	background-position : 0px 0px;
	border-bottom : 2px dashed #de3f1b;
	/*color : #de3f1b;*/
	color : #636773;
	padding-left : 45px;
	padding-top : 2px;
	margin-bottom : 2px;
	margin-top : 0px;
	text-transform : uppercase;
}

.titre_accueil{
	
	font-size : 14px;
    font-weight : bold;
    height : 22px;
    background-repeat:no-repeat;
	background-position : 0px 0px;
	text-transform : uppercase;
	padding-left : 45px;
	padding-top : 2px;
	margin-bottom : 10px;
	margin-top : 0px;		
	border-bottom : 2px dashed #f5821f;
	color : #f5821f;
	
}

.hr_jaune {
	border-bottom : 2px dashed #f5821f;
}

.hr_jaune_solid {
	margin:0px;
	padding:0px;
	border:none;
	border-bottom : 2px solid #f5821f;
	width:100%;
	width:362px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-left:-5px;
}

.menu_actif{
	font-weight:bold;
	color:#FFFFFF;
}

.menu_portail {
    width:150px;
   /* height : 70px;*/
    text-align:center;
}
.menu_portail a{
    color : #8b2323;
    text-decoration : none;
    text-transform:uppercase;
}
.menu_portail a:hover{
    text-decoration : underline;
}

.menu_portail img{
    border : none;
}

/********* VEILLE ************/
#legend_search_engine {
    color:#F68721;
	font-size:16px;
	font-weight:bold;
	margin-left : 20px;
}
.bloc_fiche_propriete {
    width : 650px;
    margin-left: 10px;
    color:#690039;
}

.recherche_sortie_cine{
	height:60px;
	width:250px;
	float:left;
	
}

.bloc_legende_couleurs_genres{
	float:left;
	height:45px;
	padding-top:17px;
	width:95px;
}

.titre_orange{
	color:#F68721;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	height:20px;
}


.bloc_sortie_cine_mixte,
.bloc_sortie_cine_mixte_2D,
.bloc_sortie_cine_,
.bloc_sortie_cine_3D,
.bloc_sortie_cine_2D,
.bloc_sortie_cine_live_action {
	float:left;
	width:172px;
	margin:2px;
	height:78px;
}


.bloc_sortie_cine_mixte,.bloc_sortie_cine_mixte_2D {background-color:#e7cfe7;}
.bloc_sortie_cine_3D {background-color:#f9dde3;} /*#f2a9b8;*/
.bloc_sortie_cine_2D {background-color:#dbecdb;}
.bloc_sortie_cine_live_action {background-color:#d3d3f6;}


.bg_sortie_cine_mixte,.bg_sortie_cine_mixte_2D {background-color:#e7cfe7;}
.bg_sortie_cine_3D {background-color:#f9dde3;} /*#f2a9b8;*/
.bg_sortie_cine_2D {background-color:#dbecdb;}
.bg_sortie_cine_live_action {background-color:#d3d3f6;}


.couleur_cine_live_action,.couleur_cine_live_action a{
	color:#0000CD;
	font-weight:bold;
}

.couleur_cine_3D,.couleur_cine_3D a{
	color:#DC143C;
	font-weight:bold;
}

.couleur_cine_2D,.couleur_cine_2D a{
	color:#228B22;
	font-weight:bold;
}

.couleur_cine_mixte,.couleur_cine_mixte a,
.couleur_cine_mixte_2D,.couleur_cine_mixte_2D a{
	color:#800080;
	font-weight:bold;
}



/*
.bloc_sortie_cine_mois_1{
	float:left;
	width:172px;
	margin:2px;
	height:85px;
	background-color:#EBE897;
}

.bloc_sortie_cine_mois_2{
	float:left;
	width:172px;
	margin:2px;
	height:85px;
	background-color:#ffbb6a;
}


.bloc_sortie_cine_mois_3{
	float:left;
	width:172px;
	margin:2px;
	height:85px;
	background-color:#D8BFD8;

}*/

.bloc_infos_film{
	width:113px;
}

.veille_fieldset {
	border:0px;
    /*border-right:3px solid #F68721;
	border-top:3px solid #F68721;*/
	border:3px solid #F68721;
	padding:10px;
	float:left;
	margin-bottom:10px;
	width:700px;
}

.veille_fieldset2 {
	border:0px;
	border-top:3px solid #F68721;
	border-right:3px solid #F68721;
	margin-bottom:10px;
	width:352px;
	padding-left : 5px;
}

.th_cine_dvd {
	width:352px;
	border-right:3px solid #F68721;
	border-top:3px solid #F68721;	
	margin-top : 10px;
		margin-right : 10px;
}

.th_cine_dvd .legend{
	margin-top:-12px;
	background-color:#ffffff;
	color:#F68721;
	font-size:16px;
	font-weight:bold;
	margin-left : 30px;
	width:50px;
	padding-left : 20px;
}

.td_cine_dvd {
	width:352px;
	border-right:3px solid #F68721;
	margin-right : 10px;
	
}

.tableau_veille {
    width : 100%;
    border : none;   
    margin-bottom : 10px;
    margin-top : 5px;
}
.h3_veille {
    background-color : #f68721;
    color : #000000;
    height : 18px;
    padding-top : 2px;
    padding-left : 10px;
	border: 1px solid #690039;
	
}

.td_bold {
    font-weight : bold;
    width : 140px;
}

.td_200 {
    width : 200px;
}
.retour_veille{
	cursor:pointer;
	height:15px;
	margin-left:0px;
	margin-top:5px;
	padding:5px;
}

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

.tableau_fiche_technique{
	width:700px;
	border:1px solid #690039;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:0px;
	margin-bottom:5px;
	color : #690039;
}

.tableau_fiche_technique td{
	padding-bottom:8px;
	padding-top:8px;
}

.tableau_fiche_technique td td{
	padding-bottom:0px;
	padding-top:0px;
}	

.tableau_fiche_technique .haut_page {
	font-size : 10px;
	cursor:pointer;
	text-transform : uppercase;
	padding-top : 2px;
	padding-right : 2px;
}

td.titre_fiche_technique{
	width:700px;
	background-color:#FF9933;
	color : #000000;
	height : 18px;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-transform:capitalize;
}
.titre_liste_company{
	width:100%;
	background-color:#8b2323;
	color : #FFFFFF;
	height : 15px;
	padding-top : 2px;
	padding-left : 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-transform:capitalize;
}

.div_info_theme {
	display : block;
}

.table_form_veille {
	color:#690039;
	width : 680px;
	clear : left;
	display : block;
	background-color : #f1a859;
	padding-left : 10px;
}

.div_info_veille {
	clear : left;
}

.titre_veille a{
color:#690039;
font-size:12px;
font-weight : bold;
float : left;
width : 150px;
}

.detail_sectionne {
	float : left;
}



/****** DIAPORAMA *****/

#diaporama_visuel_property {
   width:99%;
   min-height:100%;
   padding-top : 10px;
   background-color : #ffffff;
   border : 1px solid #FF9933;
   border-top:none;
}

.titre_diaporama_visuel_property {
	vertical-align:middle;
	text-align:center;
	height:18px;
	padding-top : 2px;
	background-color:#690039;
	font-weight:bold;
	color:#FFFFFF;
}

#diaporama_visuel_property .bloc_photo_miniature {
	margin-top : 0px; 
	text-align:center;
	background-color:#FFFFFF;
	background-position:bottom;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
}

#diaporama_visuel_property .bloc_photo_miniature1 {
	margin-top : 0px; 
	text-align:center;
	background-color:#690039;
	background-position:bottom;
	color:#FFFFFF;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
}




/********* PORTAIL ************/
.bloc_colonne_login {
    width : 330px;
    float:left;
    margin-right : 5px;
    margin-left : 5px;
    height : 150px;
    /*background-color :#f5821f;*/
    border: 1px solid #f5821f;
	/*Bords Arrondis,Uniquement sur Mozilla*/
	-moz-border-radius:6px;
	border-radius:6px;
	padding : 5px;
    }
.bloc_colonne_login h1 {
    background-image:url(../img/titre_accueil_orange.jpg);
    background-position:0px;
    background-repeat:no-repeat;
    border-bottom:2px dashed #DE3F1B;
    color:#DE3F1B;
    font-size:14px;
    font-weight:bold;
    height:22px;
    margin-bottom:10px;
    margin-top:0px;
    padding-left:45px;
    padding-top:2px;
    text-transform:uppercase;
}
.bloc_colonne_login input {
    border: 1px solid #f5821f;
}

.image_fck {
    margin-right: 10px;
}

.en_savoir_plus_haut {
    position : absolute;
    text-align:right;
    top : 215px;
    text-align:right;
    font-size: 14px;
    font-weight : bold;
    width:340px;
}

.en_savoir_plus_bas {
    position : absolute;
    text-align:right;
    top : 444px;
    text-align:right;
    font-size: 14px;
    font-weight : bold;
    width:340px;


/*    position :  absolute;
     width:340px;
    top : 444px;
    text-align:right;
    font-size: 14px;
    font-weight : bold;*/

}
/*TABLEAU RECAPITULATIF ABONNEMENT*/
.cellule_table_abonnement{
	border:#FF6600 solid thin;
}
.titre_tableau{
	background:#FF6600;
	font:bold Arial 10px;
	color:#FFFFFF;
	width:200px;
	height:20px;
}

.lien_maj{
	color:#339999;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;	
}

.bg_orange {
	background-color:#FF9121;
	color:#8B2323;
	padding-left:5px;
	width:110px;
}

.td_maj{
	width:150px;
	color:#8B2323;
}
.tableau_maj{	
	border:1px solid black;
	margin-bottom:10px;
	margin-left:40px;
	padding:0;
	width:600px;	
}

.titre_maj{
	background-color:#FFFFFF;
	margin-left:15px;
	margin-top:-12px;
	padding-left:15px;
	width:180px;
}

.cadre_maj{

	border:1px solid black;
	width:700px;
}

.cadre_maj_contact{

	border:1px solid black;
	width:650px;
	margin-left:25px;
}

.bg_vert {
	background-color:#66CC00;
	color:#000000;
	padding-left:5px;
	width:150px;
}

.bg_jaune {
	background-color:#FFFF00;
	color:#000000;
	padding-left:5px;
	width:150px;
}


.trait_noir {
	
	border-top:1px solid #000000;
	
}

.portail_recherche_newsletter_box {
	width : 650px;
	padding : 15px 10px 15px 10px;
	background-color :#fff4e9;
	margin-top : 10px;
	margin-bottom:20px;
}

.portail_recherche_newsletter_gauche {
	width : 350px;
	margin-right : 20px;
	float : left;
}

.portail_recherche_newsletter_droite {
	width : 250px;
	background-color :#fff4e9;
	float : left;
}

.portail_best_result {
	width : 300px;
	padding : 5px 10px 5px 10px;
	font-weight : bold;
	background-color:#FF9121;
	color:#000000;
}


.portail_best_result_light {
	width : 350px;
	margin-left : auto;
	margin-right : auto;
	padding : 5px 10px 5px 10px;
	font-weight : bold;
	background-color:#FF9121;
	color:#000000;
	text-align : center;
}

a.portail_lien_best_result {
	color : #388c32;
	font-size : 20px;
}

#recherche{
	font-size : 20px;
}

.media_cine_dvd {
	margin-left: 0px; 
}
.media_cine_dvd td {
	margin: 0px; 
	padding:0px;
	font-size : 12px;
}


.div_mag, .div_mag_recherche {
	float : left;
	width : 155px;
	padding : 5px;
	text-align:center;
	height : 220px;
	margin-left : 10px;
	margin-bottom : 10px;
border : 2px solid #ffffff;
	/*		background-color : #FFF4E9;*/
}

.div_mag_recherche {
	height : 300px;
}

.div_mag:hover, .div_mag_recherche:hover {

	border : 2px solid #F68721;
}

.div_mag .miniature, .div_mag_recherche .miniature {
		width:120px;
		height : 170px;
}


/*_____ LIENS COMMUNIQUES _________*/
.lien_rose,a.lien_rose, a.lien_rose:hover {
	color:#ff00ff;
}
.lien_orange,a.lien_orange, a.lien_orange:hover {
	color:#ff6600;
}
.lien_bleu,a.lien_bleu, a.lien_bleu:hover {
	color:#6bbbba;
}
.lien_gris,a.lien_gris, a.lien_gris:hover {
	color:#71778E;
}

.puce_verte_txt {
	color:#8cf447;
}
.puce_rouge_txt {
	color:#e33826;
}
.puce_turquoise_txt {
	color:#08bdb4;
}
.puce_orange_txt {
	color:#feb528;
}
.div_info_maj_link {
	width : 135px;
	text-align:left;
}

/*
.link_div_img {
	height : 80px;
}

.fiche_link_global {
	width:135px;
	border : 1px solid #8B2323;
}*/

.image_survol_img{
	border:1px solid black;
	width:120px;
}
.image_survol_img:hover{
	border:1px solid red;
}
