body {
	margin: 0px;
	padding: 0px;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: url(images/body_background.jpg) repeat-x top;
	background-color: #cacaca;
}
a, a:active, a:visited {
	color: #888;
}
a:hover {
	color: #1C9B1F;
}
h1 {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 30px;
	background: url(images/h1_puce.gif) no-repeat left;
	border-bottom: 4px #d73332 solid;
	cursor: default; 
}
p {
	color: #555;
	font-size: 1.2em;
	padding: 10px;
	cursor: default; 
}
	p:first-letter
	{
		font-size: 1.3em;
		font-weight: bold;
	}
blockquote{
	font-size: 0.9em;
	color: #1C9B1F;
	cursor: default; 
}
.critique {
	display: block;
	padding: 5px;
	font-style : italic;
	font-size: 0.8em;
	color: #ADADAD;
	background-color: #fff;
}
code {
	float: right;
	position: relative;
	top: -20px;
	margin: 1px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Georgia;
	font-size: 0.7em;
	color: #c52525;
	background-color: #fff;
	border: 1px #a3a3a3 solid;
	cursor: default; 
}
li {
	list-style: none;
	cursor: default; 
}
ul {
	padding: 0;
	padding-bottom: 5px;
	margin: 10px;
	background-color: #F2F2F7;
}
ol {
	margin: 5px;
	padding: 10px;
	background-color: #F9F9FB;
}
ul li{
	padding-left: 20px;
	font-weight: bold;
}
ul ol li {
	margin: 5px;
	color: #777;
	font-weight: normal;
}
#menu {
	position: relative;
	padding: 0;
	width: 100%;
	height: 16px;
	background-color: #000;
	/*filter:alpha(opacity=20);*/
  -moz-opacity:0.2;
  opacity: 0.2;
}
#menu li, #menu ul{
	display: inline;
	margin: 0;
	background: transparent;
}
#menu li a, #menu li a:active, #menu li a:visited {
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
#conteneur {
margin: auto;
text-align: left;
width: 646px;
}
	#header {
	}
	#contenu {
		background: url(images/body_middle.jpg) repeat-y;
	}
		#content {
			background: url(images/body_top.jpg) no-repeat top;
			padding: 50px;
		}
	#footer {
		height: 61px;
		text-align: center;
		background: url(images/body_footer.jpg) no-repeat bottom;
	}
		#competence {
			text-align: center;
		}
			#competence span {
				margin-top: 10px;
				font-size: 0.7em;
				color: #5C5C5C;
			}
._clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
.f_bouton {
	clear: both;
	margin-top: 15px;
	float: right;
}
.p_block {
	background: url(images/p_header.jpg) no-repeat top;
}
	.p_block:after {
		content: url(images/p_footer.jpg);
	}
.screenshot {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
	.screenshot a img, .screenshot a:active img, .screenshot a:visited img {
			padding: 2px;
			background: #fff;
			border: 1px #aaa solid;
		}
	.screenshot a:hover img {
			border: 1px #0f0 solid;
		}
	.screenshot img, .screenshot img:active, .screenshot img:visited {
			padding: 2px;
			background: #fff;
			border: 1px #aaa solid;
		}
	.screenshot img:hover {
			border: 1px #0f0 solid;
		}
.formulaire {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}
.contact {
	margin: auto;
	text-align: left;
	width: 500px;
}
	.contact label {
		float: left;
		margin: 2px;
		width: 120px;
	}
	.textfield, .textfield_no, .contact textarea {
		float: right;
		margin: 2px;
		width: 300px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1em;
		color: #1C9B1F;
		border: 1px #a5acb2 solid;
		padding-left: 4px;
		background: url(images/f_puce_no.gif) no-repeat 0 2px;
	}
		.textfield, .contact textarea {
			background: url(images/f_puce.gif) no-repeat 0 2px;
		}
	.contact textarea {
		height: 100px;
	}
.note {
	font-size: 0.76em;
	font-style: italic;
	text-align: right;
	color: #B0B0B0;
}

/* Google */
#pubgoogle {
	position: absolute;
	top: 20px;
	left: 1px;
	width: 160px;
	height: 600px;
}