/* CSS Document */

#nav {
	list-style: none;
	margin: 0;
	padding: 5px 60px 0 0px;
	overflow: hidden;		/* Création du contexte de formatage */
			}
#nav li {
	float: right ;
	width: 250px ;
	color: #fff ;
	}
#nav li a {
	height:47px;
	display: block;
	background: url(../imgsite/btn.png) left top no-repeat;
	color: #c3c3c3;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 13px 0 0 70px;
	text-align: center;
	text-decoration: none;
	}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: url(../imgsite/btn.png) right top no-repeat;
	color: #fff ;
	/*text-decoration: underline;*/
	}
			
		

body {
	background-color: #3F3F3F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(images/imgsite/fond.png);*/
}

.blocbas {
	background-color: #000000;
	width: 940px;
	height: 120px;
	border-top-color: #FF3300;
	border-top-width: 1px;
	border-top-style:solid
}
#blochaut {
	background-color: #000000;
	width: 940px;
	height: 56px;
	background-image: url(../imgsite/haut.png);
	border-bottom-color: #FF3300;
	border-bottom-width: 1px;
	border-bottom-style:solid
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	}
/**/
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF3300;
	text-decoration: overline;
	
	}
	
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
	}
	
	
.courant {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	}	
	
#txtg {
	height: 100px;
	width: 400px;
	float: left;
	text-align: left;
	padding: 20px 0px 00px 99px;
}
#txtd {
	height: 100px;
	width: 400px;
	float: right;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
