body {
	background-color: #000;
	margin:0;
	padding:0;
	background-image: url(images/fondsite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

td {
	background-color: transparent;
	color : #fff;
	font:14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.msk{
	display: none;
	}
.markie{
	border: #fff 1px solid;
	/*BACKGROUND: #d2d2d2;*/
	PADDING: 3px;
	 WIDTH: 165px;
	 HEIGHT: 230px;
	}
.titre font {
  color: #b3b4b6;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.titre{
background: url("images/trait.gif");
background-repeat: no-repeat;
height: 30px;
padding-left: 33px;

}

.fondactu{
	background: url("images/fondactu.jpg");
background-repeat: no-repeat;
background-position: right;
}

hr{
	border: 1px solid  #d3e73b;
	}

a:link, a:visited, a:active{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	}

a:hover{
	text-decoration:underline;
	color: #d3e73b;
	}

.footer {
  width: 100%;
  margin: 3px;
}

.boutonbas {
	list-style-type:none;
	margin-right: 10px;
	
}

.boutonbas a {
	font:bold 10px Geneva, Arial, Helvetica, sans-serif;
	color: #e56a9e;
	text-decoration: none;
}


.boutonbas a:hover {
	color: #fff;
}
.contactcoord{
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.contactcoord a {
text-decoration: none;
color: #e56a9e;
}

.contactcoord a:hover{
color: #fff;
}
.titrebreves{
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	}
.breves{
	border-left: 1px solid #fff;
	}
.breves font{
	color: #fff;
	}
.textbreves{
	font:bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	}
/* menuH.css
 * For: menuDropdown.js (version: 0.1x)
 */

/* if the menu is horizontal:
 * avoid defining 'static' elements that have a non-zero border and that have
 * their 'width' or 'height' different than 'auto', when they are ancestors of
 * submenu elements (including #mainMenu and #menuList themselves)
 * it may cause slight positioning bugs in Win/IE5-6
 * for the same reason, avoid setting a non-zero border on the BODY element if
 * Win/IE6.0 switches to standards-compliant mode
 */
/* if the menu is horizontal and has a 'static' position:
 * do not set neither margin nor padding nor border on the HTML element, as it
 * will lead to wrong submenu position in Opera 7
 * do not set margin on the BODY element neither (use padding instead)
 */

.interieur {
	width: 100%;
	/*border-bottom: solid 2px #b1b3b4;
	border-left: solid 2px #b1b3b4;
	border-right: solid 2px #b1b3b4;*/
	background-color: #000;
}

.contenu{
	width: 100%;
	text-align: center;
	}

.bandeau{
	
	}

#mainMenu1 {

  height: 49px;
  color: #000000;
/*  margin: 0 0 20px; marges autour du menu */
  padding: 0;
  text-align: left;
  background: url(images/fond_menu.gif) repeat-x;
  /* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
   width: 100%;
  z-index: 1;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#menuList1 {
/* intérieur du menu */
  /*border: 1px solid #286BBD;*/
  margin: 0;
  padding: 0;
  /* do not use a position other than 'static' here */
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;

  list-style: none;
 
  
  /* do not change these rules */
}

#menuList1 li a {
/* boutons liens premier niveau */
  background-color: transparent;
  color: #000000;
  display: inline;
  line-height: 44px;
  /*margin: 0;*/
  padding: 2px 8px;

  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  color: #fff;
background-color: transparent;
  /*border: 1px solid #fff;*/
  
}

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  /*background: url("images/fleche-bas-noire.jpg") no-repeat 100% 50%;*/
  color: #000000;
  background-color: transparent; 
  /*padding-right: 5px;*/
  z-index:10;
  
 
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #fff;
  background-color: transparent;
 
}

#menuList1 .menu {
   color: #000;
  background-color: #b1b3b4;
  margin: 0;
padding: 0;
  width: 200px;
     
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
  /*margin-left: 2px;*/
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
  display: block;
  line-height: normal;  
	color: #000;
	background: #d2d2d2;
	text-align: left;
}

/*#menuList1 .menu li a.actuator {
 background-color: #fff;
color: #FFFFFF;
}*/

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
  background-color: #fff;
color: #000;

}

.msk{
display: none;

}

/************************************CSS FORMULAIRE********************************************/


.formintro font{
/* message d'introduction */
font: 12px Arial, Helvetica, sans-serif;
color: #ffffff;
}
.formerreur font{
/* message d'erreur */
font: 14px Arial, Helvetica, sans-serif;
color: #fff;

}
.formetoile font {
/* message sur les chanmps obligatoires */
font: 12px Arial, Helvetica, sans-serif;
color: #b1b3b4;
}

.formtable {
/* tableau de formulaire : généralités */
	background-color: #000;
	padding: 10px;
	/*border: 2px solid red;*/
	font-family:Arial, Helvetica, sans-serif;
	border: none;
}

.formcomment font{
	font: 14px Arial, Helvetica, sans-serif;
    color: red;
}

/*.formcomment a:hover{
color: #96bc0f;
}*/

.libconditions {
	/*margin-left: 180px;*/
	color: #bb1220;
	font: 12px Arial, Helvetica, sans-serif;
}

.formlabel {
/* pour les labels 
   pour agir sur la police des labels il faut ajouter un style : .formlabel font {} */
	background-color: black;
	/*color: green;*/
	border: none;
	width: 250px;
}
.formlabel font {
	font-size: 12px;
	color: #fff;
}

.formdata {
	background-color: black;
	color: #6600CC;
	width: 450px;
	border: none;
	line-height: 20px;
}

.formdata font {
	color: #fff;
	font-size: 12px;
}


fieldset {
	/*-moz-border-radius : 10px;*/
	margin-top: 10px;
	border: 1px solid #fff;
	
}

.stylelegend{
font: 14px Arial, Helvetica, sans-serif;
color: red;
margin: 10px;
}

.perso {
	background-image:url(images/rugby.jpg);
	background-repeat: no-repeat;
	background-position : right;
}

.persos {
	background-image:url(images/foot.jpg);
	background-repeat: no-repeat;
	background-position : right;
}

.formchamptexte {
	/*border: inset #cf9;*/
}

.formcheckbox {
	/*border: inset #cf9;*/
}

td input.text:focus {
	background-color: green;
	color : red;
}

.formvalidation {
/* ligne du bas */
	texte-align: center;
	border: none;
	background-color: black;
}
.formsubmit {
/* format du bouton de validation */
color: #000;
background-color:#b1b3b4;
/*background-image : url(images/suivant.gif);*/
border: none;
width: 80px;
height: 25px;
margin-left:261px;
cursor: pointer;
}

.formreset {
/* format du bouton de validation */
}
.formresume {
/* tableau de formulaire : généralités */
	background-color: #b1b3b4;
	padding: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	/*border: 2px solid red;*/
}
.formresumelabel {
/* pour les labels dans le résumé des données enregistrées */
	background-color: #fff;
	color: #000;
	border: none;
	width: 150px;
	font: 12px Arial, Helvetica, sans-serif;
}
.formresumelabel font {
	font: 12px Arial, Helvetica, sans-serif;
}

.formresumedata {
	/*background-color: navy;*/
	color: white;
	width: 450px;
	font: 12px Arial, Helvetica, sans-serif;
}