/* éléments génériques */

img, a {
	border: 0
	}
body {
	background-color: #e5e5e5;
	padding: 0;
	margin: 0;
	color: #4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 20px;
}
a {
	color: #eb6909;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.plan {
	color: #4a4a4a;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #eb6909;
	text-decoration: underline;
}
p {
	margin: 5px 0;
	text-align: justify;
}
h1 {
	margin: 5px 0;
	color: #eb6909;
	font-size: 11px;
}
/* éléments communs */
.float-left {float: left;}
.float-right {float: right;}
.mr20 { margin-right: 20px;}
.mt10 { margin-top: 10px;}
.plus-info {
	display: block;
	float: right;
	background: transparent url(images/puce.gif) no-repeat 0 center;
	padding-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}
/* Gabarit */
#wrapper {
	width: 750px;
	border: 1px solid #b4b4b4;
	margin: 0 auto;
	}
body.index #wrapper {
	text-align: center;
	height: 350px;
	margin-top: 150px;;
	padding-top: 20px;
	}
	#main {
		float: left;
		width: 750px;
		background: transparent url(images/main_bg.jpg) repeat-y 0 0;
	}
		#left {
			float: left;
			width: 223px
		}
			#block-logo-menu {
				float: left;
				width: 223px;
				height: 372px
			}
			#block-contact {
				float: left;
				width: 223px;
				height: 189px;
				background: transparent url(images/contact_bg.gif) repeat-y 0 0;
			}
				.contact {
					margin: 45px 20px 20px 20px;
					
				}
				.contact h1{
					margin: 0px 0px 5px 0px;
					font-size: 11px;
					text-align: center;
					
			}
		#right {
			float: right;
			width: 527px
		}
			#header {
				float: left;
				width: 527px;
				height: 175px
			}
			.block-bienvenue {
	float: left;
	width: 100%;
	height: 150px;
			}
			.block-recompenses {
				float: right;
				width: 233px;
				height: 150px;
			}
			.block-portfolio {
	float: left;
	width: 527px;
	margin-top: 30px;
	text-align: center;
			}
			.block-portfolio2 {
				float: left;
				width: 487px;
				margin-top: 10px;
				text-align: center;
			}
			.block-content {
	float: left;
	width: 487px;
	padding: 10px 20px;
				
			}
			.block-content ul li{
				list-style-type: none;
				list-style-image:url(images/puce.gif);
				margin-bottom: 5px;
							
			}
#footer {
	width: 710px;
	height: 28px;
	background: transparent url(images/footer_bg.gif) no-repeat 0 0;
	padding: 15px 20px 0 20px;
	clear: both;
}
#footer a{
	text-decoration: underline;}
#footer span{
	display:block;
	float: left;
	margin-right: 20px;
	width: 200px;
}
/******page contact******/
table.contact {
	width: 401px;
	margin: 0;
}
table.contact td{
	padding: 3px;
}
table.contact td.label{
	width: 140px;
	font-weight: bold;
}
table.contact td.field{
	width: 240px;
}
.text { border: 1px solid #eb6909; width: 200px; color: #4a4a4a;}
.send {background-color: #eb6909; color: #ffffff; font-weight: bold;}
.reset {background-color: #eb6909; color: #ffffff; font-weight: bold; margin-right: 10px;}
table.contact div.contact {
	margin: 0;
}
