@charset "UTF-8";
/* CSS Document */

body{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: #000000;
	background-color:#e7e7e7;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
}

.form_contact_pp{
	float: left;
	margin: 10px 0px 20px 0px;
	background-color: #e7e7e7;
	width: 480px;
	height: 400px;
	overflow: hidden;
	background-image:url(../images/fond_gris.jpg);
	background-repeat: no-repeat;

}

.bloc_noir{
	background-image: url("../images/fond_noir.jpg");
	background-repeat: no-repeat;
	background-positon : top left;
	width: 480px;
	height: 400px;
	float: right;
	margin-top: 10px;
	}

.bloc_noir img{
	float: left;
	border: 0px;
	margin-top: 10px;
	margin-left : 13px;
	}
	
.bloc_centrer {
	position: relative;
	width:973px;
	left:50%;
	margin-left:-486px;
	background-color: #e7e7e7;
	background-image: url("../images/inter/degrader_haut.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

h1{
 font-weight : bold;
 color: #565656;
 font-size : 15px;
 margin: 0px 15px 0px 15px;
 padding: 5px 0px 5px 0px;
 border-bottom : solid #565656 1px;
}

h2{
 font-weight : bold;
 color: #ffffff;
 font-size : 15px;
 margin: 0px 15px 0px 15px;
 padding: 5px 0px 5px 0px;
 border-bottom : solid #ffffff 1px;
}

table{
margin: 15px 0px 0px 15px;
width: 430px;

}
table tr{
	height: 35px;
}

input{
	width:100%;
}

textarea{
	width: 100%;
}

select{
	width: 100%;
}
	
.footer{
	clear: both;
	color: #565656;
	height: 20px;
	width: 100%;
	background-color:#e7e7e7;
	font-family: Verdana,"Lucida Sans Unicode",sans-serif;
	font-size:10px;
	text-align: right;
}