
/*
 * Salon SMB
 */

* {
	margin : 0;
	padding : 0;
}

.newline {
	display : block;
	height : 0;
	clear : both;

	line-height : 0;
}

.left {
	float : left;
}

.right {
	float : right;
}

a img {
	border : none;
}

li {
	list-style-position : inside;
}

body {
	background : #FDFEFE url(../img/fond-body.gif) repeat-x 0 0;
	font-size : 11px;
	font-family : Arial, Helvetica, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
}

#infos-top {
	padding : 0.5em 0;
	text-transform : uppercase;
}

#baseline {
	color : #D6E1E4;
}

#date, #lieu {
	color : #FFF;
}

#date {
	padding-left : 2em;
}

#lieu {
	padding-left : 1em;
}

#container {
	width : 960px;
	margin : 0 auto;
}

#container-visuel {
	margin:0;
	padding:0;
}

#page {
	clear : both;
	width : 960px;
	background : url(../img/fond-grad-page.gif) 0 1px repeat-x #FFF;
}

h1 {
	float : left;
	margin : 10px 0 0 15px;
	display : inline; /* hack ie double float*/
	width : 280px;
	height : 88px;
}

h1.FR {
	/*background : url(../img/logo_FR09.jpg) no-repeat top left;*/
	background : url(../img/logo_blanc.jpg) no-repeat top left;
}

h1.GB {
	background : url(../img/logo_GB.gif) no-repeat top left;
}

h1 a {
	display : block;
	width : 280px;
	height : 88x;
}
h1 a span {
	display : none;
}
/* ---- accès direct et raccourcis -------------------------------------------*/
#acces-direct {
	clear : both;
	margin-bottom : 5px;
}

#bloc-raccourcis li {
	display : inline;
}

#bloc-raccourcis {
	padding-top : 0.3em;
	color : #8DC73F;
	float : left;
}

#liste-raccourcis {
	margin-left : 240px;
	padding-bottom : 1px;
}

#bloc-raccourcis a {
	color : #8DC73F;
	font-size : 1.1em;
	text-decoration : none;
}

#bloc-lienrapide {
	float : right;
	margin-right : 10px;
	display : inline; /* ie double float bug fix */
}

#bloc-lienrapide select {
	color : #8DC73F;
	border : 1px solid #55606d;
	font-size : 0.9em;
}

/* ---- langues --------------------------------------------------------------*/
#langue a {
	font-weight:700;
	color:#fff;
	text-decoration:none;
}
/* ---- bandeau de pub -------------------------------------------------------*/
#bloc-pub {
	float : right;
	margin : 10px 10px 0 0; 
}

/* ---- menu niveau 1 (horizontal) -------------------------------------------*/

#niv1 {
	/*float : left;
	width : 100%;*/
}

#niv1 ul {
	height:30px;
	font-size : 2em;
	background : url(../img/fond-menu-1.gif) repeat 0 0 #4b535c;
	list-style-type : none;
}

#niv1 li {
	display:inline;
	color : #edf1f5;
	padding:0 15px; 
	background : url(../img/niv1-sep.gif) no-repeat top right;
}

#niv1 li a {
	color : #edf1f5;
	text-decoration : none;
}

#niv1 li a:hover {
	color: #8DC73F;
}

#niv1 li.sel {
	padding:0 15px; 
	color: #8DC73F;
}






/* ---- chemin de fer / breadcrumbs ------------------------------------------*/
#breadcrumbs {
	position : relative;
	top : -4px;
	padding : 0.4em 10px 0.8em 10px;
	background : url(../img/fond-breadcrumbs.gif) repeat-x;
	color : #777;
}

div>#breadcrumbs {
	top : 0;
}

#breadcrumbs a {
	text-transform : capitalize;
	font-weight : bold;
	color : #8DC73F;
	text-decoration : none;
}
#breadcrumbs a:hover, #breadcrumbs a:focus, #breadcrumbs a:active {
	color : #444;
	text-decoration : underline;
}

#breadcrumbs span {
	font-weight : bold;
	color : #444;
}



/* ---- colonne principale----------------------------------------------------*/


#contenu {
	width : 720px;
	margin : 0 10px 10px 0;
	float : right;
	display : inline; /* ie double float bug fix */
}

#bloc-center {
	padding-left:10px;
	width:570px;
}

#bloc-center.pagesimple {
	clear: both;
	padding: 20px;
}

#bloc-center a {
	color:#8DC73F;
	text-decoration:none;
}

#bloc-center a:hover {
	color:#7C7C7C;
}

#contenu h2, #bloc-center.pagesimple h2 {
	font-size : 2em;
	color : #7C7C7C;
	font-weight : 700;
	border-bottom : 4px solid #8DC73F;
	padding : 0.8em 0 0 0;
}

#contenu h3, #bloc-center.pagesimple h3 {
	font-size : 1.5em;
	color : #55606d;
	font-weight : 700;
	border-bottom : 1px solid #8DC73F;
	padding : 0.8em 0 0 0;
}

#contenu h4, #bloc-center.pagesimple h4 {
	font-size : 1.2em;
	color:#55606D;
} 

#contenu h4.stylerouge, #bloc-center.pagesimple h4.stylerouge {
	color:#8DC73F;
}

#contenu h4.styleorange, #bloc-center.pagesimple h4.styleorange {
	color:#ff9900;
}

#contenu h4.stylebleu, #bloc-center.pagesimple h4.stylebleu {
	color:#0099cc;
}

#contenu h4.stylenegatif #bloc-center.pagesimple h4.stylenegatif {
	color:#fff;
	background:#7C7C7C;
	padding:0.2em 0.8em;
}

p.backtotop {
	font-size : 0.8em;
	float : right;
}

p.backtotop a {
	padding : 0 2px 2px 8px;
	font-weight : 700;
	text-decoration : none;
	color : #ccc;
}
p.backtotop a:hover, p.backtotop a:focus, p.backtotop a:active {
	color : #fff;
	background : url(../img/fond-backtotop.gif) no-repeat bottom left #D3D7AC;
}


/* ---- bloc de contenu texte simple -----------------------------------------*/

#bloc-center.home {
	background : url(../img/home-grad.gif) repeat-x 0 0;
}

.home .texteSimple {
	font-size:1.2em;
}
.texteSimple {
	padding : 5px 0;
	color : #606060;
	text-align : justify;
	font-size:1.1em;
	overflow:hidden;
}

.texteSimple img {
	border : 1px solid #d3d7ac;
}


/* ---- gestion des multicolonnes --------------------------------------------*/

.style1 {
	background-color:#F4F4F4;
	padding:10px;
}

.style2 {
	background-color:#7C7C7C;
	color:#FFF;
	padding:10px;
}

.style3 {
	border: #8DC73F 1px solid;
	padding:10px;
}

div.w100 {
  clear : both;
  float : none;
}

div.w50 {
  float : left;
  display : inline; /* fix ie6 bug : http://positioniseverything.net/explorer/doubled-margin.html */
  clear : left;
  width : 49%;
}

div.w50-newline {
  float : left;
  display : inline;
  clear : right;
  width : 49%;
  margin-left : 1%;
}

div.w33-first {
  float : left;
  display : inline;
  width : 32%;
}

div.w33-2 {
  float : left;
  display : inline;
  width : 32%;
  margin-left : 1%;
}

div.w33-newline {
  float : left;
  display : inline;
  clear : right;
  width : 32%;
  margin-left : 1%;
}

/* ---- gestion des images --------------------------------------------*/
img.left {
	margin : 0 10px 0 0;
	float:left;
}

img.right {
	margin : 0 0 0 10px;
	float:right;
}

img.center{
	display : block;
	margin : 0 auto;
}

/* ---- barre latérale -------------------------------------------------------*/
#sidebar {
	width : 219px;
	margin-left : 10px;
	float : left;
	display : inline; /* ie double float bug fix */
}

#sidebar div.closer {
	height : 15px;
	background : url(../img/reflet-bas-bloc-sidebar.gif) no-repeat 0 1px #fff;
}

/* ---- login -----*/

#login.bloc h2 {
	color : #55606d;
	font-size : 2em;
	font-weight : 400;
	background : url(../img/fond-titre-clair.gif) no-repeat -1px 0;
	padding : 0.1em 0 0.1em 20px;
	letter-spacing : -1px;
	position : relative;
}

#login.bloc div.fond {
	background : url(../img/fond-bloc-sidebar-clair.gif) repeat-y top right #F4F4F4;	
}

#login.bloc p.liens {
	text-align : center;
	padding : 0.2em 0;
	background : url(../img/coin-bas-gauche-sidebar-1.gif) no-repeat bottom left #E3E3E3;
	position : relative;
}

#login.bloc p.liens a {
	color : #55606d;
}

#login.bloc p.liens a:hover {
	color : #444444;
}

#login input {
	margin : 0 0 10px 10px;
}

#login form {
	padding : 10px 0 0 0;
}

#login .acces-ok {
	border : 0;
	padding : 0 5px;
	background : url(../img/ok-login.gif) repeat-x top left;
	font-size : 0.9em;
	color : #fff;
	font-weight : 700;
}


/* ---- actualites -----*/

#actualites h2 {
	color : #edf1f5;
	font-size : 2em;
	font-weight : 400;
	background : url(../img/fond-titre-fonce.gif) no-repeat -1px 0;
	padding : 0.1em 0 0.1em 20px;
	letter-spacing : -1px;
	position : relative;
}

#actualites div.fond {
	background : url(../img/fond-bloc-sidebar-clair.gif) repeat-y top right #F4F4F4;	
}

#actualites p.liens {
	text-align : center;
	padding : 0.2em 0;
	background : url(../img/coin-bas-gauche-sidebar-3.gif) no-repeat bottom left #7C7C7C;
	position : relative;
}

#actualites p.liens {
	padding : 0.8em 0;
}

p.liens a {
	color : #fff;
	text-decoration:none;
}

#actualites h3 {
	position : relative;
	font-size : 1.2em;
	color : #3f4c59;
	text-transform : uppercase;
	clear : both;
	padding : 7px 10px 5px 10px;
}

#actualites .puce {
	padding-left: 10px;
	background : url(../img/puce-titre-sidebar.gif) no-repeat 0 3px;
}

#actualites p {
	color : #6c7f8d;
	padding-left:10px;
}

div.container-actu .odd {
	background : url(../img/fond-bloc-sidebar-clair.gif) repeat-y top right #F4F4F4;
}

div.container-actu .even {
	background : url(../img/fond-bloc-sidebar-fonce.gif) repeat-y top right #E3E3E3;
}

p.blocklink {
	text-align:right;
	padding:0 10px 5px 10px;

}

p.blocklink a {
	color : #8DC73F;
	text-decoration:none;
}

#actualites img.left {
	margin : 0 0.3em 0.3em 0;
}

#actualites img.right {
	margin : 0 0.5em 0.3em 0.3em;
}


/* ---- menu de gauche -------------------------------------------------------*/

#sidebar .bloc ul {
	margin-left : 10px;
	padding : 5px 0;
}

#sidebar .bloc li {
	list-style-type : none;
}

#menu-gauche h2 {
	color : #edf1f5;
	font-size : 2em;
	font-weight : 400;
	background : url(../img/fond-titre-fonce.gif) no-repeat -1px 0;
	padding : 0.1em 0 0.1em 20px;
	letter-spacing : -1px;
	position : relative;
}

#menu-gauche div.fond {
	background : url(../img/fond-bloc-sidebar-clair.gif) repeat-y top right #F4F4F4;	
}

#menu-gauche div.bottom {
	background : url(../img/fond-bas-clair.gif) no-repeat 0 0;
	height:8px;
	font-size: 1px;
}


#menu-gauche a {
	color : #55606d;
	text-decoration:none;
}

#menu-gauche a:hover, #menu-gauche a:focus, #menu-gauche a:active {
	color : #E3E3E3;
	text-decoration:none;
}

#menu-gauche li {
	background : url(../img/puce-titre-sidebar.gif) no-repeat 0 2px;
	padding :  0 0 0 12px;
	font-size : 1.2em;
}

#menu-gauche li.sel {
	background : url(../img/puce-titre-sidebar-sel.gif) no-repeat 0 2px;
	padding :  0 0 0 12px;
}

#menu-gauche li.sel-open {
	background : url(../img/puce-titre-sidebar-open.gif) no-repeat 0 4px;
	padding :  0 0 0 12px;
}

#menu-gauche li.sel a {
	color : #8DC73F;
	font-weight : 700;
}

#menu-gauche li.sel-open a {
	color : #8DC73F;
	font-weight : 700;
}

#menu-gauche .m3 li {
	background : none;
	font-size : 0.8em;
}

#menu-gauche .m3 li a {
	color : #55606d;
	font-weight : 400;
}

#menu-gauche .m3 li a:hover, #menu-gauche .m3 li a:focus, #menu-gauche .m3 li a:active {
	color : #8DC73F;
}

#menu-gauche .m3 li.sel a {
	color : #8DC73F;
	font-weight : 700;
}

/* ---- menu bas gauche ------------------------------------------------------*/

#menu-bas-gauche div.opener {
	background : url(../img/haut-menubasgauche.gif) no-repeat -2px 0;
	height:8px;
	font-size: 1px;
}

#menu-bas-gauche .fond {
	background : url(../img/sidebar-menubasgauche.gif) repeat-y top right #99D34B;
}

#menu-bas-gauche .bottom {
	background : url(../img/bas-menubasgauche.gif) no-repeat 0 0;
	height:8px;
	font-size: 1px;
}

#menu-bas-gauche li {
	background : url(../img/puce-menubasgauche.gif) no-repeat 0 2px;
	padding-left:15px;
}

#menu-bas-gauche a {
	color: #386101;
	text-decoration:none;
}

#menu-bas-gauche a:hover, #menu-bas-gauche a:focus, #menu-bas-gauche a:active {
	color: #55606d;
	text-decoration:none;
}

/* ---- partenaires ----------------------------------------------------------*/

#partenaires h2 {
	color : #edf1f5;
	font-size : 2em;
	font-weight : 400;
	background : url(../img/fond-titre-fonce.gif) no-repeat -1px 0;
	padding : 0.1em 0 0.1em 20px;
	letter-spacing : -1px;
	position : relative;
}

#partenaires .fond {
	background : url(../img/fond-bloc-sidebar-clair.gif) repeat-y top right #F4F4F4;
}

#partenaires .bottom {
	background : url(../img/fond-bas-clair.gif) no-repeat bottom left;
	height:8px;
	font-size: 1px;
}

#partenaires img {
	display : block;
	margin : 0 auto;
	padding : 10px 0 0 0;
}

#partenaires .legende {
	text-align : center;
}

/***************************************************************************************/
/*   bloc partenaire colonne de droite
/***************************************************************************************/
#contpartner {float:right;width:121px;}
#partner_opener {width:121px;height:7px;background:url(../img/partner_opener.gif) no-repeat;font-size:1px;}
#partner {width:121px;background:#e3e3e3;text-align:center;padding: 16px 0}
#partner a {width:121px;display:block;text-align:center;margin: 0 0 6px 0}
#partner_closer {width:121px;height:8px;background:url(../img/partner_closer.gif) no-repeat}

/* ---- formulaire -*/

textarea {
	background : url(../img/fond-champ.gif) no-repeat top left #fff;
	color : #7C7C7C;
	font-size : 0.9em;
	padding : 2px;
	border : none;
	border-top : 1px solid #fff;
	border-left : 1px solid #fff;
}
input{
	background : url(../img/fond-champ.gif) no-repeat top left #fff;
	color : #7C7C7C;
	font-size : 0.9em;
	padding : 2px;
	border : none;
	border-top : 1px solid #fff;
	border-left : 1px solid #fff;
	border-bottom : 1px solid #D6E1E4;
	border-right : 1px solid #D6E1E4;

}



/* ---- simpleform -*/


.simpleform fieldset{
	font-weight:bold;
	margin:10px 0px;
	padding:10px;
	border:1px #8DC73F solid;

}
.simpleform fieldset legend{
	padding: 5px 10px 10px 10px;
	color:#8DC73F;
	font-size:14px;
}

.simpleform LABEL{
	width:200px;
	font-weight:bold;
	display:block;
	float:left;
	color:#7C7C7C;
	text-align:right;
	margin-right:10px;
	margin-top: 10px;
}
.simpleform .bloc-form-field {
	display:block;
	/*width:110px;*/
	/*float:left;*/
	/*font-weight:auto;*/
	
}

.simpleform .bloc-form-field_oneColumn {
	width: 280px;
	float: left;
	margin-top: 10px;
	
}

.simpleform .bloc-choix{
	color : #7C7C7C;
	font-size : 0.9em;
	float: left;
	width: 200px;
}

.simpleform .bloc-choix input {
	position: relative;
	top: 3px;
}

.simpleform .form-bloc{
	margin:2px 0px;
}
.form-field {
	background : url(../img/fond-champ.gif) no-repeat top left #fff;
	color : #7C7C7C;
	padding : 2px;
	border : 1px solid #D6E1E4;
	border-top : 1px solid #fff;
	border-left : 1px solid #fff;
	width: 205px;
}

.simpleform .bloc-choix .form-field, .simpleform .bloc-choix INPUT{
	border:none;
	background:none;
}


.simpleform .bloc-submit{
	clear: left; 
	text-align:center;
	padding:20px;
}
.simpleform .form-submit{	
	border : 1px solid #55606d;
	padding : 0 8px;
	background : url(../img/fond-bouton.gif) repeat-x top left #b8c2c6;
	font-size : 0.9em;
	color : #fff;
	font-weight : 700;
}
/* ---- warning */
#bloc-warning {
  border : 1px solid #8DC73F;
  background : #E3E3E3;
  margin : 5px 0px;
  color : #606060;
  float:center;
}

#bloc-warning h3 {
  background : #8DC73F;
  text-align : center;
  padding : 5px 15px;
  color : #fff;
  text-align : left;
  margin:0;
  border-bottom : 1px solid #fff;

}

#bloc-warning ul {
  margin : 10px 0 10px 50px;
  list-style-type:none;
}

#bloc-warning li {
  padding : 5px 10px;
  background : url(../img/puce-titre-sidebar.gif) no-repeat center left;

}

/*//////////// Form pre-enregistrement //////*/

/*#form*/
LABEL{
	color:#585449;
	font-weight:bold;
	width:200px;
	display:block;
	float:left;
	text-align:right;
	padding-right:10px;
}

/* class des elements de formulaire */
/*#form*/
.form-field{
	background : url(../img/fond-champ.gif) no-repeat top left #fff;
	color : #7C7C7C;
	font-size : 0.9em;
	padding : 2px;
	border : 1px solid #D6E1E4;
	border-top : 1px solid #fff;
	border-left : 1px solid #fff;
}

/* div correspondant à une question (Q+Champ) */
/*#form*/
.form-bloc{
	float:left;
	margin-bottom:2px;
}
/* div encadrant le champ */
/*#form*/
.form-blocfield{
	float:left;
	color : #7C7C7C;
}
/* div encadrant spécifiquement les champs de type Coche ou Radio */
/*#form*/
.form-blocchoix{
	color : #585449;
	margin-bottom:10px
}
/*#form*/
.form-blocchoix .form-field,
/*#form*/
.form-blocchoix INPUT{
	/*border:none;
	background:none;*/
}


/* class du bouton */
/*#form*/
.form-submit{	
	border : 1px solid #585449;
	
	background : #000;
	color : #fff;
	font-weight : bold;
}
/*#form*/
.form-blocsubmit{
	text-align:right;
	padding:20px;text-align:center;
}
.form-ex{color:#000;font-size:10px;position:relative;display:inline;width:200px;}

/*///////// Cas spéciaux /////////////

/*Cas libelle question tres long (passage du champ à la ligne)*/
/*#form*/
.longlabel LABEL{width:450px;text-align:left;}
/*#form*/
.longlabel .form-blocfield{
	padding-left:145px;	/*largeur de LABEL + marge à droite LABEL*/
}
.nolabel{margin-top:-10px;}
div.other{margin:5px 0;}
.label{color:#000;
	font-weight:bold;}
	

.codeinvit{width:250px;margin-left:22px;}
.blocCONNU div.other{position:relative;width:150px;top:-22px;left:90px;}

select.error,input.error{background-image:none; background-color:#E3001B;color: #fff}
div.error{color:#E3001B ; font-weight:bold}

.coche{border:none;	margin-right: 5px; background: none;position:relative;top:2px;}

.blocOPTIN label{padding-left:0;width:98%;}

.form-mandatorysign{color:#D61B1B;}

.simpleform #form #bloc-warning h3 {
  background : #8DC73F;
  text-align : center;
  padding : 5px 15px;
  color : #fff;
  text-align : left;
  margin:0;
  border-bottom : 1px solid #fff;

}
.simpleform #form h3{
	padding: 30px 10px 10px 10px;
	color:#8DC73F;
	font-size:14px;
	margin-top: 15px;
	margin-bottom: 10px;
	clear:left;
}


/* ---- pied de page ---------------------------------------------------------*/
#footer {
	padding : 1em 0;
	color : #55606d;
}

#footer a {
	color :  #55606d;
	text-decoration : none;
}

#footerlinks {
}

#footer a:hover, #footer a:active, #footer a:focus  {
	color : #55606d;
	text-decoration : underline;
}

 
/* CSS sitemap */
	.sitemap {
	 font-size : 10px ;
	}

  .sitemap ul, .sitemap li, .sitemap p {
    padding : 0;
    margin : 0;
  
  }

  .sitemap ul.niv1 {
    width : 50%;
    float :left;
  }

    .sitemap li {
    padding : 0 0 0 1em;
    list-style-type : none;
  }
  
    .sitemap li.emphase{
    border-top : 1px solid #eee;
    border-bottom : 1px solid #eee;
    background : #f5f5f5;
  }

    .sitemap a {
    text-decoration : none;
    display : inline;
  }

    .sitemap h1 {
    /*font-size : 2em;*/
    font-size : 2em;
    float : none;
    margin : 1em 0 0 0;
    padding : 0;
    display : block;
    height : auto;
    text-align : left;
    background : none;
    line-height : 1.1em;
  }

    .sitemap h2 {
    /*font-size : 1.5em;*/
    font-size : 1em !important;
    margin : 0;
    padding : 0 0 0 0.75em;
    display : block;
    text-align : left;
    background : none;
	border-bottom : 1px solid #8DC73F !important;
  }

    .sitemap h3 {
    /*font-size : 1.2em;*/
    font-size : 1em !important;
    float : none;
    margin : 0;
    padding : 0 0 0 1.5em;
    display : block;
    text-align : left;
    background : none;
    border : none !important;
  }

    .sitemap h4 {
    /*font-size : 1.1em;*/
    font-size : 1em !important;
    float : none;
    margin : 0;
    padding : 0 0 0 2.25em;
    display : block;
    text-align : left;
    background : none;    
	border : none !important;
  }

    .sitemap h5 {
    font-size : 1em !important;
    float : none;
    margin : 0;
    padding : 0 0 0 3em;
    display : block;
    text-align : left;
    background : none;
    border : none;
	border : none !important;
  }

 /*-------------------*/
 #liste-contacts TD{padding:0 3px;}
  #liste-contacts a.lienliste{color:#000;}
    #liste-contacts a.lienliste:hover{color:#000;text-decoration:underline}

 #zoom-contact{width:60%}
 #zoom-contact TH{text-align:left}
 #zoom-contact h3{margin-bottom:3px}
 #zoom-contact label{font-weight:bold}
 /*ZOOM*/
 #zoom h2
 {
	color : #7C7C7C;
	margin-bottom:25px;
	font-weight:900;
	font-size:25px;
 }
  #zoom h3
 {
	color : #7B797B;
	border-bottom : 2px inset #7C7C7C;
	margin-bottom:15px;
	padding-bottom:5px;
	font-weight:900;
 }
 #coordonnee
 {
	width:60%;
	float:left;
}
 #logo
 {
	width:200px;
	height:200px;
	line-height: 200px;
	text-align:center;
	float:left;
	padding:10px;
}
#logo img
{
	vertical-align:middle;
}
*html span.ie /*on définie un span avec une hauteur pour ie6 et régler le probleme de centrage*/
{
	display:inline-block;/* pour IE */
	height:100%;
	vertical-align:middle;
}
#contact
 {
	width:100%;
	float:left;
	padding:0 0 15px 0;
}
#secteur
 {
	width:100%;
	float:left;
	padding:0 0 15px 0;
}
#presentation
 {
	width:100%;
	float:left;
	padding:0 0 15px 0;
}
#retour
 {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 15px 0;
}
.libelle
{
	width:25%;
	display:block;
	float:left;
	color : #7C7C7C;
	font-weight:500;
}
.donnee
{
	width:70%;
	display:block;
	float:left;
}
#zoom div.ligne
{
	padding:10px;
}

/*---- Récap commande ------------------------*/
#prereg {
	font-size:1.1em;
}

#recapCommande table, #recapCommande td {	
	border-collapse:collapse;	
	font-size:1.1em;
}

#recapCommande td {
	font-weight:bold;
	text-align:right;
	padding:4px;
	border:1px solid silver;
	border-collapse:collapse;
}

#recapCommande td.libCommande {
	text-align:left;
}

#recapCommande td.subtotal {	
	font-style:italic;
}

#recapCommande td.price {
	font-weight:bold;
}

#recapCommande td.total {
	font-size:14px;
}

#recapCommande td.noBorderLib {
	border-top:none;
	border-left:none;
	border-collapse:collapse;
}

#recapCommande td.noBorder {
	border:none;
	border-collapse:collapse;
}

p.mentionslegales {
	font-size:10px;
	font-style:italic;
}