/*** 
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - la barre des sous menu
 * - le pied de page
****/

/* Les éléments HTML en général
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	margin-bottom: 20px;
	padding: 0;
	background-color: #D6E3F9;
	color: #06516D;
	text-align:justify;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* "Polices" */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	position: absolute;
	color: #FFFFFF;
	font-size: 2.8em;
	line-height: 2.8em;
	font-weight: bold;
	letter-spacing: 3px;
	font-style: italic;
	right: 945px;
	top: 25px;
	text-align: justify;
}

h1 a, h1 a:hover, h1 a:link, h1 a:visited, h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

h2 {
	color: #1553B5;
	padding-top: 5px;
	font-weight: normal;
	font-size: 1.4em;
	text-align: justify;
}

h2 a, h2 a:link {
	color: #06516D;
	text-decoration: none;
	border-bottom: 1px dashed #06516D;
}

h2 a:visited {
	color: #06516D;
	border-bottom: 1px dotted #06516D;
}

h2 a:hover, h2 a:focus, h2 a:active  {
	color: #06516D;
	border-color: #06516D;
}

h2:first-letter, h2 a:first-letter, h2 a:hover:first-letter  {
	color: #06516D;
	font-weight: bold;
}

h3 {
	color: #06516D;
	font-size: 1.2em;
	font-weight: bolder;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: justify;
}

h4 {
	font-size: 1em;
	text-align: justify;
}

h5 {
	font-size: 0.9em;
	text-align: justify;
}
/*Fin des polices*/

ul {
	margin-top: 3px;
}

li {
	margin-left: 0.8em;
}

textarea {
	width: 450px;
	border: 1px solid #80B3EF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #fff;
	padding: 2px;
}

input {
	border: 1px solid #80B3EF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #fff;
	padding: 2px;
}

p {
	padding-top: 2px;
	padding-bottom: 4px;
}

span.sep {
	color: #4E7DBE;
}

a.image, a.image:hover, a.image:visited, a.image:active, a.image:link {
	border: 0;
	border-bottom: 0px solid white;
}

a, a:link {
	color: #4E7DBE;
	text-decoration: none;
	border-bottom: 1px dashed #92C8DC;
}

a:visited {
	color: #4E7DBE;
	border-bottom: 1px dotted #129ED2;
}

a:hover, a:focus, a:active {
	color: #4E7DBE;
	border-color: #4E7DBE;
}

a[href^="http://"][hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #4E7DBE;
	font-size: 0.8em;
}

a[hreflang]:hover:after, a[hreflang]:focus:after, a[hreflang]:active:after {
	color: #4E7DBE;
}

img, img a {
	border: none;
}

#nextLink, #prevLink, #bottomNavClose {
border: none; 
}

.photo {
border: none !important; 
}
#images{
	text-align: center;
}
/* La page
*******************************************************************************/
#page {
	margin: 0 auto;
	background-color: #fff;
	padding: 15px;
	border: 2px solid #1687B1;
	font-size: 1em;
	position: relative;
	left: 50%;
	width: 820px;
	margin-left: -410px;
}
#main {
	min-height: 400px;
	position: relative;
}
#contener {
	margin: 0 0 0 160px;	
}
#formulaire{
	margin: 0 0 0 30px;	
}

/* L'entête
*******************************************************************************/
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	width: 100px;
	background: url(images/nenuphar.jpg);
	text-align: left;
	font-size: 1em;
}
#bandeau{
	top:				0px;
	left:				0px;
}
ul.menu{
	list-style:			none;
}
ul.menu li{
	line-height:		25px;
	height:				40px;
	display:			block;
}
ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited,
ul.menu li a:hover,
ul.menu li a:active{
	font-size:			18px;
	font-weight:		bold;
	color:				#065370;
	text-decoration:	none;
}
ul#sidebar li:first-letter, a:first-letter, a:hover:first-letter{
	font-size:			1.1em;
	color: 				#06516D;
	font-weight: 		bold;
}
/*---TEXT----*/
.textLeft{
	text-align:			right;
}
.textRight{
	text-align:			left;
}
.left{
	float:				left;
}
.right{
	float:				right;
	bottom:				8px;
	margin-left:		8px;
}
.center{
	text-align: 		center;
}

.legend{
	text-align:			left;
	font-size:			11px;
	padding:			0 2px 7px 2px;
}
.textColLeft{
	width:				40%;
	padding:			0 15px 0 0;
	float:				left;
}
.textColRight{
	width:				40%;
	padding:			0 0 0 15px;
	float:				left;
}
/* La barre de sous menu
*******************************************************************************/
#sidebar {
	width: 120px;
	margin-bottom: 10px;
	margin-left: 1.6em;
	border-left: 1px dashed #1687B1;
	padding-left: 10px;
}
#sidebar ul {
	list-style: none;
}

#sidebar li {
	list-style: none;
	line-height: 1.6em;
}

#sidebar h2 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#sidebar h3 {
	border-bottom: 1px solid #ddd;
	margin-left: 10px;
}

#sidebar div {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	border: none;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	font-style: oblique;
}

/* Le pied de page
*******************************************************************************/
#footer {
	clear: both;
	border-top: 2px solid #ddd;
	text-align: center;
	color: #666;
	height: 10px;

}

#lien_cache {
	text-align: center;
	padding: 0;
}

#lien_cache a {
	color: #044A64;
	border-color: #044A64;
}

#lien_cache a:hover, #lien_cache a:focus {
	color: #1687B1;
	border-color: #1687B1;
}