/******************************************************/
/*					Reset						      */
/******************************************************/
shtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	/* img,p, viré. */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






/******************************************************/
/*					Class générales				      */
/******************************************************/

a,a:hover{text-decoration:none;cursor:pointer;}
.h1,.h2,.h3,.h4,.h5{display:block;font-weight: normal;margin-bottom: 22px;margin-top: 15px;}
.h5{margin-top: 0px;margin-bottom: 10px;}
.h1{font-size:1.8em;}.h2{font-size:1.6em;}.h3{font-size:1.4em;}.h4{font-size:1.2em;}.h5{font-size:1.1em;}

.clear{clear:both}
.famfamfam{border:none;margin-bottom: -3px;height: 16px;width: 16px;}
.famfamfamVide{margin-bottom: -3px;padding:8px;display: inline;}

body{
	font-family: "Trebuchet MS";
	font-size:0.8em;
	color: #000;
	/*line-height: 15px;*/
}






/******************************************************/
/*					Layout et Backgrounds		      */
/******************************************************/
body{
	background: #d6cabc url(../_tranches/images/body.png) top center repeat-x;
	height:100%;
}
		#page{
			width:870px;
			margin:auto;
			min-height:800px;
			
		}
				#page2{
					width:646px;
					float:left;
					background: url(../_tranches/images/page.png) top left repeat-y;
				}
				
						#content{
							background: url(../_tranches/images/page2.png) top left no-repeat;
						}
								#content #header{
									/*padding:45px 23px 20px 55px;*/
									height:155px;
								}
								#content #main{
									position:relative;
									min-height:500px;
									padding: 5px 23px 5px 35px;
									
								}
								#content #footer{
									padding: 10px 23px 0px 35px;
									text-align: center;
									background: #d6cabc url(../_tranches/images/pied.png) no-repeat 0px -20px;
								}
								
						
				#sidebar{
					width:190px;
					float:left;
					padding:20px 5px 5px 5px;
				}
			
		
						
	




