@charset "utf-8";

body{ font-family: Arial, sans-serif;
	margin:0;
	background-color:#500901;
	background-image:url(img/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;}
.clear{ clear:both;}

/********* FORMULAIRE INDEX **********/


#cadre-form{
	width:503px;
	height:245px;
	position:relative;
	margin:200px auto 0 auto;
	background:url(img/cadre_form.png) no-repeat;
	padding:16px 0 0 0;
	}

.tit-form{
	color:#a71000;
	text-transform:uppercase;
	font-size:25px;
	font-weight:normal;
	margin:0 0 21px 150px;}

.txt-form1, .txt-form2{
	color:#333;
	font-size:16px;
	margin:0;
	float:left;}

.txt-form1{ margin-left:131px;}
.txt-form2{ margin-left:79px;}

input[type=text], input[type=password]{
	border:1px solid #aaa;
	background-color:#fff;
	width:238px;
	height:29px;
	float:right;
	margin:-5px 70px 16px 0;
	padding-left:5px;
	color:#666;}

input[type=Submit]{
	float:right;
	margin:5px 70px 0 0;
	width:102px;
	height:28px;
	background-image:url(img/connexion.png);
    border: 0;
	background-color:transparent;
	color:transparent;}


.close{ width:500px; height:492px; margin:30px auto 0 auto; background:url(img/bulle.png) no-repeat;  font-family: 'poetsen_oneregular'; }
.close p{margin: 0px 0 0 320px;
padding-top: 37px;}

.retour a{ color:#c52a2a; font-weight:bold;}

@font-face {
    font-family: 'poetsen_oneregular';
    src: url('font/poetsenone-regular-webfont.eot');
    src: url('font/poetsenone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/poetsenone-regular-webfont.woff2') format('woff2'),
         url('font/poetsenone-regular-webfont.woff') format('woff'),
         url('font/poetsenone-regular-webfont.ttf') format('truetype'),
         url('font/poetsenone-regular-webfont.svg#poetsen_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pacificoregular';
    src: url('font/pacifico-webfont.eot');
    src: url('font/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/pacifico-webfont.woff2') format('woff2'),
         url('font/pacifico-webfont.woff') format('woff'),
         url('font/pacifico-webfont.ttf') format('truetype'),
         url('font/pacifico-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
