/* CSS Document */


body {
	background: #221212 url(../medias/index-temp/fond.jpg) repeat-x;
}
div#wrapper {
	background: url(../medias/index-temp/visuel-main.jpg) no-repeat center top;
	height: 600px;
}
div#content {
	width: 950px;
	height: 600px;
	margin: 0 auto;
}
div#col-left {
	float:left;
	width: 465px;
	height: 531px;
	margin-right: 20px;
	padding-top: 40px;
}
div#col-right {
	float:left;
	width: 465px;
	padding-top: 40px;
}
form#form-ouverture {
	width: 409px;
	height: 187px;
	padding: 9px 16px;
	margin-top: 34px;
	background: url(../medias/index-temp/form_fond.jpg) no-repeat;
	color:#fff;
}
form#form-ouverture h3 {
	font-size: 13px;
	font-weight: bold;
	color:#f2e8e7;
	padding-bottom: 10px;
}
form#form-ouverture h2 {
	font-size: 15px;
	font-weight: bold;
	color:#f2e8e7;
	padding-bottom: 10px;
}
form#form-ouverture input#e-mail {
	float: left;
	width: 290px;
	height: 16px;
	padding: 7px;
	margin-right: 10px;
	border: none;
	font-size: 12px;
	color: #555555;
	background: url(../medias/index-temp/champ.jpg) no-repeat;
}
/*form#form-ouverture input .submit{
	float: left;
	width: 95px;
	height: 38px;
	border: 0;
	text-indent: -999em;
	background: url(../medias/index-temp/button_fond.jpg) no-repeat;
	cursor: pointer;
}*/

.btnvalid {
	float: left;
	width: 95px;
	height: 38px;
	border: 0;
	text-indent: -999em;
	background: url(../medias/index-temp/button_fond.jpg) no-repeat;
	cursor: pointer;
}

form#form-ouverture p {
	clear: both;
}
form#form-ouverture strong {
	font-weight: normal;
	line-height: 12px;
	color:#ffc75b;
}

div#footer {
	clear: both;
	color:#d75945;
	text-align: center;
}






