/**
 * CCN - Front
 *
 * 2008 (c) in4biz Sarl (http://www.in4biz.com)
 */

body,html {
	font-size:100%;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url(/public/images/background/pixel.gif);
}

.text_normal {
	font-size:12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-top: 15px;
}

#main {
	background-image: url(/public/images/background/pixel.gif);
}
#middle_conten {
	background-image: url(/public/images/background/site_bg.gif);
	background-repeat: no-repeat;
}

h1 {
	font-size:1.1em;
	color: #939393;
}

#left_content {
	width: 177px;
	float:left;

}

#content {
	float:left;
	width: 785px;
	margin-left: 33px;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-repeat: no-repeat;
}


#bloc_top{
	background-image: url(/public/images/content/rectangle_top.gif);
	width: 735px;
	height:11px;
	background-repeat: no-repeat;
	filter:alpha(opacity=80);
	opacity:0.8;
}

#bloc_middle{
	background-image: url(/public/images/content/rectangle_middle.gif);
	width: 735px;
	background-repeat: repeat;
	filter:alpha(opacity=80);
	opacity:0.8;
}

#bloc_bottom{
	background-image: url(/public/images/content/rectangle_bottom.gif);
	width: 735px;
	height:12px;
	background-repeat: no-repeat;
	filter:alpha(opacity=80);
	opacity:0.8;
}

#bloc_top_small{
	background-image: url(/public/images/content/rectangle_top_small.gif);
	width: 165px;
	height:12px;
	background-repeat: no-repeat;
		filter:alpha(opacity=80);
	opacity:0.8;
}

#bloc_middle_small{
	background-image: url(/public/images/content/rectangle_middle_small.gif);
	width: 165px;
	background-repeat: repeat;
		filter:alpha(opacity=80);
	opacity:0.8;
}

#bloc_bottom_small{
	background-image: url(/public/images/content/rectangle_bottom_small.gif);
	width: 165px;
	height:11px;
	background-repeat: no-repeat;
	filter:alpha(opacity=80);
opacity:0.8;
}

label {
	width: 140px;
	display: block;
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	float: left;
}

#formbutton {
	margin-left: 100px;
}

a {
	color: #939393;
	font-size: 13px;
	text-decoration: none;
}

.aweb {
	color: #e3308e;
	font-size: 13px;
	text-decoration: none;
}

.clearer {
	clear:both;
	height:1px;
	line-height:1px;
	width:1px;
	font-family:monospace;
	font-size:1px;
	font-size-adjust:none;
	font-variant:normal;
	font-weight:normal;
	font-stretch:normal;
	font-style:normal;
}

#bloc_separotor {
	
	height:35px;
	
}

.titre_bloc{
	font-weight: 800;	
}

fieldset {

}

.js-on label {
	padding: 2px 0 2px 20px;
	background: url(/public/images/background/icon_checkbox.png) 0 -40px no-repeat;
}

label.disabled {
	color: #333;
	opacity: 0.8;
}

label.focus {
	background-position: 0 -114px;
}

label.checked {
	background-position: 0 0;
}
label.checked.focus {
	background-position: 0 -74px;
}

.radios label.checked {
	background-position: 0 -160px;
}
.radios label.checked.focus {
	background-position: 0 -199px;
}
