@charset "utf-8";
/* CSS Document */

body {
	text-align:left;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C5B8B;
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:center;
}

#page {
margin:0 auto 0 auto;
width:885px;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#2C5B8B;
	background-image:url(../images/tetiere.jpg);
	background-repeat:no-repeat;
	width:885px;
	height:202px;
	float:left;
}
#header h1 {
	font-size:26px;
	margin:22px 0 0 220px;
}

#header h2 {
	font-size:12px;
	margin:22px 0 0 220px;
}

#content{
	float:right;
	width:676px;
}

#content p a, #liensnoms a, #footer a{
	text-decoration:none;
	border-bottom:dashed #32659c;
	border-bottom-width:1px;
	color:#32659c;
}
#content a:hover, #footer a:hover{
	text-decoration:none;
	color:#3984a1;
	border-bottom-width:0px;
}

#liensnoms {
	padding-left:310px;
	font-size: 12px;
	font-weight:bold;	
}

.sidebar {
	float:left;
	width:209px;
}
.sidebar ul {
	list-style-type:none;
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0;
}
.sidebar li a:link, .sidebar li a:visited {
	background: url(../images/menu.png) no-repeat;
	display: block;
	background-position: -15px 0px;
	height:32px;
	margin:0 0 0 0;
	/*texte*/
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#32659c;	
	/*position*/
	text-align: right;
	padding-right:55px;
	line-height:30px;
	margin-bottom:12px;
}

.sidebar li a:hover {
	background-position: -10px -32px;
	color:#3984a1;
}

.sidebar li .select {
	background: url(../images/menu.png) no-repeat;
	display: block;
	background-position: -10px -32px;
	height:32px;
	margin:0 0 0 0;
	/*texte*/
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#3984a1;
	/*position*/
	text-align: right;
	padding-right:55px;
	line-height:30px;
	margin-bottom:12px;
}

#footer{
	border-top:solid 1px;
	border-top-color:#B8D7E2;
	margin-top:25px;
	clear:both;
	width:885px;
	text-align:center;
}

.titre1 {
	font-size: 16px;
	font-weight:bold;
	color:#3984a1;
}
.titre2 {
	font-size: 14px;
	font-weight:bold;
	color:#3984a1;
	background: url(../images/fdtitre.jpg) no-repeat;
	padding-left:10px;
}
.titre3 {
	font-size: 13px;
	font-weight:bold;
	color:#3984a1;
}
.textegros {
	font-size: 15px;
	color:#FB9437;
	font-weight:bold;
}

img {
	border: 4px double;
	border-color:#B8D7E2;
}

