			
body
{
	font: 14px Arial,clean,sans-serif;
	background-image : url(../Images/back_003.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
}

bl{color:#5d6a6c;}

/* MAIN BLOC */

#div_contenu{
	color: #0a205a;
	background-color : rgba(255,255,255,0.6);
	border-top:2px solid rgb(10, 32, 90);
	border-left:2px solid rgb(10, 32, 90);
	border-right:2px solid rgb(10, 32, 90);
	
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;	
}

		
#onglets_txt{color: #0a205a; }

#onglets{
	background-color: white; 
				
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */

	border:1px solid rgb(10, 32, 90);
				
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}


.arrondie {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
/*
table{border: 1px solid #283c75;}
			

/* FORM VALIDATION */

#sse2
{
	height: 30px;
	padding: 10px;
	margin: 5px 15px 5px 15px;
				
}

#footer{
	padding: 5px 15px 5px 15px;
	margin: 5px 15px 5px 15px;
}

#sses2{margin:0 auto;/*This will make the menu center-aligned. Removing this line will make the menu align left.*/}
			
#sses2 ul 
{ 
	position: relative;
	list-style-type: none;
	float:left;
	padding:0;margin:0;

	}
#sses2 li
{
	float:left;
	list-style-type: none;
	padding:0;margin:0;background-image:none;
}
			
/*CSS for background bubble*/
#sses2 li.highlight
{
	border:solid 1px #283c75;
	background-color:#f0f0f0;
	top:0px;
	height:30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 1;
	position: absolute;
	overflow:hidden;
}

#sses2 li a
{
	height:30px;
	padding-top: 8px;
	margin: 0 20px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
	color: #0a205a;
	font: bold 1.1em arial;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	position: relative;
	z-index: 2;
}



		/* Validation Form */

		#signupForm label.error {
			margin-left: 10px;
			width: auto;
			display: inline;
			color:#c73928;
		}
		
		input, textarea, select {
			border-radius:5px;
			border: 1px solid #283c75;
			color: #0a205a;
		}
		
		input:focus, textarea:focus, select :focus {
			border-radius:5px;
			border: 1px solid #283c75;
			background-color:#3954a4;
			color:white;
		}
		
		input.error { border: 1px solid #c73928; }
		select.error { border: 1px solid #c73928; }
		textarea.error { border: 1px solid #c73928; }
		
		
		