body {
	
	margin: 0;
padding: 0;
	background: rgb(204, 204, 204) url(images/fond_site.gif) repeat-y;
  background-position: top center;
	  /*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;*/
}

ul{list-style-type:square;
	list-style-position:inside;
	}

td {
	background-color: #FFF;
	color : #000;
	vertical-align: top;

}

a:link{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	}

a:hover{
	color: #d1d1d1;
	font-size: 12px;
	}

a:visited{
	color: red;
	font-size: 12px;
	text-decoration: none;
	
	}
	
.occasions{
	background-color:#b50703;
	padding:9px 3px 9px 3px;
	text-transform:uppercase;
	
}

#coloneg .occasions a{
	color:#fff;
	font-weight:bold;
	font-family:arial;
	font-size:18px;
}

#coloneg p{font-size:14px; font-family:arial;color:#fff;background-color:#2e547f;padding:3px;}

#coloneg .occasions a:hover{
	color:#e9e9e9;
	text-decoration:none;
}

.intro{
	background-color: #d1d1d1;
	padding: 3px;
	}

.apropos{
	margin: 0px;
	padding: 0px;
	}

#coloneg ul{
list-style-type:square;
color: #FFFFFF;
}


#coloneg a{
font-size: 11px;
font-family: arial;
color: #b30303;
text-decoration : none;
}

#coloneg a:hover{
color: #3b474e;
text-decoration : underline;
}
	
	.colonnegauche {
	vertical-align: top;
	text-align:center;
	border-right:1px solid #3b474e;
	/*background-color: #0e4b84;*/
}



.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/titre.jpg");
background-repeat: no-repeat;
padding-left: 35px;
padding-top: 7px;
height: 31px;
color:#626262;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
text-transform: uppercase;
text-decoration: underline;
}

.titre font {
  color:#626262;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
text-transform: uppercase;
text-decoration: underline;

}

h1{
	color:#626262;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
text-transform: uppercase;
text-decoration: underline;
	
	}

.contenu {
	/*width: 800px;*/
	
}

.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 {
 
  color: #fff;
margin: 0 0 5 0px; /*marges autour du menu*/
   background: url(images/fond_menu.jpg) repeat-x;
  border-top: 1px solid #3b474e;
  border-bottom: 1px solid #3b474e;
   border-left: 1px solid #3b474e;
  
/*  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: transparent;
  color: #fff;
  display: inline;
  line-height: 1.8em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /*margin: 0;*/
  padding: 2px 2px;
  /* 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: #000;
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: #fff;
  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: #000;
  background-color: transparent;
 
}

#menuList1 .menu {
   color: #000;
  background-color: #fff;
 border: 1px solid #4d5760;
  margin: 0;
padding: 0;
  width: 150px;
     
  /* 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: #4d5760;
	background: #fff;
	text-align: left;
}

#menuList1 .menu li a.actuator {
 background-color: #0e4b84;
color: #FFFFFF;
}

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

.msk{
display: none;

}

/************************************CSS FORMULAIRE********************************************/
#formtout235{
	padding: 5px;
	margin-top: 15px;
	text-align: center;
	}

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

#formtout235 a{
/* message d'introduction */
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #a63d3d;
	text-decoration:none;
	
	
}

#formtout235 a:hover{
/* message d'introduction */
	color: #6d492f;
	
}
.formcaptcha{
	border: none;
	}

.formcaptcha font{
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	}
	
.formerreur font{
/* message d'erreur */
font: 14px Arial, Helvetica, sans-serif;
color: #000;

}
.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: 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: 150px;
}
.formlabel font {
	font-size: 12px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}

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


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: #fff;
}
.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: #fff;
	padding: 10px;
	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;
}
.formresumelabel font {
	font-size: 12px;
	
}

.formresumedata {
	/*background-color: navy;*/
	color: #000;
	width: 300px;
	border: none;
}


.menubas {
	/*border-left: solid 1px #8F6429;
	border-right: solid 1px #8F6429;*/
	border-bottom: solid 1px #0e4b84;
	padding-right: 20px;
	/*padding-top: 10px;*/
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 27px;
	
	

}

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

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

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

/***************************************page reseau************************************/

#dmf a:hover{
	border:3px solid #aac2e2;
	display:block;
	}

#tomlevage a:hover{
	border:3px solid #ffed96;
	display:block;
	}
#bertrand a:hover{
	border:3px solid #f6b395;
	display:block;
	}
	
#footer{
	font-size: 10px;
	font-family: Arial;
	color: #000;
	background-color: red;
	text-align:center;
	padding: 10px;
	
	}
