﻿*
{
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

	BODY
	{
		background-color: #333;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 14px;
	}
	
		#page
		{
			background-color: #FFF;
			margin: 10px auto 10px auto;
			width: 800px;
			border-width: 0 0 0 2px;
			border-color: #000;
			border-style: solid;
		}
	
		H1
		{
			font-size: 1.8em;
			font-weight: bold;
			background-color: #dedfde;
			border-top-color: #8c0000;
			border-bottom-color: #424542;
			border-width: 5px 0 5px 0;
			border-style: solid;
			text-indent: 1em;
			line-height: 2em;
		}
		
			H1 SPAN
			{
				color: #8c0000;
				font-weight: bold;
			}
			
		A
		{
			color: #8c0000;
		}
		
		A:hover
		{
			text-decoration: none;
		}
		
		#contenu
		{
			width: 636px;
			float: left;
		}
			
			H2
			{
				font-weight: bold;
				font-size: 1.2em;
				border-bottom: 1px solid #000;
				margin: 1em 0em 1em 0em;
			}
			
			#contenu DL
			{
				margin: 1em 0em 1em 0em;
			}
			
				#contenu DT
				{
					font-weight: bold;
					margin: 1em 0em 1em 0em;
					padding-left: 170px;
				}
				
				#contenu DD
				{
					border-left: 2px solid #CCC;
					padding-left: 200px;
				}
				
					#contenu DD .pdf
					{
						background-image: url('pdf.png');
						background-position: left;
						background-repeat: no-repeat;
						height: 30px;
						line-height: 30px;
						margin-top: 1em;
						text-indent: 30px;
					}
				
				#contenu DT.candidature
				{
					color: #A00;
					text-decoration: underline;
				}
				
				#contenu DD.candidature
				{
					color: #A00;
				}
			
			#contenu IMG
			{
				float: left;
				margin-top: 5em;
				margin-right: 1em;
			}
			
			#contenu STRONG
			{
				font-weight: bold;
			}
			
		#competences
		{
			margin-left: 10px;
			width: 150px;
			float: right;
			background-color: #CCC;
			border-bottom: 2px solid #888;
			border-left: 1px solid #000;
		}
			
			#competences STRONG
			{
				text-decoration: underline;
				font-weight: bold;
			}
			
			#competences UL
			{
				margin-left: 0.5em;
				font-size: 13px;
			}
			
			#competences UL LI
			{
				list-style: none;
				font-weight: bold;
				margin-bottom: 1em;
				
			}
				
				#competences UL UL
				{
					font-size: 12px;
					margin-left: 2em;
				}
				
				#competences UL LI UL LI
				{
					list-style: circle;
					margin-bottom: 0;
				}
				
					#competences UL UL UL
					{
						font-size: 11px;
						margin-left: 1em;
					}
					
					#competences UL LI UL UL LI
					{
						list-style: disc;
						margin-bottom: 0;
					}
		
		#pied
		{
			background-color: #000;
			clear: both;
			color: #FFF;
			text-align: center;
		}
		
			#pied A
			{
				color: #FFF;
			}
			
			#pied A:hover
			{
				text-decoration: none;
			}
		
		#contact
		{
			background-color: #FFF;
			text-align: center;
			padding-top: 5px;
		}
			
			#contact LI
			{
				display: inline;
				line-height: 0px;
			}
			
			#contact IMG
			{
				width: 30px;
				height: 30px;
				display: inline;
			}
		
		#menu
		{
			position: absolute;
			height: 20px;
			line-height: 20px;
			width: 780px;
			top: 32px;
			text-align: right;
			padding-right: 20px;
		}
		
			#menu LI
			{
				display: inline;
			}
			
				#menu LI A
				{
					font-weight: bold;
					text-decoration: none;
					font-size: 20px;
				}
				
				#menu LI A:hover
				{
					text-decoration: underline;
					color: #888;
				}