@charset "UTF-8";
body {
	font-family: source-sans-pro;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	margin-top: 0px;
	width: 1260px;
	margin-left: 0px;
	margin-right: auto;
	height: 710px;
	text-align: center;
	background-image: url("../../DOSSIERS/IMAGES-COMMUNES/FONDS/Fond_08.jpg");
	background-repeat: no-repeat;
}
.menu {
	width: 1260px;
	height: 50px;
	text-align: center;
}
#Bloc {
    position: absolute;
    left: 24px;
    top: 65px;
    width: 319px;
    height: 244px;
    z-index: 1;
    overflow: auto;
    background-image: url(../FR/IMAGES/BLOCS/Blocs_08.png);
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 60px;
    padding-left: 39px;
    padding-right: 11px;
    color: #000000;
}

.Formulaire1 {
	position: absolute;
    left: 869px;
    top: 63px;
    width: 373px;
    height: 437px;
	z-index: 2;
	overflow: hidden;
	background-color: hsla(0,0%,0%,0.50);
	border-radius: 12px;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: hsla(359,100%,50%,1.00);
}

.Formulaire1 form{
	width: 350px;
	height: 450px;
	padding-top: 5px;
	padding-left: 5px;
}

.Formulaire1 form label,.Formulaire1 form input{
font-family:"Trebuchet MS",sans-serif;
font-size:0.7em;
}

.Formulaire1 form label{
	display: inline-block;
	float: left;
	width: 40px;
	height: 17px;
	padding-left: 15px;
	color: white;
	font-weight: bold;
	padding-top: 9px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 24px 0px 0px 24px;
	-moz-border-radius: 24px 0px 0px 24px;
	border-radius: 24px 0px 0px 24px;
	background: #09c;
	background: -moz-linear-gradient(top,#51c3fa,#09c);
	background: -webkit-gradient(linear,left top,left bottom,from(#51c3fa),to(#09c));
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,1) inset;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,1) inset;
	box-shadow: 0px 1px 1px rgba(0,0,0,1) inset;
}

.Formulaire1 form input[type="image"]{
display:inline-block;
width:18px;
height:18px;
vertical-align: top;
}

.Verif1 {
display:inline-block;
width:10px;
height:10px;
vertical-align: top;
}

.Formulaire1 form input[type="text"]{
	display: inline-block;
	width: 250px;
	height: 26px;
	padding-left: 10px;
	font-weight: bold;
	border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #1f2026;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}

.Formulaire1 form input[type="textarea"]{
	display: inline-block;
	width: 250px;
	height: 26px;
	padding-left: 10px;
	font-weight: bold;
	border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #1f2026;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}
.Formulaire1 form input[type="text"]:focus{
outline:none;
-webkit-box-shadow:0px 0px 3px #000;
   -moz-box-shadow:0px 0px 3px #000;
        box-shadow:0px 0px 3px #000;
}

.Formulaire1 form input[type="password"]{
	display: inline-block;
	width: 250px;
	height: 24px;
	padding-left: 10px;
	font-weight: bold;
	border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #1f2026;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}
.Formulaire1 form input[type="password"]:focus{
outline:none;
-webkit-box-shadow:0px 0px 3px #000;
   -moz-box-shadow:0px 0px 3px #000;
        box-shadow:0px 0px 3px #000;
}
.Formulaire1 form input[type="email"]{
	display: inline-block;
	width: 250px;
	height: 26px;
	padding-left: 10px;
	font-weight: bold;
	border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #1f2026;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}
.Formulaire1 form input[type="email"]:focus{
outline:none;
-webkit-box-shadow:0px 0px 3px #000;
   -moz-box-shadow:0px 0px 3px #000;
        box-shadow:0px 0px 3px #000;
}
.Formulaire1 form select{
	display: inline-block;
	width: 250px;
	height: 28px;
	padding-left: 10px;
	font-weight: bold;
	border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #1f2026;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}

.Formulaire1 form input[type="submit"]{
width:75px;
height:20px;
margin-left:00px;
font-size:0.7em;
font-weight:bold;
border:none;
color:#cecece;
text-shadow:0px -1px 0px #000;
background:#1f2026;
background:-moz-linear-gradient(top,#1f2026,#15161a);
background:-webkit-gradient(linear,left top,left bottom,from(#1f2026),to(#15161a));
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
-webkit-box-shadow:0px 0px 1px #000;
   -moz-box-shadow:0px 0px 1px #000;
        box-shadow:0px 0px 1px #000;
}
.Formulaire1 form input[type="submit"]:hover{
    background: #343640;
    background: -moz-linear-gradient(top,#343640,#15161a);
    background-position: left top,left bottom,from(#343640),to(#15161a);
    background-color: hsla(359,100%,49%,1.00);
}
#Bloc3 {
    position: absolute;
    left: 574px;
    top: 579px;
    width: 313px;
    height: 109px;
    z-index: 1;
    overflow: auto;
    color: #000000;
}
#Carte {
    position: absolute;
    left: 19px;
    top: 443px;
    width: 326px;
    height: 209px;
    z-index: 1;
    overflow: auto;
    color: #000000;
}
#Logo {
    position: absolute;
    left: 69px;
    top: 203px;
    width: 319px;
    height: 134px;
    z-index: 1;
    overflow: hidden;
}
.Texte {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
.Titre {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
