/*Feuille de style ecran, copyright LunaWeb 2006*/

/*General*/
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 99%; /*Hack IE pour tailles fontes*/
	background: #fff url(../img/css/bg-global.jpg) top left repeat-x;
	padding: 15px 0 0 0;
	color: #696969;
}

#site {
	position: relative;
	margin: 0 auto;
	font-size: 0.8em;
	width: 959px;
	height: 728px;
	background: url(../img/css/bg-contenu.gif) top left no-repeat;
}

	/*Typo generale*/
		
		code {
			font-family: Courier, mono, serif;
			color: #444;
			font-size: 1.2em;
			background-color:#ffcdab; 
			padding: 2px;
		}
		
		img {
			border: 0;
		}

		.imgdroite {
			float: right;
			margin-left: 20px;
		}

		.imgleft {
			float: left;
			margin-right: 20px;
		}

		abbr {
			border-bottom: 1px dotted #000;
		}
		
		#contenu acronym {
			cursor: help;
			border-bottom: 1px dotted #ff6600;
		}
		
		a.lien_ext:after {
			content: "\0000a0[\2197]";
			color: #F28F00;
			font-weight: normal;
		}
		
		a.pdf-doc:after {
			content: url(../img/css/pdf-icon.gif);
			margin-left: 3px;
		}

		.cache {
			display: none;
		}

		input, input.radio, input.check, textarea, select {
		border: 1px solid #FFA228;
		background-color: #FFF7D5;
		}

		input:focus, textarea:focus {
			background-color: #fff;
			border: 1px solid #444;
		}

		em {
			font-weight: bold;
			font-style: normal;
		}

	/*Fin Typo generale*/

/*Fin General*/


/*Bandeau haut*/
	#bandeauh {
		height: 115px;
		padding: 30px 0 0 35px;
		display: block;
	}

	/*Logo*/
		#logo {
			display: block;
			float: left;
			width: 317px;
			height: 100px;
		}
		
		#logo h1 {
			text-indent: -9999px;
			margin: 0;
			padding: 0;
		}
	/*Fin Logo*/

	/*Slogan*/
		#slogan {
			display: block;
			float: right;
			margin-right: 21px;
			width: 570px;
			height: 50px;
		}

		#slogan h2 {
			display: block;
			margin-top: 60px;
			color: #FFA228;
			font-size: 2.5em;
			text-align: left;
			font-style: italic;
			font-family: "Trebuchet MS", Verdana, Arial, serif;
		}
		
	/*Fin Logo*/

	/*Menu Haut Droit*/
		#menuhd {
			float:right;
			display: block;
			height: 30px;
			margin-right: 30px;
		}
		
		#menuhd ul {
			list-style-type: none;
			font-size: 0.9em;
			margin: 10px 0 0 0;
		}
		
		#menuhd ul li {
			display: inline;	
		}
		
		#menuhd ul li a {
			color: #858585;
			text-decoration: none;
			padding: 10px 10px 0 10px;
		}
		
		#menuhd ul li a:hover {
			color: #6a8ba7;
			text-decoration: underline;
		}
		
		#menuhd ul li a#home {
			background: #fff url(../img/css/icone-home.gif) no-repeat 50% 0%;
		}

		#menuhd ul li a#plan {
			background: #fff url(../img/css/icone-plan.gif) no-repeat 50% 0%;
		}

		#menuhd ul li a#contact {
			background: #fff url(../img/css/icone-contact.gif) no-repeat 50% 0%;
		}
		
	/*Fin Menu Haut Droit*/

/*Fin Bandeau haut*/


/*Contenu*/
#contenu {
	padding: 0 20px;
	height: 582px;
}

	/*Bloc Contenu G*/
	#contenug {
		position: absolute;
		width: 302px;
		height: 535px;
		padding-left: 15px;
	}

	#contenug a {
		color: #444;
		text-decoration: none;
	}

	#contenug a:hover {
		text-decoration: underline;
		color: #6a8ba7;
	}

		/*Menu Horizontal*/
		#contenug #menuh {
			display: block;
			/* height: 254px; */
			width: 270px;
			height: 260px;
		}
		
		#contenug #menuh h3 {
			display: none;
		}
		
		#contenug #menuh ul {
			list-style-type: none;
			padding: 0;
		}
		
		#contenug #menuh li {
			background: transparent url(../img/css/icone-menu.gif) 0% 0% no-repeat;
			padding-left: 25px;
			height: 45px;
			line-height: 10px;
		}

		#contenug #menuh li:hover {
			background: #fdf7d5 url(../img/css/icone-menu-h.gif) 0% 0% no-repeat;
		}
		
		#contenug #menuh li.fin {
			border-bottom: 1px dotted #444;
		}
				
		#contenug #menuh a {
			display: block;
			color: #666;
			text-transform: uppercase;
			text-decoration: none;
			/* height: 31px; */
			padding: 6px 0;
			/* pour IE 5 */
			font-weight: bold;
			font-size: 1.3em;
		}
		/* Hack IE 5 \*/
		#contenug #menuh a { float: none; }
		/* Fin Hack IE5 */
		
		#contenug #menuh a:hover {
			color: #6a8ba7;
		}
		
		/*Fin Menu Horizontal*/

		/*Actualites*/
		#actualites {
		}
		
		#contenug h2 {
			color: #6a8ba7;
		}

		#contenug dl#actus {
		}

		#contenug dt {
			background: #fdf7d5 url(../img/css/icone-actu.gif) 0% 50% no-repeat;
			padding-left: 15px;
		}

		#contenug dd {
			padding-left: 15px;
			margin: 3px 0 10px 0;
		}
				
		/*Fin Actualites*/

	/*Fin Bloc Contenu G*/

	/*Bloc Contenu D*/
	#contenud {
		display: block;
		float: right;
		width: 530px;
		height: 535px;
		padding-right: 25px;
		margin-right: 25px;
		overflow: auto;
	}

	#contenud a {
		color: #FFA228;
		text-decoration: none;
		font-weight: bold;
	}

	#contenud a:hover {
		text-decoration: underline;
		color: #6a8ba7;
	}

	#contenud h1 {
		color: #6a8ba7;
		font-size: 1.5em;
		border-bottom: 1px solid #6a8ba7;
		border-top: 1px solid #6a8ba7;
		line-height: 1.8em;	
	}

	#contenud h2 {
		color: #6a8ba7;
		font-size: 1.5em;
		border-bottom: 1px solid #6a8ba7;
		border-top: 1px solid #6a8ba7;
		line-height: 1.8em;	
		margin: 5px 0 10px 0;
	}

	#contenud h3 {
		font-size: 1.1em;
		text-decoration: underline;
		margin-top: 25px;
	}

	#contenud p#intro {
		padding: 5px 0;
	}

	#contenud img {
		border: 1px solid #6a8ba7;
		margin-bottom: 20px;
	}

	#contenud dt {
		font-size: 1.1em;
		color: #6a8ba7;
		line-height: 30px;
	}

	#contenud ul {
		margin: 0;
		list-style-type: none;
		padding: 0
	}

	span.numero {
		font-size: 2.5em;
	}
	/*Fin Bloc Contenu G*/
/*Fin Contenu*/

/*Footer*/
#footer {
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 0.8em;
	color: #ccc;
	width: 800px;
	text-align: center;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*Fin Footer*/

/*Typo*/
em {
	font-weight: bold;
}

.pucegauche {
	float: left;
	margin-right: 5px;
}

/*Page Espace Pro*/

.espacepro address {
	display: block;
	float: left;
	width: 200px;
}

.espacepro label {
	display: block;
	float: left;
	width: 200px;
}

.espacepro input {
	margin-bottom: 5px;
}

.espacepro input.ok {
	margin-left: 200px;
}