a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;

}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-style: normal;

}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-style: normal;

}

/*recherche cafrance*/
body {
	font: 90% arial, helvetica, sans-serif;
	font-weight:500;
	background-color:#003399;
	margin: 15px 0 15px 0;
}

/*reset des styles*/
p, ul, ol, li, div, h1, h2, h3, h4, span{
	margin:0;padding:0;
}
.spacer{clear:both;}




#container {
	width: 650px;
	margin: auto;
	background:#555;
}
/*block Header*/		
#header {
	background-color: #fff;
	height: 120px;
	}
				
#header ul {	
	list-style: none;
	padding: 1em 0 0 1em;
	margin: 0;
}
		
#header li {
	display:inline;
	list-style: none;
	margin: 0 0.5em 0 0;
}
		
#header li a {
	color: #CCC;
	text-decoration: none;
	border:0;
}
		
#header li a img{
	text-decoration: none;
	border:0;
	vertical-align:bottom;
}
/*block NAVIGATION*/		
#navigation {
	width:650px;
	margin:auto;
}


#navigation td a {
	display: block;
	color: white;
	text-decoration: none;
	background: #003399;
	padding: 1em 0.5em 0.9em 0.5em;
}
	#navigation td a:visited {
		color: #ccc;
	}
	
	#navigation td a:hover {
		background-color: #001177;
	}

	#navigation select{
			color:#F7F7F7;
			background-color:#A9A9A9;
			border-top: 1px solid #585858;
			border-left: 1px solid #585858;
			border-right: 1px solid #BCBCBC;
			border-bottom: 1px solid #BCBCBC;
			width:120px;
		
	}


		#footer{
			padding-top:10px;
			border-top: 1px solid #003399;
			font-size:9px;
			font-weight:500;
		}
		#content,#footer {
			width:650px;
			margin:auto;
			padding-top:10px;
			background-color:#FFF;
		}
		#content p, #footer p, #content ol{
			font:Verdana,sans-serif;
			text-align:justify;
			padding:0.5em 5em 0.5em 5em;
			line-height:1.4em;
		}
		
		
		
		#content h1{
			color:#666;
			border-top: 1px solid #003399;
			font-size:2em;
			padding:0.5em 0 0.5em 1.5em;
			line-height:1.4em;
		}
		
		
		p#intro{
			font-size:1em;
			line-height:1.4em;
			font-style:italic;
			/*margin:0 1.5em 0.5em 1.5em;*/
		}
		
		
		.emph{
			font-weight:bold;
			color:#000;
		}

