/*body {
	background-color: #000000;
}

div#header, div#content-left, div.bloc1-rose-top {
	display: none;
}

div.feuille-info, div.feuille-mentions {
	display: block;
}

div#content-right-feuille, div#content-right-form {
	float: left;
	border: 1px solid red;
}

div#content, div#container {
	width: 350px;
}

*/


@charset "utf-8";

/**********************************/
/*	GLOBAL
/**********************************/

html, body {
	margin: 0px;
	padding: 0px;
	font-family : Arial, sans-serif;
}

div#header, div#content-bottom, div#footer, div#content-left, div#content-right-form, p.feuille-liste-liens, .LinkFiche, div.reglette, div#slider, .retour {
	display: none;
}

/* (NOTE = cette partie est identique a main-styles.css) */

h1, h2, h3, h4, h5, h6, p, ul, li, ol, table, tr, td, input, label, form, dd, dt, dl , img{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	border: none;
}

h1 {
	color: white;
	font-family : Arial, sans-serif;
	font-size: 23px;
	line-height: 25px;
}

p {
	color: white;
	font-family : Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.normarge {margin: 0px;}
.fright {float: right;}
.fleft {float: left;}
.margeBottom8{margin-bottom:8px;}

.majuscule {text-transform: uppercase;}
.txt-left {text-align: left;}
.txt-right {text-align: right;}
.txt-center {text-align: center;}
.gras {font-weight: bold;}

.clear {clear: both; height:1px;}

/**********************************/
/*	TXT Mise en forme
/**********************************/
.sligne {
	font-weight: normal;
	text-decoration: underline;
}
.gras {
	font-weight: bold;
}

/**********************************/
/*	POLICES GLOBAL
/**********************************/
/* Texte normal */
.txt-intro {
	font-size: 11px;
	line-height : 13px;
	font-weight: bold;
}
.txt {
	font-size: 11px;
	line-height : 13px;
}
.nb {
	font-size: 9px;
	line-height: 11px;
}

/* Texte feuille blanche */
.feuille-titre1 {
	color: #80191c;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.feuille-titre2 {
	color: #80191c;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

.feuille-txt {
	color: #80191c;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px;
}

/**********************************/
/*	DIV
/**********************************/

/* (NOTE = styles différents) */

div#container  {
	width: 620px;
	margin: 0px auto;
	background: #f7f6f2;
	padding: 0px;
}

div#content-right, div#content {
	width: 620px;
	padding: 0px;
}

div#feuille-conteneur {
	width: 600px;
	padding: 0px;
}

div.feuille-mentions {
	display: block;
}

div#content-right-feuille{
			
			float: left;
			width: 600px;
			padding: 10px;
			border: 1px solid #a8a9aa;
		}
		
		/* (NOTE = cette partie est identique a main-styles.css) */
				div.feuille-top, div.feuille-middle, div.feuille-bottom{
					width: 600px;
					text-align: center;
					margin-bottom: 15px;
				}
				div.feuille-middle{
					text-align: left;
					width: 570px;
				}
							
			table.feuille-resultats {
				color: #80191c;
				font-size: 10px;
				line-height: 12px;
				text-align: left;
				margin-bottom: 5px;
				
			}
			table.feuille-resultats td{
				padding-right: 10px;
			}
			
			div.feuille-info {
				display: block;
				width: 600px;
				
			}
			div.feuille-info p {
				color: #80191c;
			}
		
