body {

margin : auto;
padding : 0;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
background-repeat:repeat-x;
background-image:url(images/fond.jpg);
background-color:#ffffff;
font-weight: normal;
color:#000000;

}
#newsticker-demo {
width:240px;
background:#ffffff;
padding:5px 5px 0;
font-family:Arial,Sans-Serif;
font-size:11px;
color:#000000;
margin:5px auto;
}

#newsticker-demo a { text-decoration:underline; }
#newsticker-demo img { border: 0px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:240px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:108px; }
.newsticker-jcarousellite .info { float:right; width:120px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:11px; color:#000000; }
.newsticker-jcarousellite .info span.nom { display: block; font-size:12px; color:#333333; }
.clear { clear: both; }
img {
border: 0;
}

form {
display: inline;
}
			.carousel_container {
				width: 500px;
				height: 150px;
				margin: 0px auto;
				border: 1px solid #ffffff;
			}


.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #df290f;
	font-weight: bold;
}

.corps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	}
.rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f0d0d;
	font-weight: bold;
	}

.blanc_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}
.noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.noir_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
/* Form Sections ======================================================================== */

/* Fieldset  */
fieldset {
display: block;
	position:relative;
	margin: 5px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
	background-color:none;
	border-width:2px 2px 2px 2px;
	border-style:dashed;
	border-color:#cccccc;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:11px;
	overflow : none;
}
legend {
	line-height: 100%;
	position:relative;
	padding: 3px 5px;
	top: -10px;
	background-color:#e7290c;
	border-width:1px 1px 1px 10px;
	border-color:#fac63b;
	border-style:solid;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-align:left;
	overflow : none;
}
/* Nested Fieldset  */
fieldset fieldset  {
overflow : none;
}
fieldset fieldset legend {
overflow : none;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 0 0 0px;
	line-height: normal;
}
form th {
	padding: 0 0 0 0px;
}
form .alternate-1 {
	background-color:#ecefcb;
}
form .alternate-1 td {

}
form .alternate-0 {
}
/* Combo Label + Input Field =========================================================== */
form .oneField {
	margin: 6px 0;
	display: block;
	vertical-align: middle;
}
form .inlineSection .oneField {
	margin-right: 2px;
	white-space: nowrap;
	display: inline;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap;
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {
	margin:0 5px 0 0;
	color:#000000;
	line-height: normal;
}
/* Text inputs / Select label */
label.preField {
	font-size:90%;
	font-weight:bold;
	display: -moz-inline-box;
	display: inline-block;
	min-width:100px;
	text-align:right;
	white-space: nowrap;
}
/* Radio / Checkbox group label */
form .label  {
	display: block;
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	padding: 0 4px;
	font-size:90%;
	color:#000000;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;
	font-size:90%;
	font-weight:bold;
	text-align:right;
	min-width:100px;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
	overflow : none;
}
input {
	background-color:#b7e5f8;
	margin:2px 5px 0 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#2eb3ee;
	color:#000000;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
}
input[type='text'] {
}
input[type='checkbox'] {
	margin-right: 5px;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}
.gridSection input[type='checkbox'] {
	margin: 0 !important;
}
form .alternate-1 input {
	background-color:#ecefcb;
}

/* Buttons ======================================================================= */

form .actions {
	padding-top: 10px;
	text-align: right;
	clear: right;
}
/* Submit button */
form .primaryAction {
	background-color:#e9f9ac;
	border:1px solid #809431;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0px 0px 0px 20px
}
form .primaryAction:hover {
	background-color:#E9FDD7;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
	background-color:#e9f9ac;
	border:1px solid #809431;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0px 0px 0px 20px
}
form .secondaryAction:hover {
	color: black;
}

/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1.5em 0;
	line-height: 130%;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}
/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(/images/v2/hint_topborder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 14px 0 0 0;
	margin:  2px 0 0 10px;
	color: #000;
}
form .field-hint div {
	background-color: #fffbb8;
	border-left: 1px solid #ffc20d;
	border-right: 1px solid #ffc20d;
	border-bottom: 1px solid #ffc20d;
	padding: 4px;
	line-height: normal;
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ddd;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #F3F3F3;

}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h,
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l,
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p,
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */




span.starpass_telephone {display:block; font-size:22px;}
span.starpass_cout{display:block; font-size:9px;}










/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	overflow: expression('visible');
}

form .inlineSection .oneField {
	display: expression('inline-block');
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('7em');
	white-space: expression('nowrap');
}

hr {
  border-top: 0px solid #df290f;
      border-bottom: 1px dashed #df290f;

      height: 1px;




}




/******************** LIENS ********************/

a {
color : #000000;
text-decoration: none;
font-weight: bold;
}

a:hover {
color : #fbda00;
text-decoration: underline;
font-weight: bold;
}


div.jeu_logout {
  line-height: 20px;
  font-size:14px;
  font-weight: bold;
}

div.jeu_logout img {
  padding-right: 20px;
}

div.jeu_logout .cadre {
  font-size:14px;
  font-weight: bold;
  width: 250px;
  text-align: center;
  background-color:#b7e5f8;
	margin:2px 5px 0 70px;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#2eb3ee;
	color:#000000;
	padding:1px 2px;
}
