body{
	background-color: #D3D3D3;
}
div#body {
	margin:auto;
	width: 978px;
}
div#head{
	background: white url(http://dorier.fr/cv/separation.png) no-repeat left bottom;
	width: 978px;
	height:100px;
	background-color:red;
	z-index:10;
	border-radius: 10px 10px 0px 0px ;
}
div#nav{
	height:50px;
	border-top : 1px solid #000000;
	border-bottom: 1px solid #000000;
}
div#menu{
	height:50px;
	border-bottom: 1px solid #000000;
	display: none;
}
div#contenu{

}
	div#bar_lat{
		width: 200px;
		float: left;
	}
	div#corps{
		overflow-y : hidden;
		background-color: #2B9FAF;
		float: left;
		min-height:800px;
	#	width: 778px;
		width: 978px;
		border-radius: 0px 0px 10px 10px ;
		color: #F0F0F0;
}
div#foot{
	left:100px;
	height:50px;
	width: 978px;
	text-align: center;
	float: left;
	margin :  15px 0px 0px 0px ;
}

/* Debut bar de menu DIV nav*/
.menu_nav{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
.menu_element{
	display : inline-block;
	min-width: 50px;
	text-align : center;
	padding : 15px 0px 15px 0px;
	margin :  0px 15px 0px 0px;
	text-decoration: none;
}
.menu_element2{
	float : right;
	margin :  0px 0px 0px 15px ;
}
.menu_element3{
	display : inline-block;
	min-width: 50px;
	text-align : center;
	padding : 15px 0px 15px 0px;
	margin :  0px 15px 0px 0px;
	text-decoration: none;
	float : right;
	margin :  0px 0px 0px 15px ;
}
li.menu_element:hover {
	background-color: #C3C3C3;
}
a.menu_element {
	text-decoration: none;
}
.menu_element_actif{
	background: none repeat scroll 0 0 #A3A3A3;
	color: #FFFFFF;
	font-weight: bold;
}
/* Fin bar de menu*/

/* Debut Header */
.nom{
	margin :  0px 0px 0px 15px ;
	color: #D3D3D3;
	font-weight: bold;
	font-size: 15px;
}
.diplome{
	color: #D3D3D3;
	font-weight: bold;
	font-size: 35px;
}
.specialite{
	color: #D3D3D3;
	font-weight: bold;
	font-size: 15px;
}
/* Fin Header*/
/* Debut Connexion*/
div#connexion{
	background: none repeat scroll 0 0 #D3D3D3;
	position: absolute;
	top:0px;
	height:100%;
	width: 100%;
	padding :  300px 0px 0px 0px;
	opacity: 0.75;
	display: none;
}
div#cadre{
	border: 1px solid #000000;
	border-radius:25px;
	background: none repeat scroll 0 0 grey;
	width: 500px;
	height: 100px;
	padding :  10px 20px 10px 20px;
	margin :  auto;
	opacity: 0.75;
}
div#login-text{
	padding : 15px 0px 0px 0px;
	height: 100px;
	width: 80px;	
	float: left;
	text-align : right;				
}
div#login-input{
	margin-left: 20px;
	padding : 15px 0px 0px 0px;
	height: 100px;
	width: 150px;	
	float: left;
	text-align : right;				
}
div#bouton input{
	margin-left: 20px;
	height: 100px;
	width: 100px;	
	float: left;		
}
/* Fin Connexion*/