/* --- STYLES DE BASE --- */ 

body,
html{
	margin:0;
	padding:0;
    text-align: justify;
}
body {
	min-width:800px; /* Prevent content from becoming unreachable in Gecko */
}

/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	background:#FFFFFF;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:210px;
	z-index : 2000;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:210px;
	width:1020px;
	margin:0 auto;
}
div#middle {
	margin:0 auto;
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	background:#FFFFFF;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
}
body>div#footerwrap {
	position:fixed;
	z-index : 2000;
}
div#footer {
	height:24px;
	width:1020px;
	margin:0 auto;
	border-top: 1px solid #000;
}

/* Styling rules to make this demo page look nice. */
body,
html{
	color:#000;
	height:100%;
	color:black;
	background-color:#FFFFFF;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center top;
}
div#header,
div#footer {
	background:#8b8c8e;
	color:#eee;
}
div#middle {
	background:#FFFFFF;
	margin-bottom : 0;
	height:100%;
}
div#content {
	background:#8b8c8e;
	padding:0;
	margin:0 auto;
	width : 1020px;
	height : 100%;
}
.photo3{
float:right;
border:0px;
padding:7px 5px 7px 5px;
}


ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:1020px;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:170px;
	height:75px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:75px;
	z-index:12;
	background:transparent url(../images/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:15px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:75px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a,
ul.sdt_menu li div.sdt_box2 a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:2px 5px 4px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#ffdd00;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#FFFFFF;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:120px;
	top:75px;
	left:0px;
	display:none;
	background:#000;
}

ul.sdt_menu li div.sdt_box2{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:70px;
	top:75px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a,
ul.sdt_menu li div.sdt_box2 a{
	float:left;
	clear:both;
	line-height:30px;
	color:#ffdd00;
}
ul.sdt_menu li div.sdt_box a:first-child,
ul.sdt_menu li div.sdt_box2 a:first-child{
	margin-top:5px;
}
ul.sdt_menu li div.sdt_box a:hover,
ul.sdt_menu li div.sdt_box2 a:hover{
	color:#FFFFFF;
}

.compactlabel-wrapper {
	display: inline-block;
	position: relative;
	margin-top:16px;
}

.compactlabel-wrapper-on {
	z-index: 5;
}

.compactlabel-wrapper label {
	position: absolute;
	z-index: 4;
}

.compactlabel-wrapper label.compactlabel-hide {
	z-index: 2;
}

.compactlabel-wrapper input, .compactlabel-wrapper textarea {
	position: relative;
	z-index: 3;
}

.compactlabel-label-backing {
	position: absolute;
	z-index: 1;
}

/* personalized styles */
.compactlabel-label-backing {
	border-style: solid;
	border-width: 2px 2px 0 2px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background-color: #e0e0e0;
	-webkit-transition: 1s background-color;
	
}

.compactlabel-wrapper label {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	color: #999;
	font-size: 80%;
	font-size: 14px;
}


.compactlabel-wrapper-on,
.compactlabel-wrapper-on .compactlabel-label-backing {
	-moz-box-shadow: SkyBlue 0 0 5px;
	-webkit-box-shadow: SkyBlue 0 0 5px;
	box-shadow: SkyBlue 0 0 5px;
}

input[type=text],textarea {
	padding: 3px;
	margin: 0;
	border: solid #ddd 2px;
	background-color: #e0e0e0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-image: -moz-linear-gradient( 270deg, rgba(255,255,255,0), rgba(100,100,100,.15)  );
	-webkit-transition: 1s background-color, 1s border-color;
}

input[type=text],textarea {
	background-image: -webkit-gradient(linear, left bottom, left top, to(rgba(255,255,255,0)), from(rgba(100,100,100,.15)));
	outline: none;
}

input[type=text]:hover,
input[type=text]:focus,
textarea:hover,
textarea:focus,
.compactlabel-wrapper-on textarea,
.compactlabel-wrapper-on input,
.compactlabel-wrapper-on .compactlabel-label-backing {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.compactlabel-wrapper p {
	margin-top: 15px;
}

.item{
    position:relative;
    background-color:#f0f0f0;
    float:right;
    width:352px;
    margin:10px;
    height:52px;
    border:2px solid #ddd;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
    -moz-box-shadow:1px 1px 3px #555;
    -webkit-box-shadow:1px 1px 3px #555;
    box-shadow:1px 1px 3px #555;
    cursor:pointer;
    overflow:hidden;
}
.icon_find{
    background:transparent url(images/find.png) no-repeat top left;
}
.item_content{
    position:absolute;
    height:52px;
    width:300px;
    overflow:hidden;
    left:56px;
    top:7px;
    background:transparent;
}
.item_content h2{
    color:#aaa;
    text-shadow: 1px 1px 1px #FFFFFF;
    background-color:transparent;
    font-size:14px;
}
.item_content a{
    background-color:transparent;
    float:left;
    margin-right:7px;
    margin-top:3px;
    color:#bbb;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-decoration:none;
    font-size:12px;
}
.item_content a:hover{
    color:#0b965b;
}
.item_content p {
    background-color:transparent;
	margin-top:0px;
}
.item_content p input{
    border:1px solid #ccc;
    padding:1px;
    width:155px;
    float:left;
    margin-right:5px;
}
/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
table.gsc-search-box {
border-spacing:0;
border-style:none;
border-width:0;
margin-bottom:2px;
width:99%;
}

.cse input.gsc-search-button, input.gsc-search-button {
-moz-border-radius:2px 2px 2px 2px;
margin-left:12px;
background-color:#CECECE;
border:1px outset #666666;
color:#000000;
font-family:inherit;
text-shadow:0 1px 2px #FFFFFF;
}


/*   bloc droit   */
div#blocrightbordertop {
float:right;
margin-right:15px;
margin-top:15px;
width:356px;
height:16px;
}


div#blocrightindex {
float:right;
margin-right:15px;
margin-bottom:15px;
width:340px;
height:auto;
overflow:hidden;
padding-left:15px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:800;
text-align:justify;
color: #666666;

}
div#blocrightindex img{
float:right;
padding:0 5px 7px 15px;
}

div#blocright {
float:right;
margin-right:15px;
margin-bottom:15px;
width:540px;
height:auto;
overflow:hidden;
padding-left:15px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
text-align:justify;
color: #666666;

}
/***************************/
.indent {
text-indent:30px ;
color:#FFFFFF
}
/***************************/
.indent2 {
text-indent:60px ;
}

.jqmWindowBNoemie{
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    color: #8b8c8e;
	padding: 0 10px 10px;
  
	background:#111;
	border:1px dotted #FFF;
}

.jqmWindowBEvt{
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 660px;
    
    color: #8b8c8e;
	padding: 0 10px 10px;
  
	background:#111;
	border:1px dotted #FFF;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindowBNoemie {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html .jqmWindowBEvt {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}


.jqmClose em{display:none;}
.jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:transparent url(../images/close_icon_double.png) 0 0 no-repeat;
}
a.jqmClose:hover, a.jqmCloseHover{ background-position: 0 -20px; }

/* slide 1 */
#banner1 img.img2{
    margin-left: 35px;
}
/* slide 1 */
#banner1 img.img3{
    margin-left: 60px;
}

.portrait {
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
}