@charset "utf-8";
/* CSS Document */


	body {
	font-family:arial;
	font-size:11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	}
	h1 {
	font-family:"Times New Roman", Times, serif;
	color:#336699;
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	}
	
	h2 {
	font-family:"Times New Roman", Times, serif;
	color:#336699;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	}
	
	p {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 14px;
	}
	ul {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size: 14px;
	}
	li {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size: 14px;
	}
	a {
	font-family:Verdana, Geneva, sans-serif;
	color:#336699;
	font-size: 14px;
	}
	.a_titre {
	font-family:"Times New Roman", Times, serif;
	color:#336699;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-decoration: none;
	}
	.a_titre:hover {
	font-family:"Times New Roman", Times, serif;
	color:#336699;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-decoration: underline;
	}
	.button{
	background-color:#336699;
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
	font-size: 14px;
	border: #336699;
	}
	.footer {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	}
	.formulaire {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size: 14px;
	}
	.paragraphe {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size: 14px;
	}
	
#menu, #menu ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	#menu {
	width: 900px;
	
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
	zoom:1;
	background-color: #333;
	}
	
	#menu li {
		display: inline;
		list-style: none;

		float: none;
		
		position: relative;
	}
	
	#menu a {
	display: inline-block;
	margin: 0;

	float: none;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699; /*bleu*/
	
	font-size: 13px;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	}
	
	#menu li:hover > a {
	color: #ffcc33;
	}
	
	*html #menu li a:hover { /* IE6 only */
	color: #ffffff;
	}
	
	#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 9999;
	background: #333;
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
	
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 130px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: left;
		text-transform: none;
	}
	
	#menu ul a:hover {
	background-color: #333;
	
	}
	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #444;
	}
	
	
