/*mises en pages*/

body {
   		background : black url("images/texture_generale.jpg");
}
body a {
		text-decoration: none;
}

#principale {
		background : transparent url("images/arriere_plan.jpg");
		background-repeat: no-repeat; 
		background-position : center;
		height:1200px;
		width :850px;
		margin-left: auto; 
		margin-right: auto; 
		position : relative;	
}

#principaleHeader {
		background : transparent;
		height : 20px;
		width :800px;
		margin-left: auto; 
		margin-right: auto; 
		position : relative;
}

#principaleFooter {
		background : transparent;
		height : 100px;
		width :800px;
		margin-left: auto; 
		margin-right: auto; 
		position : relative;
}

#navigation {
		background : transparent;
		color: #ffffff;
		font-size: 16px;
		overflow : auto;
		height: 830px;
		width: 575px;
		float: right;
		padding-right: 50px;
		position : relative;
		
}
	
#entete {
		background : transparent;
		height : 320px;
		width : 800px;
		margin-left: auto; 
		margin-right: auto; 
		position : relative;
}

#menu {
		font-style : italic;
		background : transparent;
		font-size : 20px;
		height : auto;
		width : 140px;
		float: left;
		padding-left: 70px;
		position : relative;
}

#menu a {
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
}
#menu a:visited {
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
}
#menu a:hover {
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		border-left:8px solid #ffffff;
		padding-left:3px;
		font-weight:bold;
}
#menu a:active {
		text-decoration: none;
		color: #ffffff;
}

#navigation a {
		text-decoration: none;
		color: #ffffff;
}
#navigation a:visited {
		text-decoration: none;
		color: #ffffff;
}
#navigation a:hover {
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
}
#navigation a:active {
		text-decoration: none;
		color: #ffffff;
}

#contact {
		text-decoration: none;
		color: #CCCC99;
		text-align: right;
}

#biographie {
		text-align: justify;
		padding-right: 25px;
		padding-left: 20px;
		font-family: Arial;
		font-size: 17px;
		color: #ffffff;
		line-height: 2em;
}