/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family:
"Times New Roman", Times, serif;
font-size: 1.2em;
margin: 0;
padding: 0;
}

#header {
height: 145px;
background-color: #080E0E;
min-width:1000px;
}
	#header #vignettes {
	float: left;
	
	}
	#header #espace {
	float: left;
	}
	
#haut {
	height: 40px;
	background-color:#FFCC00;
	text-align: center;
	font-size: 0.8em;
	}
	
#conteneur { 
position: absolute;
width: 100%;
height:auto;
}

	#gauche {
	position: relative;
	float: left; 
	width: 150px;
	margin-top: 5px;
	margin-bottom:10px;
	margin-right:10px;
	padding-bottom:10px;
	list-style:none;
	z-index:2;
	}
		#nav-container{
			font-size:86%;
			}
	
		#nav, #nav ul {
			float: left;
			background-color: #FFCC00;
			width: 100%;
			list-style-type:none;
			line-height: 2;
			font-weight: bold;
			padding: 0;
			margin: 0;
			border-width: 1px;
			}
		
		#nav a {
			display: block;
			width: 6em;
			w\idth: 6em;
			color: #7C6240;
			text-decoration: none;
			float: left;
			padding-top: 0.25em;
			padding-right: 2em;
			padding-bottom: 0.25em;
			padding-left: 2em;
			}
		
		#nav li {
			float: left;
			padding: 0;
			width: 10em;
			list-style-type:none;			
			}
		
		#nav li ul {
			position: absolute;
			left:-999em;
			height: auto;
			width: 14.4em;
			w\idth:13,9em;
			font-weight: normal;
			border-width: 0.25em;
			padding:0;
			margin:0;
			margin-left: 6em;
			margin-top: 1em;
			line-height:normal;
			}
		
		#nav li li {
			padding-right: 1em;
			}
		
		#nav li ul a {
			background-color:#CC3399;
			color:#FFCC00;
			w\idth: 9em;	
			}
		
		#nav li ul ul {
			margin-top: -1.75em;
			margin-right: 0;
			margin-bottom: 0;
			margin-left: 14em;
			}
		
		#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul,
		#nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul
		{
			left: -999em;
			}
		
		
		#nav li:hover ul, 
		#nav li li:hover ul, 
		#nav li li li:hover ul,
		#nav li li li li:hover ul
		{
			left: auto;
		}
		
		#nav li.sfhover ul{
			left:auto;
		}
		#nav li li.sfhover ul,
		#nav li li li.sfhover ul,
		#nav li li li li.sfhover ul,
		{
			left: auto;
		}
		
		#nav li:hover, #nav li.sfhover {
			background: #FFFFFF;
		}
	
	#droite {
	position: relative;
	float:right;
	min-height:300px;
	width: 150px;
	background-color: #CC0033;
	text-align:center;
	margin-top: 5px;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
	#centre {
	background-color:#CCCCCC;
	min-height:300px;
	margin-left: 150px;
	margin-right: 150px;
	padding:10px;
	margin-top: 15px;
	margin-bottom: 10px;
	list-style-position: inside;
	line-height:10px;
	}
	
		#centre h1 {
		color:#FFCC00
		}
		
		#centre h2 {
		text-indent:30px;
		line-height:20px;
		color:#FF0066;
		}
	
		#centre ul li{
		text-indent:40px;
		padding-bottom:10px;
		padding-top: 10px;
		margin:10px;
		list-style-image:url(/www_IMG_gif_pucemasque.gif);
		list-style-image:URL(/images/logos/ruboff27.gif);
		list-style-position: inside;
		}
		
		#centre h4 {
		text-indent:45px;
		color:#6633FF;
		}
		
		#centre strong {
		color:#CC0066;
		}
		
		
		#centre ul li a:hover {
			list-style-image:url(images/logos/rubon27.gif);		
			}
				
		#formulaire {
		clear: both;
		margin-bottom:20px;
		}
		
		#bandannonce {
		clear: both;
		}
		
						
	#pied {
	clear: both;
	margin-top: 20px;
	height: 30px;
	background-color: #99CC99;
	}
	