.textecal {
/* texte calendrier */
	color : black
}
.detailcal {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.datecal {
	padding: 3px;
	background-color:#ccc ;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.heurecal {
/* heure de l'évènement */
	display: none;
}

.textmarquee{
	font-size: 14px;
	font-family: Arial;
	color: #000;
	}
	
.msk{
	display: none;
	}
.titre {
	background: url(images/titre_fond.jpg) no-repeat;
	/*height: 22px;*/
padding-left: 5px;
padding-bottom: 3px;
  background-color: transparent;
  border: 1px solid #ccc;
  
}
.titre font {
  color: #848484;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;

  text-transform: uppercase;
  
}
.competition{
	 font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #000;
	}


hr{
margin:0px;
padding: 0px;
color: #848484;
height: 1px;
background-color: #fff;
border: none;

}

.breves {
/* cellule générale */
  background-color: #fff;
  border-left:1px solid #848484;
  padding: 5px;
}
.titrebreves font {
/* div de titre */
  color: #000;
}
.textebreves font {
/* div de détail */
  color: #000;
}

.titredocu {
/* cellule titre de l'espace document */
}

.titredocu font {
	font-size: 12px;
}

.liendocu {
/* cellule lien de l'espace document */
}

.liendocu font {

}

body {
 background-color: transparent;
  	margin:0;
	padding: 0;
	/*background: url(images/fond.gif) repeat-x;*/
}

td {
  background-color: #fff;
}

.fondcalend{
	padding-top: 5px;
	}

.fondmenu {
	background-color:#fff;
}
.entete{
	text-align: center;
	}
.bandeau{
	text-align: left;
	}

.bandeauhaut{
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: top left;
  height:190px;
  width: 100%;
  
	}

#menuhaut{
	float:left;
	width:200px;
	}
#marquee{
	float:left;
width: 800px;
	}

	
.cellmenu{

	}

#menuhaut a {
  text-decoration: none;
  color: #000;
  font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#menuhaut a:hover {
  color: #db0215;
}

/***************************************************CSS pour page contact**********************************/

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

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

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


/********************************************************************************************************/
/* menuV.css
 * For: menuDropdown.js (version: 0.1x)
 */

#mainMenu1 {
	text-align: center;
  background: url(images/fond_menu.jpg) repeat-x;
  color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
/*  margin: 0 0 20px; marges autour du menu */
  padding: 0;
  margin-top: 5px;
  
  /* 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: 0;
  padding: 0;
  list-style: none;
  
  /* do not change these rules */
}

#menuList1 li a {
/* boutons liens premier niveau */
  background-color: transparent;
  color: #848484;
  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: #f9b200;
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: #848484;
  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: #f9b200;
  background-color: transparent;
 
}

#menuList1 .menu {
   color: #000;
  background-color: #fff;
 /*border-top: 1px solid #000;*/
  margin: 0;
padding: 0;
  width: 230px;

  /* 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  {
  /*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: 1px solid #ccc;
	color: #848484;
	background: #fff;
	text-align: left;
	
	
}


#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
  background-color: #e4e5e7;
color: #f9b200;
}
 /***********************************CSS pour les Tables******************************/
 
.bddsuivant a{
 	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #848484;
 	text-decoration: none;
 	}
 	
/******************************************CSS pour formulaire********************************/
#formtout6509{
	padding: 5px;
	margin-top: 15px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	}

#formtout6509 div.formintro font{
/* message d'introduction */
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	
}

#formtout6509 div.formintro{
	margin: 10 200 10 200;
	padding:10px;
	background-color:#d1d2d4;
}
#formtout6509 a{
/* message d'introduction */
	font: bold 14px Arial, Helvetica, sans-serif;
	color: red;
	text-decoration:none;
	
}

#formtout6509 a:hover{
/* message d'introduction */
	color: #848484;
	
}


.formcaptcha{
	border: none;
	}

.formcaptcha font{
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	}
	/*******************************************/

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

}

.formlabelerreur{
	border: none;
	
	}

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

.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: 5px solid #99cc00;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: auto;
margin-right: auto;
width: 700px;
}

.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: #fff;
	/*color: green;*/
	border: none;
	width: 180px;
}
.formlabel font {
	font: 14px Arial, Helvetica, sans-serif;
	color: #848484;
}

.formdata {
	background-color:#fff;
	color: #000;
	width: 450px;
	border: none;
	line-height: 20px;
}

.formdata font {
	color: #000;
	font-size: 12px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}


fieldset {
	margin-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	width: 600px;
	
}

legend.irlande{
font: bold 14px Arial, Helvetica, sans-serif;
color: #096540;
margin: 10px;
}
legend.angleterre{
font: bold 14px Arial, Helvetica, sans-serif;
color: #84061c;
margin: 10px;
}
legend.italie{
font: bold 14px Arial, Helvetica, sans-serif;
color: #d4001c;
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: #848484;
	color : red;
}

.formvalidation {
/* ligne du bas */
	texte-align: center;
	border: none;
	background-color: transparent;
}
.formsubmit {
/* format du bouton de validation */
color: #fff;
background-color: #848484;
border: 1px solid #848484;
/*background-image : url(images/suivant.gif);*/

width: 80px;
height: 25px;
margin-right: 245px;
cursor: pointer;
}

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


.formresumedata {
	/*background-color: navy;*/
	color: #000;
	width: 450px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


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

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