/****************************************************************/
/*   Design:   Multiflex-5.3                                    */
/*   File:     Reset all grid and content styles                */
/*--------------------------------------------------------------*/
/*   Design:   www.1234.info                                    */
/*   Date:     January 22, 2008                                 */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/***********/
/*  RESET  */
/***********/

html{color:rgb(0,0,0); background:#E6E2AF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0; font-variant:normal;}
sup {vertical-align:text-top;} /* to preserve line-height and selector appearance */
sub {vertical-align:text-bottom;} /* to preserve line-height and selector appearance */
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} /* to preserve line-height and selector appearance */
legend{color:rgb(0,0,0);} /*because legend doesn't inherit in IE */
a {color:#fff; text-decoration:none;}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
.subcontent .imgtext-table td{background-color: #cef1ff; border: 0;height: 100%}

.tx-indexedsearch .tx-indexedsearch-res {margin:5px;}
.tx-indexedsearch .tx-indexedsearch-rules .tx-indexedsearch-rules {font-size: 80%;}
.tx-indexedsearch .tx-indexedsearch-rules .tx-indexedsearch-rules p {color:#ff6600; margin-left: 10px; }
div .tx-indexedsearch-whatis{margin-left:20px;}
div .tx-indexedsearch-searchbox{margin: 10px 0 5px 20px;}

div .content p.rouge, 
div .content span.rouge,
div .content li.rouge {
	color: #F00;
}
div .content p.rougeSFR, 
div .content span.rougeSFR, 
div .content li.rougeSFR {
	background-color: #666;
}
div .content p.orange, 
div .content span.orange, 
div .content li.orange {
	color: #F60
}
div .content p.bleu, div .content span.bleu, div .content li.bleu {
	color: #fff; background-color : #a0a495;margin: 10px 20px; padding: 10px;font-weight: bold;
}
div .content p.vert, 
div .content span.vert, 
div .content li.vert {
	color: #090
}

.align-left {
	text-align: left;
	}
.align-center {
	text-align: center;
	}
.align-right {
	text-align: right;
	}
div .content .csc-frame-frame1 {
	background-color: #EDEBF1; border: 1px solid #333333;margin: 10px 20px; padding: 10px;
	}
div .content .csc-frame-frame2 {
	background-color: #F5FFAA; border: 1px solid #333333;margin: 10px 20px; padding: 10px;
	}
	
.component-items {
	color: #186900;
	}
.action-items {
	color: #8A0020;
	}
.component-items-ordered {
	 color: #186900;
	}
.action-items-ordered {
		color: #8A0020;
	}