@charset "utf-8";
/* CSS Document */
body{/*
	background-color: -webkit-gradient(linear, left top, left bottom, from(#C4D7ED), to(white));
	background-color: -moz-linear-gradient(top, #C4D7ED, white);
	background-image:url(img/114b.jpg);*/
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color:#C4D7ED;
	background-attachment: fixed;
	background-size: cover;	
}
a{
	text-decoration:none;
}
#cadre{
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding:0;
	display:block;
	border-radius:10px;
	min-height:800px;
	border:solid 1px #457DBB;/**/
}#cadre header{
	border-radius:10px 10px 0 0;/*
	background-image:url(img/IuliaBann.png);*/
	display:block;
	width:800px;
	height:160px;
	background: -webkit-gradient(linear, left top, left bottom, from(#457DBB), to(#C4D7ED));
	background: -moz-linear-gradient(top, #457DBB, #C4D7ED);
	opacity: 0.8;

}
.menus{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:700px;
}.menus li{ display:inline-block;
		width:100px;
		height:30px;
		border-radius:10px;
		border:1px solid #457DBB;
		vertical-align:top;
		text-align:center;
		line-height: 30px;
		background : linear-gradient(#457DBB, #C3E0F4);
		background: -webkit-gradient(linear, left top, left bottom, from(#457DBB), to(#C3E0F4));
		background: -moz-linear-gradient(top, #457DBB, #C3E0F4);
		margin-right:3px;
		text-decoration:none;
}.menus li:hover{
		background : linear-gradient(#234CA5, white);
		
		background: -webkit-gradient(linear, left top, left bottom, from(#234CA5), to(white));
		background: -moz-linear-gradient(top, #234CA5, white);
}.menusSociaux{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:70px;
}.menusSociauxO{
	position:relative;
	top:-100px;
	left:250px;
	display:block;
	width:600px;
	height:70px;
	margin:0px;
}#corps{
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}#corps_gauche_ze, #corps_droit_ze{ 
		display:inline-block;/*
		border:1px solid #000;*/
		vertical-align:top;
		width:140px;
		min-height:500px;
		border-radius:10px;
		padding:5px;/*	
		opacity: 0.8;*/
}#corps_central_ze{ 
		display:inline-block;/*
		border:1px solid #000;*/
		vertical-align:top;
		width:465px;
		min-height:500px;/*
		border-radius:10px;*/
	}.section_central_ze{ 
			display:block;
			border:1px solid #457DBB;*/
			vertical-align:top;
			width:452px;
			min-height:500px;
			border-radius:10px;
			padding:5px;
			margin-bottom:5px;
			opacity: 0.9;/*
			background-color:#1A5881;*//*
			background: -webkit-gradient(linear, left top, right bottom, from(#1A5881), to(white));
			background: -moz-linear-gradient(left, #1A5881, white);*/
}#corps_droit_ze{ 
		/*
		border:1px solid #000;*/
}
.fontDescription{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#000;

}
footer {
display:block;
text-align:center;
color:#290028;
bottom:0;
width:100%;
margin:0;
}
footer p{
	margin:0px;
	font-size:12px;
	color:#C4D7ED;
}