.msk{
display: none;
}

.titrecontact{
  color: #26527f;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
}

.cellmenu {
width: 150px;
background-color: #fff;
border-right: 1px solid #e40017;
}

.contenu {
	width: 850px;
	color: #000;
	/*border: 1px solid #000;*/
}

.titre {
	background-color: #ec7205;
	padding: 1px;
}
.titre font {
	color: #fff;
	font: 13px bold Verdana, Arial, Helvetica, sans-serif;
	padding-left: 2px;
	text-transform: uppercase;

}

.breves {
	background-color: #ec7205;
	border-left: 1px solid red;
}

body {
	margin: 0px;
	padding: 0px;
background-color: #90dffe;
/*background-image: url(images/traithaut.gif);
background-repeat:repeat-x;
background-position: 0px 50px;*/
}

td {
background-color: #fff;
color: #000;
}


.fondmenu {
	background-color:#fff;
}

.menubas {
	padding:15px;
	}

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

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

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


/* menuV.css
 * For: menuDropdown.js (version: 0.1x)
 */
	
#mainMenu1 {
  background-color: transparent;
  color: #fff;
 margin: 0;
  padding: 0;
  /*margin-left: 15px;*/
  border: none;
  /* if the menu is vertical:
   * set border to 'none'
   * padding-left must be equal to padding-right
   */
  /* position du menu par rapport au haut de la page */
 
  top: 200px;
  z-index: 1;
  width: 150px;
  position: absolute;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}

#menuList1 {
/*  border: 1px solid #CCC; */
  margin: 0;
  padding: 0px;
  position: static;
  /* do not use a position other than 'static' here */
  /* if the menu is vertical:
   * margin-left + border-left-width + padding-left must be equal to
   * margin-right + border-right-width + padding-right
   */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

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

#menuList1 li a {
  background-color: #ec7205;
  color: #fff;
  display: block;
  margin-bottom: 2px;
  border-left: 15px solid #e40017;
  padding: 4px 5px ;
   
  
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
  /*height: 24px;*/
}

#menuList1 li a:hover, #menuList1 li a:focus {
  background-color: #90dffe;
  color: #000;
  border-left-color:#162a83;
  /*border-color: #CCC;*/
}

#menuList1 li a.actuator {
/* menu principal quand il comporte un sous-menu */
  background: url("images/fleche.jpg") no-repeat 100% 67%;
  color: #000642;
  padding-right: 15px;
  background-color: #fff;

}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  background: url("images/fleche1.jpg") no-repeat 100% 67%;
  background-color: #fff;
  color: #215d82;
}

#menuList1 .menu {
	/*menu déroulant*/
  background-color: #000;
  color: #000;
 margin: 0;
  padding: 0px;
  /* 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 li a {
  display: block;
  line-height: normal;  
	color: #00642;
	background-color: #61a2c8;
}

#menuList1 .menu li a.actuator {
 /*background-color: #c4b57e;*/
color: #FFFFFF;
border-left-color:#215d82;
}

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
 background-color: #fff;
color: #215d82;
border-left-color:#215d82;
}

/**************************************CSS CONTACTCOORD.PHP*************************************/

.contactcoord{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	}
	
	.contactcoord1{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	}
	
.contactcoord a{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	
	}
	
	.contactcoord a:hover{
		color: #6699ff;
	}
	
/************************************CSS FORMULAIRE********************************************/


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

}
.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: #fff;
	padding: 10px;
	/*border: 2px solid red;*/
	font-family:Arial, Helvetica, sans-serif;
	border: none;
}

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

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

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

.formlabel {
/* pour les labels côté gauche du formulaire
   pour agir sur la police des labels il faut ajouter un style : .formlabel font {} */
	background-color: #fff;
	border: none;
	width: 250px;
}
.formlabel font {
	font-size: 12px;
	color: #246992;
}

.formdata {
	/*côté droit du formulaire*/
	background-color: #fff;
	color: #6600CC;
	width: 450px;
	border: none;
	line-height: 20px;
}

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


fieldset {
	-moz-border-radius : 10px;
	margin-top: 10px;
	width: 350px;
	margin-left: 200px;
	/*border: 1px solid #f1b320;*/
	
}

.stylelegend{
font: 14px Arial, Helvetica, sans-serif;
color: #fea700;
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 */
	border: none;
	background-color: #fff;
}
.formsubmit {
/* format du bouton de validation */
color: #fff;
background-color: #81a5bb;
/*background-image : url(images/suivant.gif);*/
border: none;
width: 80px;
height: 25px;
margin-left:205px;
}

.formreset {
/* format du bouton annulation */
color: #fff;
background-color: #aa2327;
border: none;
width: 100px;
height: 25px;
}
.formresume {
/* tableau de formulaire : généralités */
	/*background-color: blue;*/
	padding: 10px;
	border: 2px solid #041f4e;
	
}
.formresumelabel {
/* récapitulatif des données coté gauche du visuel du formulaire sur le site
une fois enregistré */
	background-color: #61a2c8;
	color: #fff;
	border: none;
	width: 150px;
	font: 12px Arial, Helvetica, sans-serif;
}
/*.formresumelabel font {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}*/

.formresumedata {
	/*récapitulatif côté droit*/
	color: #000;
	width: 450px;
	font: 12px Arial, Helvetica, sans-serif;
}
