/* general */
html, body
{
	margin: 0;
	padding: 0;
}
.csc-header , p ,.indent  ,.csc-textpic, .csc-textpicHeader { padding: 0px 0px 0px 0px; }
body
{
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3;
	/* unitless value for proper inheritance */
}
p.align-justify { text-align: justify; }
p.align-left { text-align: left; }
p.align-center { text-align: center; }
p.align-right { text-align: right; }

body { font-size: 75%; }

/* IE */
html > body { font-size: 12px; }

/* Other browsers */
table
{
	font-size: 1em;
	/* makes <td> sizes relative to body size */
}

a { text-decoration: none; }
a:link { color: #790000; }
a:visited { color: #790000; }

a:hover
{
	color: #cc071e;
	/*text-decoration: underline;*/
}

img { border: none; }

h1
{
	margin-top: 0;
	color: #222;
	font-size: 24px;
}

h2
{
	color: #222;
	font-size: 18px;
}

h3
{
	color: #222;
	font-size: 16px;
	margin-left: 20px;
	line-height: 1;
}

/* layout */
#wrapper
{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#header
{
	background-color: #5a9114;
	text-align: left;
	border-bottom: 1px solid #dadcdf;
}

#content-wrapper
{
	background: #f3ecd9 url(../img/corner-br.png) no-repeat bottom right;
	border-top: 2px solid #fff;
}

#sidebar-left
{
	clear: left;
	/* float: left; */
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	margin-top: 22px;
}

#main
{
	width: 600px;
	margin-left: 310px;
	padding: 0 5px;
}

#footer { margin-top: 15px; }

/* header */
#header-menu
{
	color: #fff;
	font-size: 15px;
}

#header-menu a
{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	display: block;
}

#home
{
	float: left;
	width: 258px;
	background-color: #426a0f;
	text-align: right;
}

#home a { margin-right: 18px; }
#menu-top { margin-left: 258px; }

#menu-top ul
{
	margin: 0px 0px 0px 5px;
	padding: 0;
}

#menu-top li
{
	float: left;
	list-style-type: none;
	margin: 0 9px;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
}

#menu-top li a { padding: 0 9px; }

#menu-top li a:hover, #menu-top li a.active
{
	background: #426a0f url(../img/bg-menu-top.png) repeat-x top;
	text-decoration: none;
}

/* left menu */
#menu-left
{
	width: 258px;
	background: #e8dab9 url(../img/corner-tl.png) no-repeat;
	padding: 30px 0;
	float: left;
	color: #666;
}

#content-left { margin: 0pt 20px; }
a.active
{
	color: #CC071E;
}

#menu-content
{
	margin: 0 20px;
	font-size: 14px;
	line-height: 1.6;
}

#menu-content ul
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
}

#menu-content li
{
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #999;
}

/* content */
#content
{
	/*width: 640px;*/
	/* box model hack for WinIE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* end box model hack */
	width: 610px;
	/* width for all browsers */
	color: #222;
}

#content
{
	float: left;
	min-height: 400px;
	margin: 15px 0 20px 0px;
}

* html #content
{
	height: 400px;
	/* simulates min-height for IE5/6 */
}

/* vertical text */
#maisondedition #content { background: url(../img/title_quisommes.gif) no-repeat top right; }

/* footer */
#footer { background: #5a9114 url(../img/bg-footer.png) no-repeat top right; }

#footer ul
{
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 20px;
}

#footer li
{
	float: left;
	list-style-type: none;
	margin-right: 15px;
	padding: 0;
}

#footer li a { color: #fff; }

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/

.clear-block:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear-block { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear-block { height: 1%; }
.clear-block { display: block; }

/* End hide from IE-mac */
.col-box
{
	border-bottom: 1px solid #000000;
	padding: 13px 5px 5px;
}

.col-box.search form { margin: 4px 0pt 8px; }
.col-box.search p { margin: 0pt 0pt 2px; }
.col-box p { margin-bottom: 8px; }

.col-box.search .text
{
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 0.8em;
	margin-right: 2px;
	padding: 1px;
	width: 117px;
}

.col-box.search .ok
{
	border: medium none;
	vertical-align: -0.1em;
}

.col-box.search label { margin-left: 5px; }

.clear 
{
	clear: both;
	font-size: 0px;
	height: 0pt;
	line-height: 0px;
}
