@charset "utf-8";
/* CSS Document */
body{
	/*background : linear-gradient(#290028, #C3E0F4); #9D00D6  #1F2359
	background: -webkit-gradient(linear, left top, left bottom, from(#C4D7ED), to(white));
	background: -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;
		
}
h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	color:#457DBB;
}
#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;
	display:block;
	width:700px;
	height:70px;
	padding:55px 0px 0px 75px;

}
.menus{
	display:inline-block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100px;
}a{
	text-decoration:none;
}
.menus li{ display:block;
		width:100px;
		height:30px;
		border-radius:10px;
		border:1px solid #C4D7ED;
		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;
		margin-bottom:30px;
		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:400px;
	height:70px;
}#corps{
	display:inline-block;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	margin-left:70px;
}#corps_gauche_z1{ 
		display:inline-block;/*
		border:1px solid #60F;*/
		vertical-align:top;
		width:140px;
		min-height:300px;
		border-radius:10px;
		margin-top:50px;
		padding:5px;/*	
		opacity: 0.8;*/
}#corps_gauche_z2{ 
		display:inline-block;/*
		border:1px solid #60F;*/
		vertical-align:top;
		width:70px;
		min-height:300px;
		border-radius:10px;
		margin-top:50px;
		padding:5px;/*	
		opacity: 0.8;*/
}#corps_central_z1{ 
		display:inline-block;/*
		border:1px solid #60F;*/
		vertical-align:top;
		width:400px;
		min-height:300px;/*
		border-radius:10px;*/
}#section_central_z1{
	background-image:url(img/wellcome.jpg);
	background-repeat:no-repeat; 
		display:block;
		border-radius:10px 10px 10px 10px;
		border:1px solid #C4D7ED;*/
		vertical-align:top;
		width:390px;
		min-height:500px;
		padding:5px;
		margin-bottom:5px;
		opacity: 0.9;
}#section_central_z2{
		display:block;
		border:1px solid #C4D7ED;
		width:490px;
		min-height:300px;
		border-radius:10px;
		padding:15px;
		margin-top:15px;
}#corps_central_z2{ 
		display:block;
		border:1px solid #C4D7ED;
		vertical-align:top;
		width:490px;
		min-height:300px;
		border-radius:10px;
		margin-left:60px;
		padding:15px;
}
.fontDescription{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#234CA5;

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