
/* Feuille de styles infimite.fr version 0 */

/*

	Structure de la feuille de styles :
	
	Reset
	Wrapper
	Header
	Content

*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* End of copyrighted */


body {
	background-color:#eee;
	font:0.625em/1em Helvetica, Verdana, Geneva, sans-serif;
	padding:0;
}
ul li {
	list-style-type: none;
}

a:active, a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #ccc;
}

/* Wrapper */
#wrapper {
	background-color: #fff;
	color: #000;
	font-size: 1.2em;
	line-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 914px;
}

/* Header et Footer */

#header, #footer {
	background-color: #90337F;
	color: #fff;
	padding: 20px 35px;
	height: 6em;
	line-height: 110%;
}
	#header #identity {
		float: left;
		width: 25em;
		background-color: inherit;
		color: inherit;
	}
		#header h1 {
			font-size: 2em;
			line-height: 1.4em;
			margin: 0;
			padding: 0;
		}
		#header h2 {
			font-size: 1.2em;
			line-height: 1.3em;
		}
	#header #contact {
		float: right;
		width: 18em;
		text-align: right;
		background-color: inherit;
		color: inherit;
	}
	#header a, #header a:hover, #header a:visited, #header a:active,
	#footer a, #footer a:hover, #footer a:visited, #footer a:active {
		color: #fff;
	}

	/* Footer */

	#footer {
		clear: both;
		background-color: #5E565C;
	}	
	
	
/*   Content   */
#content {
	clear:both;
	float:left;
	line-height:1.2em;
	padding: 35px;
	width:100%;
	height:auto !important;
	height:420px;
	min-height:420px;
}

#content a, #content a:hover, #content a:visited, #content a:active {
	color: #9B3C8A;	
}

	#content h3,
	#content dl dt {
		font-size: 1.3em;
		clear:both;
		font-weight:700;
		margin: 0.3em;
		padding: 7px 0 0 15px;
		background: #fff url(images/puce-h3.gif) no-repeat 0 8px;		
	}
	#content h4 {
		clear: both;
		margin: 0.3em;
		padding: 7px 0 0 12px;
		background: #fff url(images/puce-h4.gif) no-repeat 0 9.5px;		
	}
	#content dl dt,
	#content dl dd {
		font-weight: bold;
	}
	#content .photo {
		float: left;
		margin: 0 20px 0 0;
	}
	#content #introduction {
		float: left;
		width: 450px;		
	}		
	#content #prestations {
		clear: both;
	}	
	#content .colonne {
		width: 400px;
		float: left;
	}
	#content .second {
		margin: 0 0 0 40px;
	}
	
#content #conclusion {
	clear: both;
	padding: 20px 0 20px 0;
	margin: 0 35px 0 0;
	width: 844px;
}
	#content #conclusion a {
		background: #fff url(images/puce-lien.gif) no-repeat 0 0;	
		padding: 0 0 0 10px;

	}

