@charset "UTF-8";
html {
	font-size: 100%;
}
body/* CSS Document */

 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	margin: 0px;
}


/* CSS Document */

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
}
.container .header {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
}
#container #main {
	width: 955px;
}
.container .blocgauche {
	background-image: url(images/blocgauche.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 412px;
	float: left;
	margin-right: 20px;
}
.container .header .bloc droit p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.container .header .bloc droit h1 {
	font-size: 4em;
	font-weight: bold;
}
#container #main #text {
	display: inline;
	float: left;
	width: 300px;
	background-color: #8F9DC6;
}
.right   {
	float: right;
	border-top-style: double;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin-right: -40px;
	margin-left: 20px;
}
.left {
	float: left;
	border-top-style: double;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin-right: 20px;
	margin-left: -40px;
}
