#shadowing, #shadowingEN
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:20;
	opacity:0.8;
	filter: alpha(opacity=80);
}


#box, #boxEN
{
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	width: 200px;
	margin: -100px 0 0 -100px;
	background-color: white;
	z-index:101;
	overflow: auto;
}

#boxtitle, #boxtitleEN
{
	position:relative;
	float:center;
	top:0;
	left:0;
	height:60px;
	width: 200px;
	padding: 0 0 0 0;
	margin: 0;
/*	border-bottom:1px solid #FF4E00;*/
	color:#000;
	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(../images/lignes_bandeau.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.boxtitre
{
	position:absolute;
	left:10px;
	top:5px;
	background-color:#fff;
}
.boxtexte
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-left: 10px;
}

input.newsletter
{
	height:auto;
}


input#monEmail
{
	width: 150px;
}

input#mce-EMAIL
{
	width: 150px;
}


@media only screen and (min-width: 728px) {
	
	
	#box, #boxEN
	{
		width: 400px;
		margin: -100px 0 0 -200px;
	}
	
	#boxtitle, #boxtitleEN
	{
		width: 400px;
		height:24px;
	}
	
	input#monEmail
	{
		float: left; 
		width: 245px;
		border: 1px solid #c31a21;
		height: 31px;
		line-height: 31px;
	}
	
	input#mce-EMAIL
	{
		float: left; 
		width: 245px;
		border: 1px solid #c31a21;
		height: 31px;
		line-height: 31px;
	}
	
	
}

