@charset "UTF-8";

body{
	background:url('../img/egg_shell.png') fixed;	
	margin:0;
	padding:0;
	
}

.sep{
	height:1px;
	width:100%;
	background-color:#CCC;
	margin-top:5px;
	margin-bottom:20px;
}

#structure{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	min-height:700px;

}

#menu-p{
	width:188px;
	height:100%;
	float:left;
	margin-right:12px;
	
}

#menu{
	
	width:188px;
	float:left;
	border-radius:5px;
	background-color:#FFF;
	border: solid 1px #e5e5e5L;
	box-shadow: 1px 1px 5px #CCC, -1px -1px 5px #CCC;
	overflow:hidden;
	margin-top:170px;
	position:fixed;
	

}

#menu a{
	width:173px;
	border-bottom:solid 1px #e5e5e5;
	height:23px;
	float:left;
	font-family:"Helvetica Neue";
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	padding-top:8px;
	padding-left:15px;
	color:#000;
	
}

#menu a:hover{
	background-color:#f5f5f5;
	color:#0c6fb1;
	border-left:solid 4px #555555;
	padding-left:11px;
}

#menu a.actif{
	background-color:#f5f5f5;
	color:#0c6fb1;
	border-left:solid 4px #555555;
	padding-left:11px;
	box-shadow:-inset 1px 1px 5px #efefef, -1px -1px 5px #efefef;
	overflow:hidden;
}

#logo{
	height:49px;
	width:900px;
	background-image:url('../img/logo.png');
	float:left;
	background-repeat:no-repeat;
	margin-left:200px;
}

#principale{
	width:900px;
	margin-bottom:50px;
	background-color:#FFF;
	float:left;
	border-radius:5px;
	box-shadow: 1px 1px 5px #CCC, -1px -1px 5px #CCC;
	margin-left:200px;
}


#ban{
	height:300px;
	width:900px;
	float:left;
	margin-top:10px;
	background-image:url('../img/ban.png');
}

#info{
	width:235px;
	height:300px;
	background-color : rgba(0,0,0,0.4);
	margin-left:600px;
}

.flag{
	height:11px;
	width:23px;
	float:right;
	padding-top:24px;
	padding-left:7px;
	margin-right:5px;
	
	
}
.flag:hover{
	background-image:url('../img/flag-hover.png');
	cursor:pointer;

}

#select{
	background-image:url('../img/flag-hover.png');
	cursor:pointer;

}

#info-text{
	width:195px;
	height:265px;
	float:left;
	font-family:"Century Gothic";
	color:#FFF;
	padding-top:100px;
	padding-left:20px;
	padding-right:20px;
	font-size:20px;
	line-height:40px;
}

#content{
	width:800px;
	min-height:200px;
	padding-left:50px;
	padding-right:50px;
	float:left;
	text-align:justify;
	font-family:"Helvetica Neue";
	font-size:14px;
	line-height:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#footer{
	height:32px;
	width:800px;
	margin-left:50px;
	float:left;
	border-top: dashed 1px #606060;
	text-align:center;
	font-size:12px;
	padding-top:10px;
	font-family:"Helvetica Neue";
}

.titre{
	font-family:"Helvetica Neue";
	text-align:left;
	height:30px;
	width:800px;
	float:left;
	color:#999;
	font-size:20px;
	margin-top:15px;
	margin-bottom:10px;
	
}

.stats{
	height:20px;
	
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	float:left;
	background-color:#0088cd;

}

.stat-txt{
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
}

#menu_per{
	height:30px;
	width:800px;
	margin-bottom:10px;
}

#menu_per a.actif{
	color:#000;
	text-decoration:underline;
}

.obligatoire{
	background-image:url('../img/red_asterisk.png');
  	background-position:98% 50%;
  	background-repeat:no-repeat no-repeat;
}

#cadre{
	width:770px;
	min-height:50px;
	background-color:#f5f3f3;
	padding:15px;
	border: dashed 1px #CCC;
	float:left;
}

#info-send{
	float:left;
	width:800px;
	height:46px;
	background-color:#f5f3f3;
	margin-top:15px;
	margin-bottom:15px;
}

#txt-info{
	font-weight:bold; 
	text-shadow:0 1px 0 #FFF; 
	margin-top:8px;
	margin-left:8px;
	height:25px;
	width:550px;

	padding-top:5px;
	float:left;
}

.line_input{
	height:55px;
	min-width:275px;
	float:left;
	
	display:block;
}