/*général*/
body {
	background: #fff url('img/bg_body.jpg') repeat-x 0 173px;
	text-align: left;
	margin: 0;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
table{
	color:#0e1d5b;
	}
/*pages d'administration*/
table a{
	font-size:12px;
	color:#666666;
	text-decoration:none;
	outline:none;
	}
table a:hover{
	color:#333333;
	text-decoration:underline;
	outline:none;
	}
p{
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
h1{
	color:#0e1d5b;
	font-size:20px;
	font-weight:bold;
	}
/**/
input, textarea, select{
	color:#0e1d5b;
	border:1px solid #0e1d5b;
	}
input:hover,textarea:hover, select:hover{
	color:#0e1d5b;
	border:1px solid #0e1d5b;
	background:#e6e9f3;
	}
img {
	display:block;
	margin:0;
	padding:0;
	border:0;
	}
a{
	color:#3986a2;
	text-decoration:none;
	outline:none;
	}
a:hover{
	color:#3986a2;
	text-decoration:underline;
	outline:none;
	}
a.on{
	color:#3986a2;
	text-decoration:underline;
	}
/*conteneur général*/
#container {
	background:#2f6d98;
	width:756px;
	height:auto;
	margin: 0 auto;
	padding:0;
	text-align:justify;
	}
/*en-tête*/
#header {
	background: #2f6d98 url('img/header.jpg') no-repeat;
	width:756px;
	height:300px;
	}
/*navigation*/
#nav {
	width:736px;
	height:auto;
	position:absolute;
	margin:270px 0px 0px 60px;
	padding:0;
	float:left;
	text-align:left;
	}
#nav ul {
	list-style-type:none;
	width:100px;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
	display: inline;
	}
#nav ul li {
	list-style-type:none;
	color: #000;
	height:25px;
	padding:0;
	margin:0;
	padding-bottom:7px;
	display: block;
	float: left;
	}
#nav ul li a{
	color:#0e1d5b;
	text-decoration:none;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	background: url('img/bullet_off.gif') no-repeat;
	background-position: 0% 50%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right:25px;
	outline:none;
	}
#nav ul li a:hover{
	display:block;
	color:#fff;
	text-decoration:underline;
	padding-left: 30px;
	background: url('img/bullet_on.gif') no-repeat;
	background-position: 0% 50%;
	padding-right:25px;
	outline:none;
	}
/*la rubrique reste en surbrillance*/
#nav ul li a.on{
	display:block;
	color:#fff;
	text-decoration:underline;
	padding-left: 30px;
	background: url('img/bullet_on.gif') no-repeat;
	background-position: 0% 50%;
	padding-right:25px;
	}
/*sous-navigation*/
#sous-nav {
	background:#2f6d98;
	width:221px;
	height:100px;
	float:left;
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	}
#sous-nav p{
	color:#fff;
	padding-left:15px;
	}
#sous-nav p a{
	color:#b5bffd;
	text-decoration:none;
	outline:none;
	}
#sous-nav p a:hover{
	color:#b5bffd;
	text-decoration:underline;
	outline:none;
	}
#sous-nav ul {
	list-style-type:none;
	width:221px;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
	}
#sous-nav ul li {
	list-style-type:none;
	color: #000;
	width:221px;
	height:25px;
	padding-bottom:7px;
	}
#sous-nav ul li a{
	height:23px;
	display:block;
	color:#000;
	text-decoration:none;
	padding-left: 10px;
	padding-top:7px;
	padding-bottom:1px;
	width:211px;
	background: url('img/submenu_bullet.gif') no-repeat;
	background-position: 95% 50%;
	border-bottom:1px solid #0e1d5b;
	outline:none;
	}
#sous-nav ul li a:hover{
	display:block;
	color:#fff;
	text-decoration:none;
	padding-left: 10px;
	padding-bottom:1px;
	width:211px;
	background: url('img/submenu_bullet.gif') no-repeat;
	background-position: 95% 50%;
	background-color: #b5bffd;
	outline:none;
	}
/*la rubrique reste en surbrillance*/
#sous-nav ul li a.on{
	display:block;
	color:#fff;
	text-decoration:none;
	padding-left: 10px;
	padding-bottom:1px;
	width:211px;
	background: url('img/submenu_bullet.gif') no-repeat;
	background-position: 95% 50%;
	background-color: #b5bffd;
	}
/*conteneur secondaire*/
#contenu{
	background:#2f6d98 url('img/image.jpg') no-repeat bottom left;
	min-height:366px;
	height:auto;
	width:756px;
	margin: 0 auto;
	position:relative;
	float:left;
	border-top:1px solid #0e1d5b;
	}
/*conteneur informations*/
#content1{
	background:#b5bffd url('img/jacuzzi.jpg') no-repeat bottom right;
	min-height:400px;
	height:auto;
	width:493px;
	margin: 0;
	float:left;
	padding:10px;
	border-left:1px solid #0e1d5b;
	border-right:1px solid #0e1d5b;
	border-bottom:1px solid #0e1d5b;
	}
#content1 p{
	color:#0e1d5b;
	}
#content1 h1{
	color:#0e1d5b;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid;
	}
#content1 h2{
	color:#0e1d5b;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
#content1 p:first-letter{
	color:#0e1d5b;
	font-size:18px;
	font-weight:bold;
	}
#content1 ul{
	color:#0e1d5b;
	list-style-image:url('img/papillon.gif');
	font-size:10px;
	}
#content1 ul li{
	margin-bottom:15px;
	font-size:10px;
	}
#content1 a{
	color:#3986a2;
	font-weight:bold;
	outline:none;
	}
/*bas de la page*/
#footer {
	background: #6c7caf url('img/main_bl.jpg') no-repeat;
	width:631px;
	height:27px;
	text-align:right;
	padding-right:125px;
	padding-top:70px;
	color:#999999;
	float:left;
	}

