body{
	background: url(../../concours/visuels/4133NF.jpg?1454422311) no-repeat center top;
	top:0px;
	margin:0 auto;
	width:810px;
	color:rgb(255,255,255);
	font-family:  'Jura', sans-serif;
	font-size:14px;
	}

div#global{
	height:700px;
}

div#container{
	position: absolute;
	float:left;
	padding: 20px 20px 20px 20px;
	margin: 70px auto 5px 450px;
	border-radius: 10px;
        background: rgba(0,0,0,0);
}


div#container2 {
	margin:0;
	padding:3px;
	color:#000000;
	font-family: arial;
	font-size:12px;	
    text-align:right;
}

div#container2 a{
	color:#000000;
    text-decoration:underline;
}

div#container2 a:hover{
  	color:rgb(255,255,255);
	text-decoration:none;
}

h1{
	font-family:  'Jura', sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	color:rgb(255,255,255);
    font-size:22px;
	font-weight:bold;
}

h2{
	font-family:  'Jura', sans-serif;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	color:rgb(255,255,255);
	font-size:18px;
	font-weight:bold;
}

div#container .formulaire{
	font-family:  'Jura', sans-serif;
	width:320px;
	text-align:left;
	font-size:14px;
	margin-bottom:0px;
    margin-right:20x;
}

div#container .formulaire input[type=email],input[type=text],input[type=submit], select, textarea{
    width:320px;   
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}

div#container .formulaire input[type=email],input[type=text]{
	font-family:  'Jura', sans-serif;
	font-size:16px;
	color: rgb(255,255,255);
	border: 2px solid rgb(255,255,255);
	border-radius: 2px; 
    padding: 4px;
    background: rgb(0,0,0);
	margin: 0px 5px 10px 0px;	
}

div#container .formulaire select{
	font-family:  'Jura', sans-serif;
	font-size:16px;
	color: rgb(255,255,255);
	border: 2px solid rgb(255,255,255);
	border-radius: 2px; 
    padding: 4px;
    background: rgb(0,0,0);
	margin: 0px 5px 10px 0px;	
}


div#container .formulaire input[type=submit]{
	font-family:  'Jura', sans-serif;
	font-size:18px;
	font-weight:bold;
    color: rgb(0,0,0);
	border: 2px solid rgb(0,0,0);
	border-radius: 5px; 
    padding: 4px;
    background: rgb(255,255,255);
    margin: 10px 5px 0px 0px;
    cursor:pointer;
}

div#container .formQuestion{
	font-family:  'Jura', sans-serif;
	width:320px;
	text-align:left;
	font-size:16px;
	margin-bottom:0px;
}

div#container .formQuestion .question{
	font-size:18px;
    font-weight:bold;
	color:rgb(255,255,255);
}

div#container .formQuestion .photo{
	overflow:hidden;
    margin-top:10px;
    margin-bottom:20px;
}

div#container .formQuestion .video{
    margin-top:10px;
    margin-bottom:20px;
}

div#container .formQuestion .reponse{
	font-size:16px;
    font_weight:bold;
	color:rgb(255,255,255);
    margin-top:10px;
}

div#container .formQuestion input[type=submit]{
	font-family:  'Jura', sans-serif;
	font-size:18px;
	font-weight:bold;
	color: rgb(0,0,0);
	width:215px;
	border: 2px solid rgb(0,0,0);
	border-radius: 5px; 
    padding: 4px;
    background: rgb(255,255,255);
    margin: 10px 0px 0px 0px;
    cursor:pointer;
}

div#container .formQuestion input[type=button]{
	font-family:  'Jura', sans-serif;
	font-size:18px;
	font-weight:bold;
	color: rgb(0,0,0);
	border: 2px solid rgb(0,0,0);
	border-radius: 5px; 
    padding: 4px;
    background: rgb(255,255,255);
    margin: 10px 0px 0px 0px;
    cursor:pointer;
    filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
}

div#container .formQuestion input[type=button]:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

div#container .fin{
	font-family:  'Jura', sans-serif;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:14px;
	margin-bottom:0px;
}

.footer{
	font-size: 14px;
	color:rgb(255,255,255);
	margin-top:20px;
	bottom: 0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

a {
  	color:rgb(255,255,255);
	margin-top: 5px;
	margin-bottom: 5px;
}

a:hover {
  	color:rgb(255,255,255);
	text-decoration:none;
}

a.indice {
  	color:rgb(255,255,255);
	margin-top: 5px;
	margin-bottom: 5px;
    font-size:16px;
    font-style:italic;
    text-decoration:none;
}

a.indice:hover {
  	color:rgb(255,255,255);
	text-decoration:underline;
}

.petit_texte_footer{
	font-size: 12px;
}

.marqueblanche{
	margin:0;
	padding:5px;
    color:#000000;
    font-family: arial;
	font-size:13px;
    font-weight:bold;
    text-align:right;
    width: 99%; 
}

.btn{
	top: 10;
    float:right;
}

.btn_share{
	float:left;
	margin-right:10px;
}

.btn_share:hover a {
    background-position: 0px -186px;
}

.btn_share a {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: rgb(51, 51, 51);
    background: url("../design/sprite.png") no-repeat transparent;
    background-position: 0px -160px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    padding: 5px 10px 5px 28px;
    border: 1px solid rgb(140, 140, 140);
    border-radius: 3px 3px 3px 3px;
}

.btn_send{
	float:left;
}

.btn_send:hover a {
    background-position: 0px -246px;
}

.btn_send a {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: rgb(51, 51, 51);
    background: url("../design/sprite.png") no-repeat transparent;
    background-position: 0px -220px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    padding: 5px 10px 5px 28px;
    border: 1px solid rgb(140, 140, 140);
    border-radius: 3px 3px 3px 3px;
}

.logorm{
	float:left;
}

.logorm a {
	padding: 0px 10px 0px 0px;
}

.btnfin{
	margin-top: 5px;
    margin-bottom: 20px;
}

div#like_iframe{
	float:left;
    text-align:center;
    font-size:30px;
    margin-top: 50px;
    background: rgb(255,255,255);
	color:rgb(0,0,0);
    background-size:100% 100%;
    height:100px;
    width:810px;
    filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}

div#like_iframe p{
	margin:0px;
    padding-top:10px;
    padding-bottom:10px;
}