/* couleurs 
#12304d : bleu fond général
#30669f : bleu intermédiaire container
#8ba0b3 : gris soutenu 
#c7c0ba : gris neutre
#fbfbfb : presque blanc
*/

/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
 IE PNG fix
*/
/*img, div, a { behavior: url(/iepngfix.htc) }*/
/*img, #header div { behavior: url(/iepngfix.htc) }*/

/*
Attributs HTML
*/

blink
{
  visibility: expression((Math.floor(new Date().getTime()/500)%2)?"visible":"hidden");
}

input
{
  color:#30669f; 
  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 	
}

label
{
  margin-right: 10px;
  text-align: right;
  border-bottom: 1px #c7c0ba dotted;
  color: #8ba0b3;
}

th
{
  text-align: right;	
}

img
{
  
}

em
{
  font-style: italic;	
}

em strong
{
  font-style: italic;
  font-weight: bold;  
}

strong em
{
  font-style: italic;
  font-weight: bold;  
}

a
{
  text-decoration: none;
  /*color: #33393f;*/
  color: #12557f;
  font-size: 90%;
  font-weight: bold;
}
a:hover
{
  color: #708396;
}


body
{
  font-size: 14px;
  background: #12304d; /* bleu starting */
  /*background-color: #48ed4b; // vert */
}

h1
{
	/*
  margin-bottom: 5px; 
  padding: 4px 15px;
  font-size: 140%;
  font-weight: normal;
  font-style: italic;
  font-family: sans-serif;
  background: #fff7eb; /* url(../images/theme/bille_orange.png) no-repeat 4px 10px;*/
  /*border-bottom: 1px #AAA solid;
  color: #222;
  font: bold italic 15pt "Times New Roman", "MS Serif", "New York", serif;
  */
  font: 15pt Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	/*border-top: solid #dbe3e5 medium;*/
	border-bottom: solid #e1e1e1 2px;
	width: 100%;
	
	/*
	color: #f29b58;
	color: #8ba0b3;
	*/
	color: #454545;
	/*
	background: transparent url(../images/theme/bg-title-gris.jpg) repeat-x 0 0;
	*/
	background: #5795c6 url(../images/theme/bg-h1.jpg) repeat-x 0 0;
	text-align: left;
	
}
h1 img
{
  vertical-align: middle;	
  /*margin-left: 5px;*/
}
h1 a
{
	color: #454545;
	font-weight: normal;
}

h2
{
	font-family: sans-serif;
	color: #FFF;
  padding: 2px 10px;
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
  background: #0099cb url(../images/theme/bg-h2.jpg) repeat-x 0 0;
  margin-bottom: 5px;
}

strong
{
  font-weight: bold;
}

/*
Classes utilitaires
*/
.strong
{
  font-weight: bold;	
}
.even
{
  background-color: #FFF;	
}
.odd
{
	background-color: #F5F5F5;
}
.requiredFormField
{
  color: red;	
}
.align_center
{
  text-align: center;  
}
.align_right
{
  text-align: right;	
}
.align_left
{
  text-align: left;  
}
.valign_top
{
  vertical-align: top;
}
.valign_middle
{
  vertical-align: middle;
}
.underline
{
  text-decoration: underline;	
}
.nowrap
{
  white-space: nowrap;	
}
.border
{
  border: 1px solid #CCC;
  padding: 1px;
  background-color: #EEE; 
}
.border_bottom
{
  border-bottom: 1px solid #CCC; 
}
.img_top
{
  vertical-align: top;	
}

.spacer
{
  clear:both;
}

.feed
{
  padding-left: 20px;
  background: transparent url(../images/feed.png) no-repeat 0 0;
}

.help
{
  color: #888;
  font-size: 80%;
  font-style: italic;
}
.help2
{
  color: #333;
  font-size: 80%;
  font-style: italic;
}

.lien_help a
{
  color: #12557f;
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
}

.en_savoir_plus 
{
	 font-weight: normal;
}
.derniere_minute 
{
   color: red;
   text-decoration: blink;
}
.complet 
{
   color: black;
   font-variant: small-caps;
}
.error_list
{
  color: red;
}

.notice, .error
{
  display: none;	
}
.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #00ff00;
  color: #000;
}
.flash_warning
{
  margin: 3px 0;
  padding: 7px;
  background-color: orange;
}
.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}
.striked
{
  text-decoration: line-through;	
}
.colored_blue
{
	color: #30669f;
}
.colored_red, .colored_red a
{
  color: red;
}
.colored_grey
{
  color: #8ba0b3;
}
.colored_orange
{
  color: #AA0000;
}

.bordered_left
{
  border-left: 5px #EFEFEF solid;
  padding-left: 5px; 	
}

table .tabled
{
	width: 900px;
	margin-left: 20px;
	vertical-align: middle;
}
table .tabled td
{
	padding-top: 5px;
  padding-bottom: 5px;
}
table .thed
{
  background-color: #DDD;
  border-top: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
  padding: 5px 2px 5px 2px;
}
table .tded
{
  padding: 5px 2px 5px 2px;
}
table .table_full
{
  border-collapse: collapse; padding: 0; margin: 0; width: 100%;
  border-spacing: 0;	
}

.labeled label
{
	display: block;
  float: left;
  width: 190px;
  margin-right: 10px; 
  font-weight: bold;
  color: #888;
  line-height: 14px;
  font-weight: normal !important;
  text-align: left;
}

.li_squared li
{
  list-style: square;
  list-style-position: inside;
  padding-left: 3px;	
}

.backgrounded
{
  /*background: transparent url(../images/bg-item-link.png) repeat-x bottom left;*/
}

/*
#sf_admin_container label

  display: block;
  padding: 0 1em 3px 0;
  float: left;
  text-align: left;
  width: 8em;
  color: #666;
  font-weight: normal !important;
}

#sf_admin_container ul label, #sf_admin_container td label
{
  display: inline;
  float: none !important;
}

#sf_admin_container .sf_admin_form_row
{
  clear: both;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
*/



/*
Zones layout
*/

#slogan
{
	margin-top: 10px;
}
#gestion_ce
{
  text-align: center;
  
  background: transparent url(../images/theme/bg-gestion-ce.png) no-repeat 0 0;
  width: 216px;
  height: 37px;
  padding: 0px;
  margin-right: 15px;
  font-size: 10pt;
  font-family: sans-serif;  
  font-size: 100%;
  line-height: 15px;
}
#gestion_ce .title
{
	padding: 2px;
	margin-bottom: 0px;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
}
#gestion_ce .title a
{
  color: #000;	
}
#gestion_ce .title a:hover
{
	 color: #888;
}
#gestion_ce a
{
  font-weight: normal;  
}
/*.gestion_ce_commandes_encours, .gestion_ce_commandes_encours a*/
.gestion_ce_commandes_encours a
{
	color: expression((Math.floor(new Date().getTime()/500)%2)?"red":"white");
	color: red;
	text-decoration: blink!important;
}
.gestion_ce_soldecourant, .panier_soldeparticipation
{
	border: 1px #CCC solid;
	width: 250px;
	text-align: center;
	margin: 10px auto;
	padding: 5px;
	background: #f7f7f7 url(../images/theme/bg-profil.jpg) repeat-x 0 0;
	font-weight: bold;
}
.gestion_ce_facture h2
{
  font-size: 120%;
  text-align: center;
}
.gestion_ce_total_facture_mois
{
  font-size: 150%;
  background-color: orange;
  color: #000;
  font-weight: bold;
  border-top: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
}

#profil
{
  text-align: right;
  float: right;
  /*background-color: #fbfbfb;*/
  /*background: #f7f7f7 url(../images/theme/bg-profil.jpg) repeat-x 0 0;*/
  padding: 0 10px 0 10px;
  /*
  border-left: 1px solid #c7c0ba;
  border-bottom: 1px solid #c7c0ba;
  */
  height: 35px;
  /*width: 640px;*/
  font-size: 10pt;
  font-family: sans-serif;	
}
#profil .bonjour_utilisateur
{
  color: orange;	
}
#profil .login
{
	background: transparent url(../images/theme/bg-login.gif) repeat-x 0 0;
  text-align: center;
	width: 263px;
	height: 21px;
}
#profil .login a
{
  color: #FFF;	
}
#profil .login a:hover
{
  color: #444;  
}
#profil a
{
  font-weight: normal;	
}
.profil_a_completer
{
  text-align: center;
  font-size: 120%;	
}

#breadcrumb
{
	clear: both;
  height: 21px;
  line-height: 23px;
  width: 990px;
  margin-left: 5px;
  background: #FFF url(../images/theme/bg-breadcrumb.jpg) repeat-x 0 0;
  margin-bottom: 5px;
  padding-top: 0px;
  -padding-top : 6px ; /* Hack IE 6 */
  font-family: sans-serif;
  font-size: 8pt;
  vertical-align: middle;	
}
#breadcrumb img
{
  vertical-align: middle;
  margin-left: 5px;	
}
#blog_matuvu
{
	float: right;
	margin-right: 5px;
	line-height: 20px;
}
#blog_matuvu img
{
  vertical-align: middle
}
#regions_routage
{
	position: relative;
	background-color: #FFF;
	border: 4px #CCC solid;
	padding: 3px;
	width: 450px;
	z-index: 1000;
	float: right;
	margin-right: 100px;
}

#container
{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #30669f;
  /* background: #30669f url(../images/theme/montgolfiere.jpg) no-repeat bottom right; */
}

#container2
{

}

#header
{
  height: 108px;
  background: transparent url(../images/theme/bg-header.jpg) repeat-x 0 0;	
  width: 990px;
  margin-left: 5px;
}

#logo
{
  height: 10px;
  top:0;
  left: 0;	
}
#logo img
{
  padding: 0;
  margin: 0;	
}

#menu1
{
	/*
	margin-top: 23px;
	margin-left: 135px;
	*/
	padding-top: 4px; 
	/*width: 855px;*/
	height: 30px;
}
#menu2
{
	/*
  margin-top: 0px;
  margin-left: 135px;
  */
  /*width: 855px;*/
  /*height: 27px;*/
}
#menu ul, #menu1 ul, #menu2 ul
{
	padding: 0;
	margin: 0;
}
#menu li, #menu1 li
{
  padding: 0;
  margin: 0;
  list-style: none;
  /*padding: 0 15px 0 15px;*/
  padding: 0;
  float: left;
  /*height: 27px;
  line-height: 27px;*/
}
#menu2 li
{
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 12px 0 12px;
  float: left;
  height: 26px;
  line-height: 26px;
}
#menu1_main
{
  float: left;  
  /*width: 850px;*/
  height: 27px;
  background: #c7c0ba url(../images/theme/bg-menu1-neutre.jpg) repeat-x 0 0;
}
#menu2_main
{
  float: left;  
  /*width: 850px;*/
  height: 26px;
  background: #c7c0ba url(../images/theme/bg-menu1-neutre.jpg) repeat-x 0 0;
}
#menu1_main a
{
	/*
	color: #555a75;
	color: #444;
	*/
	color: #FFF;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 800;
  /*font-variant:small-caps;*/
  /*background: transparent url(../images/theme/bg-menu1-white-transp.png) repeat-x 0 0;*/
  /*padding: 0 5px;*/
  /*border: 1px #fff solid;*/
}
#menu1_main a:hover
{
  color: #666;	
}
#menu2_main a
{
  color: #444;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: normal;
}
#menu2_main a:hover
{
  color: #888;  
}
.menu_orange
{
  background: transparent url(../images/theme/bg-menu-orange.jpg) repeat-x 0 0;
  border-right: 1px solid #e9bcaa;	
}
.menu_orange_left
{
  background: transparent url(../images/theme/bg-menu-orange-left.jpg) no-repeat 0 0;  
}
.menu_vert
{
  background: transparent url(../images/theme/bg-menu-vert.jpg) repeat-x 0 0;
  border-right: 1px solid #afe5b3;  
}
.menu_vert_left
{
  background: transparent url(../images/theme/bg-menu-vert-left.jpg) no-repeat 0 0;  
}
.menu_bleu
{
  background: transparent url(../images/theme/bg-menu-bleu.jpg) repeat-x 0 0;
  border-right: 1px solid #b7d2e7;  
}
.menu_bleu_left
{
  background: transparent url(../images/theme/bg-menu-bleu-left.jpg) no-repeat 0 0;  
}
.menu_violet
{
  background: transparent url(../images/theme/bg-menu-violet.jpg) repeat-x 0 0;
  border-right: 1px solid #e8caed;  
}
.menu_violet_left
{
  background: transparent url(../images/theme/bg-menu-violet-left.jpg) no-repeat 0 0;  
}
.menu_rouge
{
  background: transparent url(../images/theme/bg-menu-rouge.jpg) repeat-x 0 0;
  border-right: 1px solid #efa9ab;  
}
.menu_rouge_left
{
  background: transparent url(../images/theme/bg-menu-rouge-left.jpg) no-repeat 0 0;  
}
.menu_jaune
{
  background: transparent url(../images/theme/bg-menu-jaune.jpg) repeat-x 0 0;
  border-right: 1px solid #f0ecad;  
}
.menu_jaune_left
{
  background: transparent url(../images/theme/bg-menu-jaune-left.jpg) no-repeat 0 0;  
}
.menu_turquoise
{
  background: transparent url(../images/theme/bg-menu-turquoise.jpg) repeat-x 0 0;
  border-right: 1px solid #b7e7e4;  
}
.menu_turquoise_left
{
  background: transparent url(../images/theme/bg-menu-turquoise-left.jpg) no-repeat 0 0;  
}
.menu_gazon
{
  background: transparent url(../images/theme/bg-menu-gazon.jpg) repeat-x 0 0;
  border-right: 1px solid #e1e7b7;  
}
.menu_gazon_left
{
  background: transparent url(../images/theme/bg-menu-gazon-left.jpg) no-repeat 0 0;  
}



.menu1_left_shadow
{
  background: transparent url(../images/theme/shadow-left-menu.gif) no-repeat 0 0;
  height: 27px;	
  width: 1px;
  /*float: left;*/
}
.menu1_right_shadow
{
  background: transparent url(../images/theme/shadow-right-menu.gif) no-repeat 0 0;
  height: 27px;
  width: 1px;
}
.menu2_left_shadow
{
  background: transparent url(../images/theme/shadow-left-menu.gif) no-repeat 0 0;
  height: 24px; 
  width: 1px;
  /*float: left;*/
}
.menu2_right_shadow
{
  background: transparent url(../images/theme/shadow-right-menu.gif) no-repeat 0 0;
  height: 24px;
  width: 1px;
}
.menu_bottom_shadow
{
  background: transparent url(../images/theme/shadow-bottom-menu.jpg) repeat-x 0 0;
  /*width: 850px;*/ 
  height: 3px;
  padding: 0;
  margin: 0;
}
.menu_bottom_border_shadow
{
  width: 1px;
  height: 3px;
  background-color: #a29e9b;
}

#sidebar
{
	display: inline;
  float: left;
  width: 210px;
  margin-left: 5px;
}

#sidebar .block
{
	background-color: #EEE;
  margin-bottom: 5px;
}

#content 
{
	text-align: left;
	display: inline;
  float: left;
  /*width: 765px; with sidebar*/
  width: 980px;
  margin-left: 5px;
  padding: 15px 5px;
  background-color: #fbfbfb;
  background: #fbfbfb url(../images/theme/bg-content.jpg) repeat-x top left;
  height: auto;
  min-height: 1000px;
  _height: 1000px; /* underscore hack uniquement interprété par IE Win */
}

#footer
{
	position: relative;
	top: -5px;
  padding: 5px 3px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 85%;
  text-align: center;
 /* border-top: 1px solid #c7c0ba;*/
 background: transparent url(../images/theme/bg-blanc-gris.jpg) repeat-x 0 0;
}

#footer a
{
	font-weight: normal;
  color: #555;
  padding: 5px;
}
#footer a:hover
{
  color: #888;
}

#footer ul
{
  
}

#footer li
{
  list-style: none;
  margin-right: 5px;
  display: inline;
  
}

/*
Forums
*/

#forums table
{
  width: 100%;	
}
#forums h1
{
  font-style: normal;
  color: #AAA;
}
#forums .description
{
  font-style: italic;
  padding-left: 20px;
  margin-bottom: 10px;
}
#forums .posts
{
	clear: both;
  font-style: normal;
  padding-left: 45px;
  margin-bottom: 20px;
}
#forums .post
{
  /*border-left: 2px #30669f solid;*/
  margin-bottom: 5px;
  padding-left: 5px; 
}
#forums li
{
  list-style: square;
  list-style-position: inside;	
}

/*
Classes sidebar
*/

#sidebar_top_ventes, #sidebar_promotions_mois, #sidebar_produits_mois
{
	text-align: center;
	width: 100%;
	background-color: #8ba0b3;
	padding-top: 1px;
	padding-bottom: 1px;
}

#sidebar_top_ventes .item_link, #sidebar_promotions_mois .item_link, #sidebar_produits_mois .item_link
{
	
  display: inline;
  float: left;
  margin: 1px;
  width: 92px;
}

#sidebar_top_ventes .title
{
  width: 21px;
  height: 280px;	
}
#sidebar_promotions_mois .title
{
  width: 21px;
  height: 200px;  
}
#sidebar_produits_mois .title
{
  width: 21px;
  height: 200px;  
}
.item_sidebar
{
  float: left;
  display: inline;
  width: 87px;	
  margin-right: 5px;
  -margin-right: 0px;
}


/*
Classes recherche
*/
.search
{
  padding: 2px;
  background: #FFF url(../images/theme/bg-search.jpg) repeat-x left bottom;
  border: 1px solid #CCC;
  margin: 2px;
  margin-bottom: 10px; 
}
.search .advanced
{
	text-align: left;
	margin: 5px;
}
.search .advanced a
{
  border: 1px solid #BBB;
  background: #FFF url(../images/theme/bg-blanc-gris.jpg) repeat-x left top;
  padding: 2px;
}
.search .advanced img
{
  vertical-align: bottom;	
}
#recherche_avancee
{
  margin-top: 5px;	
}
#recherche_avancee label
{
  margin-right:0px;
  margin-left: 20px;
}
.search_result
{
  display: inline;
  float: left;
  /*width: 372px;*/
}
.search_results
{
  display: inline;
  float: left;
  /*width: 755px; with sidebar */
  width: 970px;
  border: 1px solid #CCC;
  margin: 2px;
  padding: 2px; 
}

/*
Classes paginator
*/
.pagination td
{
	vertical-align: middle;
}
.pagination_page
{
  border: 1px #DDD solid;
  padding: 1px;
  margin: 1px;
}

/*
Classes catalogue typeitem
*/
.typeitem_top
{
  /*display: inline;
  float: left;*/
  /*width: 372px; with sidebar */
  /*width: 480px;*/
  /*border: 1px solid #CCC;*/
  margin: 0 5px 10px 5px;
}
.typeitem_top h1
{
  margin-bottom: 0;	
}
.typeitem_top .util_content
{
	padding: 10px;  
  background: #fbfbfb url(../images/theme/bg-typeitem-top.jpg) repeat-x bottom left;
}

.typeitem_top_wide
{
  width: 770px; /*970*/
  /*border: 1px solid #CCC;*/
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 2px; 
}
.typeitem_top_wide .util_content
{
  padding: 10px;  
  background: #fbfbfb url(../images/theme/bg-typeitem-top.jpg) repeat-x bottom left;
}

.typeitem_top .item_link
{
  /*background: transparent url(../images/bg-item-link.png) repeat-x bottom left;*/
}
.typeitem_full
{
  display: inline;
  float: left;
  width: 970px;
  border: 1px solid #CCC;
  margin: 2px;
  padding: 2px;
}
.more_items
{
  font-size: 80%;
  text-align: right;
  width: 100%;
  /*padding-bottom: 3px;*/	
}
.more_items a
{
  color: #454545;
}
.routage
{
  font-size: 80%;
  text-align: left;
  width: 100%;
}
.routage a
{
  color: orange;
  color: expression((Math.floor(new Date().getTime()/500)%2)?"orange":"white");
  text-decoration: blink;
}
.routage_menu
{
  text-align: left;
  width: 100%;
}
.routage_menu a
{
  color: expression((Math.floor(new Date().getTime()/500)%2)?"orange":"white");
  text-decoration: blink;
}

/*
Classes article item
*/
.item_link
{
	margin: 2px 0px;
	width: 100%; 
	height: 95px;
}
.item_link img
{
  vertical-align: middle;
  display: inline; 
  margin-bottom: 2px;
  padding:1px;
  border:1px solid #444;
  background-color:#bbb;
}
.item_link_infos
{
  display: inline-block;
  width: 100%; 
  vertical-align: middle;
}
.item_link_thematique
{
  font-style: italic;
  font-size: 90%; 
}
.item_link_typeitem
{
  margin-top: 10px; 
}
.item_prix_a_partir
{
  color: orange;
}
.item_prix_public
{
  color: #888;
}
.item_prix_bon
{
  color: #444;
}
.item_currency
{
  font-weight: bold;
  white-space: nowrap;	
}
.item_details
{
	
}
.item_prix_reduction
{
  border: 1px orange solid;
  margin: 2px;
  padding: 2px;
  color: #444;
  font-style: italic;
  background: transparent url(../images/theme/bg-button-orange.jpg) repeat-x top left;
  line-heith: 20px;
  font-size: 80%;
  white-space: nowrap;
  display: block;
  width: 120px;
  text-align: center;
  float: left;
}
/*
.item_details label
{
  display: inline;
  float: left;
  width: 190px;
  margin-right: 10px;	
  font-weight: bold;
  color: #888;
}
*/

.item_vacance_iframe
{
	width: 100%;
	height: 500px;
	border:none;
}
.top_and_search
{
  margin-bottom: 15px;	
}
.item_promotion, .item_nouveaute
{
  margin: 8px 0 14px 0;
}

/*
Classes panier
*/
.panier th
{
  background-color: #DDD;
  border-top: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
  padding: 5px 2px 5px 2px;
}
.panier td
{
  padding: 5px 2px 5px 2px;
}
.panier_total
{
  font-weight: bold;
  background-color: #DDD;	
  border-top: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
}
.panier_total_salarie
{
	font-weight: bold;
	font-style:italic;
	color: #444;
  background-color: #DDD; 
  border-top: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
}
.panier_item_infos
{
}
.panier_item_quantites
{
}
.panier_item_total
{
	white-space: nowrap;
}
.panier_identification
{
}
.panier_message_contrat
{
  background-color: #EEE;
  color: orange;
  margin: 5px;
  font-weight: bold;
  padding: 3px;	
}
.panier_visualisation_salarie
{
  border: 1px #CCC solid;
  width: 70%;
  text-align: center;
  margin: 10px auto;
  padding: 5px;
  background: #FFF url(../images/theme/bg-gestion-ce.jpg) repeat-x 0 0;
}
.panier_frais_de_port
{
  background-color: #ECECEC; 
  border-top: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
}

/*
Classes inscription
*/
.inscription .radio_list li
{
  list-style: none;
  margin-right: 10px;
  display: inline;	
}

/*
Classes accueil
*/
#accueil_edito
{
  border: 1px #CCC dotted;
  background-color: #FFF;
  margin-bottom: 5px;	
}
#accueil_billetterie_lignes_lignes
{
  height: 280px;
  overflow: auto;
}
#accueil_billetterie_lignes_lignes li
{
  width: 460px;
} 

#accueil_billetterie_egalement
{
  font-size: 110%;	
  height: 280px;
  vertical-align: middle;
  line-height: 20px;
  overflow: hidden;
}
#accueil_billetterie_egalement a
{
/*
	loat: left;
  color: #444;
  margin: 10px 10px;	
  padding: 2px 2px
*/
}
#accueil_bon_tous
{
  font-size: 130%;  
  height: 280px;
  vertical-align: middle;
  text-align: center;
}
#accueil_gdo_web
{
  font-size: 130%;  
  height: 280px;
  vertical-align: middle;
  text-align: center;
}
.accueil_promotion
{
  text-align: center;
  border: 1px #DDD solid;
  width: 134px;	
}
.accueil_promotion .item
{
  margin: 5px;	
}

/*
 * Classes liquicorners / rounded
 */
 
/*
  | liquidcorners.css
  | credits: original by francky kleyneman : http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
*/
.rounded-top-left, .rounded-top-right, .rounded-bottom-left, .rounded-bottom-right { 
  /*background-image: url('../images/rounded/corners1280x18cregy.gif'); /* CHANGE: path and name of your image */
  height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
  font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
  }
.rounded-top-left, .rounded-bottom-left { 
  margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
  }
.rounded-top-right, .rounded-bottom-right { 
  margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
  margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
  }
.rounded-top-right {
  background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
  }
.rounded-bottom-left  { 
  background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
  }
.rounded-bottom-right { 
  background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
  }
.rounded-inside {
  border-left: 1px solid #777777; /* YCC: color & properties of the left-borderline */
  border-right: 1px solid #777777;/* YCC: color & properties of the right-borderline */
  background: #EFEFEF;            /* YCC: background-color of the inside */
  color: #000000;                 /* YCC: default text-color of the inside */
  padding-left: 6px;             /* YCC: all texts at some distance of the left border */
  padding-right:6px;             /* YCC: all texts at some distance of the right border */
  }
.rounded-notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.rounded-nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

/*
 * promotions latérales
 */

#promotion-gauche a
{
	width:100%;
	display:block;
	height:1200px;
  _height:1200px;
}

#promotion-droite a
{
	width:100%;
  display:block;
  height:1200px;
  _height:1200px;
}

/*
 * carousel JS
 */
.carousel
{
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
 * Flatzoom
 */
.flatzoom
{

}

/*
 * Fast admin
 */
.fast_admin
{
  border-bottom: #CCC solid 1px;
  text-align: right;
  color: #888;
  font-size: 80%;
  font-style: italic;	
}

/*
 * Identification
 */
.identification_membre
{
  border: 1px #DDD solid;
  padding: 5px;
  background: #ffe0d3 url(../images/theme/bg-identification-membre.jpg) repeat-x top left;
  width: 55%;
  text-align: center;
}

.identification_nouveau
{
	border: 1px #DDD solid;
  padding: 5px;
  background: #d9e7f2 url(../images/theme/bg-identification-nouveau.jpg) repeat-x top left;
  width: 45%;
  text-align: center;
  display: none;
} 

.choix_paiement
{
  border: 1px #DDD solid;
  padding: 5px;
  background: #d9e7f2 url(../images/theme/bg-identification-nouveau.jpg) repeat-x top left;
  width: 45%;
  text-align: center;
}

/*
 * Salles
 */
.salle_image_thumbnail
{
  float: left;
}
.salle_image_thumbnail img
{
	margin-right: 5px;
	border: 1px #AAA solid;
}

/*
 * Tabs
 */
 #tabs ul
{
    font: normal 14px arial, sans, sans-serif;
    -list-style-type: none;
    border-bottom: 1px solid gray;
    margin: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom: 26px;
}
#tabs ul li 
{
    display: inline;
    float: left;
    height: 24px;
    min-width:80px;
    text-align:center;
    padding:0;
    margin: 1px 0px 0px 0px;
    border: 1px solid gray;
}
#tabs ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
#tabs ul li a 
{
    float: left;
    color: #666;
    text-decoration: none;
    padding: 4px;
    text-align:center;
    background-color:#eee;
    min-width:80px;
    border-bottom: 1px solid gray;
}
#tabs ul li a.selected
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
#tabs ul li a:hover
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
}
#tabs_container
{
	  background: white;
    border:1px solid gray;
    border-top: none;
    width:100%;
    padding:10px 0;
    margin:0;
    left:0;
    top:0;  
}
	
/*
 * Infos TLCE
 */
#infos_tlce
{
  background: transparent url(../images/theme/infos-tlce.gif) no-repeat top left;
  padding-top: 55px;
  padding-left: 15px;
  width: 170px;
  margin-right: 15px;
}
#infos_tlce .content
{
  border: 2px solid #f5ac00;
  background-color: #FFF;
  padding: 15px 15px;
  text-align: left;
}
#infos_tlce .content a
{
  font-size: 80%;
}

/*
 * commande_item
 */ 
.commande_item_facturee
{
  background-color: #7d93b5;	
}
.commande_item_annulee
{
	background-color: #dbcdc8;
}
.commande_item_encours
{
	background-color: #FFF;
}
.commande_item_status_legend
{
	margin-top: 20px;
	border: 1px #AAA solid;
	margin: 0 auto;
	width: 300px;
	background: transparent url(../images/theme/bg-profil.jpg) repeat-x top left;
}
.commande_item_status_legend span
{
  border: 1px #BBB solid;	 
}

/*
 * code reduction
 */
.code_reduction
{
  font-size: 160%;	
	
}
.telephone
{
  font-size: 140%;  
  color: #12304d; 
}
 