/* Start of CMSMS style sheet 'lapeyre-peche' */
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em;
		margin: 0 0 2em;
		padding: 0;
		background: #fff url("uploads/images/elements/bg_bandeau.gif") repeat-x;
		color: #153c1d;
		text-align: center; /*center layout in ie5 and 5.5. */
	}
	
	/* Formulaires */

	form {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		margin: 0;
	}

	select, input, textarea {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		/*border : 1px solid #999;*/
	}
	
	input.simple {
		border : 0px;
	}

	label {
		font-size: 11px;
		color:#999;
	}
	
	/* General */
	
	p, h4 {
		text-align: justify;
		color: #1B4F26;
	}

	h1 {
		padding: 30px 0 0;
		font-size: 1.4em;
		/*font-weight: normal;*/
		color: #153c1d;
	}
	
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
	}
	
	h2 {
		font-size: 1.2em;
		font-weight: normal;
		color: #153c1d;
	}
	
	h3 {
		color: #666;
		font-size: 1.1em;
		margin: 0 0 .5em;
	}
	
	h4 {
		font-size: 1em;
		font-weight: normal;
	}
	
	a {
		color: #FE6A06;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	small {
		font-size: .85em;
		color: #666;
	}
	
	h1 small {
		font-size: .80em;
		font-weight: normal;
		color: #153c1d;
	}
	
	#bandeau
	{
	width: 760px;
	margin: auto; /* centre for compliant browsers*/
	/*padding: 0;*/
	background: transparent url("uploads/images/elements/bandeau.jpg") no-repeat center top;
	height: 197px;
	text-align: left;
	}
	
	/*div
	{
	border: 1px solid red;
	}*/

	#bandeau a#lienlogo {
		/*margin: auto;*/	/* centre for compliant browsers*/
		display: block;
		position: relative;
		left: 58px;
		width: 200px;
		height: 175px;
	}
	
	#bandeau a#lienemail {
		display: block;
		position: relative;
		left: 648px;
		/*top: 177px;*/
		width: 100px;
		height: 20px;
	}
	
	#bandeau img
	{
	border: 0;
	}
	
	
	#container
	{
	width: 705px;
	margin: auto;/* centre for compliant browsers*/
	/*margin: 0;*/
	padding-left: 58px;
	background: #fff;
	color: #333;
	text-align: left;
	}
	
	/* Navigation laterale */
	
	#sidenav
	{
	float: left;
	width: 200px;
	margin-top: 10px;
	padding: 0;
	}
	
	#navcontainer {
	}
	
	/* navlist */

	#navcontainer ul#navlist
	{
	/*margin: 0 4px;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	ul#navlist li
	{
	padding: 6px 0;
	}
	
	ul#navlist li a
	{
	font-size: 1em;
	color: #153c1d;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	ul#navlist li a:hover
	{
	color: #fd7603;
	text-decoration: none;
	}
	
	ul#navlist li#licurrent
	{
	border-bottom: 1px solid #a1b1a5;
	}
	
	ul#navlist a#current
	{
	color: #fd7603;
	}
	
	/* sub-navlist */

	ul#navlist ul
	{
	margin: 4px 0 0 8px;
	padding: 0;
	list-style-type: none;
	}
	
	ul#navlist ul li
	{
	/*padding: 3px 5px 3px 4px;*/
	padding: 0 8px 4px 0;
	margin: 0;
	line-height: 1em;
	}
	
	ul#navlist ul li a
	{
	color: #666;
	font-size: 0.9em;
	text-transform: none;
	}

	ul#navlist ul li#licurrent
	{
	border-bottom: 1px solid #f0f0f0;
	}
	
	ul#navlist ul li a:hover
	{
	color: #fd7603;
	text-decoration: none;
	border-bottom: 0;
	}
	
	ul#navlist ul a#current:hover
	{
	text-decoration: none;
	}
	
	/* CONTENU */
	
	#content
	{
	margin-left: 227px;
	width: 475px;
	padding: 0;
	background-color: #fff;
	}
	
	#content ul {
		line-height: 1.5em;
		list-style: square;
		margin: 0 0 1em 1em;
		padding: 0 0 1em 1em;
		color: #153c1d;
		text-align: justify;
	}
	
	#content ol {
		line-height: 1.5em;
		margin: 0 0 1em 1em;
		padding: 0 0 1em 1em;
		color: #153c1d;
		text-align: justify;
	}
	
	#content ul li, #content ol li {
		padding: .2em 0;
		line-height: 1.4em;
	}
	
	#content p {
		text-align: justify;
	}
	
	#subcontent {
		margin-left: 20px;
	}
	
	div hr {
		clear: both;
		visibility: hidden;
		height: .5em;
	}
	
	#footer {
	margin: 3em 0 0 247px;
	width: 455px;
	color: #999;
	line-height: 1.3em;
	/*background: #D8ECDE;*/
	/*font-size: .9em;*/
	}
	
	#footer a
	{
	/*font-weight: bold;*/
	color: #666;
	}
	
	/* Paragraphes */
	
	img.floatright, img.floatleft, div.floatright img {
		border: none;
	}

	.floatright p, .floatleft p {
	font-size: 0.8em;
	color: #666;
	font-style: normal;
	margin: 3px;
	text-align: center;
	}

	.floatright {
		float: right;
		margin: 0 0 10px 10px;
	}

	.floatleft {
		float: left;
		margin: 0px 10px 10px 0;
	}
	
	.floatcenter {
		float: center;
		margin: 0px 10px 0 10px;
		text-align: center;
	}
	
	.floatcenter img {
		margin: 0px 20px 0 20px;
	}
	
	/* Contact */
	
	#formcontact {
		margin: 20px 0 0;
		padding: 20px;
		margin-bottom: 1em;
		text-align: center;
		background: #eee;
	}
	
	#formcontact table {
		text-align: left;
		font-size: 1em;
		color: #333;
	}
	
	select, input, textarea {
		padding: 2px;
		border : 1px solid #eee;
	}
	
	textarea {
		width: 305px;
	}
	
	/* Specifique */
	
	.pdf {
		margin: 1em 0;
		padding: .5em 0;
		/*line-height: 28px;*/
		/*background: transparent url("uploads/images/elements/pdf.gif") top right no-repeat;*/
		border-bottom: 1px solid #153c1d;
	}
	
	.pdf h4 {
		margin: 0;
		text-transform: uppercase;
		line-height: 28px;
		background: transparent url("uploads/images/elements/pdf.gif") top right no-repeat;
	}
	
	.pdf p {
		margin: 0;
	}
	
	.pdf a {
		color: #153c1d;
		text-decoration: none;
	}
	
	.pdf a:hover {
		color: #FE6A06;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}
	



/* End of 'lapeyre-peche' */

