﻿#nav1 {
	clear: both;	
	margin: 0px; 
	padding: 0px;
	background: #365BCC url(../../images/structure/tab/tab_bleu.jpg) repeat-x;
	font: bold 12px/36px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 1000px;
	border-top :0px solid #FFFFFF ;
	border-bottom : 0px solid #FFFFFF ;	
}

#nav1 ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav1 ul li {
	display: inline;
}

#nav1 ul li a {
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	border-right: 1px solid #5479ea ;
}

#nav1 ul li a:hover {
	background: #1E993D url(../../images/structure/tab/tab_vert.jpg) repeat-x;
	color: #FFFFFF;	
}


/*li.current {
	background-color:green;
	color: #FFFFFF;
}*/

a, a:visited {
	text-decoration: none;
	background: inherit;
	color: royalblue; 
}

a:hover {
	text-decoration: underline;
	background: inherit;
	color: royalblue;
}

img {
	padding:0;
	border:0px solid #DFDFDF;
}