/* ### MDFR ###*/
/* ### Feuille de styles ECRAN ###*/
/* ### Esprit Public - 2007 ### */
/* ### Franck GRENIER ### */



/* ###################### $1. Redéfinition des balises de base ###################### */
body {
	font-family:"Courier","Arial",sans-serif;
	font-size:62.5%;
	line-height:2em;
	color:#333333;
	margin:0px;
	padding:0px;
	/*background:url("../images/back.gif");*/
}

a {
	color:#553200;
}

a:hover {
	background:#E6E4DA;
}

h1,h2,h3,h4,h5,h6  { 
	margin:0px;
	padding:0px;
}

h1 {
	font-size:1.7em;
	height:1em;
	color:#E2C135;
	padding-left:25px;
	margin:0 0 15px 5px;
	background:url(../images/puceH1.gif) 0 2px no-repeat;
	clear:both;
}

h2 {
	font-size:1.2em;
	height:1em;
	color:#493808;
	text-transform:uppercase;
	padding:0px 0px 5px 18px;
	margin:0px 0 20px 0px;
	background:url("../images/puceH2.gif") no-repeat 0% 50%;
	border-bottom:1px dashed #BEBBAE;
	clear:both;
}

h3 {
	font-size:1.2em;
	height:1em;
	color:#493808;
	padding:0px 0px 0px 18px;
	margin:0px 0px 15px 15px;
	background:url("../images/puceH3.gif") no-repeat 0% 50%;
	clear:both;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

strong, b {
	color:#493808;
}

img {
	border:0px;
}

ul {
	padding:0px 50px 0px 50px;
	margin:15px 0px 25px 0px;
}

ul li ul {
	padding:0px 20px 0px 20px;
	margin:5px 0px 10px 0px;
}

* html body ul {/* hack IE 6 */
	padding-left:15px;
}

li {
	color:#624210;
	margin:2px 0px 2px 0px;
}

table {
	width:100%;
	border-top:1px dashed #422F11;
	border-bottom:1px dashed #422F11;
	border-left:0px #FFFFFF;
	border-right:0px #FFFFFF;
	border-collapse:collapse;
	margin:auto;
	margin-bottom:25px;
}

table td, table th {
	border-bottom:1px dotted #422F11;
	padding:3px 10px;
}

table th {
	text-align:left;
	font-weight:bold;
	color:#000;
}


/* ###################### $2. Blocs de mise en page ###################### */
#container {
	width:595px;
	height:521px;
	margin:0 auto;
	position:relative;
	background:url("../images/back_container.gif") 0% 0% no-repeat;
}

	#header {
		height:120px;
		background:url("../images/header.gif") 0% 0% no-repeat;
	}
	
		#header img {
			float:right;
			margin:15px;
		}
	
	#contenuPrincipal {
		padding:100px 20px 20px 20px;
		font-weight:bold;
		line-height:30px;
		z-index:500;
		background:url("../images/back_contenu.gif") no-repeat 40% 70%;
	}
	
	#contenuPrincipal p {
		font-size:1.5em;
		margin:0;
		padding:0;
	}
	
	#contact {
		padding-left:150px;
		padding-top:20px;
		font-family : Courier;
	}
	
	#left_guill {
		height:12px;
		width:9px;
		background:url('../images/left.gif') no-repeat;
	}
	
	#right_guill{
		height:12px;
		width:9px;
		background:url('../images/right.gif') no-repeat;
	}
	
	#contenuPrincipal a {
		font-family:"Arial",sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
	}
	
	#contenuPrincipal a:hover {
		text-decoration:underline;
		background:none;
	}
	
	#lien1 {
		position:absolute;
		top:267px;
		left:345px;
		z-index:1;
	}
	
	#lien2 {
		position:absolute;
		top:145px;
		left:365px;
		z-index:2;
	}
	
	#lien3 {
		position:absolute;
		top:114px;
		left:85px;
		z-index:3;
	}
	
	#lien4 {
		position:absolute;
		top:203px;
		left:145px;
		z-index:4;
	}
	#lien5 {
		position:absolute;
		top:145px;
		left:25px;
		z-index:5;
	}

	#lien6 {
		position:absolute;
		top:175px;
		left:285px;
		z-index:6;
	}
	
	#lien7 {
		position:absolute;
		top:207px;
		left:325px;
		z-index:7;
	}
	
	#lien8 {
		position:absolute;
		top:237px;
		left:345px;
		z-index:8;
	}
	
	#lien9 {
		position:absolute;
		top:267px;
		left:25px;
		z-index:9;
	}
	
	#lien10 {
		position:absolute;
		top:327px;
		left:325px;
		z-index:9;
	}
	
	#footer {
		height:75px;
		margin-top:30px;
		clear:both;
		background:#C6D6E2 url("../images/logo_mdfr.gif") no-repeat 5px 5px;
	}


.noDisplay {
    position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.stopFloat {
	clear:both;
}
