	html {
		height:100%;
		background: #faad15 url(../images/bg.jpg) repeat-x;
		}
	body {
		height:100%;
		color: #333;
	}
	strong, b {font-weight: bold;}
	a:hover {color: #000!important;}

/* =Mise en page-------------  */
	#padder {
		padding: 1em;
		position: relative;
		}
	#flashBox {position: absolute; top: 10px; left: 10px;}
	.taglist {
		width: 300px;
		float: none;
		margin-bottom:20px;
		overflow:auto;
		}
	.taglistcompl{
		float:left;
	}

	#header {
		position: relative;
		margin-top: 14em;
	}
	#content {
		margin-left: 320px;
		}
	#header #logo {position: absolute; bottom: 10px; left: 175px;}
	#header #navCorp {position: absolute; top: 10px; right: 0;}
	#flashcontent {
		margin:0; 
		width:100%; height:100%;
	}
	
	
/* =Nav corporate-------------  */
	#navCorp {}
	#navCorp li {display: inline;}
	#navCorp a {color: #fff; text-decoration: none;}
	
/* =Message flash-------------  */
	#flashBox {
		background: #ccc;
		padding: .5em;
		border: 3px #444 solid;
		font-size: 1.3em;
		width: 500px;
		margin: 0 auto;
		text-align: center;
	}
	#flashBox p {margin: 0 0 .5em 0;}
	#flashBox .big {font-weight: bold;}
	#flashBox .big a {color: #007E99;}

/* =Entete-------------  */
	#header {
		height: 80px;
	}

/* =Titre page-------------  */
	h1.tag {
		font-size: 180%;
		padding: 0 0 .3em 0;
		border-bottom: 2px #fff solid;
		color: #fff;
		}

/* =Liste de fiches-------------  */
	#fiches {
		padding: 0 0 1em 0; margin: .5em 0;
		color: #fff;
		border-bottom: 2px #fff solid;
		}
	#fiches h2 {
		font-size: 1.2em; font-weight: bold;
		margin: 0 0 .5em 0;
		}
	#fiches a {color: #fff;}

/* =Contenu principal-------------  */
	#pageContent {
		background: #fff;
		padding: .5em 1.5em 1.5em 1.5em;
		}

/* =Liste de tags-------------  */
	.taglist {font-size: 77%;}
	.taglist li {
		margin: 0 3px 3px 0; padding:.1em;
		float: right;
	}
	.taglist a {
		color: #5b838c;
		text-decoration: none;
		background: #fff;
		display: block;
		height: 17px; line-height: 17px;
	}
	.taglist .s {
		background: transparent url(../images/start.gif) no-repeat;
		width: 18px; height: 17px;
	}
	.taglist .e {
		background: transparent url(../images/end.gif) no-repeat;
		width: 7px; height: 17px;
	}
	.taglist .e, .taglist .s, .taglist a {
		float: left;
	}


/* =Zone Wysiwyg-------------  */
	.wysg h1 { font-size: 2em; margin: .67em 0 }
	.wysg h2 { font-size: 1.5em; margin: .83em 0 }
	.wysg h3 { font-size: 1.17em; margin: 1em 0 }
	.wysg h3 { font-size: 1.17em; margin: 1em 0 }
	.wysg h4,.wysg p,.wysg blockquote,.wysg ul,.wysg fieldset,.wysg form,.wysg ol,.wysg dl { margin: 1.33em 0 }
	.wysg h5 { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
	.wysg h6 { font-size: .67em; margin: 2.33em 0 }
	.wysg li { list-style: disc }
	.wysg ul {margin-left: 40px;}


