/* CSS Document */

	#tellafriend
	{
		position:relative;
		float:left;
		width:512px;
		height:596px;
		font-family:Arial;
		font-size:11px;
		color:#5c5c5c;
		background-image:url('/images/static/tellafriend/background01.jpg');
		border: solid;
    	border-color: black;
    	border-width: 1px;

	}		
		#tellafriend img			{ border:none; }
		#tellafriend span			{ font-weight:normal; }
		
		#tellafriend .fermer
		{
			position:absolute;
			float:none;
			top:0px;
			right:0px;
		}
		
		#tellafriend .bandeau01
		{
			position:absolute;
			float:none;
			top:35px;
			left:20px;
			width:475px;
		}
			#tellAFriend .bandeau01 span.tafErrors {text-align:left;	font-size:10px;	color:red;}
			#tellafriend .bandeau01 td.titre { width:105px; font-weight:bold;line-height:10px; text-align:left; }
			#tellafriend .bandeau01 td.titre2 { width:65%; font-weight:bold;line-height:15px; text-align:left; }
			#tellafriend .bandeau01 td.titre3 { font-weight:normal;line-height:15px;font-style:italic; text-align:right;padding-right: 10px}
			#tellafriend .bandeau01 td.form	 { width:25%; font-weight:bold;line-height:10px; }
			#tellafriend .bandeau01 span	 { text-transform:none; }
			#tellafriend .bandeau01 input.normal
			{
				font-family:Arial;
				font-size:10px;
				border:solid 1px #7b8f38;
				color:#5c5c5c;
				width:115px;
				margin-right:10px;
			}
			#tellafriend .bandeau01 textarea
			{
				font-family:Arial;
				font-size:10px;
				border:solid 1px #7b8f38;
				color:#5c5c5c;
				width:357px;
				height:135px;
				margin-right:10px;
				margin-top:5px;
			}
			
		#tellafriend .bandeau02
		{
			position:absolute;
			float:none;
			top:415px;
			left:20px;
			width:475px;
			text-align:center;
		}
		
		#tellafriend .bandeau01 .bouton_valid_box input {
			background-color:#7B8F38;
			border:medium none;
			color:#FFFFFF;
			cursor:pointer;
			font-family:Arial;
			font-size:13px;
			font-weight:normal;
			padding:2px 4px;
			text-transform:none;
		}
		
		#tellafriend .bandeau01 .bouton_valid_box a {
			background-color:#7B8F38;
			color:#FFFFFF;
			font-family:Arial;
			font-size:13px;
			font-weight:normal;
			text-transform:none;
			padding:2px 4px;
		}


	#tellafriend-confirmation
	{
		position:relative;
		float:left;
		width:512px;
		height:148px;
		font-family:Arial;
		font-size:11px;
		color:#5c5c5c;
		background-image:url('/images/static/tellafriend/background02.jpg');
	    border: solid;
	    border-color: black;
	    border-width: 1px;
	}
	
		#tellafriend-confirmation img			{ border:none; }
		#tellafriend-confirmation span			{ font-weight:normal; }
		
		#tellafriend-confirmation .fermer
		{
			position:absolute;
			float:none;
			top:0px;
			right:0px;
		}
		
		#tellafriend-confirmation .bandeau01
		{
			position:absolute;
			float:none;
			top:65px;
			left:20px;
			width:475px;
			text-align:center;
			line-height:11px;
			font-weight:bold;
		}
			
			#tellafriend-confirmation .bandeau01 a { 
				text-decoration:underline;
				color:#5c5c5c;
			}
			#tellafriend-confirmation .bandeau01 a:hover	{ text-decoration:none;color:#5c5c5c; }