@CHARSET "ISO-8859-1";

/* Layouts Styles 
* {
	padding: 0;
	margin: 0;
}
*/


#wrapper {
	margin: 0 auto;
	padding: 0;
}



#navigation ul {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	margin-bottom: 5px;
}

#container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

#extra {
	float: left;
	clear: left;
	width: 200px;
	background: #FFF;
	margin-top: 10px;
}

#navigation {
	float: left;
	width: 200px;
	background: #FFF;
	margin-top: 80px;
}



#searchResults {
	height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
}

.iframe {
	margin: 0;
	padding: 0;
	border-color: blue;
	width: 600px;
	height: 850px;
}

/* Forms Styles
hr {
	border: none;
	border-top: 1px solid #666666;
	margin-top: 5px;
	margin-bottom: 17px;
}*/
.box-medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 50%;
}

.box-large {
	width: 80%;
}

.required {
	color: red;
	float: left;
}



textarea,input[type='text'],input[type='password'], .tundra .dijitTextBox {
padding: 2px 5px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
  font-family: Arial;
  background-color: #fff;
  border: solid 1px rgba(0,0,0,.15);
  color: #666;
  height: 30px;
}

.tundra .dijitTextBox{
	background: #fff;
}

select {
padding: 2px 5px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
  font-family: Arial;
  background-color: #fff;
  border: solid 1px rgba(0,0,0,.15);
  color: #666;
  height: 35px;
  width: 100%;
}

.errors2 {
	font-weight: bold;
	text-align: left;
	color: #600;
}

.errors2 ul {
	list-style: none;
}

.errors {
	text-align: justify;
	color: red;
	position: inherit;
}

.select-one-menu {
	width: 225px;
	color: #0000FF;
	border: 1px solid #0000FF;
}
/*
.summary {
	width: 100%;
	border: 1px solid #414f23;
	border-collapse: collapse;
}

.summary thead th {
	border-left: 1px solid #414f23;
	background: #fff url(../images/th.bg.gif) 0 100% repeat-x;
	border-bottom: 1px solid #414f23;
	padding: 6px;
	text-align: center;
	color: blue;
	font-size: small;
}

.summary tbody td {
	border-left: 1px solid #9cac7c;
	padding: 4px;
	border-bottom: 1px solid #9cac7c;
	font-size: 8pt;
}
*/

.summary {
	width: 100%;
	background-color: #FFFFFF;
    border-collapse: collapse;
    border-left: 1px solid #C4C0C9;
    border-top: 1px solid #C4C0C9;
    empty-cells: show;
}

.summary thead th {
    border-right: 1px solid #C4C0C9;
	background-color: #D4CFC7;
    background-image: url("/netservices/web/a4j/g/3_3_3.Finalorg.richfaces.renderkit.html.GradientA/DATB/eAF79urt8fNXmAAXoQUq");
    background-position: left top;
    background-repeat: repeat-x;
	border-bottom: 1px solid #C4C0C9;
	font-size: 11px;
}

.summary tbody td {
	border-bottom: 1px solid #C4C0C9;
    border-right: 1px solid #C4C0C9;
    border-left: 1px solid #C4C0C9;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    padding: 4px;
}





.summary tbody table td {
	border-bottom: 1px solid #E7E5E5;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #000000;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	padding: -0;
}

.noborderbottom {
	
	border-bottom: none !important;
}















.buttonGroup {
	clear: both;
	text-align: center;
	margin-top: 10px;
}

.buttonGroup input[type="submit"],.buttonGroup input[type="button"],.buttonGroup button,.buttonGroup a
	{
	margin-left: 5px;
	margin-right: 5px;
}

/* Creates fancy serif style type */
.fancy {
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino",
		"Book Antiqua", Georgia, serif;
	font-style: italic;
	font-weight: normal;
}

.summary2 {
	width: 100%;
	background: #e0e7d3;
	margin: 0;
	border: 4px solid #e0e7d3;
	border-collapse: collapse;
}

.summary2 table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

.summary2 td,table th {
	padding: 8px;
}

.summary2 th {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

.summary2 thead {
	font-weight: bold;
	font-style: italic;
	background-color: #c9d3b8;
}
/*
#pattern-style-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('../images/pattern.png');
}

#pattern-style-a thead tr {
	background: url('../images/pattern-head.png');
}

#pattern-style-a th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}

#pattern-style-a td {
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

#pattern-style-a tbody tr:hover td {
	color: #339;
	background: #fff;
}
*/
.div {
	background-image: url('images/footback.jpg');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #38ACEC;
	padding: 8px;
}

.form {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #38ACEC;
	padding: 8px;
}

.advance {
	float: centre;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #3366FF;
	padding: 60px;
	margin: 80px 100px 50px 40px;
	width: 500px;
	-moz-border-radius: 5px;
}

.offre {
	float: centre;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3366FF;
	margin: 80px 200px 90px 200px;
	height: 300px;
}

.droite {
	float: right;
	width: 500px;
	height: 500px;
}

.span {
	float: left;
	border: 1px solid;
	border-width: .2em;
	background: white;
	padding: 3px 5px;
	color: black;
	text-decoration: none;
	-webkit-box-shadow: 5px 5px 8px;
	-moz-box-shadow: 5px 5px 8px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
}

.change-captcha-icon {
	background: bleu -47px -259px;
	height: 24px;
	width: 28px;
	cursor: pointer;
	margin: 50px 0px 0px 5px;
	float: left;
}

.highlight {
	font-weight:bold;
}

.searchheading {
	font-size: 130%;
	font-weight: bold;
}

.summary {
	font-size: 80%;
	font-style: italic;
}

.suggestion {
	font-size: 100%;
}

.results {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 215px;
	clear: left;
}

.category {
	color: #999999;
}

.sorting {
	text-align: right;
}

.result_title {
	font-size: 100%;
}

.description {
	font-size: 100%;
	color: black;
}

.context {
	font-size: 100%;
}

.infoline a {
	font-size: 80%;
	font-style: normal;
	color: #008000;
	text-decoration: none
}

.searchform {
	font-size: 100%;
}

.results_per_page {
	font-size: 80%;
	margin-left: 10px;
}

.match {
	font-size: 80%;
	margin-left: 10px;
}

.categories {
	font-size: 80%;
}

.categories ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.categories li {
	display: inline;
	margin-left: 15px;
	list-style-type: none;
}

.cat_summary ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.cat_summary li {
	display: inline;
	margin-left: 15px;
	list-style-type: none;
}

.result_image {
	float: left;
	display: block;
}

.result_image img {
	margin: 10px;
	width: 80px;
	border: 0px;
}

.result_block {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
	max-width: 42em;
}

.result_altblock {
	border-left-style: outset;
	clear: left;
	margin-bottom: 15px;
	margin-left: 180px;
	margin-top: 15px;
	padding-left: 15px;
}

.result_pages {
	font-size: 100%;
}

.result_pagescount {
	font-size: 80%;
	color: red;
	text-shadow: red;
	font-style: italic;
}

.searchtime {
	font-size: 80%;
}

#leftblock {
	background: white;
	padding-left: 4px;
	padding-top: 3px;
	position: absolute;
	top: 0;
	width: 151px;
	margin-top: 151px;
}

@media screen and (max-width:640px) {
	
	
	
	
}