/*------ 1 -----*/

body, table, tr, td, p, dl, dt, dd, div, a {
	/*------ font-family: Arial, Helvetica, sans-serif; -----*/
	font-size: 9pt;
	/*------ color : black; -----*/
}

.pfiscamuserid {
	font-size: 9pt;
}

input {
 border:1px solid #6F6F6F;
 background-color:#EFFFF2;
 }

textarea {
 border:1px solid #6F6F6F;
 background-color:#EFFFF2;
 }

select {
 border:1px solid #6F6F6F;
 background-color:#EFFFF2;
}

/*------ copie de l'ancien page.css -----*/

/*

CSS

Juillet 2008

Développé par Damien Goubeau Développement http://www.damien-goubeau-developpement.fr

Couleurs Textes

Couleurs Fonds

Couleurs Bordures

*/


/* CSS RESET */

* { margin:0; padding:0; border:0; }

html, body {
	height: 100%;
}

body {
	background:#cda98f url(/site/2010/_img/bg-page.png) top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	position:relative;
	background:url(/site/2010/_img/bg-filigrane-headerpage.png) 50% 20px no-repeat;
	min-height:100%;
	height:100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

html>body #container {
    height: auto;
}

img { border:0; }

a { text-decoration:none; cursor:pointer; }

.clearboth { clear:both; padding-bottom:1px; margin-bottom:-1px; font-size:0; }

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

.clearfix { display:inline-block; }

/*hides from IE mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/*end hides from IE mac*/

/* GLOBAL */

body {
	cursor:default;
}

p {
	cursor:text;
}

/* MAIN */

	/* HEADER */

	#header {
		width:757px;
		position:relative;
		margin:0 auto;
		background:url(/site/2010/_img/bg-headerpage.png) 50% 5px no-repeat;
		height:207px;
		padding:0 0 10px 0;
		z-index:1000
	}

	#header div#logo {
		position:absolute;
		top:10px;
		left:23px;
	}

	#header ul#menu-top {
		width:100px;
		position:absolute;
		top:40px;
		right:0;
		list-style:none;
	}

		#header ul#menu-top li {
			background:#fff;
			padding:2px 0 2px 5px;
			font-size:11px;
			margin:0 0 3px 0;
		}

		#header ul#menu-top li a {
			color:#524640;
		}

		#header ul#menu-top li a:hover {
			color:#000;
		}

	#header ul#menu-langues {
		width:100px;
		position:absolute;
		top:8px;
		right:0;
		padding:0;
		margin:0;
		list-style:none;
	}

		#header ul#menu-langues li {
			float:right;
			margin:0 0 0 11px;
		}

		#header ul#menu-langues li img {
			border:1px solid #c0c0bf;
		}

		#header ul#menu-langues li a {
			color:#c0c0bf;
		}

		#header ul#menu-langues li a:hover img {
			color:#000;
			border:1px solid #000;
		}

	#header div#header-colgauche {
		position:absolute;
		top:135px;
		left:0;
	}

		#header div#header-colgauche ul#menu-page {
			margin:0 0 10px 5px;
			list-style:none;
		}

		#header div#header-colgauche ul#menu-page li {
			padding:5px 0 0 23px;
		}

		#header div#header-colgauche ul#menu-page li.menu-item-active {
			padding:5px 0 0 0;
		}

/*------ BEGIN menu-naviation dans header -----*/
#header div#header-colgauche ul#menu-navigation {
		width:225px;
		position:relatif;
		top:40px;
		right:100;
		list-style:none;
		padding: 10px 0 0 0;

	}

#header div#header-colgauche ul#menu-navigation li {
			/* background:#fff; */
			background:#FFF29F;
			padding:2px 0 2px 27px;
			font-size:11px;
			margin:0 0 3px 0;
		}

#header div#header-colgauche ul#menu-navigation li a {
			color:#524640;
		}

#header div#header-colgauche ul#menu-navigation li a:hover {
			color:#000;
		}

/*------ END menu-naviation dans header -----*/


	/* CONTENT */

	#main {
		width:757px;
		position:relative;
		margin:0 auto;
		/*------ background:url(/site/2010/_img/bg-mainpage.png) top repeat-y; -----*/
	background:url(/site/2010/_img/bg-mainpage-ie.png) top repeat-y;
		padding:0 0 60px 0;
		z-index:1;
	}

		#main #content {
			width:450px;
			margin:0 0 0 270px;
		}

		#content.mceContentBody {
			background:url(/site/2010/_img/bg-mainpage-ie.png) top repeat-y;
		}

		/* COLONNE ACTUALITES */

		#main .actualites {
		}

		#main .actualites h2 {
			padding:0 10px 10px 10px;
		}

		#main .actualites ul {
			margin:0;
			padding:0;
			list-style:none;
		}

			#main .actualites ul li {
				margin:0 0 15px 0;
				padding:0;
				list-style:none;
				clear:both;
			}

			#main .actualites ul li img {
				width:65px;
				height:61px;
				padding:6px 7px 17px 6px;
				background:url(/site/2010/_img/bg-thumb.png) 0 0 no-repeat;
				display:block;
				float:left;
			}

			#main .actualites ul li h3 {
				color:#fab03a;
				font-size:13px;
				font-weight:bold;
				width:160px;
				margin:0 0 0 5px;
				display:block;
				float:left;
			}

			#main .actualites ul li p {
				color:#726357;
				font-size:12px;
				width:160px;
				margin:0 0 0 5px;
				display:block;
				float:left;
				padding:0 0 10px 0;
			}

			#main .actualites ul li a {
				color:#fab03a;
			}

		/* COLONNE FAMILLE */

		#main .famille {
		}

		#main .famille h2 {
			padding:0 10px 5px 10px;;
		}

		#main .famille ul {
			margin:10px 0 0 0;
			padding:0 0 0 10px;
			list-style:none;
		}

			#main .famille ul li {
				margin:0 0 15px 0;
				padding:0;
				list-style:none;
				clear:both;
			}

			#main .famille ul li h3 {
				color:#000;
				font-size:13px;
				font-weight:normal;
				margin:0;
				padding:0 0 0 15px;
				background:url(/site/2010/_img/bg-puces-01.png) 0 5px no-repeat;
			}

			#main .famille ul li p {
				color:#660000;
				font-size:12px;
				padding:0 0 0 15px;
			}

			#main .famille ul li a {
				color:#000;
			}

		/* COLONNE JUSTICE */

		#main .justice {
			margin:0 0 0 4px;
		}

		#main .justice h2 {
			padding:0 10px 25px 10px;
		}

		#main .justice ul {
			margin:10px 0 0 0;
			padding:0 0 0 10px;
			list-style:none;
		}

			#main .justice ul li {
				margin:0 0 15px 0;
				padding:0;
				list-style:none;
				clear:both;
			}

			#main .justice ul li h3 {
				color:#c09;
				font-size:13px;
				font-weight:normal;
				margin:0;
				padding:0 0 10px 15px;
				background:url(/site/2010/_img/bg-puces-01.png) 0 5px no-repeat;
			}

			#main .justice ul li p {
				color:#41200b;
				font-size:12px;
				padding:0 0 10px 15px;
			}

			#main .justice ul li p a {
			}

			#main .justice ul li h3 a {
				color:#c09;
			}

			#main .defileur {
				padding:0;
				margin:0;
			}

	/* MISE EN FORME DES CONTENUS */

	#content a {
		color:#9F319F;
	}

	#content a:hover {
		color:#007F14;
	}

	#content h1 {
		/*------ color:#000; -----*/ /*------ rouge #006F12 -----*/
		color:#006F12;
		font-weight:bold;
		font-size:19px;
		margin:0 0 25px 0;
	}

	#content h2 {
		margin:10px 0 15px 0;
		font-size:12px;
		font-weight:normal;
		color:#000;
	}

	#content h3 {
	}

	#content h5, #content h4 {
		color:#41200b;
		font-size:12px;
		font-weight:bold;
		margin:5px 0 15px 0;
	}

	#content p {
		color:#726357;
		font-size:13px;
		margin:0 0 15px 0;
	}

	#content img, #content img.left {
		float:left;
		margin:0 10px 10px 0;
		padding:10px;
		background:#faf0da;
		border:1px solid #fbe5c2;
		-moz-border-radius:5px;
		-khtml-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}

	#content img.systemimage {
		float:none;
		margin:0;
		padding:0;
		background:none;
		border:0px;
		-moz-border-radius:0px;
		-khtml-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
	}

	#content img.right {
		float:right;
		margin:0 0 10px 10px;
	}

	#content ul {
	}

	#content ul li {
	}

/* FOOTER */

#footer {
	position:relative;
	width:757px;
	background:url(/site/2010/_img/bg-footerpage.png) top no-repeat;
	height:200px;
	margin:0 auto;
}

#footer ul {
	position:absolute;
	left:0;
	top:105px;
	width:100%;
}

#footer ul li {
	float:left;
	width:auto;
	white-space:nowrap;
	padding:0 5px;
	height:30px;
	border-left:1px solid #fff;
	font-size:10px;
	list-style:none;
}

#footer ul li a {
	color:#fff;
}

div.clearer {clear: left; line-height: 0; height: 0;}


#sign {
	position:relative;
	width:757px;
	height:200px;
	margin:0 auto;
}

#sign #copyright {
	/*------ font-weight:bold; -----*/
	color:#FFF;
}

