body {
	background: white url(../img/bg_page_ccas.gif) top center repeat-y;
}

label, input {display:block;}
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }

/* blocs */

#header {
	width: 950px;
	height: 139px;
	display: block;
	margin: 0 auto;
	background: white url(../img/header_bg.jpg) no-repeat left top;
}

#header #nav {
	background: white;
}

#container {
	display: block;
	width: 950px;
	margin: 0 auto;
}

#container #content{
	display: block;
	background: white;
	width: 710px;
	float: left;
	padding: 35px 0px 35px 15px;
}

#container #sidebar {
	width: 200px;
	display: block;
	background: transparent;
	float: right;
	margin-top: 10px;
}

#container #sidebar .widget {
	background: #dbe8f9;
	margin-bottom: 10px;
}

#container #sidebar .widget h3 {
	background: #f1f1f1;
	font-size: 14px;
	display: block;
	width: 180px;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}

#container #sidebar .widget div {
	background: #dbe8f9;
	font-size: 11px;
	display: block;
	width: 180px;
	text-align: justify;
	padding: 8px 10px;
}

#container #sidebar .widget div h4{
	font-size: 11px;
	padding: 0px;
	margin: 2px 0px 2px 0px;
}

#container #sidebar .widget div p{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

#container #sidebar .widget h2 {
	background: #f1f1f1;
	font-size: 11px;
	display: block;
	width: 180px;
	height: 15px;
	text-align: center;
	padding: 10px;
	line-height: 15px;
	margin: 0px;
}

#footer {
	margin: 0 auto;
	background: #252525 url(../img/footer_bg.png) bottom left no-repeat;
	height: 45px;
	width: 922px;
	display: block;
	clear: both;
	padding: 10px 14px;
	text-align: center;
	color: #676767;
	font-size: 10px;
}

#footer span.highlight {
	color: white;
}

#footer a {
	color: #676767;
	text-decoration: none;
}

#footer a:hover {
	color: white;
}

#footer hr {
	color: #676767;
	background-color: #676767;
	height: 1px;
	border: 0;
}


/* mise en page */
div.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 25px;
}

.widget {
	text-align: center;
}

.widget a{
	border-bottom: 1px dotted #5f5f5f;
	color: #5f5f5f;
	text-decoration: none;
}

.widget a:hover{
	border-bottom: 1px solid #5f5f5f;
	color: #5f5f5f;
	text-decoration: none;
}

.widget a#flots_pdf:hover, .widget a#flots_pdf{
	border-bottom: none;
	text-decoration: none;
}

.widget a#flots_pdf p {
	margin: 0;
	padding: 0;
}

.widget a#flots_pdf img {
	margin: 10px 0 10px 0;
}

#container .highlight {
	background: yellow;
}

#container #search {

}

#container #search #s:hover {
	background:#dbe8f9 url(../img/search.png) no-repeat scroll 3px 5px;
	color:#5f5f5f;
}

#container #search #s {
	//-moz-border-radius-bottomleft:2px;
	//-moz-border-radius-bottomright:2px;
	//-moz-border-radius-topleft:2px;
	//-moz-border-radius-topright:2px;
	background:#EDEDED url(../img/search.png) no-repeat scroll 3px 5px;
	border:medium none;
	color:#5f5f5f;
	display:block;
	float:right;
	font-size:12px;
	line-height:1;
	margin:25px 0px 0px;
	padding:5px 5px 5px 20px;
	vertical-align:bottom;
	width:175px;
}