/******************************************** GENERAL ******************************************/

body, td, tr {
	font-family :   "Verdana", Arial, Helvetica, sans-serif;
	font-size : 13px;
}
body {
	padding : 0px;
	margin : 0px;
	leftmargin : 0px;
	background-image:  url("../images/fond_bg.jpg");
	background-repeat:repeat-x
}
a:link {
	color: #0066ff;
	text-decoration:none
}
a:visited {
	color: #0066ff;
	text-decoration:none
}
a:hover {
	color: #75ACFF;
	text-decoration:none
}
a:active {
	color: #75ACFF;
	text-decoration:none
}
h2 {
	color:#fff;
	font-size:16px;
	margin:0px 0px 5px 0px;
	font-weight:normal;
}


h2.client { /* titre jebaisse, quigagne*/
	color:#076d9d;
	background-image:url(../images/etoile.png);
	background-repeat:no-repeat;
	text-indent:25px;
	line-height: 24px;
	border-bottom:1px solid #333;
	font-size:16px;
	padding-bottom:0px;
	font-weight:bold
}
/******************************* CADRE ********************************/

.contentmain {
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
}
.contentmain td {
	color:#FFFFFF;
}
.contentmain h2 {
	color:#E35757;
	font-size:16px;
	border-bottom:1px solid #333;
	margin:5px;
	font-weight:bold;
}
.bloc {
	float : left;
	background-color: EEF0F0;
	border:1px solid #FFF128;
	text-align: center;
	width: 244px;
	height: 195px;
	z-index:2;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 8px;
}


.box {
	border:1px solid #cccccc;
	margin: 1px;
	padding: 1px;
}
.bloc2 {
	float : left;
	background-image: url("../images/fond_fiche2.gif");
	text-align: center;
	width: 370px;
	margin-left: 10px;
	margin-bottom: 2px;
	height: 254px;
	z-index:2;/*background-repeat: no-repeat;*/
}
.bloc_special {
	float : left;
	background-image: url("../images/fond_fiche.gif");
	text-align: center;
	width: 180px;
	margin-left: 10px;
	margin-bottom: 2px;
	height: 254px;
	z-index:2;/*background-repeat: no-repeat;*/
}
.bloc_direct {
	float : left;
	background-image: url("../images/fond_direct.gif");
	text-align: center;
	width: 296px;
	margin-left: 10px;
	margin-bottom: 2px;
	height: 294px;
	z-index:2;
	background-repeat: no-repeat;

}
.blocActivite {
	float : left;
	background-color: #FFFFCC;
	text-align: center;
	padding: 1px;
	width: 240px;
	border: 1px dashed #8FB4C5;
	margin: 1px;
	height: 270px;
}
.blocActivite2 {
	text-align: left;
	padding: 10px;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:7px;
}
.activiteTitre {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	padding-left:6px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E90C1;
}
.bloc_mot {
	float : left;
	width: 420px;
	height: 150px;
	margin-left: 45px;
	padding-left: 2px;
	margin-bottom: 3px;
	background-image:url(../commerces/images/fiche.jpg);
	background-repeat:no-repeat;
}
.bloc_simple {
	float : left;
	width: 180px;
	height: 108px;
	margin-left: 20px;
	margin-bottom: 13px;
	padding-left: 8px;
	padding-top: 8px;
	/*background-image:url(../commerces/images/fiche.jpg);*/
	background-repeat:no-repeat;
	color:#ccc;
	font-size:11px;
	border-bottom:#666 solid 1px
}
/********************************************* ENTETE ******************************************/

.componentheading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*  letter-spacing   : 1px;*/
  font-size : 10px;
	font-weight : bold;
	height : 20px;
	line-height : 20px;
	text-transform : uppercase;
	padding-left : 15px;
	padding-right : 0px;
	text-align : left;
	color : #333333;
	width : auto;
	margin : 2px;
}
.titre {
	font-weight : bold;
	text-transform : uppercase;
	/* text-indent      : 8px;*/
 	 font-size : 10px;
	text-align : center;
	color : #3366ff;
}



/********************************* NAVIGATION LIEN************************************/

a.lien:link, a.lien:visited {
	text-decoration :none;
	margin:1px;
	font-weight:bold;
	display:block;
	width:250px;
	height:22px;
	line-height:20px;
	color:#fff;
	text-align:center;
	background-color:#666;
	font-size:11px;
	background: url(../images/lien_bg.gif) no-repeat 0 0px;
}
a.lien:hover, a.lien:active {
	text-decoration :none;
	margin:1px;
	color:#fff;
	font-size:11px;
	background-color:#3399ff;
	background: url(../images/lien_bg.gif) no-repeat 0 -22px;
}


.menu_titre {
	display :block;
	height :40px;
	line-height: 40px;
	width :200px;
	text-align :center;
	font-weight :bold;
	color :#ffffff;
	background-color:#66CBFF;
	background-image:url(../images/fond_bleu.jpg);
	background-repeat:repeat-x;
	font-size :13px;
	font-variant :normal;
	vertical-align: middle;
}
a.menu_titre:link, a.menu_titre:visited {
	text-decoration :none;
	color:#ffffff;
}
a.menu_titre:hover {
	text-decoration :none;
	color:#ffffcc;
}
/********************************************* CONTENU *****************************************/

.contentheading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 0px;
	font-size : 10px;
	font-weight : bold;
	text-align : center;
	/* white-space      : nowrap;*/
  color : #333;
	width : 100%;
	margin : 0px;
}
.contentheadingx2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 0px;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	/* white-space      : nowrap;*/
  color : #E35757;
	width : 100%;
	margin : 0px;
}
.mp {
	font-size: 10px;
	color: #666666;
	font-weight:normal;
	letter-spacing: -0.03em;
	text-decoration : none;
}
.hilite {
	color:#E35757;
	font-weight : bold;
}
.hilite2 {
	color:#008000;
	font-weight : bold;
}
.small {
	color: #666;
	font-size:11px
}
.affiche {
	color: #E35757;
	font-weight: bold;
	font-size:14px
}
.couleur {
	color: #ff0099;
}
.titre_offre {
	color: #ff0099;
	border-bottom:1px solid #666;
	font-style: normal;
	text-align:left;
	padding:0px 5px 0px 0px;
	background-image:url(../images/etoile.gif);
	background-position:-10px;
	background-repeat:no-repeat;
	text-indent: 50px;
	line-height:40px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:2em;
}
.offre {
	font-size: 1.5em;
	margin: 0.1em 0 .5em 0; /* Rapproche le titre du texte. */
	line-height: 1.2em;
	font-weight:bold;
	font-style:normal;
	font-family:"Century Gothic";
	color:#333;
}
.reference {
	color: #666666;
	font-size: 14px
}
.inverse {
	color: #fff;
	font-weight:bold;
	/*font-family:"Century Gothic";*/
	font-size:11px
}
a.site:link, a.site:visited { /* pour bouton "voir le site" */
	text-decoration :none;
	display:block;
	font-size:11px;
	width:117px;
	height:18px;
	line-height:16px;
	color:#fff;
	text-align:center;
	background-color:#3399ff;
	background-image:url(../images/btn_detail3.gif);
	background-repeat:no-repeat
}
a.site:hover, a.site:active {
	text-decoration :none;
	color:#fff;
	background-color:#999;
	background-image:url(../images/btn_detail3_hover.gif);
	background-repeat:no-repeat
}
a.lien_b:link, a.lien_b:visited { /* pour bouton "voir le site" */
	text-decoration :none;
	display:block;
	font-size:11px;
	width:117px;
	height:18px;
	line-height:16px;
	color:#fff;
	text-align:center;
	background-color:#3399ff;
}
a.lien_b:hover, a.lien_b:active {
	text-decoration :none;
	color:#fff;
	background-color:#999;
}
.prixactuel {
	font-size: 32px;
	color:#fff;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:4px;
	padding-top:6px
}
.prix_ex {
	font-size: 26px;
	line-height:26px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	float:left;
	width:200px;
	height:34px
}
.cadrecontenu { /* pour dossier client */
	background-color:#FFFFFF;
	background-image:url(../images/fondhaut.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
	padding-bottom:40px;
}
/***************************************** FORMULAIRES *****************************************/

input.btnRond, input.btnRondFushia {
	width :163px;
	height:35px;
	color :#fff;
	line-height :12px;
	font-size :13px;
	font-weight :bold;
	cursor:hand;
	border:0;
	background-image:url(../images/btn_bleureflet.png);
	background-repeat:repeat-x;
	background-color:transparent;
}
input.btnRondFushia {

	background-image:url(../images/btn_fushiareflet.png);
	background-repeat:repeat-x;
	background-color:transparent;
}

input.champs {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width :44px;
	font-size :10px;
	height :12px;
}
textarea.formulaire {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width :350px;
	font-size :13px;
	height :60px;
	color:#333333
}
input.btn, input.btnXS, input.btnS, input.btnM, input.btnL {
	color :#fff;
	background-color :#66CBFF;
	width :250px;
	height :26px;
	line-height :12px;
	font-size :13px;
	font-weight :bold;
	padding :4px 10px;
	cursor:hand;
	background-image:url(../images/fond_bleu.jpg);
	background-repeat:repeat-x;
	border:0;
}
input.btnXS {
	width :35px;
	text-align:center;
	padding:0px
}
input.btnM {
	width :170px;
}
input.btnL {
	width :230px;
}
/*
a.achete:link, a.achete:visited {
	text-decoration :none;
	display:block;
	width:289px;
	height:56px;
	background-image:url(../images/btn_achete2.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	color:#CC3399;
	font-size:1px;
}
a.achete:hover, a.achete:active {
	background:url(../images/btn_achete2.png) 0 -56px;/*background: url(bg_menu.gif) repeat-x 0 -25px ;
	background-repeat:no-repeat;
	background-position:bottom;
}
*/

input.achete {
	text-decoration :none;
	display:block;
	width:250px;
	height:56px;
	background-image:url(../images/btn_achete2.png);
	background-repeat:no-repeat;
	border:0;
	font-size:32px;
	font-family:Verdana, Geneva, sans-serif;
	color:#09C;
	background-color:#fff;
	color:#FFF;
	margin-left:28px;
}
.temps {
	border:0px solid #ccc;
	color: #E50192;
	font-size:36px;
	font-weight:bold;
	padding:0 8px;
	text-align:center;
}
/**** Formulaires d'Inscriptions ****/

.tableau_formulaire td {
	text-align:left;
	vertical-align:top;
	padding-left:4px;
	padding-right:4px;
}
.tableau_formulaire th {
	text-align:right;
	font-weight:normal;
	vertical-align:top;
	padding-right:4px;
}
.diverror {
	width:390px;
	height:auto;
	background-color:#fff;
	color:#FF3535;
	border:1px solid #FF8080;
	text-align:left;
	font-size:11px;
	padding:8px;
	margin:auto;
	margin-bottom:5px;
	margin-top:5px;
}
.error {
	border:#FF8080 1px solid;
	background-color:#FFEAEA;
	/*width:230px;
	height:20px;*/
	line-height:20px;
}
.error_champs {
	border:#FF8080 1px solid;
	background-color:#FFEAEA;
	width:230px;
	height:20px;
	line-height:20px;
}
.normal {
	border:#999 1px solid;
	width:230px;
	height:20px;
	line-height:20px;
}
select.normal {
	height:20px;
	line-height:20px;
	width:150px;
	vertical-align:middle;
}
.normal option {
	height:20px;
	line-height:20px;
	vertical-align:middle;
}
label.fiche {
	font-weight:bold;
	/*width:150px;*/
	/*display:block;*/
	white-space:nowrap;
	height:20px;
	line-height:20px;
	
}
/***************************************** MENU  *****************************************/

.menu_reduc_gauche { /* fond colonne contenant menu client */
	background-color:#cccccc;
}

ul#menu_reduc {
	height: 24px;
	margin: 0;
	padding: 0;
	margin-left:18px;
	list-style-type: none;
}
ul#menu_reduc li {
	float: left;
	text-align: center;
}
ul#menu_reduc li a, ul#menu_reduc li a.court {
	width: 150px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #eee;
	display: block;
	text-decoration: none;
	background: url(../images/bg_menu.gif) repeat-x 0 -25px;
	height:24px;
	line-height:24px;
}
ul#menu_reduc li a.court {
	width: 100px;
}
ul#menu_reduc li a:hover, ul#menu_reduc li a.court:hover {
	background: url(../images/bg_menu.gif) repeat-x 0 0;
}
/* menu client gauche */

.menu_conc {
	display : block;
	width : 200px;
	text-align : center;
	font-weight : bold;
	border-bottom : 1px dotted #333;
	height : 28px;
	line-height: 28px;
}
a.menu_conc:link, a.menu_conc:visited {
	text-decoration :none;
	color : #00AEE8;
	background-color:#F0F0F0;
}
a.menu_conc:hover, a.menu_conc:active {
	text-decoration :none;
	color : #33ccff;
	background-color:#F9F9F9;
}


