* {
	margin: 0;
	padding: 0;
}

/************ DIVERS ************/

.uppercase { text-transform: uppercase; }
.bold { font-weight: bold; }
.normal {font-weight: normal; }
.italic { font-style: italic; }
.floatleft{ float : left;}
.floatright{ float : right;}
.alignLeft { text-align : left!important;}
.alignright { text-align : right;}
.aligncenter { text-align : center;}
.clear { clear : both; }

/************ COULEURS ************/

.color_bc{color : #354C8E;} /*bleu clair*/
.color_bf{color : #283879;} /*bleu foncé*/
.color_b2{color : #507CBC;} /*bleu clair2*/

/************ ESPACEMENT ************/

.paddingLeft1 { padding-left: 1px; }
.paddingLeft4 { padding-left: 4px; }
.paddingLeft5 { padding-left: 5px; }
.paddingLeft9 { padding-left: 9px; }
.paddingLeft15 { padding-left: 15px; }
.paddingLeft22 { padding-left: 22px; }
.paddingLeft30 { padding-left: 30px; }
.paddingLeft40 { padding-left: 40px; }

.paddingtop2 { padding-top: 2px; }
.paddingtop5 { padding-top: 5px; }
.paddingtop3 { padding-top: 3px; }
.paddingtop8 { padding-top : 8px ;}
.paddingtop10 { padding-top : 10px ;}
.paddingtop12 { padding-top : 12px ;}
.paddingtop14 { padding-top : 14px ;}
.paddingtop15 { padding-top : 15px ;}
.paddingtop20 { padding-top : 20px ;}

.paddingbottom5  { padding-bottom: 5px;  }
.paddingBottom10 { padding-bottom: 10px; }

.paddingright30 { padding-right: 30px; }


/************ SIZE *****************/

.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size15 { font-size: 15px; }
.size18 { font-size: 18px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }

/*********************************************/
			/* page */
/*********************************************/
body {
	margin: 0 auto;
	width: 972px; /* 944 */
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

div#bordleft {
	position: absolute;
	background: url("images/bg_left.jpg") repeat-x;
	top: 0;
	left: 0;
	width: 50%;
	z-index: 1;
	height: 500px;
}

div#bordright {
	position: absolute;
	background: url("images/bg_right.jpg") repeat-x;
	top: 0;
	right: 0;
	width: 50%;
	height: 500px;
	z-index: 2;
}

#page{
	/*position: absolute;*/
	top: 0;
	/*left: 0;*/
	position : relative;
	width: 100%;
	z-index: 3;
	margin : auto;
}

#center {
	width: 944px;
	margin : 0 auto;
	padding : 0 13px;
}

.index{
	background: url('images/bg_ind.png') repeat-y;
}

.cms{
	background: url('images/bg_cms.png') repeat-y;
}

/*********************************************/
			/* menu Haut */
/*********************************************/
#header_menu{
	background : url('images/menu-top.jpg');
	height : 100px;
	width: 944px;
}

#header_menu li {
	float : left;
	width : 118px;
	list-style-type : none;
	text-align : center;
}

#header_menu ul.ulniveau1 li{
	position : relative;
}

#header_menu ul.ulniveau1 li a {
	color : #354C8E ;
	padding : 28px 0 0 0;
	display : block;
	width : 118px;
	height : 71px;
	font-weight: bold;
	text-decoration : none;
	font-size: 13px;
}

#header_menu ul.ulniveau1 li a:hover {
	color : #61A0E7 ;
}

#content_left{
	float: left;
	width: 724px;
}

/* ---------- Sous-menu ---------- */

	div#header_menu ul.ulniveau1 li ul.sous-menu-h {
		display: none;
		position: absolute;
		top: 99px;
		left: 0px;
		border : 1px solid #00438F;
		padding : 6px 0;
		background : white;
		width : 170px;
		height : auto;
	}
	
	div#header_menu ul.ulniveau1 li ul.sous-menu-h li {
		padding : 0;
		margin: 0;
	}

	div#header_menu ul.ulniveau1 li ul.sous-menu-h a { 
		display : block;
		padding: 5px 10px 5px 10px;
		font-size : 12px;
		font-weight : bold ;
		text-align : left;
		background-image : none;
		background : white;
		width : 150px;
		height : auto;
	}
			
	div#header_menu ul.ulniveau1 li ul.sous-menu-h a, div#header_menu ul.ulniveau1 li ul.sous-menu-h a.out {
		color : #61A0E7;
	}
	
	div#menu_haut ul.ulniveau1 li ul.sous-menu-h a:hover, div#header_menu ul.ulniveau1 li ul.sous-menu-h a.over {
		color: #00438F;
		background : #D8EAF7;
	}


/*********************************************/
			/* bloc droit */
/*********************************************/
#content_right{
	float: left;
	width: 220px;
}

.padding_menu_right{
	padding : 0 12px 0 13px;
}
.padding_menu_right_16{
	padding : 16px 15px 0 13px;
}

#recherche{
	background : url('images/recherche.jpg') no-repeat;
	height : 170px;
	width: 220px;
}

#recherche_cnt{
	background : url('images/recherche_cnt.jpg') no-repeat;
	height : 115px;
	width: 220px;
}
#title_recherche{
	background: url("images/rond_recherche.jpg") 0 4px no-repeat;
	padding : 6px 0 15px 30px;
}

#title_recherche_cnt{
	background: url("images/rond_recherche.jpg") 0 0px no-repeat;
	padding : 2px 0 15px 30px;
}

.title_recherche_underline{
	font-weight : bold ; 
	font-size : 13px;
	border-bottom : 1px solid #507CBC;
	color : #283879;
	padding-bottom : 5px;
}

#compte{
	background : url('images/compte.jpg') no-repeat;
	height : 160px;
	width: 220px;
}

#compte_script{
	background : url('images/compte.jpg') no-repeat bottom;
	height : 115px;
	width: 220px;
	position : absolute;
	margin : 0;
}
#compte_script a {
	color : white ;
	text-decoration :  none;
	font-size : 10px;
}

#compte_cnt{
	background : url('images/compte.jpg') no-repeat;
	height : 52px;
	width: 220px;
}

#title_compte{
	background: url("images/rond_compte.jpg") 0 4px no-repeat;
	padding : 6px 0 15px 30px;
}

#title_compte_cnt{
	background: url("images/rond_compte.jpg") 0 10px no-repeat;
	padding : 12px 0 15px 30px;
}

#title_compte_cnt a {
	font-weight : bold ; 
	font-size : 13px;
	color : #FFFFFF;
	text-decoration : none;
}
.title_compte_underline{
	font-weight : bold ; 
	font-size : 13px;
	border-bottom : 1px solid #FFFFFF;
	color : #FFFFFF;
	padding-bottom : 5px;
}

.btn_ok_align{
	text-align : right ;
	padding : 0 3px;
}

input[type=text], input[type=password]{
	width : 158px;
	padding : 1px 0 ;
	color : #507CBC;
}

#compte a{
	color : #FFFFFF ;
	font-size : 10px;
	text-decoration : underline;
}

.puce_blue li{
	list-style-image: url("images/fleche_blue_c.jpg");
	color : #354C8E;
}

#annuaires{
	background : url('images/annuaire.jpg') no-repeat;
	height : 256px;
	width: 220px;
}

#annuaire_cnt{
	background : url('images/annuaire.jpg') no-repeat;
	height : 69px;
	width: 220px;
}
#title_annuaire{
	background: url("images/rond_annuaire.jpg") 0 14px no-repeat;
	padding : 6px 0 15px 30px;
}
#title_annuaire_cnt{
	background: url("images/rond_annuaire.jpg") 0 8px no-repeat;
	padding : 0px 0 15px 30px;
}

#title_annuaire_cnt a {
	font-weight : bold ; 
	font-size : 13px;
	color : #283879;
	text-decoration : none;
}
.title_annuaire_underline{
	border-bottom : 1px solid #507CBC;
	font-weight : bold ; 
	font-size : 13px;
	color : #283879;
	padding-bottom : 5px;
}

#faq{
	background : url('images/faq.jpg') repeat-y;
	width: 220px;
}
#title_faq{
	background: url("images/rond_faq.jpg") 0 4px no-repeat;
	padding : 6px 0 15px 30px;
}
.title_faq_underline{
	border-bottom : 1px solid #507CBC;
	font-weight : bold ; 
	font-size : 13px;
	color : #507CBC;
	padding-bottom : 5px;
}

#faq li, #faq a{
	padding-bottom : 7px;
	list-style-image: url("images/fleche_blue_c.jpg");
	color : #354c8e;
	text-decoration : none;
}
#faq p{
	color : #000000;
	font-size : 11px;
}


/*********************************************/
			/* centre de la page index */
/*********************************************/
#header{
	background : url('images/bandeau.jpg') no-repeat;
	width: 724px;
	height : 200px;
}

.borderline{
	border-top : 1px solid #283879;
	padding-top : 10px;
	width : 400px;
}

.borderline a{
	color : #283879;
	text-decoration : none;
}

#text-hearder{float : left; width : 430px;
padding : 55px 0 0 0;/* 256px;*/
}

#tracker{
	background : url('images/tracker.jpg') no-repeat;
	width: 724px;
	height : 35px;
}
#chemin{
	padding : 12px 10px 0 45px;
	font-size : 11px;
	color : #507cbc;
}

#chemin a{
	color : #354c8e;
	text-decoration : underline;
}


/*********************************************/
			/* menu Gauche */
/*********************************************/
#left{
	float: left;
	width: 220px;
}

#menu_left{
	background : url('images/left_menu.jpg') no-repeat #FFFFFF;
	width: 220px;
}

	#menu_left ul{
		list-style-type : none;
	}

		#menu_left ul li.liN1 {
			padding : 22px 0 10px 0;
			background-position: 0 4px;
			background-repeat: no-repeat;
			border-bottom: 2px solid #E6EAEE;
		}
		
			#menu_left ul li#li_1   { background-image: url("images/cancer_menu_left.jpg") 		}
			#menu_left ul li#li_2   { background-image: url("images/acne_menu_left.jpg") 		}
			#menu_left ul li#li_3   { background-image: url("images/psoriasis_menu_left.jpg")	}
			#menu_left ul li#li_4   { background-image: url("images/eczema_menu_left.jpg") 		}
			#menu_left ul li#li_5   { background-image: url("images/lasers_menu_left.jpg")		}
			#menu_left ul li#li_6   { background-image: url("images/default_menu_left.jpg")		}
			#menu_left ul li#li_7   { background-image: url("images/default_menu_left.jpg") 		}
			#menu_left ul li#li_8   { background-image: url("images/default_menu_left.jpg") 		}
			#menu_left ul li#li_9   { background-image: url("images/default_menu_left.jpg") 		}
			#menu_left ul li#li_10 { background-image: url("images/default_menu_left.jpg") 		}
			#menu_left ul li#li_11 { background-image: url("images/default_menu_left.jpg") 		}
			#menu_left ul li#li_12 { background-image: url("images/default_menu_left.jpg") 		}
			#menu_left ul li#li_13 { background-image: url("images/default_menu_left.jpg") 		}
			#menu_left ul li#li_14 { background-image: url("images/default_menu_left.jpg") 		}
			#menu_left ul li#li_15 { background-image: url("images/default_menu_left.jpg") 		}
			#menu_left ul li#li_16 { background-image: url("images/default_menu_left.jpg") 		}
			
			#menu_left ul li.liN1 a {
				display: block;
				width: 155px;
				font-weight: bold;
				padding : 0 0 10px 42px;
				text-decoration : none;
				color : #354C8E;
				background: url("images/border_menu_left.jpg") right bottom no-repeat;
			}

#cancer{background: url("images/cancer_menu_left.jpg") 0 4px no-repeat;
}
#acne{background: url("images/acne_menu_left.jpg") 0 4px no-repeat;
}
#psoriasis {background: url("images/psoriasis_menu_left.jpg") 0 4px no-repeat;
}
#eczema {background: url("images/eczema_menu_left.jpg") 0 4px no-repeat;
}
#laser {background: url("images/lasers_menu_left.jpg") 0 4px no-repeat;
}

/* Sous-menu */
	#menu_left ul.ulN2 {
		width: 185px; /* 220 */
		padding: 20px 0 10px 5px;
	}

	#menu_left ul li.liN2 {
		padding : 5px 0;
		background-image: none;
	}
		
			#menu_left ul.ulN2 li.liN2 a {
				padding: 0 0 0 10px;
				font-weight: normal;
				width: 150px;
				background: url("images/fleche_blue_c.jpg") 0 4px no-repeat;
			}
			
	div#menu_left ul.uln1g ul.ulN2 , div#menu_left ul.uln1g ul.ulN2  ul {
					margin-left : 90px;
					margin-top : -1px;
					position: absolute;
					display: none;
					width: 170px;
					background: url('images/ss_menu_g.jpg') -2px -1px #FFFFFF repeat-x;
					border-left : 1px solid #6197d5;
					border-right : 1px solid #6197d5;
					border-bottom : 1px solid #6197d5;
					/*z-index : 3;*/
				}
			
	div#menu_left ul.uln1g li ul.ulN2 a, div#menu_left ul.uln1g li ul.ulN2 a.out {
		color : #61A0E7;
	}
	
	div#menu_left ul.uln1g li ul.ulN2 a:hover, div#menu_left ul.uln1g li ul.ulN2 a.over {
		color: #00438F;
	}


/*ul.ss_cat li{
	padding : 10px 0 0 5px;
	font-weight: normal;
}

ul.ss_cat a{
	font-weight: normal;
	background-image : none;
	background: url("images/fleche_blue_c.jpg") 34px 4px no-repeat;
	color : #354C8E;
	text-decoration : none;
}

.border_f{
	background: url("images/lasers_menu_left.jpg") no-repeat;
}*/


/*********************************************/
			/* Centre de la page */
/*********************************************/
#contenu{
	float: left;
	width: 504px;
}

#large{
	width: 724px;
	float: left;
}

#accroche{
	background : url('images/accroche.jpg') no-repeat;
	height : 198px;
	width: 504px;
}

#accroche-text {
padding : 20px 26px 5px 130px;
}

#def-accroche{
padding-bottom : 5px;
border-bottom : 1px solid #507cbc;
}

#resume-accroche{
	padding-top : 10px;
	text-align : justify;
}

.savoir_plus_bleu{
	text-align : right;
}

.savoir_plus_bleu a {
	color : #283879;
	text-decoration : underline;
}
.savoir_plus_red{
	text-align : right;
}
.savoir_plus_red a {
	color : #a40e24;
	text-decoration : underline;
}

/*********************************************/
			/* bloc 1 haut gauche */
/*********************************************/
#info_index_left{
	background : url('images/info_index_left.jpg') no-repeat;
	height : 318px;
	width: 251px;
	float : left;
}

	#info_index_left p {
		font-size : 11px;
	}
	#info_index_left .info_title_contenu{
		padding : 19px 32px;
	}

.info_title_contenu{
	padding : 30px 32px;
}

.info_title_red{
	font-size : 13px;
	font-weight : bold;
	color : #A40E24;
	padding-bottom : 5px;
	border-bottom : 1px solid #A40E24;
	text-align : justify;
}

.info_title_blue{
	font-size : 13px;
	color : #283879;
	font-weight : bold;
	padding-bottom : 5px;
	border-bottom : 1px solid #507cbc;
	text-align : justify;
}

.info_title_blue a{
	font-size : 13px;
	color : #283879;
	font-weight : bold;
	text-decoration : none;
}


/*********************************************/
			/* bloc 2 haut droit */
/*********************************************/
#info_index_right{
	background : url('images/info_index_right.jpg') no-repeat;
	height : 318px;
	width: 253px;
	float : left;
}

#info_index_right li{
	padding-bottom : 5px;
	list-style-image: url("images/fleche_blue_c.jpg");
	color : #354c8e;
	text-decoration : none;
}
#info_index_right p{
	color : #507cbc;
	font-size : 11px;
}

div.link a{
	padding-bottom : 7px;
	list-style-image: url("images/fleche_blue_c.jpg");
	color : #354c8e;
	text-decoration : none;
	font-weight: normal; 
}

/*********************************************/
			/* bloc 3 haut gauche */
/*********************************************/
#info_index_left_bot{
	background : url('images/info_index_left_b.jpg') no-repeat;
	height : 510px;
	width: 251px;
	float : left;
}

#info_index_left_bot li, #info_index_left_bot a{
	padding-bottom : 7px;
	list-style-image: url("images/fleche_blue_c.jpg");
	color : #000000;
	text-decoration : none;
	font-size : 11px;
	text-align : justify ;
}

#info_index_left_bot p {
	color : #507CBC;
	font-size : 11px;
	text-align : justify ;
	padding-bottom : 6px;
	border-bottom : #507CBC 1px solid ;
}
#info_index_left_bot ul {
	padding-top : 7px;
}


/*********************************************/
			/* bloc 1 haut droite */
/*********************************************/
#info_index_right_bot{
	height : 510px;
	width: 253px;
	float : left;
}
.info_contenu{
	padding-top : 11px;
}
.info_contenu_med{
	padding : 0 32px;
}

#info_right_theme_1{
	background : url('images/info_right_theme_1.jpg') no-repeat;
	height : 274px;
	width: 253px;
}
.info_right_theme_2_top{
	background : url('images/info_right_theme_2_top.jpg') no-repeat;
	height : 33px;
	width: 253px;
}
.info_right_theme_2_med{
	background : url('images/info_right_theme_2_med.jpg') repeat-y;
	height : 82px;
	width: 253px;
}

.info_contenu .link h3{
	font-size : 12px ;
	
}

/*********************************************/
			/* footer */
/*********************************************/
#footer{
	background : url('images/footer.jpg') repeat-x;
	height : 197px;
	width: 944px;
}

#footer_copyr{
	height : 197px;
	width: 220px;
	float: left;
	position : absolute;
	bottom : 0;
	left : 0;
}

#footer_copyr #link_copyr{
	padding : 10px 10px 0 30px;
	color : #283879;
}

#footer_copyr #link_copyr a{
	color : #283879;
	text-decoration : none ;
}
#footer_copyr #link_copyr a:hover{
	text-decoration : underline ;
}

#footer_parten{
	height : 197px;
	width: 724px;
	float: left;
	margin-left : 220px;
}
#footer_parten #list_parten{
	padding : 30px 20px 10px 35px;
}

.police_parten{
	font-weight : bold;
	font-size: 14px;
	border-bottom : 1px solid #354C8E;
	color : #354C8E;
	padding-bottom : 5px;
}

.police_parten a{
	text-decoration : none;
	color : #354C8E;
}

#footer_parten .img_parten_marg{
	margin: 0 5px;
	width:120px;
	height : 70px;
	float : left;
	background-color:#fff;
	position:relative;
}

#footer_parten .img_parten_marg_4{
	float : left;
}

#footer_parten .img_parten{
	position:absolute;
	left: 50%;
	top: 50%;
	display:block;
	vertical-align: middle;
	margin-left:-50px;
	margin-top:-25px;
	width: 100px;
	height: 50px;
}

#footer a img.img_parten{
	width: 100px;
	height: 50px;
}

a img{
	border : 0;
}

p.honcode{
	margin:10px 0 0 0;
	font-size:9px;
}

/*********************************************/
			/* contenu contact */
/*********************************************/
#header_contact{
	width : 724px;
	height : 200px;
	background : url('images/header_contact.jpg') no-repeat;
}

.lienmail{
color : #507CBC;
text-decoration : underline;
}

.lienpdg{
color : #354C8E;
font-size : 11px;
text-decoration : none;
}

#bloc_contenu{
	padding : 5px 20px; 
}

#header_syndicat{
	background : url('images/header_contact.jpg') no-repeat;
	width : 724px;
	text-align : justify;
}

.hr_white{
	background : url('images/hr_white.jpg') no-repeat;
	height : 2px;
}

.cms_fiche {
padding : 20px 26px 5px 130px;
}

.cms_annu {
padding : 20px 26px 5px 35px;
}

/***********************************************/
/*				contenu syndicat				*/
/***********************************************/

.menu_syndicat{
	float : left ;
	width : 240px;
	padding-right : 40px;
	text-align : l
}

.title_menu_synd{
	background: url("images/border_menu_synd.jpg") right bottom no-repeat;
	padding : 8px 0 8px 0;
	font-weight: bold;
	color : #6097d4;
}

#header_syndicat ul{
	list-style-type : none;
}
	#header_syndicat ul.SliN1 {
		padding : 12px 0 25px 0;
	}
		#header_syndicat ul.SliN1 a {
			text-decoration : underline;
			color : #354C8E;
		}

/***********************************************/
/*				CONTENU CMS				*/
/***********************************************/

#header_cms{
	width : 724px;
	min-height : 197px;
	text-align : justify;
	background : url('images/fond_cms.jpg') no-repeat;
}

#text-cms{
	padding : 20px 35px;
}

#text-cms ul li{
	list-style-type : disc ;
	margin-left : 5px;
}

ul.SliN1 li {
	list-style-type : none ;
}

#header_cms ul{
	list-style-type : none;
}
	#header_cms ul.SliN1 {
		padding : 12px 0 0 0;
	}
		#header_cms ul.SliN1 a {
			text-decoration : underline;
			color : #354C8E;
		}
.pathologie p {
	padding : 3px 5px 8px 10px;
}

.pathologie h1{
	color : #283879;
	font-size : 20px;
	font-weight : normal;
}

.pathologie h2{
	padding: 0 0 0 10px;
	font-weight: bold;
	color : #283879;
	font-size : 13px;
	background: url("images/fleche_blue_c.jpg") 0 6px no-repeat;
}

.pathologie h1 a{
	color : #283879;
	font-size : 20px;
	font-weight : normal;
	text-decoration : none;
}

.pathologie h2 a{
	font-weight: bold;
	color : #283879;
	font-size : 14px;
	text-decoration : none;
}

.pathologie h3{
	font-weight: bold;
	color : #354C8E;
	font-size : 13px;
	padding : 3px 20px;
}
.pathologie h3 a{
	font-weight: bold;
	color : #354C8E;
	font-size : 13px;
	text-decoration : none;
}
.pathologie h4{
	font-weight: bold;
	color : #507CBC;
	font-size : 12px;
	padding : 3px 40px;
}
.pathologie h4 a{
	font-weight: bold;
	color : #507CBC;
	font-size : 12px;
	text-decoration : none;
}

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

.fiche_dermato{
	background : #FFFFFF;
	padding : 8px 15px; 
	font-size : 12px;
}

.fiche_dermato a {
	font-weight: bold;
	color : #283879;
}

.coordonees_ajax{
	padding : 10px 2px;
}
.coordonees_ajax a{
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}


/***********************************************/
/*								*/
/***********************************************/

div.accroche, div.media, div.texte, div.texte2, div.texte3 {
	padding: 10px 0;
}

div.accroche {
	font-style : italic;
	font-weight : bold;
}

div.media {
	padding: 20px 0;
	text-align: center;
}

div.texte2 {
	float: left;
	width: 49%;
	margin-right: 2%;
}

div.texte3 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

div.last {
	margin-right: 0;
}

div.left {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

div.right {
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
}

q {
	display: block;
	text-align: center;
	font-size: 10px;
}

/* ---------- Formulaire ---------- */

#contact form {
	font-size: 11px;
}

#contact form div {
	text-align: right;
	margin-top: 8px;
	width: 400px;
}

#contact form ul {
	list-style-type: none;
}

#contact form li {
	float: left;
	width: 190px;
	padding-left: 20px;
}

#contact label {
	cursor: pointer;
}

input.txt, textarea {
	padding: 3px;
	border: 1px solid #d5d5d5;
	width: 210px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	vertical-align: middle;
}

select {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 218px;
	border: 1px solid #d5d5d5;
	padding : 2px;
}

input.txt {
	height: 14px;
	background: url("images/input-fond.gif") left bottom repeat-x #ffffff;
}

textarea {
	height: 82px;
	background: url("images/textarea-fond.gif") left bottom repeat-x #ffffff;
	overflow: auto;
}

input.error, textarea.error {
	border: 1px solid #ff6666;
}

.formannu1{
	float : left;
	width : 224px;
	padding : 2px 0;
}

.formannu1 select {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #354C8E;
	width: 150px;
	border: 1px solid #d5d5d5;
	padding : 2px;
}

.formannu1 input {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #354C8E;
	width: 144px;
	border: 1px solid #d5d5d5;
	padding : 2px;
}
.formannu2{
	float : left;
	width : 256px;
	padding : 2px 0;
}


.formannu2 select {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #354C8E;
	width: 156px;
	border: 1px solid #d5d5d5;
	padding : 2px;
}

.formannu2 input {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #354C8E;
	width: 150px;
	border: 1px solid #d5d5d5;
	padding : 2px;
}
.formannu3{
	float : left;
	width : 170px;
	padding : 2px 0;
}

.formannu3 input {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #354C8E;
	border: 1px solid #d5d5d5;
	padding : 2px;
}

.formright {
	text-align : right ;
	color : #354C8E;
}

.stylecoordonee {
	width : 110px;
	float : left;
	color : #777777;
	font-size : 11px;
}

option {
	padding-left : 5px;
}
.noborder{
	border : none;
}

.error_log{
	color : red;
	font-size : 11px;
}

.error_stat{
	color : red;
	border : 1px solid red;
	background : #F6EAEA;
	padding : 10px 20px;
}

.police_compte{
	color : white;
	padding:  10px 0 10px 5px;
	font-size : 12px;
}

.annu_page{
	float : right;
	color : #354C8E;
}

.select_page{
	color : #FFFFFF;
	border : 1px solid #354C8E ;
	background : #354C8E;
	padding : 1px 2px ;
	text-decoration : none;
}

.non_select_page{
	color : #354C8E;
	text-decoration : none;
}

.results a{
	color : #354C8E;
}

#credit a{
	color: #354C8E; text-decoration : none
}

    p.pSociaux a {
        display: block;
        background: 0 0 no-repeat;
        padding: 2px 0 2px 20px
    }

        p.pSociaux .aFB { background-image: url('http://www.goldenmarket.fr/newsletter_nov2011_V2/images/facebook.png') ; }
        p.pSociaux .aTW { background-image: url('http://www.goldenmarket.fr/newsletter_nov2011_V2/images/twitter.png'); }
        p.pSociaux span { color: #354C8E; }

div#annuaire {
	height: 700px;
	overflow: auto;
	padding-left: 20px;
}

div#annuaire h1.golden-h1 { display: none;}

div#annuaire ul#golden-n1 { 
	padding: 0 0 0 19px;
}

	div#annuaire ul#golden-n1 li {
		list-style-type: none;
	}
	
	div#annuaire ul#golden-n1 h2, ul#golden-n1 h3 {
		background: none;
		height: 15px;
		padding: 0;
	}
	
	div#annuaire ul#golden-n1 h2 { /* Gestion du theme : padding, taille police */
		padding: 10px 0 5px 0;
		font-size: 13px;
	}
	
	div#annuaire ul#golden-n1 h3 {
		font-size:11px;
		padding: 10px 0 0 0;
	}
		div#annuaire ul#golden-n1 h2 a, ul#golden-n1 h3 a { /* Gestion du theme : couleurs, puces */
			color: #006BBF;
			font-weight: bold;
			background: url('/images/fleche.gif') 0 1px no-repeat;
			padding-left:12px;
			text-transform:uppercase;
		}
		div#annuaire ul#golden-n1 li p {
			padding: 10px 0 10px;
			width: 450px;
		}

	div#annuaire ul.golden-n2 { 
		padding: 0 0 0 20px;
	}

	div#annuaire ul.golden-n2 li { 
		padding: 2px 0 0 10px;
	}
	
	div#annuaire ul.golden-n2 li h3 {	/* Gestion du nom du site : padding, taille police, couleurs, puces */
		font-size:11px;
		background: url('/images/puce_carreVert.gif') 0 1px no-repeat;
		display: inline;
		padding-left:10px;
		color: #FF6100;
	}

		div#annuaire ul.golden-n2 a {	/* Gestion de la description : taille police, couleurs */
			color: #3d4e57;
		}
	
	div#annuaire h2#golden-h2 {
		display: none;
	}
	
.lil_footer{
	font-size : 10px;
	font-style : italic;
}


/* commentaire */ 

div#commentaires a {
	color: #000000;
	text-decoration: none;
}

div#commentaires h2, div#ajouter h2 {
	margin-bottom: 30px;
}

div.com {
	margin: 0 20px 30px 20px;
}

div.com div {
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
div.clear {
	clear: both;
}

/* ---------- Formulaires ---------- */

#ajouter form label, #ajouter form input, #ajouter form textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#ajouter form label {
	width: 100px;
	padding: 1px 20px 0 0;
	text-align: right;
	cursor: pointer;
}

#ajouter form input, #ajouter form textarea {
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
}

#ajouter form input.txt {
	width: 160px;
}

#ajouter form textarea {
	width: 340px;
	height: 120px;
}

#ajouter form .error {
	border: 1px solid #ff0000;
	background-color: #fff4f4;
}

#ajouter form br {
	clear: left;
}

#ajouter form b {
	color: #ff0000;
	padding-left: 10px;
}

div#large, div#header_cms, div#text-cms, div#plan ul li{
	list-style-type : none;
}

.esp_adher {
	font-size : 13px;
	font-weight : bold;
	color : #A40E24;
	padding : 5px 20px;
}


		#questionnaire ul{
			padding : 10px 3px;
		}
		#questionnaire ul li{
			list-style-type : none;
		}
		#questionnaire ul li ul li{
			list-style-type : none;
			padding : 2px 10px;
		}
		
		.hide_li{
			display : none;
		}
