@CHARSET "ISO-8859-1";

.content #accueil .tier{
	float : left;
	width : 230px;
	padding : 20px 25px;
}
	.content #accueil .tier h3{
		font-size : 18px;
		font-weight : normal;
		margin-bottom : 10px;
	}

	.content #accueil .tier p{
		text-align : justify;
		margin-bottom : 15px;
		color : #7d7d7d;
	}
		.content #accueil .tier p strong{
			font-weight : bold;
			color : #606060;
		}
	.content #accueil .tier a.lireSuite{
		display : block;
		background : url(../../images/creation-entreprises/fleche.gif) no-repeat center right;
		text-align : right;
		padding-right : 20px;
		margin-top: 30px;
		color : #000;
		text-decoration : none;
		
	}
		.content #accueil .tier a.lireSuite:hover{
			color :  rgb(23,96,165);
		}
	.content #accueil .tier ul.liste-prestations {
		list-style-type : none;
	}
		.content #accueil .tier ul.liste-prestations li{
			margin : 2px 0px;
		}


	
	
	.content #accueil div.creatests {
		padding:20px 0px;
		width: 270px;
		position: relative;
	}


	.content #accueil .tier div#liste-prestations {
		position: absolute;
		left: 0px;
	}
		
	.content #accueil .tier div.liste-prestation {
		margin:0px;
		clear: both;
	}
					
		.content #accueil .tier div.liste1 {
			top: 50px;
		}		
		.content #accueil .tier div.liste2 {
			top: 120px;
		}		
		.content #accueil .tier div.liste3 {
			top: 190px;
			height: 62px;
		}

		.content #accueil .tier div.liste-prestation p {
			font-weight: bold;
			
			background-repeat: no-repeat;
			background-position: top left;
			width: 160px;
			height: 50px;			
			margin:0px;
			padding-left: 48px;
			padding-right: 10px;
			padding-top: 20px;
			float: left;
		}	
		
		.content #accueil .tier div.liste1 p {
			background-image: url(../../images/creation-entreprises/liste-prestation1.jpg);		
		}		
		.content #accueil .tier div.liste2 p {
			background-image: url(../../images/creation-entreprises/liste-prestation2.jpg);		
		}		
		.content #accueil .tier div.liste3 p {
			background-image: url(../../images/creation-entreprises/liste-prestation3.jpg);	
			padding-top: 12px;	
		}
		
		.content #accueil .tier div.liste-prestation img {
			float: left;
		}
		
				
		.content #accueil #recherche-creatests {
			height: 50px;
			top: 252px;
			left:0px;
			background: #565656;
			padding: 5px 5px 10px 10px;
		}

			.content #accueil #recherche-creatests h4 {
				color: #fff;
				font-size: 11px;
			}
		
			.content #accueil #recherche-creatests form {
				font-size: 10px;		
				margin-top: 5px;			
			}		
		
				.content #accueil #recherche-creatests form .valider {
					color: #565656;
					font-weight: bold;
					font-size: 10px;
					background: #fff;	
					border: 1px solid #fff;	
					width: 30px;			
				}	
					
	
			.content #accueil #etudes-creatests {
				
				background: url(../../images/creation-entreprises/paypal.jpg) top right no-repeat #fff;
				position: absolute;
				top: 280px;
				width: 160px;
				height: 54px;
				padding-right: 110px;
				padding-top:30px;
				font-weight: bold;
				font-size: 11px;
			}		
				
		
		