
.separation {
	clear: both;
	 visibility: hidden; 
}

/* Base************************************************************************* */
body, form, img, div {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
background-color:#26A0E3;
	font-family: Verdana,Tahoma,Arial,Serif;
	font-size: 11px;
}


h1 {
	font-size: 1.7em;
	color:#0E48A5;
}
h2, h3, table.palmares caption  {
	font-size: 14px;
	font-weight:bold;	
}
h2 {
	border-bottom: #0E48A5 1px dashed;		
}
h4, h5, h6 {
	font-size:1.3em;	
}




/* Liens************************************************************************ */
a:link, a:visited {
	color: #5376AE;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #5376AE;
}

/* Accessibilite**************************************************************** */
ul#accessibilite {
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 2px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

ul#accessibilite li {
	float: right;
	margin: 5px 0 0;
	padding: 0;
}

ul#accessibilite li a {
	border: 0;
	color: #ccc;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}

ul#accessibilite li a:hover, ul#accessibilite li a:active {
	background: #114;
	border: 0;
	color: #fff;
	text-decoration: none;
}

/* Page************************************************************************* */

div#page {
	clear: right;
	border: #fff 2px solid;
	background: #fff;
	min-height: 600px;
	margin: 5px auto 0;
	width: 980px;

}

/* Navigation******************************************************************* */

ul#navigation {
	background:#D4ECF8;
	font-family: Arial,Georgia,Verdana,Serif;
	font-size: 1.1em;
	font-weight: bold;
	height: 2.5em;
	line-height: 2.5em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 auto 20px;
	padding: 0;
	text-transform: uppercase;
}

ul#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul#navigation li a:hover, ul#navigation li a:active, #navigation li a.page_courante {
	background:#F0F8FB;
	color: #0F79B3;
	text-decoration: none;
}

#navigation li a {
	border: medium none;
	color: #0F79B3;
	display: block;
	letter-spacing: 1px;
	padding: 0 15px;
	text-transform: uppercase;
}

#navigation_bas {
text-align:center;
height:35px;
padding-top:5px;
	
	
	color:#1583BF;
	
	
	background-color:#D4ECF8;
}


/* Contenu********************************************************************** */

div#centre {
	background: #fff url(neo07/contenu-fond.png) top left repeat-x;
	width:770px;
	padding: 0.5em;
	float:right;
	
	
}




/* Normal link */
a {
	color: #1D8BB4;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 1px dotted;
	color: #E57A25;
	text-decoration: none;
}

p {
	margin: 12px 0;
}

hr {
	border-top: 1px solid #889DA4;
	border-right: 1;
	border-left: 1;
	border-bottom: 1;
	height: 1px;
}

