body {
	margin:auto;
	width:auto;
	background-color:#333;
	background-image:url(../images/bg3.png);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	font-family:verdana,arial,sans-serif;
	font-size:0.9em;
	color:#5e5e5e;
}
div.header1 {
	text-align:center;
	margin:15px auto;
}
div.header2 {
	text-align:center;
	margin:-52px auto;
}
img {           /* ie fix*/
	border:none;
}

map {
	border:none;
}              /* */

div.corps {
	width:910px;
	margin:130px auto 30px;
	background-image:url(../images/border.png);
	background-repeat:repeat-y
}

div.footer {
	text-align:center;
	font-size:0.8em;
	margin-bottom:20px;
	margin-top:60px;
}

/*  cv début */

p.lien_dl {
	text-align:center;
	margin:100px 0px;
}
p.cv {
	text-align:center;
	margin-top:-120px;
}

/* cv fin*/

/* page contact début */

div.formulaire {
	padding:0px 110px;
}

label {
	display:block;
	margin-bottom:3px;
}
input, textarea {
	background-color:#4a3a53;
	border:1px solid #7c5a90;
	color:#bdbcbc;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}
.boutonenvoyer {
	margin-top:15px;
	margin-left:10px;
	background-color:transparent;
	border:none;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

#email.active, #sujet.active, #message.active {
	background-color:#3a2d41;
	border:1px solid #4a3a53;
	color:#999;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.titre {
	margin:30px 150px 20px;
}

form  {
	padding:0px 180px 20px;
}
form p+p+p {
	margin-top:-8px;
}
/* page contact fin */