body {
	background-color:white;
}
#name
{
	font-family:"caflisch script web", serif;
        font-style: italic;
	font-size: 34px;
	font-weight:bold;
	padding-left: 5%;
	color: #B9121B;
	text-align: left;
}
#titre
{
	font-size: 20px;
	font-weight:bold;
	text-decoration:underline; 
}

#MainHeader
{
	float:right;  
	border-top: 4px inset;
	border-bottom: 4px outset;
	margin-bottom: 10px;
	width:50%;	
}

#separate
{
	border-bottom: 2px inset;
}

#left {
	float:left;  
	padding-left: 1%;
	width:60%;
}
#right {
	float:right;
	width:35%;
}

#CoordLeft {
	float:left;
	width:60%;
}

#CoordRight {
	float:right;
	width:75%;
	height:100%;
}

nav#princ
{
	float:left;
	width:220px;
	height:800px;
}

nav
{
	margin-right: 10px;
	border: 3px groove;
	border-color: rgb( 0, 0, 0);
	
	width:200px;
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */
}


#date {
	background-color:LightGray;
	vertical-align:middle;
	text-align:center;
}

