/* CSS Document */


ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


.haut {
#	z-index:10;
	position:fixed;
	top:0; 
	bottom:0;
	width:100%; 
	height:120px;
	text-align:center;
	font-size:32px;
	font-variant:small-caps;
	font-weight:bold;
	padding-top: 30px;
	border-bottom: 0px;
	background-image:url(../commun/tableauplus.jpg);
#	background-position:0% 55%;
	background-repeat:no-repeat;
	background-size:cover;
}

.content {
	padding: 120px 0;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #FFFFFF; 
	margin-bottom: 10px; 
	margin-top:10px 
}
ul.nav li {
	border-bottom: 1px solid #FFFFFF; 
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #60E960;
	color: #000000;
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;  
	text-decoration: none;
	background: #b8e3b8; /* 9ADB88;*/
	color: #000000;
}

body {
	font-family:  "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 18px;
	font-size: 14px;
	margin:0;
	padding:0;
}
#petit {
	line-height: 16px;
	font-size: 12px;
}
p.titre {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	background-color: #FF120E;
	line-height: 20px;
	font-size: 14px;
}

a:visited {
	text-decoration: none;
	color: #0101DF; 
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #0101DF;
	background-color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0101DF;
}

tabs {
	font-family:  "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 18px;
	font-size: 14px;
}







