<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

html
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		
	}
	
body
	{
		display:block;
		margin:0px;
		padding:0px;
		width:100%;
		margin:auto;
		color:#817c7e;
		
	}
	
	.clear
		{
			clear:both;
			
		}
	
	.content
		{
			display:block;
			width:1050px;
			margin:auto;
		}

	
	#header
		{
			display:block;
			height:218px;
			background-image:url('../img/tpl/header_bg.jpg');
			max-width:1903px;
			min-width:430px;
			background-position:center center;
			
		}
		
		#header a img
			{
				border:0px;
				margin-top:-20px;
				padding-bottom:10px;
				
			}
			
		#header form
			{
				float:right;
				padding-top:8px;
				text-align:right;
				background: url('../img/tpl/header_login_bg.png');
				background-repeat:no-repeat;
				width:327px;
				height:85px;
			}
			
			#header form .blocInput
				{
					display:block;
					
				}
				/*			
				#header form .blocInput img
					{
						float:left;
						border-right:1px #CCC solid;
						padding:5px;
						padding-right:10px;
						margin-right:5px;
						margin-top:5px;
						
					}

				#header form .blocInput label
					{
						float:right;
						margin-left:5px;
						background-color:transparent;
						width:120px;
						height:20px;
						border-radius:20px;
						border: solid 5px rgba(0, 0, 0, .2);
						color:#828282;
						overflow:hidden;
						position:relative;
						
						
					}
					*/
					#header form .blocInput label input
						{
							width:150px;
							height:23px;
							color:#828282;
							border:0px;
							margin-right:10px;
							font-size:12px;
							margin-bottom:11px;
							
						}
					
					#header form .blocInput a:hover
						{
							color:#CCC;
						}
							
					
					#header form .blocInput a .bulle
						{
							display:inline-block;
							vertical-align:middle;
							background-color:#E80D3F;
							padding:3px;
							border:2px #222 solid;
							border-radius:5px;
							margin-right:10px;
							
						}
						
				#header form .gologin
					{
						float:right;
						cursor:pointer;
						height:27px;
						width:35px;
						
					}
				
				#header form .blocPub {
					position:absolute;
					margin-left:-145px;
				}
					
				#header form div.blocLiens
					{
						position:absolute;
						margin-left:-110px;
						margin-top:-40px;
					}					
				
					#header form .blocLiens a
					    {
					    	display:block;
					    	color:#7C7774;
					    	font-size:11px;
					    	text-decoration:none;
					    }

		
	#barreFond
		{
			position:absolute;
			left:0%;
			width:100%;
			height:40px;
			background-color:#FF002B;
			opacity:.2;
			
		}
		
	#menu
		{
				display:block;
				width:1042px;
				margin:auto;

		}
		
		#menu .content
		    {
		    	position:absolute;
		    	margin-top:-60px;
		    	text-align:right;
		    }
		    
		#menu a
			{
				display:inline-block;
				padding:20px;
				font-size:20px;
				color:#ffffff;
				text-decoration:none;
				vertical-align:middle;
				font-family:'Muli';
				
				
			}
			
			#menu a:hover
				{
					color:#d22694;
					
				}
			
			#menu img
				{
					vertical-align:middle;
					margin-right:5px;
					
				}
			
			#menu a.actif
				{
					color:#FFF;
					background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 69%, rgba(255,255,255,0) 70%);
					background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.2)), color-stop(69%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,0)));
					background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 69%,rgba(255,255,255,0) 70%);
					background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 69%,rgba(255,255,255,0) 70%);
					background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 69%,rgba(255,255,255,0) 70%);
					background: radial-gradient(ellipse at center,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 69%,rgba(255,255,255,0) 70%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=1 );

				}
			
		#menu .sepa
			{
				display:inline-block;
				height:30px;
				background-color:#E80D3F;
				width:1px;
				vertical-align:middle;
				opacity:.5;
				
			}
				
		
	#site
		{
			
		}
		
		#site .content
			{
				background-color:#FFF;
				
			}
	
					
	#site #navigation
		{
			display:block;
			background: rgb(255,0,51);
			background: -moz-linear-gradient(top,  rgba(255,0,51,1) 0%, rgba(159,13,64,1) 50%, rgba(114,16,49,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,51,1)), color-stop(50%,rgba(159,13,64,1)), color-stop(100%,rgba(114,16,49,1)));
			background: -webkit-linear-gradient(top,  rgba(255,0,51,1) 0%,rgba(159,13,64,1) 50%,rgba(114,16,49,1) 100%);
			background: -o-linear-gradient(top,  rgba(255,0,51,1) 0%,rgba(159,13,64,1) 50%,rgba(114,16,49,1) 100%);
			background: -ms-linear-gradient(top,  rgba(255,0,51,1) 0%,rgba(159,13,64,1) 50%,rgba(114,16,49,1) 100%);
			background: linear-gradient(to bottom,  rgba(255,0,51,1) 0%,rgba(159,13,64,1) 50%,rgba(114,16,49,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0033', endColorstr='#721031',GradientType=0 );
			padding:10px;

		}
	
	/* PARTIE GAUCHE DU SITE */
		
	#chatListe
		{
			float:right;
			width:240px;
			margin-right:0px;
			position:relative;
			z-index:2;
			padding-bottom:20px;
			background-color:#EBEAE9;
			display:block;
			font-size:11px;
			
		}
		
		#chatListe #selection
			{
				display:block;
				font-size:0px;
				margin-left:10px;
				margin-right:10px;
				margin-top:10px;
				
			}
			
			#chatListe #selection .element
				{
					height:35px;
					width:25%;
					display:inline-block;
					background-color:#EBEAE9;
					border-top-left-radius:15px;
					border-top-right-radius:15px;
					text-align:center;
					padding:0px;
					margin:0px;
					cursor:pointer;
					
				}
				
				#chatListe #selection .inactif
					{
						background: rgb(198,198,198);
						background: -moz-linear-gradient(45deg,  rgba(198,198,198,1) 1%, rgba(235,234,233,1) 26%);
						background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,rgba(198,198,198,1)), color-stop(26%,rgba(235,234,233,1)));
						background: -webkit-linear-gradient(45deg,  rgba(198,198,198,1) 1%,rgba(235,234,233,1) 26%);
						background: -o-linear-gradient(45deg,  rgba(198,198,198,1) 1%,rgba(235,234,233,1) 26%);
						background: -ms-linear-gradient(45deg,  rgba(198,198,198,1) 1%,rgba(235,234,233,1) 26%);
						background: linear-gradient(45deg,  rgba(198,198,198,1) 1%,rgba(235,234,233,1) 26%);
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#ebeae9',GradientType=1 );
						
					}
				
				#chatListe #selection .element .aligneur
					{
						display:inline-block;
						height:35px;
						width:1px;
						vertical-align:middle;
						
					}
					
				#chatListe #selection .element img
					{
						display:inline-block;
						vertical-align:middle;
						
					}
		
		#chatListe .listeConteneur {
		
				background:url('../img/tpl/dial_liste_bg_top.png');
				background-repeat: no-repeat;
				background-color:#EBEAE9;
				display:block;
				padding:10px;
				border-radius:0px;
				border-bottom-left-radius:15px;
				border-bottom-left-radius:15px;
				font-size:11px;
		}
		
		#chatListe .liste
			{

				background-color:#EBEAE9;
				display:block;
				padding:10px;
				border-radius:0px;
				font-size:11px;
				
			}
			
			#chatListe .liste h2
				{
					display:block;
					padding:0px;
					padding-bottom:10px;
					padding-top:10px;
					font-size:16px;
					color:#7C7774;
					font-weight:lighter;
					margin:0px;
					border-bottom:1px #CCC solid;
					
				}
				
				#chatListe .liste .element
					{
						display:block;
						border-bottom:1px #CCC solid;
						border-top:1px #FFF solid;
						color:#7C7774;
						cursor:pointer;
						
					}
					
					#chatListe .liste .element .photo
						{
							float:left;
							border:4px #FFF solid;
							margin:10px;
							text-align:center;
							width:45px;
							
						}
						
					#chatListe .liste .element .username
						{
							display:block;
							color:#9f189c;
							padding-top:10px;
							padding-bottom:10px;
							font-size:14px;
							
						}
						
					#chatListe .liste .element .sexes
						{
							display:block;
							padding-bottom:0px;
							
						}
						
						#chatListe .liste .element .sexes span
							{
								display:inline-block;
								width:60px;
								
							}
							
							#chatListe .liste .element .sexes span img
								{
									display:inline-block;
									vertical-align:baseline;
									margin-right:5px;
									
								}
						
					#chatListe .liste .element .location
						{
							display:block;
							
						}
				
		#chatListe .expend
			{
				display:block;
				padding:20px;
				cursor:pointer;
				text-align:center;
				
			}
			
			#chatListe .expend img
				{
					
				}
				
		#chatListe .refletBot
			{
				position:absolute;
				width:100%;
				height:30px;
				bottom:5px;
				background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 68%, rgba(0,0,0,0) 84%);
				background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.3)), color-stop(68%,rgba(0,0,0,0)), color-stop(84%,rgba(0,0,0,0)));
				background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 84%);
				background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 84%);
				background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 84%);
				background: radial-gradient(ellipse at center,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 84%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
				z-index:-1;

			}
		
	/* CONTENU CENTRAL */
					
	#page
		{
			min-height:1200px;
			width:790px;			
		}
		
		.contener
			{
				display:block;
				position:relative;
				
			}
		
		#formulaireRechercheContener
			{
				display:block;
				width:790px;
				height:282px;
				position:relative;
				background: url('../img/tpl/som_annurech_bg.jpg');
				
			}
			/*
			#formulaireRechercheContener .refletBot
				{
					position:absolute;
					width:100%;
					height:30px;
					bottom:-10px;
					background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 68%, rgba(0,0,0,0) 84%);
					background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.3)), color-stop(68%,rgba(0,0,0,0)), color-stop(84%,rgba(0,0,0,0)));
					background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 84%);
					background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 84%);
					background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 84%);
					background: radial-gradient(ellipse at center,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 84%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
				}
				*/
		
		#page .formulaireRecherche
			{
				display:block;
				position:relative;
				margin-bottom:15px;
				
			}
			
			#page .formulaireRecherche .icone
				{
					position:absolute;
					padding:10px;
					border-radius:30px;
					background-color:#EBEAE9;
					left:-15px;
					top:-15px;
					
				}
			
			#page .formulaireRecherche h2
				{
					display:block;
					margin:5px;
					color:#7C7774;
					padding:10px;
					font-style:italic;
					font-weight:normal;
					font-size:16px;
					position:relative;
					height:30px;
					
				}
				
				#page .formulaireRecherche h2 .doublebarre
					{
						display:block;
						border-top:1px #CCC solid;
						border-bottom:1px #FFF solid;
						position:absolute;
						bottom:50%;
						width:95%;
						
					}
				
				#page .formulaireRecherche h2 span
					{
						display:inline-block;
						background-color:#EBEAE9;
						position:absolute;
						height:110%;
						padding-right:50px;
						
					}
					
			#page #listeMembre
				{
					display:block;
					text-align:center;
					
				}
				
				#page #listeMembre .sepa
					{
						display:block;
						margin-top:5px;
						margin-bottom:5px;
						border-bottom:1px #DDD solid;
						
					}
				
				#page #listeMembre .element
					{
						display:inline-block;
						width:49%;
						text-align:left;
						font-size:11px;
						color:#666;
						
					}
				
				#page #listeMembre .element .photo
					{
						float:left;
						margin:10px;
						border:3px #E5E5E5 solid;
						
					}
					
									
				#page #listeMembre .element .new
					{
						position:absolute;
						margin-top:0px;margin-left:110px;
						
					}
					
				#page #listeMembre .element .username
					{
						display:block;
						color:#E80D3F;
						padding-top:10px;
						padding-bottom:5px;
						font-size:14px;
						cursor:pointer;
					}
					
				#page #listeMembre .element .sexes
					{
						display:block;
						
					}
					
					#page #listeMembre .element .sexes span
						{
							display:inline-block;
							width:55px;
						}
						
						#page #listeMembre .element .sexes span img
							{
								display:inline-block;
								vertical-align:baseline;
								margin-right:5px;
							}
							
				#page #listeMembre .element .location
					{
						display:block;
					}
					
				#page #listeMembre .element .actions
					{
						display:block;
						
					}
					
					#page #listeMembre .element .actions span
						{
							display:block;
							margin-bottom:5px;
							
						}
						
					#page #listeMembre .element .actions img
						{
							display:inline-block;
							margin-right:10px;
							vertical-align:middle;
							
						}
						
		#page #listeMembre #pagination
			{
				float:right;
				padding:5px;
				background: rgb(153,153,153);
				background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(255,255,255,1) 66%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(66%,rgba(255,255,255,1)));
				background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(255,255,255,1) 66%);
				background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(255,255,255,1) 66%);
				background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(255,255,255,1) 66%);
				background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(255,255,255,1) 66%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff',GradientType=0 );
				border-radius:5px;

			}
			
			#page #listeMembre #pagination img
				{
					cursor:pointer;
					
				}
			
		#footer 
			{
    	    	display:block;
    	    	height:150px;
    	    	padding-top:50px;
    	    	background-image:url('../img/tpl/footer_bg.jpg');
    	    	max-width:1903px;
    	    	min-width:430px;
    	    	background-position:center center;		
				text-align:center;
				color:#ffffff;
			}
				
			#footer a
				{
					display:inline-block;
					color:inherit;
					margin-left:10px;
					margin-right:10px;
					font-size:11px;
					text-align:center;
					text-decoration:none;
					
				}
			
/* Menu site : Haut */

	#siteMenu
		{
			display:block;
			position:relative;
			
		}
		
		#siteMenu .panic
			{
				position:absolute;
				right:10px;
				z-index:3;
				top:5px;
				
			}
			
			#siteMenu .panic img
				{
					border:0px;
					
				}
		
		#siteMenu .aligneur
			{
				display:inline-block;
				height:80%;
				vertical-align:middle;
				
			}
		
		#siteMenu #siteMenuTop
			{
				background: #e80d3f;
				background: -moz-linear-gradient(top,  #e80d3f 0%, #9f0d40 35%, #721031 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e80d3f), color-stop(35%,#9f0d40), color-stop(100%,#721031));
				background: -webkit-linear-gradient(top,  #e80d3f 0%,#9f0d40 35%,#721031 100%);
				background: -o-linear-gradient(top,  #e80d3f 0%,#9f0d40 35%,#721031 100%);
				background: -ms-linear-gradient(top,  #e80d3f 0%,#9f0d40 35%,#721031 100%);
				background: linear-gradient(to bottom,  #e80d3f 0%,#9f0d40 35%,#721031 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80d3f', endColorstr='#721031',GradientType=0 );
				padding-top:20px;
				position:relative;
			}
			
			#siteMenu #siteMenuTop .lien1
				{
					display:inline-block;
					height:35px;
					width:90px;
					background-color:#FFF;
					border-top-left-radius:10px;
					border-top-right-radius:10px;
					position:relative;
					text-align:center;
					
				}
				
				#siteMenu #siteMenuTop .lien1 img
					{
						vertical-align:bottom;
						
					}
			
			#siteMenu #siteMenuTop .lien2
				{
					display:inline-block;
					height:35px;
					width:90px;
					border-top-left-radius:10px;
					border-top-right-radius:10px;
					position:relative;
					text-align:center;
					
				}
				
				#siteMenu #siteMenuTop .lien2 img
					{
						vertical-align:bottom;
						
					}
					
		#siteMenu #siteMenuBot
			{
				display:block;
				
			}
			
			#siteMenu #siteMenuBot .element1
				{
					display:inline-block;
					height:35px;
					width:90px;
					border-top-left-radius:10px;
					border-top-right-radius:10px;
					position:relative;
					text-align:center;
					text-align:center;
					font-size:11px;
					padding-top:10px;
				}
				
				#siteMenu #siteMenuBot .element1 a
					{
						display:block;
						color:#7C7774;
						text-decoration:none;
						
					}
					
					#siteMenu #siteMenuBot .element1 a em
						{
							font-style:normal;
							color:#E80D3F;
							
						}
			
			#siteMenu #siteMenuBot .element2
				{
					display:inline-block;
					height:35px;
					width:90px;
					border-top-left-radius:10px;
					border-top-right-radius:10px;
					position:relative;
					text-align:center;
					text-align:center;
					font-size:11px;
					padding-top:10px;
				}
				
				#siteMenu #siteMenuBot .refletloupe
					{
						background-image:url(http://img.izicontact.com/contactslib/img/tpl/reflet-loupe.png);
						background-position:top;
						background-repeat:no-repeat;
						
					}
					
				#siteMenu #siteMenuBot .refletcomment
					{
						background-image:url(http://img.izicontact.com/contactslib/img/tpl/reflet-comment.png);
						background-position:top;
						background-repeat:no-repeat;
						
					}
					
				#siteMenu #siteMenuBot .refletampoule
					{
						background-image:url(http://img.izicontact.com/contactslib/img/tpl/reflet-ampoule.png);
						background-position:top;
						background-repeat:no-repeat;
						
					}
					
				#siteMenu #siteMenuBot .element2 a
					{
						display:block;
						color:#7C7774;
						text-decoration:none;
						padding:5px;
						background-color:#E4E1E1;
						margin-left:10px;
						margin-right:10px;
						border-radius:5px;
						
					}
			
			#siteMenu #siteMenuBot .element3
				{
					display:inline-block;
					height:35px;
					width:70px;
					border-top-left-radius:10px;
					border-top-right-radius:10px;
					position:relative;
					text-align:center;
					text-align:center;
					font-size:11px;
					padding-top:5px;
					float:right;
				}
				
				#siteMenu #siteMenuBot .element3 a
					{
						display:block;
						color:#7C7774;
						text-decoration:underline;
						padding:5px;
						margin-left:10px;
						margin-right:10px;
						border-radius:5px;
						color:#E80D3F;
						
					}
					
/* Bloc USER INFOS */

	#userInfos
		{
			display:block;
			background: #e80d3f;
			background: -moz-linear-gradient(top,  #e80d3f 0%, #9f0d40 35%, #721031 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e80d3f), color-stop(35%,#9f0d40), color-stop(100%,#721031));
			background: -webkit-linear-gradient(top,  #e80d3f 0%,#9f0d40 35%,#721031 100%);
			background: -o-linear-gradient(top,  #e80d3f 0%,#9f0d40 35%,#721031 100%);
			background: -ms-linear-gradient(top,  #e80d3f 0%,#9f0d40 35%,#721031 100%);
			background: linear-gradient(to bottom,  #e80d3f 0%,#9f0d40 35%,#721031 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80d3f', endColorstr='#721031',GradientType=0 );
			display:block;
			border-bottom-left-radius:15px;
			border-bottom-right-radius:15px;
			padding:10px;

		}
		
		#userInfos #top
			{
				border:1px #9F0D40 solid;
				border-radius:10px;
				padding:10px;
				position:relative;		
			}
		
		#userInfos #top .icone
			{
				position:absolute;
				left:-10px;
				top:-10px;
				cursor:pointer;
				
			}
		
		#userInfos #top strong
			{
				float:left;
				padding:5px;
				font-size:16px;
				color:#FFF;
				font-weight:normal;
					
			}
			
			#userInfos #top a
				{
					float:right;
					padding:5px;
					margin-left:5px;
					background-color:#FF0D5B;
					text-decoration:none;
					color:#FFF;
					border-radius:5px;
					margin-top:3px;
					
				}
			
			#userInfos #top em
				{
					display:block;
					color:#BDBDBD;
					font-size:11px;
					text-align:right;
					margin-top:10px;
					
				}
				
			#userInfos #top .barreContener
				{
					display:block;
					height:7px;
					position:relative;
					margin:auto;
					width:230px;
					margin-top:5px;
					background: rgb(255,255,255);
					background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(102,102,102,1) 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(102,102,102,1)));
					background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(102,102,102,1) 100%);
					background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(102,102,102,1) 100%);
					background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(102,102,102,1) 100%);
					background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(102,102,102,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#666666',GradientType=0 );

					
				}
				
				#userInfos #top .barre
					{
						position:absolute;
						height:100%;
						background: #a3c705;
						background: -moz-linear-gradient(top,  #a3c705 0%, #71a502 100%);
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3c705), color-stop(100%,#71a502));
						background: -webkit-linear-gradient(top,  #a3c705 0%,#71a502 100%);
						background: -o-linear-gradient(top,  #a3c705 0%,#71a502 100%);
						background: -ms-linear-gradient(top,  #a3c705 0%,#71a502 100%);
						background: linear-gradient(to bottom,  #a3c705 0%,#71a502 100%);
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c705', endColorstr='#71a502',GradientType=0 );

					}
					
		#userInfos .bloc
			{
				FF0D5B	
			}
			
			#userInfos .bloc_gauche
				{
					float:left;
					
				}
				
			#userInfos .bloc_droite
				{
					float:right;
					
				}
			
			#userInfos .bloc .infos
				{
					display:block;
					margin-top:10px;
					
				}
				
				#userInfos #top .bloc .infos strong
					{
						font-size:12px;
						display:inline-block;
						width:inherit;
						padding:0px;
						margin:0px;
						float:inherit;
						
					}
					
				#userInfos #top .bloc .infos em
					{
						float:right;
						margin:0px;
						padding:0px;
						color:#FFF;
						
					}
					
				#userInfos #top .bloc .photo
					{
						display:block;
						border:5px #721031 solid;
						margin-top:5px;
						
					}
					
		#userInfos #top ul
			{
				display:block;
				padding:10px;
				margin:0px;
				list-style:none;
				
			}
			
			#userInfos #top ul li
				{
					display:block;
					padding:0px;
					margin:0px;
					list-style:none;
					color:#FFF;
					font-size:11px;
					border-bottom:1px #9F0D40 solid;
					
				}
				
				#userInfos #top ul li span
					{
						float:right;
						color:#FF0D5B;
						
					}
					
		#userInfos #top p
			{
				color:#FF0D5B;
				padding:10px;
				margin:0px;
				font-size:11px;
				
			}
			
			#userInfos #top .mtitre
				{
					display:block;
					padding-left:10px;
					color:#FFF;
					font-weight:bold;
					font-size:11px;
					
				}
				
		#userInfos #top .type
			{
				color:#FFF;
				float:right;
				
			}
			
			#userInfos #top .type img
				{
					vertical-align:middle;
					margin-left:5px;
					
				}
				
				
				
				
					
/* STYLE GENERALE */

	.degCorner
		{
			background: #e5e5e5;
			background: -moz-linear-gradient(45deg,  #e5e5e5 0%, #ffffff 18%);
			background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e5e5e5), color-stop(18%,#ffffff));
			background: -webkit-linear-gradient(45deg,  #e5e5e5 0%,#ffffff 18%);
			background: -o-linear-gradient(45deg,  #e5e5e5 0%,#ffffff 18%);
			background: -ms-linear-gradient(45deg,  #e5e5e5 0%,#ffffff 18%);
			background: linear-gradient(45deg,  #e5e5e5 0%,#ffffff 18%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );


		}

		
/* TITRES */

	.titre_content
		{
			padding:0px;
			margin:0px;
			color:#7C7774;
			font-size:14px;
			position:relative;
			font-weight:normal;
			margin-bottom:10px;
			
		}
		
		.titre_content .barre
			{
				display:block;
				border-bottom:1px #DDD solid;
				position:absolute;
				width:100%;
				bottom:12px;
				
			}
			
		.titre_content span
			{
				background-color:#FFF;
				position:relative;
				padding-right:40px;
				
			}
			
			.titre_content span img
				{
					vertical-align:middle;
					margin-right:10px;
					
				}
				
/* TABLEAU */

	.liste
		{
			background-color:#FFF3F7;
			margin:auto;
			border-radius:5px;
			font-size:11px;
			color:#7C7774;
			margin-bottom:10px;
		}
		
		.liste td
			{
				padding:5px;
				border-right:1px #DDDBDC solid;
				
			}
			
			.liste td.last
				{
					border:0px;
					
				}
				
		.liste .demi
			{
				background-color:#FFF;
				
			}
			
		.liste a
			{
				font-weight:bold;
				color:#E80D3F;
			}

/* ACTUALITES */

	.actualite
		{
			display:block;
		}
		
		.actualite .photo
			{
				float:left;
				border:5px #E5E5E5 solid;
				margin:10px;
				
			}
		
		.actualite .titre
			{
				display:block;
				padding-top:10px;
				margin-left:10px;
				
			}
			
			.actualite .titre img
				{
					vertical-align:middle;
					margin-right:5px;
					
				}
				
			.actualite .titre span
				{
					vertical-align:middle;
					background-color:#721031;
					font-size:14px;
					font-weight:bold;
					color:#FF0D5B;
					padding:5px;
					
				}
				
			.actualite .titre em
				{
					vertical-align:middle;
					font-size:10px;
					color:#666;
					margin-left:10px;
					font-weight:bold;
					
				}
				
			.actualite .titre a
				{
					float:right;
					color:#817C7E;
					margin-top:4px;
					
				}
				
				.actualite .titre a img
					{
						margin-left:5px;
						border:0px;
						
					}
				
			.actualite .texte
				{
					display:block;
					font-size:11px;
					color:#817C7E;
					padding:10px;
					margin-left:20px;
					
				}
				
			
/* FORMULAIRES */

body .ui-slider-horizontal
	{
		height:5px;
		background:#CCC;
		border:0px;
		
	}
	
body .ui-slider .ui-slider-handle
	{
		top:-0.4em;
		height:.9em;
		width:.9em;
		
	}

.inputRecherche
	{
		padding:5px;
		padding-left:30px;
		padding-right:30px;
		text-align:center;
		border-radius:50px;
		border:1px #CCC solid;
		box-shadow: inset 0px 5px 5px #DDD;
		background-image:url(http://img.izicontact.com/contactslib/img/tpl/icone-loupe.png);
		background-position:12px 8px;
		background-repeat:no-repeat;
			
	}

.nSelect
	{
		position:relative;
		width:150px;
		height:20px;
		border:1px #DDD solid;
		border-radius:5px;
		display:inline-block;
		vertical-align:middle;
	}
	
	.nSelect .nFleche
		{
			position:absolute;
			width:25px;
			height:100%;
			right:0px;
			z-index:10;
			background: rgb(255,0,64);
			background: -moz-linear-gradient(top,  rgba(255,0,64,1) 0%, rgba(159,13,64,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,64,1)), color-stop(100%,rgba(159,13,64,1)));
			background: -webkit-linear-gradient(top,  rgba(255,0,64,1) 0%,rgba(159,13,64,1) 100%);
			background: -o-linear-gradient(top,  rgba(255,0,64,1) 0%,rgba(159,13,64,1) 100%);
			background: -ms-linear-gradient(top,  rgba(255,0,64,1) 0%,rgba(159,13,64,1) 100%);
			background: linear-gradient(to bottom,  rgba(255,0,64,1) 0%,rgba(159,13,64,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0040', endColorstr='#9f0d40',GradientType=0 );
			border-top-right-radius:5px;
			border-bottom-right-radius:5px;
			pointer-events: none;

		}
		
		.nSelect .nFleche img
			{
				display:block;
				margin:auto;
				margin-top:8px;
				
			}
		
	.nSelect select
		{
			position:absolute;
			width:100%;
			height:100%;
			background: rgb(255,255,255);
			background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(153,153,153,1)));
			background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(153,153,153,1) 100%);
			background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(153,153,153,1) 100%);
			background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(153,153,153,1) 100%);
			background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(153,153,153,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 );
			border:0px;
			padding:0px;
			color:#666;
			font-size:14px;
			font-weight:bold;
			border-radius:5px;

		}
		
	.nCheckbox 
		{
			display:inline-block;
			padding:5px;
			background: rgb(221,221,221);
			background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(255,255,255,1) 83%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(83%,rgba(255,255,255,1)));
			background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
			background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
			background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
			background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
			border-radius:5px;
			vertical-align:middle;

		}
		
		.nCheckbox .checker
			{
				display:block;
				width:17px;
				height:17px;
				background: rgb(255,255,255);
				background: -moz-linear-gradient(top,  rgba(255,255,255,1) 17%, rgba(229,229,229,1) 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
				background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 17%,rgba(229,229,229,1) 100%);
				background: -o-linear-gradient(top,  rgba(255,255,255,1) 17%,rgba(229,229,229,1) 100%);
				background: -ms-linear-gradient(top,  rgba(255,255,255,1) 17%,rgba(229,229,229,1) 100%);
				background: linear-gradient(to bottom,  rgba(255,255,255,1) 17%,rgba(229,229,229,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
				border-radius:3px;
				border:1px #DDD solid;
				cursor:pointer;
			}
			
			.nCheckbox .checker img
				{
					display:block;
					margin:auto;
					margin-top:3px;
					
				}
				
	.nSubmit
		{
			/*
			display:inline-block;
			padding:5px;
			background: rgb(221,221,221);
			background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(255,255,255,1) 83%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(83%,rgba(255,255,255,1)));
			background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
			background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
			background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
			background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
			border-radius:50px;
			vertical-align:middle;
			margin:auto;
			margin-bottom:20px;
			*/
			width:126px;
			height:35px;
			cursor:pointer;

		}
		
		.nSubmit input
			{
				display:block;
				padding:10px;
				background: rgb(255,255,255);
				background: -moz-linear-gradient(top,  rgba(255,255,255,1) 17%, rgba(229,229,229,1) 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
				background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 17%,rgba(229,229,229,1) 100%);
				background: -o-linear-gradient(top,  rgba(255,255,255,1) 17%,rgba(229,229,229,1) 100%);
				background: -ms-linear-gradient(top,  rgba(255,255,255,1) 17%,rgba(229,229,229,1) 100%);
				background: linear-gradient(to bottom,  rgba(255,255,255,1) 17%,rgba(229,229,229,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
				border-radius:50px;
				border:1px #CCC solid;
				cursor:pointer;
			}
			
			.nSubmit input:hover
				{
					background: rgb(229,229,229);
					background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 83%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(83%,rgba(255,255,255,1)));
					background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 83%);
					background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 83%);
					background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 83%);
					background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 83%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );

				}
		
				
	.nSubmit2
		{
			display:inline-block;
			padding:5px;
			background: rgb(255,255,255);
			background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1)));
			background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
			background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
			background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
			background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );

			border-radius:50px;
			vertical-align:middle;
			margin:auto;
			margin-bottom:20px;

		}
		
		.nSubmit2 input
			{
				display:block;
				padding:10px;
				background:#999999;
				border-radius:50px;
				border:1px #CCC solid;
				cursor:pointer;
				color:#FFF;
			}
			
			.nSubmit2 input:hover
				{
					background-color:#666;
				}
		
		
/* FORMULAIRE DE RECHERCHE */

	.formulaireRecherche .formTop
		{
			display:block;
			padding:10px;
			margin-left:150px;
			
		}
		
	.formulaireRecherche  h2
		{
			margin:10px;
			
		}

	.formulaireRecherche .choixtype
		{
			float:right;
			text-align:right;
			padding-top:5px;
			
		}
		
		.formulaireRecherche .choixtype .checkInfos
			{
				display:inline-block;
				margin-left:3px;
				margin-right:15px;
				vertical-align:middle;
				
			}
			
	.formulaireRecherche .choixlocation
		{
			float:left;
			width:350px;
			padding:10px;
			color:#333666;
			padding-top:0px;
			
			
		}
		
		.formulaireRecherche .choixlocation .maville
			{
				float:left;
				margin-bottom:10px;
				margin-left:5px;
				
			}
			
		.formulaireRecherche .choixlocation .middle
			{
				text-align:center;
				
			}
			
		.formulaireRecherche .choixlocation #sliderTxt
			{
				height:30px;
				display: block;
				
			}
			
		.formulaireRecherche .choixlocation .partout
			{
				float:right;
				
			}
			
			.formulaireRecherche .choixHomme
				{
					float:left;
					padding:10px;
					
				}
			
			.formulaireRecherche .choixFemme
				{
					float:right;
					padding:10px;
					
				}
				
				.formulaireRecherche .choixFemme .nSelect, .formulaireRecherche .choixHomme .nSelect
					{
						width:80px;
						margin-left:5px;
						margin-right:5px;
						vertical-align:middle;
						
					}
					
				.formulaireRecherche .choixFemme img, .formulaireRecherche .choixHomme img
					{
						vertical-align:top;
						
					}
					
		.formulaireRecherche .listeVoisins
			{
				display:inline-block;
				font-size:10px;				
				margin-top:15px;
				margin-left:40px;
				margin-bottom:20px;
				width:750px;
			}
			
			.formulaireRecherche .listeVoisins a
				{					
				}
				
				.formulaireRecherche .listeVoisins a img
					{
						border:0px;
						width:65px;
						height:65px;
						margin-right:5px;
					}
		
		.formulaireRecherche #annurech_pseudo 
			{
				position:absolute;
				border:0px;
				margin-left:-20px;
				margin-top:77px;
				width:190px;
				height:20px;
			}
		
/* ELEMENT DU TEMPLATE */

.boutonContener
	{
		display:inline-block;
		padding:3px;
		background: rgb(221,221,221);
		background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(255,255,255,1) 83%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(83%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
		background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
		background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
		background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 83%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
		border-radius:5px;
		vertical-align:middle;
		margin:auto;
		margin-bottom:20px;
	}
	
	.boutonContener2
		{
			border-radius:50px;
			padding:5px;
			
		}
	
	.boutonContener .bouton_rouge
		{
			display:inline-block;
			color:#FFF;
			background: rgb(255,0,71);
			background: -moz-linear-gradient(top,  rgba(255,0,71,1) 0%, rgba(227,0,64,1) 64%, rgba(207,4,64,1) 75%, rgba(159,13,64,1) 98%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,71,1)), color-stop(64%,rgba(227,0,64,1)), color-stop(75%,rgba(207,4,64,1)), color-stop(98%,rgba(159,13,64,1)));
			background: -webkit-linear-gradient(top,  rgba(255,0,71,1) 0%,rgba(227,0,64,1) 64%,rgba(207,4,64,1) 75%,rgba(159,13,64,1) 98%);
			background: -o-linear-gradient(top,  rgba(255,0,71,1) 0%,rgba(227,0,64,1) 64%,rgba(207,4,64,1) 75%,rgba(159,13,64,1) 98%);
			background: -ms-linear-gradient(top,  rgba(255,0,71,1) 0%,rgba(227,0,64,1) 64%,rgba(207,4,64,1) 75%,rgba(159,13,64,1) 98%);
			background: linear-gradient(to bottom,  rgba(255,0,71,1) 0%,rgba(227,0,64,1) 64%,rgba(207,4,64,1) 75%,rgba(159,13,64,1) 98%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0047', endColorstr='#9f0d40',GradientType=0 );
			cursor:pointer;
			padding:5px;
			padding-left:15px;
			padding-right:15px;
			border-radius:5px;
			font-weight:bold;
		}
		
		.boutonContener .bouton_rouge:hover
			{
				background: rgb(159,13,64);
				background: -moz-linear-gradient(top,  rgba(159,13,64,1) 2%, rgba(207,4,64,1) 25%, rgba(227,0,64,1) 36%, rgba(255,0,71,1) 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(159,13,64,1)), color-stop(25%,rgba(207,4,64,1)), color-stop(36%,rgba(227,0,64,1)), color-stop(100%,rgba(255,0,71,1)));
				background: -webkit-linear-gradient(top,  rgba(159,13,64,1) 2%,rgba(207,4,64,1) 25%,rgba(227,0,64,1) 36%,rgba(255,0,71,1) 100%);
				background: -o-linear-gradient(top,  rgba(159,13,64,1) 2%,rgba(207,4,64,1) 25%,rgba(227,0,64,1) 36%,rgba(255,0,71,1) 100%);
				background: -ms-linear-gradient(top,  rgba(159,13,64,1) 2%,rgba(207,4,64,1) 25%,rgba(227,0,64,1) 36%,rgba(255,0,71,1) 100%);
				background: linear-gradient(to bottom,  rgba(159,13,64,1) 2%,rgba(207,4,64,1) 25%,rgba(227,0,64,1) 36%,rgba(255,0,71,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0d40', endColorstr='#ff0047',GradientType=0 );

			}
		
		.boutonContener .bouton_rouge img
			{
				vertical-align:bottom;
				margin-left:5px;
			}
			
	.boutonContener .bouton_rouge_big
		{
			display:inline-block;
			color:#FFF;
			background: rgb(255,0,119);
			background: -moz-linear-gradient(top,  rgba(255,0,119,1) 0%, rgba(159,13,64,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,119,1)), color-stop(100%,rgba(159,13,64,1)));
			background: -webkit-linear-gradient(top,  rgba(255,0,119,1) 0%,rgba(159,13,64,1) 100%);
			background: -o-linear-gradient(top,  rgba(255,0,119,1) 0%,rgba(159,13,64,1) 100%);
			background: -ms-linear-gradient(top,  rgba(255,0,119,1) 0%,rgba(159,13,64,1) 100%);
			background: linear-gradient(to bottom,  rgba(255,0,119,1) 0%,rgba(159,13,64,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0077', endColorstr='#9f0d40',GradientType=0 );

			cursor:pointer;
			padding:10px;
			padding-left:15px;
			padding-right:15px;
			border-radius:50px;
			font-weight:bold;
			font-size:16px;
		}
		
		.boutonContener .bouton_rouge_big:hover
			{
				background: rgb(159,13,64);
				background: -moz-linear-gradient(top,  rgba(159,13,64,1) 0%, rgba(255,0,119,1) 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,13,64,1)), color-stop(100%,rgba(255,0,119,1)));
				background: -webkit-linear-gradient(top,  rgba(159,13,64,1) 0%,rgba(255,0,119,1) 100%);
				background: -o-linear-gradient(top,  rgba(159,13,64,1) 0%,rgba(255,0,119,1) 100%);
				background: -ms-linear-gradient(top,  rgba(159,13,64,1) 0%,rgba(255,0,119,1) 100%);
				background: linear-gradient(to bottom,  rgba(159,13,64,1) 0%,rgba(255,0,119,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0d40', endColorstr='#ff0077',GradientType=0 );

			}
			
			.savoirplus
				{
					color:#817C7E;
					margin-top:4px;
					
				}
				
				.savoirplus img
					{
						margin-left:5px;
						border:0px;
						
					}
				
#listeIcones
	{
		display:block;
		padding:10px;
		margin:10px;
		border:1px #DDD solid;
		border-radius:5px;
	}
	
	#iconesTop
		{
			display:block;
			padding:10px;
			background-color:#3C313A;
			text-align:center;
			margin-bottom:10px;
			border-radius:5px;
			
		}
		
		#iconesTop img
			{
				vertical-align:middle;
				margin-left:10px;
				margin-right:10px;
				
			}
			
	#listeIcones #iconeContent
		{
			text-align:center;
				
		}
		
		#listeIcones #iconeContent img
			{
				vertical-align:middle;
				margin-left:10px;
				margin-right:10px;
			}
			
	#listeIcones #formContent
		{
			padding:10px;
			
		}
		
/* Les membres du jour */
#contmembre_jour
	{
		width:790px;
    	height:117px;	
    	background:url('../img/tpl/som_dercrea_bg.jpg');		
		display:block;
		position:relative;
	}
	
	#fdroite
		{
			cursor:pointer;
			position:absolute;
			margin-left:760px;
			margin-top:41px;
			width:10px;
			height:20px;
		}
		
	#fgauche
		{
			cursor:pointer;
			position:absolute;
			margin-left:180px;
			margin-top:41px;
			width:10px;
			height:20px;
		}

#membre_jour
	{
		display:block;
		width:790px;
		height:82px;
		font-size:0px;
		overflow:hidden;
		
	}
	
	#membre_jour #contener
		{
			display:block;
			margin-top:20px;
			margin-left:205px;
			height:72px;
			width:600px;
			
		}
		
	#membre_jour #contener img
		{
			width:65px;
			height:65px;
			margin-right:3px;			
		}		

		
		#headerProfileLinks {
			float:right;
			font-family:Verdana;
			font-size:10px;
			color:#ffffff;
			margin-top:10px;
		}
		a.headerProfileLinks {
			font-size:11px;
			color:#890f39;
			font-weight:normal;
			cursor:pointer;
			padding-right:5px;
			padding-left:5px;
		}
		#headerProfileLinks2 {
			float:right;
			height:18px;
		}

/*OLD*/
.somTxtEnValeur2 {
	color:#999999;
	font-weight:bold;
	font-size:1.5em;
	font-family:'Muli';
}

.somTxtEnValeur {
	color:#f5115d;
	font-weight:bold;
	font-size:1.5em;
	font-family:'Muli';
}

#loginForm {
	margin: 0; 
	padding: 0;
}
.loginInput {
	background-image:url('http://img.izicontact.com/izidate_noframe/tpl/accpage/img/prehp_bg_input.png');
	width:112px;
	height:23px;
	border:0px;
	margin-right:3px;
	background-repeat:no-repeat;
	color:#636363;
}
.loginLink {
	color:#f39000;
	cursor:pointer;
}
a.loginLink {
	font-family:Verdana;
	font-size:10px;
	margin-left:40px;
	color:#f39000;
	cursor:pointer;
}
#notificationsMsgConteneur {
	position:absolute;
	margin-left:530px;
	width:230px;
	padding:5px;
	border:2px dotted #e1e1e1;
	background-color:#ffffff;
	z-index:1000;
}
.notificationsLine {
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:2px dotted #e1e1e1;
	cursor:pointer;
}
.notificationsLinePhoto {
	float:left;
	width:50px;
	text-align:center;
}
.notificationsLineTxt {
	float:left;
	width:150px;
}
.notificationsLineTxtIlya {
	color:#aeaeae;
	font-size:10px;
}
#headerBarnav {
	margin-top:10px;
	float:right;
}
.headerBarnavLink {
	color:#F26C00;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
	padding-right:40px;
}
a.headerBarnavLink:hover {
	color:#686868;
}


/*
Liste dial
*/

div#icoDial {
	position:fixed;
	left:0px;
	bottom:0px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:-30px;
	height:25px;
	font-family: Arial;
	font-size:13px;
	width:450px;
	color:#58595D;
	background-color:#bbbbbb;
	text-align:center;
	filter:alpha(opacity=90);
	opacity:0.9;
	z-index:1;
}

#icoDialNbCnx {
	font-size:11px;
	color:#000000;
	float:left;
	width:130px;
	cursor:pointer;
}

#icoDialLstDisplayLink {
	text-decoration:underline;
	font-size:9px;
}

#icoDialNbMsg {
	font-size:10px;
	color:#000000;
	float:left;
	width:150px;
	cursor:pointer;
}

#icoDialNbContact {
	font-size:10px;
	color:#000000;
	float:left;
	cursor:pointer;	
}

#listeConvInfosNb {
	color:#686868;
	font-weight:normal;
	cursor:pointer;	
	font-size:10px;	
}

#icoDialLstCnx {
	z-index:1;
	position:fixed;
	top:48px;
	width:200px;
	border:1px solid #CFCFCF;
	padding:2px;
	font-size:10px;	
	background-color:#ececec;
	color:#686868;
	font-weight:bold;
}

#icoDialSound {
	position:absolute;
	top:10px;
	margin-left:540px;
}

#icoDialLstContact {
	z-index:1;
	position:fixed;
	left:280px;
	bottom:30px;
	width:200px;
	height:390px;
	border:2px solid #F76A00;
	border-bottom:0px;
	background-color:#e1e1e1;
	color:#58595D;
}

.lstTitreNb {
    font-family:Verdana;
    font-weight:bold;
    color:#ffffff;
} 

#icoDialLstCnxInfos {
	text-align:center;
	height:85px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
}

div.icoDialLstCnxIframe {
	width:225px;
	padding-bottom:5px;
}

iframe.icoDialLstCnxIframe {
	width:225px;
	/*overflow:hidden;*/
}

#icoDialLstCnxRefresh {
	text-align:center;
	height:30px;
	width:200px;
}

.icoDialLstCnxInfosLine1 {
	font-size:10px;
	margin-bottom:7px;
	color:#ffffff;
}

#dialTriVal {
	color:#ffffff;
	text-decoration:underline;
	cursor:pointer;
}

#dialTriSelect {
	padding:2px;
	cursor:pointer;
	display:none;
	position:absolute;
	background-color:white;
	border:1px solid black;
	width:110px;
}

#dialStatutVal {
	color:#ffffff;
	text-decoration:underline;
	cursor:pointer;
}

#dialMsgAlertTxt {
	padding-top:4px;
	border-top:1px solid #58595D;
	margin-top:7px;
	font-size:10px;
	font-weight:normal;
}
#dialMsgAlertTxt a {
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:4px;
	background-color:#fc0d1b;
	display:block;
	text-decoration:none;
}
	

#listeAllInfos1 {
	font-family:Verdana;
	font-weight:normal;
	font-size:14px;
}

#listeAllInfos2 {
	font-family:Verdana;
	font-weight:normal;
	font-size:14px;
}

#dialStatutSelect {
	padding:2px;
	cursor:pointer;
	display:none;
	position:absolute;
	background-color:white;
	border:1px solid black;width:110px;
}
</pre></body></html>