body {
	margin: 0;
padding: 0;
	background-color: #a6cce1;
	  /*scrollbar-face-color: #f2e0ae;
    scrollbar-shadow-color: #6d6558;
    scrollbar-highlight-color: #6d6558;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #6d6558;
    scrollbar-3dlight-color: #6d6558;
    scrollbar-darkshadow-color: #6d6558;*/
}

td {
	background-color:#fff ;
	color : #000;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.msk{
display: none;
}

.breves {
	background-color: #fff;
	border-left: 1px solid #777;
	/*border-top: 1px solid #000;*/
	/*border-right: 1px solid #a9a9a9;*/
	
}

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

.titre font {
  color:#325388;
  font: 14px bold Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: underline;

}

.contenu {
	width: 934px;
	/*border-left: solid 1px #8F6429;
	border-right: solid 1px #8F6429;*/
}

.colonnegauche{
	background-color: #ee361a;
	vertical-align: top;
	}

.footer {
  width: 100%;
  margin: 3px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: White;
}

.contactcoord{
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;

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

.contactcoord a:hover{
color: #317c55;
}

/* 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)
 */

#mainMenu1 {

  background-color: #002063;
  color: #002063;
/*  margin: 0 0 20px; marges autour du menu */
  padding: 0;
  /* 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 :-(
   */
  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 6px;
  /* do not use a position other than 'static' here */
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 2px;
  padding: 0;
  list-style: none;
  
  /* do not change these rules */
}

#menuList1 li a {
/* boutons liens premier niveau */
  background-color: #9ac6cf;
  color: #002063;
  display: inline;
  line-height: 1.8em;
  /*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;
  
}

#menuList1 li a:hover, #menuList1 li a:focus {
  color: #fff;
background-color: #ee361a;
  /*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%;*/
  background-color: #9ac6cf;
  color: #002063; 
  /*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: #ee361a;
 
}

#menuList1 .menu {
   color: #a6cce1;
  background-color: #fff;
 border-top: 1px solid #002063;
  margin: 0;
padding: 0;
  width: 250px;
     
  /* 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;  
 	border-left: 1px solid #002063;
	border-right: 1px solid #002063;
	border-bottom: 1px solid #002063;
	color: #002063;
	background: #fff;
}

#menuList1 .menu li a.actuator {
 background-color: #fff;
color: #002063;
}

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
  background-color: #ee361a;
color: #FFFFFF;
}

.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: red;
}

.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: 150px;
}
.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: #fff;
background-color: red;
/*background-image : url(images/suivant.gif);*/
border: none;
width: 100px;
height: 30px;
margin-left:162px;
}

.formreset {
/* format du bouton de validation */
}
.formresume {
/* tableau de formulaire : généralités */
	background-color: blue;
	padding: 10px;
	border: 2px solid red;
}
.formresumelabel {
/* pour les labels dans le résumé des données enregistrées */
	background-color: yellow;
	color: green;
	border: none;
	width: 150px;
}
.formresumelabel font {
	font-size: 12px;
}

.formresumedata {
	/*background-color: navy;*/
	color: white;
	width: 450px;
}

/*********************CSS DIAPORAMA***********************************/

#legend{
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#746d5d;
}

/****************************************************/

.menubas {
	/*border-left: solid 1px #8F6429;
	border-right: solid 1px #8F6429;*/
	border-bottom: solid 1px #8F6429;
	padding:10px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 120px;
	
	

}

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

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

.boutonbas a:hover {
	color: #4a76a3;
}

/*************************page equipe*********************/

.miramas{
	background-color: #002063;
	color: #fff;
	width: 50%;
	}

.garons{
	background-color: #d64212;
	color: #fff;
	}