/*
 * Style sheet pour le spages de la rubrique 1
 * $Id: style_001.css,v 1.0 2007/06/10 didierst Exp $
 */

init { }

/*Body*/
.body_home, .body_preview
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

	background-color: #000;
	margin: 0;
	text-align: center;
}

.body_preview {
  background-image: url(../images/fond_factice.gif);
}

.div_transp {
  width: 960px;
  padding: 10px;
  background-image: url(../images/transp200x200.gif);
  background-repeat: repeat;
  margin-left: auto;  /* for firefox */
	margin-right: auto;  /* for firefox */
	margin-top: 10px;
	margin-bottom: 10px;
}

.div_main {
  width: 940px;
  background-color: white;
	border-style: solid;
	border-color: white;
	border-width: 10px;
}  

.div_banner {
  width: 940px;
  height: 280px;
}

.img_banner {
  /*margin: 0;*/
  vertical-align: middle; /* without this the banner image has space below it (in IE) */
}

.div_menu_princ {
  font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 940px;
  /*height: 40px;*/
  color: white;
  background-color: #D30093;
  margin-bottom: 20px;
  /*line-height: 20px;*/
}

.div_space1 {
  height: 20px;
}

.a_menu_princ, .a_menu_princ:hover, .a_menu_princ_sel, .a_menu_princ_sel:hover,
.span_menu_accueil, .span_menu_contact {
  /*background-color: #D30093;*/
  color: white;
  font-size: 15px;
  padding: 10px 12px;
  /*vertical-align: bottom;*/
  /*margin: auto 0 auto 0;*/
  display: block; /* ??? */
  white-space: nowrap;
  text-decoration: none;
}

.span_menu_accueil {
  width: 125px;
}

.a_accueil, a_accueil:hover {
  color: white;
  text-decoration: none;
}

.a_accueil:hover {
  text-decoration: underline;
  background-color: transparent;
  color: white;
}

.a_menu_princ:hover, .a_menu_princ_sel, .a_menu_princ_sel:hover {
  background-color: white;
  color: #000066;
}


.div_col_left {
  width: 220px;
}

.div_col_center {
  width: 460px;
  margin: 0 20px 0 20px;
}

.div_col_right {
  width: 220px;
  margin: 0;
}

.div_menu_second {
  font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.a_menu_second, .a_menu_second:hover, .a_menu_second_sel, .a_menu_second_sel:hover {
  background-color: #D30093;
  color: white;
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid white;
  text-decoration: none;
}

.a_menu_second:hover, .a_menu_second_sel, .a_menu_second_sel:hover {
  background-color: #1FB9DF;
}
  
.a_menu_second_child, .a_menu_second_child:hover, .a_menu_second_child_sel, .a_menu_second_child_sel:hover {
  background-color: #D30093;
  color: white;
  display: block;
  padding: 3px 10px 3px 10px;
  border-bottom: 1px solid white;
  text-decoration: none;
}

.a_menu_second_child:hover, .a_menu_second_child_sel, .a_menu_second_child_sel:hover {
  background-color: #1FB9DF;
}
  
.a_menu_second_child_sel, .a_menu_second_child_sel:hover, .a_menu_second_sel, .a_menu_second_sel:hover {
  font-weight: bold;
}

.puce_menu {
  margin: 0 8px 0 2px;
  border-width: 0;
}
  
hr {
  color: #bbb;
  background-color: #bbb;
  height: 1px;
  border-width: 0;
}

.p_date {
  font-size: 11px;
  color: white;
  background-color: #D30093;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.p_date_S1{
  font-size: 11px;
  color: white;
  background-color: #61c6e8;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.p_date_S2{
  font-size: 11px;
  color: white;
  background-color: #fbba00;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.p_date_S3{
  font-size: 11px;
  color: white;
  background-color: #d2c900;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.p_date_S4{
  font-size: 11px;
  color: white;
  background-color: #6ebc84;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.txt_sous_titre_S0
{
	color: #d30093;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	font-style:italic;
}
.txt_sous_titre_S1
{
	color: #61c6e8;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	font-style:italic;
}

.txt_sous_titre_S2
{
	color: #fbba00;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	font-style:italic;
}


.txt_sous_titre_S3
{
	color: #d2c900;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	font-style:italic;
}


.txt_sous_titre_S4
{
	color: #6ebc84;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	font-style:italic;
}


.p_style1 {
  font-size: 12px;
  color: #D30093;
}

.p_style2 {
  font-size: 10px;
  color: #666666;
}

.body_formulaire
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin: 10px 0px 0px 10px;
}

.body_image
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin: 10px 0px 0px 0px;
}

.body_popup
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #cc99cc;
	margin: 10px 0px 0px 0px;
}

/*fonts*/
.txt
{
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	
	
	}

.txt_tools
{
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
}

.txt_admin_defaut
{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

.txt_haut
{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.txt_titre
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
}

.txt_sous_titre
{
	color: #D30093;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

.txt_sous_titre_admin
{
	color: #666666;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}

.txt_titre_admin
{
	color: #666666;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

.txt_scroller
{
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.txt_menu_princ
{
	color: #666666;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.txt_menu_princ_select
{
	color: #990099;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.txt_menu_sec
{
	color: #666666;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.txt_menu_sec_select
{
	color: #990099;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.txt_menu_ter
{
	color: #666666;
	font-size: 11px;
	line-height: 9px;
	font-weight: normal;
}

.txt_menu_ter_select
{
	color: #990099;
	font-size: 11px;
	line-height: 9px;
	font-weight: normal;
}

.txt_passwd
{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

.txt_admin
{
	font-size: 10px;
	font-weight: normal;
}

.txt_admin_haut
{
	font-size: 10px;
	font-weight: normal;
}

.txt_logout
{
	font-size: 10px;
	font-weight: normal;
}

.txt_warning
{
	color: #ff4500;
	font-size: 11px;
	font-weight: normal;
}

.txt_cache
{
	color: #ff4500;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.txt_meteo_titre
{
	color: #666666;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}

.txt_meteo_source
{
	font-size: 10px;
	font-weight: normal;
}

.txt_suggestion
{
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

.txt_infos_pratiques
{
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

.txt_image_titre
{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

.txt_insolite
{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

.txt_calendrier
{
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}

.txt_calendrier_dsble
{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

.txt_calendrier_selected
{
	color: #F00000;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}

.txt_calendrier_selected_today
{
	color: #990099;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}

.txt_result_gras
{
	font-size: 9px;
	font-weight: bold;
}

.txt_titre_formulaire
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.txt_pop_sur_titre
{
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

.txt_pop_titre
{
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}

.txt_copy
{
	font-size: 9px;
	font-weight: normal;
}

/*ancres*/
a, a.txt
{
	color: #D30093;  /*#990099;*/
	text-decoration: underline;
}

a:hover, a.txt:hover
{
	color: #D30093;
	text-decoration: none;
	/*background-color: #cc99cc;*/
}

/*a.txt
{
	color: #D30093;
	text-decoration: underline;
}

a.txt:hover
{
	color: #D30093;
	text-decoration: none;
	background-color: transparent;
}*/

a.txt_calendrier
{
	color: #1FB9DF;
	text-decoration: none;
}

a.txt_calendrier:hover
{
	color: #990099;
	text-decoration: none;
	background-color: #cc99cc;
}

a.txt_copy
{
	color: #000000;
	text-decoration: none;
}

a.txt_copy:hover
{
	color: #666666;
	text-decoration: none;
	background-color: #cc99cc;
}

/*a.txt:visited { font-style: italic; }*/
a.txt_scroller
{
	color: #666666;
	text-decoration: none;
}

a.txt_scroller:hover
{
	color: #990099;
	text-decoration: none;
	background-color: transparent;
}

a.txt_menu_princ
{
	color: #666666;
	text-decoration: none;
}

a.txt_menu_princ:hover
{
	color: #990099;
	text-decoration: none;
}

a.txt_menu_princ_select
{
	color: #990099;
	text-decoration: none;
}

a.txt_menu_princ_select:hover
{
	color: #990099;
	text-decoration: none;
}

a.txt_menu_sec
{
	color: #666666;
	text-decoration: none;
}

a.txt_menu_sec:hover
{
	color: #990099;
	text-decoration: none;
}

a.txt_menu_sec_select
{
	color: #990099;
	text-decoration: none;
}

a.txt_menu_sec_select:hover
{
	color: #990099;
	text-decoration: none;
}

a.txt_menu_ter
{
	color: #666666;
	text-decoration: none;
}

a.txt_menu_ter:hover
{
	color: #990099;
	text-decoration: none;
}

a.txt_menu_ter_select
{
	color: #990099;
	text-decoration: none;
}

a.txt_menu_ter_select:hover
{
	color: #990099;
	text-decoration: none;
}

a.txt_passwd
{
	color: #000000;
	text-decoration: underline;
}

a.txt_passwd:hover
{
	color: #F00000;
	text-decoration: none;
}

a.txt_cache
{
	color: #ff4500;
	text-decoration: underline;
}

a.txt_cache:hover
{
	color: #ff4500;
	text-decoration: none;
}

a.txt_admin_haut
{
	color: #000000;
	text-decoration: underline;
}

a.txt_admin_haut:hover
{
	color: #000000;
	text-decoration: none;
}

a.txt_admin
{
	color: #000000;
	text-decoration: underline;
}

a.txt_admin:hover
{
	color: #000000;
	text-decoration: none;
}

a.txt_logout
{
	color: #000000;
	text-decoration: underline;
}

a.txt_logout:hover
{
	color: #666666;
	text-decoration: none;
}

a.txt_meteo_source
{
	color: #000000;
	text-decoration: none;
}

a.txt_meteo_source:hover
{
	color: #000000;
	text-decoration: none;
}

a.txt_suggestion
{
	color: #666666;
	text-decoration: none;
}

a.txt_suggestion:hover
{
	color: #666666;
	text-decoration: none;
}

a.txt_infos_pratiques
{
	color: #000000;
	text-decoration: none;
}

a.txt_infos_pratiques:hover
{
	color: #990099;
	text-decoration: none;
	font-weight: bold;
}

a.lien_image { text-decoration: none; }

a.lien_image:hover
{
	text-decoration: none;
	background-color: transparent;
}

/*Paragraphes*/
p
{
	margin: 10px 8px 8px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}

.p_defaut { margin: 0px 0px 0px 0px; }
.p_passwd { margin: 5px 0px 5px 0px; }
.p_form_centre { margin: 0px 0px 5px 0px; }
.p_form_radio { margin: 0px 0px 10px 0px; }
.p_txt { margin: 10px 8px 0px 8px; }
.p_txt_gauche { margin: 10px 0px 0px 8px; }
.p_txt_gauche_admin { margin: 4px 0px 0px 8px; }
.p_txt_centre { margin: 10px 0px 0px 0px;text-align:justify;	 }
.p_menuD_centre { margin: 0px 0px 0px 0px; }
.p_ligne_centre { margin: 0px 0px 0px 0px; display: none; }
.p_ligne_fin_centre { margin: 10px 0px 0px 0px; display: none; }
.p_tools_centre { margin: 4px 0px 0px 2px; }
.p_ligne_fin { margin: 10px 0px 0px 0px; }
.p_ligne_gauche { margin: 0px 8px 0px 0px; }
.p_ligne_gauche_haut { margin: 21px 8px 0px 0px; }
.p_txt_droite { margin: 0px 0px 0px 0px; }
.p_sous_titre_centre { margin: 8px 0px 6px 0px; }
.p_sous_titre_table { margin: 0px 0px 0px 0px; }
.p_titre_centre { margin: 0px 0px 4px 0px; }
.p_sur_titre_centre { margin: 20px 0px 0px 0px; }
.p_titre_haut { margin: 20px 10px 0px 10px; }
.p_meteo_titre { margin: 28px 0px 1px 40px; }
.p_agenda_titre { margin: 20px 0px 1px 0px; }
.p_meteo_source { margin: 2px 0px 8px 40px; }
.p_suggestion_titre { margin: 0px 0px 1px 40px; }
.p_infos_pratiques { margin: 0px 0px 0px 0px; }
.p_pocket_pc { margin: 24px 0px 0px 11px; }
.p_hl_droite_1 { margin: 21px 0px 21px 40px; }
.p_hl_droite_2 { margin: 0px 0px 0px 40px; }
.p_images_droite { margin: 21px 0px 0px 40px; }
.p_images_titre_droite { margin: 10px 0px 0px 40px; }
.p_images_code_droite { margin: 1px 0px 0px 40px; }
.p_images_fin_droite { margin: 1px 0px 4px 40px; }
.p_fin_txt { margin: 12px 0px 0px 0px; }
.p_fin_print { margin: 4px 0px 0px 0px; }
.p_vignette_droite { margin: 6px 0px 10px 40px; }
.p_liste_centre { margin: 0px 0px 0px 0px; }
.p_copy { margin: 0px 0px 0px 20px; }
.p_copy_ecard { margin: 4px 0px -4px 2px; }
.p_formulaire_txt { margin: 8px 10px 0px 0px; }
.p_titre_formulaire { margin: 8px 10px 0px 0px; }
.p_pop_titre { margin: 4px 0px 12px 0px; }
.p_pop_txt { margin: 6px 0px 12px 0px; }
.p_pop_txt_h { margin: 6px 0px 0px 0px; }
.p_pop_txt_b { margin: 0px 0px 12px 0px; }
.p_pop_txt_c { margin: 0px 0px 0px 0px; }

/*div*/
.div_retour { margin: 5px 10px 5px 10px; }

/*Listes*/
li { margin: 0px 0px 0px 0px; }

/*Iframe*/
iframe { margin: 8px 0px 0px 10px; }

/*Tables*/
.td_menu_princ { padding: 5px 5px 3px 5px; }
.td_menu_princ_select { padding: 5px 5px 3px 5px; }
.td_menu_accueil_g { padding: 5px 5px 0px 0px; }
.td_menu_accueil_d { padding: 5px 0px 0px 5px; }
.td_menu_accueil_e { padding: 6px 0px 0px 0px; }
.td_tools { padding: 2px 0px 0px 0px; }
.td_menu_sec { padding: 3px 5px 2px 11px; }
.td_menu_sec_select { padding: 3px 5px 2px 11px; }
.td_menu_ter { padding: 1px 5px 0px 11px; }
.td_menu_ter_select { padding: 1px 5px 0px 11px; }
.table_admin_msg { margin: 20px 0px 0px 0px; }
.table_suggestion { margin: 2px 0px 8px 40px; }
.table_images { margin: 10px 0px 0px 0px; }
.table_centre { margin: 10px 0px -4px 0px; }
.table_tools { margin: 4px 0px 0px 2px; }
.table_formulaire { margin: 4px 0px 4px 0px; }
.table_load
{
	border-width: 1px;
	border-style: solid;
	border-color: #cc99cc;
}

.table_infos_pratiques
{
	margin: 4px 8px 4px 0px;
	background-color: #cc99cc;
}

.table_recherche_form
{
	margin: 4px 8px 4px 0px;
	background-color: #ffffff;
}
.tbl_pop { margin: 0px 0px 12px 0px; }
.tbl_pop_2 { padding: 12px 0px 12px 0px; }
.tbl_copy { margin: 15px 0px 0px 0px; text-align: center;}
.tbl_agenda { margin: 4px 0px 0px 0px; }
.tbl_fond_agenda { margin: 10px 0px 0px 0px; }
.tbl_bloc_agenda { margin: 0px 0px 4px 0px;
background: url(../images/calendrier.jpg) no-repeat; }

.td_infos_pratiques { padding: 4px 0px 4px 11px; }
.td_recherche_h { padding: 4px 0px 0px 11px; }
.td_recherche_b { padding: 0px 0px 4px 11px; }
.td_images_admin { padding: 0px 0px 4px 0px; }
.td_images_txt_admin { padding: 4px 0px 2px 0px; }
.td_images_gde { padding: 0px 0px 4px 0px; }
.td_suggestion { padding: 0px 0px 3px 0px; }
.td_centre { padding: 1px 3px 3px 0px; }
.td_copy_centre { padding: 0px 0px 0px 20px; }
.td_formulaire{ padding: 0px 0px 4px 4px; }
.td_insolite { padding: 28px 28px 0px 36px; }
.td_agenda { text-align: right; }
.td_today_agenda { text-align: right; }
.td_selected_today_agenda { text-align: right; }
.td_selected_agenda { text-align: right; }
.td_pop_detail
{
	padding: 4px 0px 4px 0px;
}
.td_pop_detail_b
{
	padding: 0px 0px 4px 0px;
}
.td_pop_detail_h
{
	padding: 24px 0px 4px 0px;
}
.td_pop_sur_titre
{
	background-color: #666666;
	padding: 0px 4px 0px 4px;
}
.td_pop_clair
{
	background-color: #ffffff;
	padding: 2px 4px 2px 4px;
}
.td_pop_clair_bas
{
	background-color: #ffffff;
	padding: 8px 4px 8px 4px;
}
.tr_centre_first { background-color: #666666; }
.tr_centre_pair { background-color: #ffffff; }
.tr_centre_impair { background-color: #ffffff; }

.th_agenda
{
	border-color: #666666;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	text-align: center;
}

/*Images*/
.image_gauche_vign { margin: 0px 5px 5px 0px; }
.image_droite_vign { margin: 0px 0px 5px 5px; }
.image_centre_vign { margin: 0px 5px 5px 5px; }
.image_bas_vign { margin: 0px 5px 5px 0px; }
.image_pano_vign { margin: 0px 0px 0px 0px; }
.image_gauche_pte { margin: 0px 5px 5px 0px; }
.image_droite_pte { margin: 0px 0px 5px 5px; }
.image_centre_pte { margin: 0px 5px 5px 5px; }
.image_bas_pte { margin: 0px 5px 5px 0px; }
.image_pano_pte { margin: 0px 0px 0px 0px; }
.image_gauche_gde { margin: 0px 5px 5px 0px; }
.image_droite_gde { margin: 0px 0px 5px 5px; }
.image_centre_gde { margin: 0px; }
.image_bas_gde { margin: 0px 5px 5px 0px; }
.image_pano_gde { margin: 0px 0px 0px 0px; }
.image_vignette { margin: 0px 5px 0px 0px; }

/*Formulaire*/
.form_null { margin: 0px 0px 0px 0px; }
.form_recherche { margin: 4px 0px 0px 8px; }
.form_droite_recherche { margin: 4px 0px 2px 0px; }
.form_passwd { margin: 5px 0px 0px 0px; }
.form_logout { margin: 5px 10px 5px 10px; }
.form_centre { margin: 0px 0px 0px 20px; }
.form_formulaire_centre { margin: 20px 0px 0px 0px; }
.form_formulaire { margin: 4px 0px 4px 0px; }
.form_droite { margin: 10px 0px 0px 40px; }
.form_calendrier
{
	margin: 0px 0px 1px 40px;
	text-align: left;
}

input.input_admin
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	background-color: #80cceb;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	width: 316px;
}

input.input_image
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #80cceb; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	width: 158px;
	padding: 4px;
}

input.pass
{
	border-style: none;
	border-color: #FFF;
	border-width: 0px;
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

textarea.textarea_admin
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #80cceb; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	width: 336px;
	padding: 4px;
}

input.input_text_admin
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #80cceb; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	width: 336px;
	padding: 4px;
}

input.input_recherche
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #80cceb; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}

select.menu_deroulant
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #e2dfe0; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 10px 0px 0px 0px;
	width: 336px;
	padding: 4px;
}

select.menu_deroulant_date
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #e2dfe0; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 4px;
}

select.menu_deroulant_formulaire
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #e2dfe0; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	width: 250px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

input.input_text_formulaire
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #80cceb; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 4px 0px;
	width: 402px;
	text-align: left;
	vertical-align: middle;
}

textarea.textarea_formulaire
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #848484; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 4px 0px 4px 0px;
	width: 402px;
}

input.checkbox_formulaire
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

input.radio_formulaire
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

select.calendrier
{
	border-style: none;
	border-color: transparent;
	border-width: 0px;
	/* 	background-color: #e2dfe0; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

select.menu_deroulant_formulaire_centre
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #e2dfe0; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	width: 250px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

input.input_text_formulaire_centre
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #80cceb; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 4px 0px;
	width: 332px;
	text-align: left;
	vertical-align: middle;
}

input.input_text_formulaire_libre
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #80cceb; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 4px 0px;
	/*width: 332px;*/
	text-align: left;
	vertical-align: middle;
}

textarea.textarea_formulaire_centre
{
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	/* 	background-color: #848484; */
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 4px 0px 4px 0px;
	width: 332px;
}

input.checkbox_formulaire_centre
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

input.radio_formulaire_centre
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
div#test-accordion{
    border: 1px solid #1fc2df;
	background-color:#d30093;
	padding:10px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:450px;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #1fc2df;
	background-image:url(../img/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#ffffff;   
    cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	border-top:1px solid #1fc2df;
	font-weight:bold;
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(../img/on.jpg);
	background-color:#d30093;
	border-top:1px solid #e465be;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #fff;
	padding:9px 24px 6px 24px;
	color:#c4bab1;
	border-bottom:1px solid #d30093;
}

.accordion-content p{
	margin-bottom: 10px;
}


