
/*
 *= MAXISEARCH
 */

#maxisearch {
	color: #ddd;
}
#maxisearch span {
	float: right;
	margin-right: 30px;
	font-size: 11px;
	text-align: right;
	color: #f5790d;
	color: #e9e9c9;
	line-height: 13px;
}
#maxisearch #recherche {
	width: 593px;
	margin-top: 35px;
	padding-top: 50px;
	background-color: #3b5a69;
	color: #FFF;
	height: 52px;
	line-height: 21px;
	padding: 25px;
	border-top: 3pt solid #f5d5a3;
	border-left: 3pt solid #f5d5a3;
	border-right: 3pt solid #f5a97d;
	border-bottom: 1pt dotted #bbb;
}
#maxisearch #recherche input,select {
	margin: 25px;
}
#maxisearch #recherche input[type=text] {
	color: #00008f;
	border:none;
	outline:none;
	width:350px;
	margin:0px;
	padding:10px 10px 9px 9px;
	font-size:16px;
	height:40px;
	background-image:url(/img/local/bigsearchform.jpg);
	font-weight:normal;
}
input.bigsearch {
	color: #00008f;
	border:none;
	outline:none;
	width:350px;
	margin:0px;
	padding:10px 10px 9px 9px;
	font-size:16px;
	height:40px;
	background-image: url(/img/local/bigsearchform.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	margin-left:-5px;
}
#maxisearch #recherche .search {
	margin-right: -10px;
	margin-left: -15px;
	margin-top: 5px;
	float: left;
	padding-left: 25px;
	background: transparent url(/img/local/arrow-blue-big.gif) 0px 0px no-repeat;
	color:#dfdfff;
	font-family:Verdana,Tahoma,"Nimbus Sans L",arial,sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
}
#maxisearch .bt-bigsearch {
	background: none;
	border: none;
	text-indent: -9999px;
	background: transparent url(/img/local/bigsearch.png) top left no-repeat;
	width: 87px;
	height: 43px;
	cursor: pointer;
	outline: none;
}



.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slider { position:relative; overflow:auto; height:205px; _height:210px}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:250px; padding:3px; border-right:1px dotted #777}

.pagination {list-style:none; margin:5px 0 0 15px; display:block}
.pagination li {float:left; cursor:pointer; padding:5px 8px; background:#666; border:1px solid #999; margin-right:4px; text-align:center; color:#ddd; height:15px; font-weight:bold; font-size:12px}
.pagination li:hover {background:#777; border:1px solid #bbb; color:#000}
.pagination li.current {border:1px solid #ccc; background:#888}

#slider li.content {font:11px Verdana}
#slider li.content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}
#slider li.content h2 {display:block; background-color:#435975; color:#FFF; font-weight:bold; text-align:left; padding:5px; height:12px; margin-bottom:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px}
#slider li.content h2 a {color:#FFF; text-decoration: none}
#slider li.content p {text-align:justify; line-height:12px}
#slider li.content img {float:left; height:100px; margin:0px 5px 5px 5px; border:1px solid #ddd}

#roundbox {
	width: 593px;
	padding: 10px;
	background: #ccc;
}

#roundbox.arrondi {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#roundbox.arrondihaut {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#roundbox.arrondibas {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.clearFieldBlurred{color:#ccc;font-style:italic;font-weight:normal;}
.clearFieldActive{color:#4e4e4e;font-weight:bold;}

