html,body
{
	margin:0;
	padding:0;
}

body
{
	background:#000 url('../images/background_aymeric-planche.png') no-repeat top center;
	overflow:hidden;
	font-size:8pt;
	font-family:tahoma,arial;
}

body a
{
	text-decoration:none;
	color:#FFF;
}

img
{
	border:0px;
}

#skeleton
{
	background:transparent url('../images/watermark.gif') repeat;
}

#head
{
	background:transparent url('../images/header.png') repeat-x top left;
	height:101px;
}

#content
{
	display:block;
	
	color:#FFF;
	font-family:tahoma,arial;
	font-size:9pt;
}

#menu
{
	
	width:200px;
	height:500px;
	text-align:right;
	float:right;
	display:block;
	background-color:transparent;
	/*border-left:1px solid #ac1818;
					border-top:1px solid #ac1818;
					border-bottom:1px solid #ac1818;*/
}

#menu ul.menu li
{
	float:right;
	display:block;
	text-decoration:none;
	width:auto;
	height:17px;
	background-color:#ac1818;
	margin:10px 0px 10px 10px;
}

#text
{
	margin-top:20px;
	height:500px;
	display:block;
	/*border-top:1px solid #ac1818;
					border-right:1px solid #ac1818;
					border-bottom:1px solid #ac1818;*/
}

.text
{
	margin-left:50px;								
	display:none;
}

h2
{
	background-color:#ac1818;
	width:550px;
	text-indent:10px;
	height:25px;
}

#profil
{
	padding-top:5px;				
	/*font-size:12pt;*/
}

#profil p
{
	line-height:50px;
}

#experiences
{
	padding-top:5px;
}		

#experiences ul li
{
	height:20px;
}

#diplomes
{
	padding-top:5px;
}

#references
{
	padding-top:5px;
}

#references table td.date
{
	border-left:1px solid #ac1818;
	border-bottom:1px solid #ac1818;
}

#references table td.ref
{
	border-left:1px solid #ac1818;
}

#references ul.ref
{
	margin:5px 0 0 30px;
	padding:0;
}

#contact
{
	padding-top:5px;
}
			
#contact input.contact
{
	background-color:transparent;
	border:1px solid #ac1818;
	color:#FFF;
}

#contact textarea.contact
{
	background-color:transparent;
	border:1px solid #ac1818;
	color:#FFF;
	font-size:8.5pt;
	font-weight:normal;
	font-family:tahoma,arial;
}

#foot
{
	clear:both;
	height:118px;
	background:transparent url('../images/footer.png') repeat-x top left;
	color:#FFF;				
	text-align:center;
}

#foot p.credits
{
	padding-top:10px;
}