body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/fond_degrade.jpg);
	background-color: #cae4fa;
	background-repeat: repeat-x;
	color:#636363;
}


a { 
	color:  #0066cc;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}


img {border: 0;}

* { margin:0; padding:0; }


.color_bleu {
	color:#0066cc;
}

.color_orange {
	color:#ff7800;
}

.color_vert {
	color:#99cc00;
}

/* préchargement images boutons (pour le hover) */
#preload1 { background: url(images/bouton_vert.gif); position:absolute; top:-9999em; left:-999em; } /* display:none; */
#preload2 { background: url(images/bouton_long_vert.gif); position:absolute; top:-9999em; left:-999em; }
#preload3 { background: url(images/bouton_very_long_vert.gif); position:absolute; top:-9999em; left:-999em; }

/* bandeau sans texte */
#wrapper {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fond_header.jpg);  /*background-image: url(images/fond_header_back.jpg);*/
	background-repeat: no-repeat;
}

/* bandeau avec texte */
#wrapper_intro {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fond_header.jpg);
	background-repeat: no-repeat;
}

#header_bar {
	height: 25px;
	padding-top: 15px;
	padding-left: 10px;	
	padding-right: 10px;	
}

/*----- Header -----*/
#header {
	height: 115px;
	clear:both;
}

#header_logo {
	float: left;
	padding-top:10px;
	padding-left:40px;
	width: 450px;	
}

#header_right {
	float: left;

}

#header_right_titre {
	height: 35px;
	padding-top:5px;
}

#header_right_titre h2 { /* ville/region dans header */
	color: #0066cc;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
}

#header_right_2nd_line {
	clear:both;
}

#header_right_legende {
	background-image: url(images/txt_trouver_prod.gif);
	width: 345px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
}

#header_right_rec {
	float: left;
	padding-top:2px;
}

#header_right_3rd_line {
	clear:both;
}

#header_right_form {
	float: left;
	width: 350px;
	padding-top:10px;
	padding-left:10px;
	height: 30px;
}

#header_right_button {
	float: left;
	margin-top: 10px;
}




#header_navbar {
	clear:both;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
}

#content {
    clear:both;
	background-image: url(images/fond_content.jpg);
	background-repeat: repeat-y;
}

#content_page {
	margin: 10px 20px 10px 20px;
}

a.link_header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.input_field_header {
	font-size: 14px;
	width: 330px;
	height: 22px;
	padding: 5px 5px 0;
	margin-right: 5px;
	color:#636363;
	background-color: #fff;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
}

/* image footer fin de page */
#footer_bottom {
	clear:both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

#footer {
    clear:both;
	background-image: url(images/fond_content.jpg);
	background-repeat: repeat-y;
}	

/* cartouche footer */
#footer_txt {
	clear:both;
	border-top: 1px solid #c2daf3;
	margin-left: 11px;
	margin-right: 11px;
	padding:10px;
	background-color: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#888;
	text-align: justify;
}

#footer_txt h1, h2, h3, a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
	color:#888;
}

#footer_txt .autre_couleur_footer a {
	color:#063770; 
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

.separ_ligne_footer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	height: 8px;
	margin-bottom: 8px;
}

/*----------- Positionnement frontoffice -----------*/
#content_rec {
	background-image: url(../images/fond_box.jpg);
	background-repeat: repeat-x;
	margin:10px 20px 0px 20px;
}

#col_left {
	width: 610px;
	float: left;
	margin-left: 10px;
}

#col_right {
	width: 300px;
	float: right;
}

#prod_box {
    margin: 10px 10px 10px 20px;
}

/*----------- Positionnement backoffice -----------*/
#backoffice { 
	background-image: url(images/fond_backoffice.jpg); /* image bicolor pour faire descendre la couleur sur toute la colonne*/
	background-repeat: repeat-y;
	padding-left: 15px;
}

#backoffice_left {
	width: 230px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#backoffice_right {
	float: left;
	width: 660px;
	padding: 15px 20px 10px 20px;
}

#backoffice_right p {
	line-height:140%;
}

#backoffice_right a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
	color:#99cc00;
	text-decoration: underline;
}

#backoffice_right h1 {
	border-bottom: 1px solid #c2daf3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#0066cc;
	font-weight: normal;
	margin:20px 0 0 0;
}

#backoffice_right h2 {
	display: block;
	margin-bottom: 20px;
	padding-left: 30px;
	color:#ff7800;
	background: url(images/fleche_orange.gif)  no-repeat left 3px;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight:normal;
}

#backoffice_right h2 b {
	color:#99cc00;
	font-weight:normal;
}

#backoffice_right h3 {
	display: block;
	margin-bottom: 20px;
	padding-left: 30px;
	color:#99cc00;
	background: url(images/fleche_vert.gif)  no-repeat left 3px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight:normal;
}

#backoffice_right h4 {
	margin-bottom: 20px;
	color:#99cc00;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight:normal;
}

#backoffice_right h5 {
    display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	height:22px;
	margin:20px 0 0 0;
	padding:3px 10px 0px 20px;
	background-image: url(images/fond_titre.jpg);
	background-repeat: repeat-x;
}

#backoffice_right .titre_col {
	border-bottom: 1px solid #c2daf3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#0066cc;
	margin:0px;
}

/* champ obligatoire dans le formulaire */
.inputRequirement {
	font-size: 11px;
	color:#ff0000;
}

/* champs de saisie des formulaire */
#backoffice_right .input_back  {
	font-size: 12px;
	width: 150px;
	height: 22px; 
	padding-top:3px;
	color:#000;
	background-color: #fff;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* champs de saisie texte court */
#backoffice_right .input_back_txt_tres_cours  {
	font-size: 12px;
	width: 310px;
	height: 35px;
	padding-top:3px;
	color:#000;
	background-color: #fff;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#backoffice_right .input_long {
	width: 250px;
}

#backoffice_right .short_size  {
	width: 50px;
}

#backoffice_right .medium_size  {
	width: 100px;
}

/* champs de saisie des formulaire */
#backoffice_right .input_back_short  {
	font-size: 12px;
	width: 134px;
	height: 22px; 
	padding-top:3px;
	color:#000;
	background-color: #fff;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* champs de saisie des formulaire */
#backoffice_right .input_back_long {
	font-size: 12px;
	width: 250px;
	height: 22px; 
	padding-top:3px;
	color:#000;
	background-color: #fff;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* champs de saisie texte */
#backoffice_right .input_back_txt  {
	font-size: 12px;
	width: 350px;
	height: 120px; 
	padding-top:3px;
	color:#000;
	background-color: #fff;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* champs de saisie texte court */
#backoffice_right .input_back_txt_cours  {
	font-size: 12px;
	width: 350px;
	height: 65px; 
	padding-top:3px;
	color:#000;
	background-color: #fff;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* champs de saisie texte court */
#backoffice_right .input_back_txt_cours2 {
	font-size: 12px;
	width: 250px;
	height: 65px; 
	padding-top:3px;
	color:#000;
	background-color: #fff;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* champs de saisie bloqué */
#backoffice_right .input_back_blq_cours  {
	font-size: 12px;
	width: 350px;
	height: 65px; 
	padding-top:3px;
	color:#555;
	background-color: #eee;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* champs de saisie des formulaire */
#backoffice_right .list_back  {
	font-size: 12px;
	color: #777;
	background-color: #f9f9f9;
	border: 1px solid #c2daf3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Champ libelle du formulaire */
#backoffice_right TD.tablib {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight:bold;
  line-height: 3;
  text-align: right;
  padding-right:15px;

}

/* Champ libelle du formulaire à droite */
#backoffice_right TD.tablibright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding-left:15px;
  font-weight: bold;
}

/* Champ libelle du formulaire collé à guache */
#backoffice_right TD.tabcoleft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
}

/* Champ du formulaire a droite */
#backoffice_right TD.tabform {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight:normal;
  line-height: 2;
  text-align: left;
}

/* Champ du formulaire a gauche */
#backoffice_right TD.tabformleft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight:normal;
  text-align: right;
}

/* libelle champ aligné en haut */
#backoffice_right TD.tablibtop {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight:bold;
  text-align: right;
  vertical-align: top;
  padding-right:15px;
  padding-top:8px;
}


/* bouton validation de formulaire */
.submit{
	border:0;
	color:#fff;
	width:130px;
	height:30px;
	background-image: url(images/bouton_bleu.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

/* roolover bouton submit*/
a:hover input.submit {
	cursor:pointer;
	background-image: url(images/bouton_vert.gif);
	text-decoration:none;
}
/* bouton large validation de formulaire */
#backoffice_right .submit_long {
	border:0;
	color:#fff;
	background-image: url(images/bouton_long_bleu.gif);
	height: 30px;
	width: 190px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

#backoffice_right .submit_very_long {
	border:0;
	color:#fff;
	background-image: url(images/bouton_very_long_bleu.gif);
	height: 31px;
	width: 251px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}

#backoffice_right .submit_long_orange {
	border:0;
	color:#fff;
	background-image: url(images/bouton_long_orange.gif);
	height: 30px;
	width: 190px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

#backoffice_right .submit_orange {
	border:0;
	color:#fff;
	background-image: url(images/bouton_orange.gif);
	height: 30px;
	width: 130px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}


/* ------------------------------------ boutons href -----------------------------------*/
#backoffice_right  .submit_orange_lk { 
	padding-top:5px;
	border:0;
	background-image: url(images/bouton_orange.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 30px;
	display:block;
	float:left;
} 

#backoffice_right  a:hover.submit_orange_lk { 
	cursor:pointer;
	background-image: url(images/bouton_vert.gif);
	text-decoration:none;
} 

#backoffice_right .submit_long_orange_lk {
	padding-top:5px;
	border:0;
	background-image: url(images/bouton_long_orange.gif);
	height: 30px;
	width: 190px;
	background-repeat: no-repeat;
	display:block;
	float:left;
}

#backoffice_right  a:hover.submit_long_orange_lk { 
	cursor:pointer;
	background-image: url(images/bouton_long_vert.gif);
	text-decoration:none;
} 

#backoffice_right .submit_very_long_lk {
	border:0;
	color:#fff;
	background-image: url(images/bouton_very_long_bleu.gif);
	height: 31px;
	width: 251px;
	background-repeat: no-repeat;
	display:block;
	float:left;	
	padding-top:5px;	
}

#backoffice_right  a:hover.submit_very_long_lk { 
	cursor:pointer;
	background-image: url(images/bouton_very_long_vert.gif);
	text-decoration:none;
} 

#backoffice_right .submit_long_lk {
	border:0;
	color:#fff;
	background-image: url(images/bouton_long_bleu.gif);
	height: 30px;
	width: 190px;
	background-repeat: no-repeat;
	display:block;
	float:left;	
	padding-top:5px;
}

#backoffice_right  a:hover.submit_long_lk { 
	cursor:pointer;
	background-image: url(images/bouton_long_vert.gif);
	text-decoration:none;
} 

#backoffice_right .submit_lk{
	border:0;
	color:#fff;
	width:130px;
	height:30px;
	background-image: url(images/bouton_bleu.gif);
	background-repeat: no-repeat;
	display:block;
	float:left;	
	padding-top:5px;
}

#backoffice_right  a:hover.submit_lk { 
	cursor:pointer;
	background-image: url(images/bouton_vert.gif);
	text-decoration:none;
} 

#backoffice_right  a.submit_orange_lk, #backoffice_right a.submit_very_long_lk, #backoffice_right a.submit_long_lk, #backoffice_right a.submit_lk , #backoffice_right a.submit_long_orange_lk { 
	text-decoration:none;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	text-align:center;
} 



/*---------------------------*/

/* lien href sur le bouton de formulaire (pour faire le rollover */
a.a_submit {
	text-decoration:none;
	color:f00;
	display:block;
	float:left;
}

/* roolover bouton submit large */
#backoffice_right a:hover input.submit_long {
	cursor:pointer;
	background-image: url(images/bouton_long_vert.gif);
	text-decoration:none;
}

#backoffice_right a:hover input.submit_long_orange {
	cursor:pointer;
	background-image: url(images/bouton_long_vert.gif);
	text-decoration:none;
}

#backoffice_right a:hover input.submit_orange{
	cursor:pointer;
	background-image: url(images/bouton_vert.gif);
	text-decoration:none;
}

#backoffice_right .domain_name {
	color: #8f8f8f;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* commentaire dans le formulaire */
.comment_form {
	color: #8f8f8f;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.comment_form a {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:underline;
}

.comment_form a:hover {
	text-decoration:none;
}

.comment_form ul {
	margin: 0;
	padding: 0;
	list-style: circle;
	list-style-position : inside;
}

.comment_form li {
	padding-top:5px;
}


/*---- vignettes choix du theme */
#backoffice_right .theme_vig {
  float: left;
  width: 140px;
  margin:0;
  padding:10px;
  font-size: 12px;
  line-height: 26px;
  color:#0066cc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;  
}

#backoffice_right .theme_vig_active {
  background-color: #ddd;
  border: 1px solid #ff7800;
}

#backoffice_right .theme_vig_separ {
	clear: both;
	border: 0;
	height: 10px;
	visibility: hidden;
	font-size: 1px;
}

#backoffice_right .theme_vig_separ_art {
  float: left;
  width: 5px;
}


/*Appliquer une couleur d'arrière-plan de chaque colonne à toute la hauteur de la colonne*/
.clear {      
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.separ_ligne {
    clear: both;
    display: block;
    height: 3px;
    overflow: hidden;
    padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:10px;

}

/*----- Menu Gauche backoffice -----*/
#menu_left_back {
}

#menu_left_back ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, sans-serif;
}

#menu_left_back ul li h2 {
	display: block;
	background: url(images/fleche_vert_gris.gif) no-repeat left 50%;
	font-weight: bold;
	border-bottom: 1px solid #c2daf3;
	border-top: 1px solid #c2daf3;
	color:#0066cc;
	padding: 7px 0 7px 25px;
	margin-top:30px;
	font-size: 13px;
}

#menu_left_back ul li ul {
	padding-left:25px;
}

#menu_left_back ul li ul li {
	display: block;
	padding: 5px 0 5px 10px;
	background-image: url(images/puce_vert_gris.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}

#menu_left_back a {
	font-size: 13px;
	color:#636363;
}

#menu_left_back .active a {
	color: #ff7800;
	font-weight: bold;
}

/*----- Menu Barre Header -----*/

#menu_bar {
	font-family: Arial, sans-serif;
}

#menu_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_bar li {
	display: inline;
}

#menu_bar a {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin-left: 5px;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	border-right: 2px solid #6db3f1;
}

#menu_bar .nosep a  {
	border:none;
}


#menu_bar a:hover {
	text-decoration: underline;
}

#menu_bar .active a {
	font-weight: bold;
	color: #ff7800;
}

#menu_bar .right a  {
	float: right;
}

#menu_bar .libel_menu_bar {
	color: #bbb;
}

/*----- Menu Barre de navigation chemin Header -----*/
#menu_navbar {
	font-family: Arial, sans-serif;
}

#menu_navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_navbar li {
	display: inline;
}

#menu_navbar a {
	display: block;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	font-size: 13px;
	color:#636363;
	font-weight: bold;
	background-image: url(images/sep_navbar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	line-height: 22px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#menu_navbar .nosep a  {
	background-image:none;
	color:#99cc00;
}


#menu_navbar a:hover {
	text-decoration: underline;
}

#menu_navbar .active a {
	color: #ff7800;
}

#menu_navbar .right a  {
	float: right;
}

#menu_navbar .right img  {
	padding-top:4px;
	padding-right:2px;
}


#menu_navbar .libel_menu_bar {
	color: #aaa;
}


/*------------ menu onglets --------*/

/* boite qui contient le menu (les onglets) */
#menu_onglet{
	border-bottom:solid 1px #c2daf3;
	padding-top:12px;
	padding-bottom:7px;
	margin-bottom:25px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 

/* style des onglets inactifs */
#menu_onglet .onglet { 
  /*border:solid 1px #c2daf3;*/
  border-top:solid 1px #c2daf3;
  border-right:solid 1px #c2daf3;
  border-left:solid 1px #c2daf3;

  margin:5px 5px 0px 5px;
  padding:7px 3px 7px 3px;
} 

/* style des liens se trouvant dans un onglet inactif */
#menu_onglet a.onglet { 
  background-color:#f2f2f2;
  text-decoration:none;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
} 

/* au survol l'onglet devient blanc */
#menu_onglet a:hover.onglet { 
  background-color:#fff;
  text-decoration:none;
  color: #8f8f8f;
} 

/* style de l'onglet de la page active */
#menu_onglet .onglet-actif { 
   border:solid 1px #c2daf3; 
   border-bottom:solid 3px #fff; /* efface le trait sous l'onglet actif */
   margin:5px 5px 0px 5px; 
   padding:7px 3px 7px 3px;
   background-color:#fff; 
   color:#ff7800;
   background-image: url(images/bg_form.jpg);
   background-repeat: repeat-x;
   cursor:default; 
} 

/*------------ sous-menu onglets --------*/

/* boite qui contient le menu (les onglets) */
#sous_menu_onglet{
	border-bottom:solid 1px #d0d0d0;
	padding-top:12px;
	padding-bottom:7px;
	margin-bottom:20px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 

/* style des onglets inactifs */
#sous_menu_onglet .onglet { 
  /*border:solid 1px #c2daf3;*/
  border-top:solid 1px #d0d0d0;
  border-right:solid 1px #d0d0d0;
  border-left:solid 1px #d0d0d0;

  margin:5px 5px 0px 5px;
  padding:7px 3px 7px 3px;
} 

/* style des liens se trouvant dans un onglet inactif */
#sous_menu_onglet a.onglet { 
  background-color:#f2f2f2;
  text-decoration:none;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
} 

/* au survol l'onglet devient blanc */
#sous_menu_onglet a:hover.onglet { 
  background-color:#fff;
  text-decoration:none;
  color: #8f8f8f;
} 

/* style de l'onglet de la page active */
#sous_menu_onglet .onglet-actif { 
   border:solid 1px #d0d0d0; 
   border-bottom:solid 3px #fff; /* efface le trait sous l'onglet actif */
   margin:5px 5px 0px 5px; 
   padding:7px 3px 7px 3px;
   background-color:#fff; 
   color:#99cc00;
   background-image: url(images/bg_form.jpg);
   background-repeat: repeat-x;
} 

.title_orange {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #ff7800;
	display:block;
	background: transparent url('images/fleche_orange.gif') no-repeat scroll 0% 0%; 
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.title_orange b {
	font-weight:bold;
	color: #0066cc;
}

.title_main {
	padding-left: 30px;
	color: #ff7800;
	display:block;
	background: transparent url('images/fleche_orange.gif') no-repeat scroll 0% 0%; 
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height:120%
}

.title_main b {
	font-weight:bold;
	color: #0066cc;
	line-height:140%	
}

/*------------ Puce -----------*/
.puce_bleu {
	padding-left: 10px;
	background: transparent url('images/puce_bleu.gif') no-repeat scroll 0% 6px; 
	line-height: 140%;
	display:block;
	margin-bottom:5px;
}

.puce_vert {
	padding-left: 10px;
	background: transparent url('images/puce_vert.gif') no-repeat scroll 0% 6px; 
	line-height: 140%;
	display:block;
	margin-bottom:5px;
}

.puce_orange {
	padding-left: 10px;
	background: transparent url('images/puce_orange.gif') no-repeat scroll 0% 6px; 
	line-height: 140%;
	display:block;
	margin-bottom:5px;
}


.puce_fl_bleu {
	padding-left: 25px;
	background: transparent url('images/puce_fl_bleu.gif') no-repeat scroll 0% 3px; 
	line-height: 140%;
	font-weight: bold;
	display:block;
	margin-bottom:5px;
}

.puce_fl_vert {
	padding-left: 25px;
	background: transparent url('images/puce_fl_vert.gif') no-repeat scroll 0% 3px; 
	line-height: 140%;
	font-weight: bold;
	display:block;
	margin-bottom:5px;
}

.puce_fl_orange {
	padding-left: 25px;
	background: transparent url('images/puce_fl_orange.gif') no-repeat scroll 0% 3px; 
	line-height: 140%;
	font-weight: bold;
	display:block;
	margin-bottom:5px;
}



/*------- boutons -------*/
.cadre_bouton_long_bleu a {
	background-image: url(images/bouton_long_bleu.gif);
	height: 22px;
	width: 190px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	text-decoration: none;
	text-align: center;
}

.cadre_bouton_long_bleu a:hover {
	background-image: url(images/bouton_long_vert.gif);
	text-decoration: none;
}

.cadre_bouton_bleu a {
	background-image: url(images/bouton_bleu.gif);
	width:130px;
	height:22px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	text-decoration: none;
	text-align: center;
}

.cadre_bouton_bleu a:hover {
	background-image: url(images/bouton_vert.gif);
	text-decoration: none;
}



/*--------- mise en page --------*/
.separ {
	clear:both;
}

.centrer {
	text-align: center;
}

/* messages stack */
.messageStackError {
	background-color:#cc0000;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	padding:10px;
	font-family: Arial, sans-serif;
}

.messageStackSuccess {
	font-size: 12px;
	color:#99cc00;
	font-weight:bold;
}

.msg_error {
	color:#ff0000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#titre_left  {
	float:left;
	width:650px;
}

#titre_right {
	float:right;
	width:250px;
}

#categories {
	float:left;
	width:300px;
}

#intro {
	float:left;
	width:500px;
	margin-left:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* texte note legale */
.text_small_note {
	font-size: 10px;
}

#backoffice_right .text_small_note  a {
	font-size: 10px;
}

/* boite de dialogue backoffice*/
.infobox_back {
	width:400px;
	border: 1px solid #c2daf3;
	padding:10px;
}

/* encadrement image vignette annuaire */
.encadre_pres img {
	border:1px solid #ccc;
	padding:5px;
}

/* image dans tableau */
.encadre_tab img {
	margin:10px;
}

/* encadrement image et centrage */
.encadre_center img {
	border:1px solid #ccc;
}

.encadre_center  {
	text-align: center;
	width:600px;
}

/*------ Selection secteur backoffice -----*/
.box_sector {
}

.box_sector ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, sans-serif;
	margin-top:10px;
}
.box_sector ul li { /* catégories */
	display: block;
	font-weight: bold;
	border-top: 1px solid #c2daf3;
	color:#0066cc;
	padding: 7px 0 15px 0;
	margin-top:10px;
	font-size: 13px;
}

.box_sector ul li ul li { /* sous catégories */
	display: block;
	padding: 2px 0 2px 20px;
	border:0;
	margin:0;
	font-weight: normal;
	height:18px;
	color:#636363;
}

/*------ Annuaire des entreprises -----*/

#box_annu {
    margin: 10px 10px 10px 20px;
}

#box_contact {
    margin: 20px;
	width:430px;
}

#box_legal {
    padding: 20px 150px 50px 50px;
}

#box_annu2 h1 {
    margin-left:25px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	padding-left: 30px;
	color:#0066cc;
	background: url(images/fleche_vert.gif)  no-repeat left 3px;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight:bold;
}

#box_annu2 h1 b {
	color:#99cc00;
	font-weight:bold;
}

.fiche_annu {
	border: 1px solid #ced3d9;
	clear:both;
	background-color: #fcfdff;
	margin-bottom:15px;
}

.fiche_annu_logo {
  float:left;
  width:150px;
}

.fiche_annu_logo img {
  background-color: #fff;
  margin : 15px 15px 15px 15px;
  /* padding : 2px; */
  /* border: 1px solid #d0d0d0; */
}

.fiche_annu_txt {
	margin-top : 15px;
	margin-bottom : 10px;
	float:left;
	width:410px; /*440px*/
}

.fiche_annu_txt h1 a {
	color:#0066cc;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight:bold;
}

.fiche_annu_left{
	float:left;
}


.fiche_annu_right {
	float:right;
	color:#99cc00;
	font-weight:bold;
}

.fiche_annu_right a {
	color:#99cc00;
	text-decoration: underline;	
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fiche_annu_right  a:hover {
	text-decoration: none;	
}

.fiche_annu_txt h2 {
	color:#636363;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.fiche_annu_txt .descript {
	color:#636363;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.fiche_annu_txt .descript2 {
	color:#636363;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.fiche_annu_txt .descript4 {
	color:#999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.fiche_annu_txt .descript3 {
	color:#999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin-top:5px;
	/*background-color:#edf1f5;
	padding: 3px 10px 3px 10px;*/
}

.fiche_annu_txt .descript3 a.lk1 {
	color:#99cc00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;	
}

.fiche_annu_txt .descript3 a.lk2 {
	color:#3d6899;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: underline;	
}

/*
.fiche_annu_txt .descript3 a {
	color:#3d6899;
	text-decoration: underline;	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fiche_annu_txt .descript3 b , .fiche_annu_txt .descript3 a b {
	color:#99cc00;
	text-decoration: none;	
}
*/


.fiche_annu_txt .descript3  a:hover {
	text-decoration: none;	
}

.fiche_annu_txt h3 {
	color:#888;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}


/*----- Navigation dans les pages -----*/

A.pageResults {
  color:#636363;
}

#splitPageBottom {
	clear: both;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color:#063770; 
	height : 18px;
	padding : 5px 10px 5px 10px;
	background-color: #fcfdff;
	border: 1px solid #c2daf3;
}

.sP1 {
	float: left;
}

.sP2 {
	float: right;
}

.sP1 b {
	color:#ff7800;
}

.sP1 a, .sP2 a {
	color:#063770; 
	text-decoration: underline;	
	font-size: 13px;
}

.sP1 a:hover, .sP2 a:hover {
	color:#ff7800;
	text-decoration: none;	
}


/*----- boite recherche annuaire -----*/
.box_recherche_annu {
    margin: 10px 10px 10px 20px;

}

/*------------------ Bar graph de progression ---------------*/
#boiteInfo {
	float: left;
	width: 640px;
	padding: 15px 30px 10px 30px;
	font-size: 1.1em;
    display:none;
    text-align:center;
}
.msg {
      width:300px;
      margin-left:auto;
      margin-right:auto;
      text-align:center;
      margin-top:100px;
	  margin-bottom:100px;
      padding:5px;
      border:1px solid #c2daf3;
      color:darkblue;
	  font-size:10px;
	  font-style: italic;
}
.msg img {
      margin-top:15px;
      margin-bottom:25px;
}

/*------------------ tableau de liste des items -----------------*/
#backoffice_right table.Tableback {
	border: 1px solid #c2daf3;
	background-color: #f9f9f9;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight:normal;
    line-height: 2.5;
	border-collapse : collapse;
}

#backoffice_right .border_tab {
	border:1px solid #AFD3EB;
}

#backoffice_right .border_tab_top_down {
	border-top:1px solid #AFD3EB;
	border-bottom:1px solid #AFD3EB;
}


#backoffice_right table.Tablereply {
	border: 1px solid #c2daf3;
	background-color: #f9f9f9;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight:normal;
    line-height: normal;
}

.TableBackOdd {
	background-color: #edf2fb;
}

.LabelTitre {
	font-weight: bold;
	color:#fff;
	text-align: left;
	padding-left:5px;
}

.TableTitre {
	background-color:#99ccff;
	height:25px;
	background-image: url(images/fond_tab.jpg);
	background-repeat: repeat-x;
	line-height:140%;
}

#backoffice_right table .LabelNom  {
	color:#0066cc;
	padding-left:5px;
}

#backoffice_right table .LabelNom a {
	color:#0066cc;
	text-decoration: underline;
}

#backoffice_right table .LabelNom  .lnk {
	color:#aaa;
	padding-left:5px;
}

#backoffice_right table .LabelNom .lnk a {
	color:#aaa;
	text-decoration: underline;
}

#backoffice_right table .LabelNom a:hover {
	text-decoration: none;
}

#backoffice_right table .LabelAction  {
	padding-left:5px;
}


#backoffice_right table .LabelAction a:hover {
	text-decoration: none;
}

.LabelWarning {
	color: #FF0000;
	padding-left:5px;
}

.LabelNormal {
	color: #777;
	padding-left:5px;
}

.LabelAvalider {
	color: #08ae18;
	padding-left:5px;
}

.LabelBlack {
	color: #000;
	padding-left:5px;
}

/*---- palettes pour le choix des couleurs*/

#backoffice_right .palette {
	width:190px;
  float: left;
  margin:0;
  padding:10px;
  font-size: 12px;
  color:#0066cc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;  
  border: 1px solid #fff;
}

#backoffice_right .palette a{
  color:#0066cc;
  text-decoration:none;
}

#backoffice_right .palette .txt {
	float:left;
}

#backoffice_right .palette .bt {
	float:left;
	margin-right:5px;
}

#backoffice_right .palette .encars {
	float:left;
	margin-right:5px;
}


#backoffice_right .palette .col {
	float:left;
	width:15px;
	height:15px;
	margin-right:1px;
	border: 1px solid #aaa;
}

#backoffice_right .pal_active {
  background-color: #ddd;
  border: 1px solid #ff7800;
}

#backoffice_right .pal_vig_separ {
	clear: both;
	border: 0;
	height: 10px;
	visibility: hidden;
	font-size: 1px;
}

#backoffice_right .pal_vig_small {
	clear: both;
	border: 0;
	height: 2px;
	visibility: hidden;
	font-size: 1px;
}


#backoffice_right .pal_vig_separ_art {
  float: left;
  width: 5px;
}

/*---- icones compte ----*/
#backoffice_right .icon_contener {
	padding-top:15px;
	margin-left:50px;
}

#backoffice_right .icon_set {
	border-right: 1px solid #c2daf3;
	border-left: 1px solid #c2daf3;
	border-bottom: 1px solid #c2daf3;
	margin-bottom:10px;
	width:490px;
	/*background-image: url(../images/fond_box.jpg);
	background-repeat: repeat-x;	*/
}

#backoffice_right .separ_icon_set {
	height:10px;
}


#backoffice_right .header_icon_set {
    background-color:#0066cc;
	color:#fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight:bold;
	padding: 2px 0px 2px 10px;
	width:482px;
	background-image: url(images/fond_tab.jpg);
	background-repeat: repeat-x;		
}


#backoffice_right .icon_vig {
  float: left;
  width: 100px;
  margin:0;
  padding:10px;
  font-size: 12px;
  text-align:center;
}

#backoffice_right .icon_vig a {
	text-decoration:none;
    color:#0066cc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;  
}

#backoffice_right .icon_vig a:hover{
	text-decoration:underline;
}

#backoffice_right .icon_vig_separ {
	clear: both;
	border: 0;
	height: 10px;
	visibility: hidden;
	font-size: 1px;
}

#backoffice_right .icon_vig_separ_art {
  float: left;
  width: 5px;
}

#backoffice_right  .liens_compte a {
	color:#063770; 
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

/* titre rubrique backoffice */
#backoffice_right .titre_rubrique {
	margin-bottom:15px;
	background-image: url(../images/fond_box.jpg);
	background-repeat: repeat-x;
	height:50px;
	padding:5px 10px 5px 20px;
}

#backoffice_right .titre_rubrique img {
	float:left;
}

#backoffice_right .titre_rubrique p {
	display: block;
	padding-left: 20px;
	padding-top:5px;
	color:#0066cc;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	float:left;
}

/*----- Edition de blocs d'une page ----*/
.barre_cmd_bloc {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	padding-right:10px;
	padding-left:10px;
	/*overflow: hidden;*/
	width: 530px;
	
	color: #8f8f8f;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;	
	
}

.barre_cmd_bloc .icon {
	float:right;
	padding: 3px 0px 3px 17px;
}

.visu_bloc {
	border-right: 1px solid #c0c0c0;	
	border-left: 1px solid #c0c0c0;	
	border-bottom: 1px solid #c0c0c0;
	width: 550px;
}

/*--- espace tab d'edition général ---*/
#tab_edit2 {
	background-color: #f7f7f7;
	border: 1px solid #ff7800;
	padding-right:10px;
	/*overflow: hidden;*/
	width: 630px;
	padding-bottom:15px;
}

/*--- espace tab d'edition texte/image ---*/
#tab_edit {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ff7800;
	border-right: 1px solid #ff7800;
	border-left: 1px solid #ff7800;
	padding-right:10px;
	/*overflow: hidden;*/
	width: 630px;
	padding-bottom:15px;
}

/*------------ menu onglets idTabs (edition header) --------*/
#emplac_tab {
	margin-top:20px;
	margin-left:40px;
	width: 600px;
}

#emplac_tab a {
	text-decoration:none;
	color: #a5a5a5;
}


#emplac_tab .idTabs{
	padding: 3px 0;
	padding-left: 10px;
	font: bold 12px Verdana;
	border-bottom: 1px solid #c0c0c0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#emplac_tab .idTabs li{
	display: inline;
	margin: 0;
}

#emplac_tab .idTabs li a{
	text-decoration: none;
	padding: 2px 7px 3px 7px;
	margin-right: 3px;
	border: 1px solid #c0c0c0;
	border-bottom: none;
	background-color: #e5f3ff;
	color: #a5a5a5;
	font-weight: bold;
}

#emplac_tab .idTabs li a:hover{
	background-color:#f0f0f0;
	color:#0066cc;
}

#emplac_tab .idTabs li a:active{
	color:#0066cc;
}

#emplac_tab .idTabs a.selected {
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color:#f0f0f0;
	color:#0066cc;
	cursor:default; 
	outline : none; /* pour enlever les pointilles lors de la selection */
}

/*------------ menu onglets idTabs (edition bloc) --------*/
#emplac_tab2 {
	width: 642px;
}

#emplac_tab2 a {
	text-decoration:none;
	color: #a5a5a5;
}

#emplac_tab2 .idTabs {
	padding: 3px 0;
	padding-left: 10px;
	font: bold 12px Verdana;
	border-bottom: 1px solid #ff7800;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#emplac_tab2 .idTabs li {
	display: inline;
	margin: 0;
}

#emplac_tab2 .idTabs li a {
	text-decoration: none;
	padding: 2px 7px 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #ff7800;
	border-right: 1px solid #ff7800;
	border-top: 1px solid #ff7800;
	border-bottom: none;
	background-color: #fff;
	color: #a5a5a5;
	font-weight: bold;
}

#emplac_tab2 .idTabs li a:hover {
	background-color:#f7f7f7;
	color:#0066cc;
}

#emplac_tab2 .idTabs li a:active{
	color:#0066cc;
}

#emplac_tab2 .idTabs a.selected {
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color:#f7f7f7;
	color:#0066cc;
	cursor:default; 
	outline : none; /* pour enlever les pointilles lors de la selection */
}


/*----------------------- Sliders --------------------*/
#slider {
	width: 140px;
}	

#slider_taille_titre, #slider_x_titre, #slider_y_titre, #slider_taille_slogan, #slider_x_slogan, #slider_y_slogan, #slider_x_dessin, #slider_x_logo {
	width: 200px;
}

/* tab menu header */
#tab_header {
	height:300px;
	width: 600px;
	background-color:#f0f0f0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	/*
	background-image: url(../images/fond_box_vert.jpg);
	background-repeat: repeat-x;	
	*/
}

/*-------------------- vignette image header --------------*/
#vig_header  {
	margin:0;
	padding:0;
	height:88px;
	width:600px;
	border:1px solid #ccc;
	position : relative; /* pour le positionnement absolu de h1 et h2*/
	overflow:hidden;
	background-repeat: no-repeat;
}

#vig_header  #logo {
	position : absolute;
	top: 0px;
	left: 0px;
}

#vig_header  #t1 {
	position : absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: 0xc0c0c0;
	font-weight: bold;
	line-height: 100%;
	text-align:left;
}

#vig_header  #t2 {
	position : absolute;
	top: 0px;
	left: 0px;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 0xc0c0c0;
	text-decoration: none;
	background-color:none;

	line-height: 100%;
	text-align:left;
}

/* filtre couleur */
#header_color {
	height:88px;
	width:600px;
	background-image: none;
	background-repeat: no-repeat;
}

/* filtre motif */
#header_motif1 {
	height:88px;
	width:600px;
	background-image: none;
	background-repeat: no-repeat;
}

#header_motif2 {
	height:88px;
	width:600px;
	background-image: none;
	background-repeat: no-repeat;
}

#header_motif3 {
	height:88px;
	width:600px;
	background-image: none;
	background-repeat: no-repeat;
}

#logo_contour {
	height:88px;
	width:600px;
	background-image: none;
	background-repeat: no-repeat;
	position : absolute;
	top: 0px;
	left: 0px;	
}


/* filtre dessin */
#header_dessin {
	position : absolute;
	top: 0px;
	left: 0px;
	height:88px;
	width:128px;
	background-image: none;
	background-repeat: no-repeat;
}

/* selection couleur header */
#sel_col_head {
}


#sel_col_head .col {
	float:left;
	width:15px;
	height:15px;
	margin-right:5px;
	border: 1px solid #aaa;
	cursor:pointer;
}

/* lien dans tab header */
#tab_entete a.lien_tab {
	color: #555;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* lien dans tab image */
#tab_image a.lien_tab {
	color: #555;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
}

/*----------- table structure de page ------*/
#tab_struct {
	width:550px;
}

#tab_struct table {
	padding:0;
	margin:0;
	width:100%;
	border-collapse : collapse;
    border-spacing: 0;
	background-color: #edf2fb;
}

#tab_struct table tr {
	background-color: #edf2fb;
}

#tab_struct table td {
	border: 1px solid #c2daf3;
	text-align:center;
	padding: 20px 10px;
	color:#0066cc;
	font-weight:bold;
	vertical-align : top;
}


.tab_struct_zone {
	text-align:left;
}

.tab_struct_icon_modif {
	text-align:left;
	margin-top:10px;
}

.tab_struct_zone ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left:5px;
	margin-top:5px;
}

.tab_struct_zone ul li {
	font-size: 12px;
	padding-left: 15px;
	background-image: url(images/puce_orange.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom:7px;
    color: #8f8f8f;
	font-weight:normal;
}

/* selection methode de paiement */
.moduleRow { }
.moduleRowOver { background-color: #f3f3f3; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

TD.main33, P.main33 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight:bold;
  line-height: 250%;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight:normal;
  color:#636363;
}

.infoBox {
  background-color: #f7f7f7;
  border: 1px;
  border-style: solid;
  border-color: #c2daf3;
  border-collapse: collapse;
}

.infoBox td {
	padding:3px;
}

.txt_bleu {
	color: #0066cc;
}

.header_tab {
	color: #0066cc;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 20px;
}

.link_right {
	float:right;
}

/*--------- page de garde -----------*/
.separ_intro {
	height:10px;
}
	
.box_intro {
	width:470px;
	float:left;
}	
	
.head_box_bleu {
	margin: 0;
	padding: 5px 2px 0px 10px;
	height:25px;
	text-align: left;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/header_box_bleu.jpg);
	background-repeat: repeat-x;
	/*letter-spacing: 1px;*/
}	

.head_box_orange {
	margin: 0;
	padding: 5px 2px 0px 10px;
	height:25px;
	text-align: left;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/header_box_orange.jpg);
	background-repeat: repeat-x;
}

.head_box_vert {
	margin: 0;
	padding: 5px 2px 0px 10px;
	height:25px;
	text-align: left;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/header_box_vert.jpg);
	background-repeat: repeat-x;
}
	
.body_box_bleu	{
	margin:0;
	padding:10px;
	border-bottom: 1px solid #cdd8ea;
	border-left: 1px solid #cdd8ea;
	border-right: 1px solid #cdd8ea;
	background-image: url(images/fond_box.jpg);
	background-repeat: repeat-x;

} 

.body_box_bleu2	{
	margin:0;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:5px;
	border: 1px solid #cdd8ea;
} 

.box_rens {
	margin:0;
	padding:10px;
	border: 1px solid #cdd8ea;
	background-image: url(images/fond_box.jpg);
	background-repeat: repeat-x;
	line-height:140%;
	margin-top:35px;
	width:200px;
	background-color:#fff;
}	

.body_box_vert	{
	margin:0;
	padding:10px;
	border-bottom: 1px solid #c7eb5e;
	border-left: 1px solid #c7eb5e;
	border-right: 1px solid #c7eb5e;
	background-image: url(images/fond_box_vert.jpg);
	background-repeat: repeat-x;

} 

.body_box_orange	{
	margin:0;
	padding:10px;
	border-bottom: 1px solid #ebcab0;
	border-left: 1px solid #ebcab0;
	border-right: 1px solid #ebcab0;
	background-image: url(images/fond_box_orange.jpg);
	background-repeat: repeat-x;

} 

.body_box_bleu_all	{
	margin:0;
	padding:10px;
	background-image: url(images/fond_box.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	color:#063770;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
} 

.body_intro	 {
	margin:0;
	padding:20px;
}

.body_intro_left {
	margin:0;
	padding:20px;
	background-color:#c8e1fa;
}


.link_tab ul { 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	font-size: 11px;  
}

.link_tab a { 
	color:#063770; 
	font-size: 11px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.link_tab li { 
	background: transparent url('images/puce_bleu_annu.gif') no-repeat scroll 0% 0%; 
	text-indent: 0px; 
	margin-bottom: 10px; 
	padding-left: 15px; 
}

.link_bleu {
	padding-left: 10px;
	background: transparent url('images/puce_bleu.gif') no-repeat scroll 0% 50%; 	
	display:block;
	margin-top:5px;
}

.link_bleu a {
	text-decoration:underline;
	font-size: 12px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#0066cc;
}

.link_bleu  a:hover {
	text-decoration: none;	
}

.reg_ville {
	float:left;
	margin-right:10px;
}

.img_intro {
	float:right; 
	padding-left:10px;
	padding-bottom:10px;
}

.box_interne_bleu {
	padding:10px;
	background-color:#c8e1fa;
}

.center_div {
    width:195px;
	margin-right: auto;
	margin-left: auto;
}

.separ_deb {
	float:left;
	height:10px;
}

.separ_bt {
	float:left;
	width:30px;
	height:10px;
}

.likebox {
	padding-top:0px; 
	padding-bottom:10px; 
	width:210px; 
	float:left; 
}

.introbox {
	padding-top:10px; 
	padding-right:10px; 
	padding-left:10px; 
	width:178px; 
	float:left; 
	border: 1px solid #cdd8ea;
	background-image: url(images/fond_box.jpg);
	background-repeat: repeat-x;
}

.introbox img {
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #cdd8ea;	
}

.separ_introbox {
	float:left;
	width : 10px;
}

/* derniers sites créés (box de droite) */

.body_site_pres {
	margin-top:5px;
}

.fiche_site_pres
{
	border : 1px solid #cdd8ea;
	float:left;
	padding:5px;
	margin-bottom:10px;
	width : 188px;
}

.img_site_pres {
	float:left;
	margin-right:10px;
	width : 40px;
}


.txt_site_pres {
	float:left;
	width : 135px;
	line-height:120%;
}

.txt_site_pres a {
	text-decoration:none;
	font-size: 12px;  
	font-family: Arial, Helvetica, sans-serif;	
	color:#3d6899;
	font-weight:bold;
}

.txt_site_pres  a:hover {
	text-decoration: underline;	
}

.separ_site_pres {
	float:left;
	width : 10px;
}

.txt_rec_field {
	color:#063770; 
    font-weight:bold;
	margin-bottom:3px;
}

.box_pub {
	border: 1px solid #c7eb5e;
	/*color:#063770; */
	color:#636363;	
	padding:20px;
	background-image: url(../images/fond_box_vert.jpg);
	background-repeat: repeat-x;
}

.box_pub2 {
	border: 1px solid #ebcab0;
	/*color:#063770; */
	color:#636363;	
	padding:20px;
	background-image: url(../images/fond_box_orange.jpg);
	background-repeat: repeat-x;
}

.retour_right {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}

.link_inter a { 
	color:  #99cc00;
	text-decoration: none; 
	font-size: 12px; 
	text-decoration: underline;
}

.link_inter a:hover {
	text-decoration: none;
}

.gauche_down {
	width:50px;
	float:left;
	margin-left:10px;	
}

.droite_down { 
	margin-left:5px;
	float:left;
}

/*exemples de sites */
.theme_vig_crea2{
  float: left;
}

.theme_vig_crea2 a img {
	border:1px solid #e1edfa;
}

.theme_vig_crea2 a:hover img {
	border:1px solid #ff7800;
}

.theme_vig_separ_crea2 {
  float: left;
  width: 10px;
}

